X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=e414a71b8559add5a9bface0aaf6fe06c3fc175e;hb=f606d3c31ea117f7b9cb187f3521c7051a8db2ba;hp=81a8544480c4da76aa8cba85c6c910a9bab5ae9f;hpb=6882ff1359de0c4812a62e1bfcdfbf8e68474de5;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 81a8544480..e414a71b85 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,64 @@ +2008-02-19 Ben Pfaff + + * message-dialog.c (popup_messages): Always destroy `msg' and + `lead' strings, avoiding a memory leak. Thanks to John Darrington + for reporting the problem. + +2008-02-19 John Darrington + + * dict-display.c: Display names of variables in dialog box + dictionary treeviews, when the mouse hovers over the variable. + +2008-02-13 John Darrington + + * variable-info-dialog.c: Fix crash when clicking "Jump" when no + variable selected. Add a valid predicate so that this can't + happen anyway. + + * compute-dialog.c: Fix crash when trying to set label on non + existant variable. + +2008-02-09 Ben Pfaff + + Consolidate multiple messages into single message dialog. Patch + #6405. Thanks to John Darrington for review. + + * automake.mk (dist_src_ui_gui_psppire_DATA): Add + message-dialog.glade. + + * helper.c (give_help): Use GtkMessageDialog directly instead of + trying to reuse message-dialog code. + + * message-dialog.c: Rewritten. + + * message-dialog.glade: New file. + +2008-02-08 Jason Stover + + * crosstabs-dialog.c: New file. + + * crosstabs-dialog.h: New file. + + * crosstabs.glade: New file. + +2008-02-08 John Darrington + + * psppire-data-store.c: Remove feature which automatically inserts + cases at end of data. + + * datasheet.c: Make rows after the last + 1, not editable. + +2008-02-08 John Darrington + + * sort-cases-dialog.c transpose-dialog.c: Added dialog_valid + predicates. + +2008-02-04 John Darrington + + * checkbox-treeview.c: In toggle callback, use the treeview's + current model, instead of relying on the one set at creation. + Use attributes instead of cell_renderer functions. + 2008-02-03 John Darrington * psppire-case-file.c psppire-case-file.h: Dont clone the casereader