X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=c0505ef1328b4ca276a05c76d5988ec2f94f50d6;hb=108b065bd799f003c05bc3cbf2334078b43540f3;hp=18558a0affd255652afc66a51cc70a8feebf0f7a;hpb=992bcbd6001c1b36828de093c3b218f5bfd688b6;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 18558a0aff..c0505ef132 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,45 @@ +Tue Jan 30 20:13:46 WST 2007 John Darrington + + * psppire-dict.c: Call all the callbacks when a new dictionary becomes current. + + * data-editor.c: Clear existing file name on FILE NEW. + +Sat Jan 27 09:48:21 WST 2007 John Darrington + + * var-type-dialog.c: Fixed bugs closing window, apparent when compiled + against gtk.2.10 + +Fri Jan 26 15:51:34 WST 2007 John Darrington + + * psppire-var-select.c psppire-var-select.h : Deleted. + + * psppire-selector.c psppire-selector.h : New files. + + * transpose-dialog.c transpose-dialog.h : New files. + + * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel + interface functions. + + * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented, + using new PsppireSelector widget. + + * dict-display.c dict-display.h : New files. + + * psppire-object.c psppire-object.h : Deleted. Seemed like a good idea at the time. + +Tue Jan 23 21:10:01 WST 2007 John Darrington + + * helper.c helper.h: New function execute_syntax. + + * syntax-editor.c syntax-editor.glade: Disabled data open/save menu + items. + + * data-editor.c data-editor.glade data-editor.h: Enabled data + open/save/save_as menu-items. + + * window-manager.h window-manager.c (default_window_name) : New + function. + Sat Jan 13 07:47:26 WST 2007 John Darrington * psppire-case-file.c psppire-data-store.c psppire-dialog.c