X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=845a2eef0f30f7ac74bcce2206f5a90b4d072d1f;hb=4a75ef1461b812818838247a95604ed0ab9696bf;hp=35ed6d860a3bcb63b13830730999b86f55317122;hpb=26b8e68e01f3422f2f1be2469435d34d27635c44;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 35ed6d86..845a2eef 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,27 @@ +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.