X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=14fd0cf0481d04094d1126bf2b792e7e1d2110fb;hb=146997e1690f055481e2003529eaa4f8848ca4a8;hp=7df5f7473076cf39b3207fdc7db5dd5aacc1b1cc;hpb=7eda1a159f93609f8bd68e98e1b04db2d99067f5;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 7df5f747..14fd0cf0 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,21 @@ +2007-04-04 John Darrington + + * compute-dialog.c compute-dialog.h: New files + + * data-editor.c data-editor.h data-editor.glade : Added Transform + menu, and support for Compute dialog + + * glade-register.c psppire-buttonbox.c psppire-buttonbox.h + psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c + psppire-vbuttonbox.h : Made buttonbox an abstract base class + and separated it into vbuttonbox and hbuttonbox. + + * psppire-selector.c : Allowed GtkTextView to be the destination + widget. + + * psppire-keypad.c: Added an "erase" signal. Fixed other + minor problems. + 2007-04-03 Ben Pfaff John McCabe-Dansted