X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=c5311eded30b1201c09120e725805e65f2fd31ff;hb=a6df7a4863f51dd4121a067f947335fba197617b;hp=f0c95e511aa659a40a028340731fc94c57f7fd5f;hpb=52b9fca3a729eaef7d13469029e4391aa033a659;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index f0c95e51..c5311ede 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,91 @@ +Sat May 13 08:00:50 WST 2006 John Darrington + + * data-sheet.c, helper.c, helper.h, psppire-data-store.c, + psppire-var-store.c: + + Set free_strings flag so that the gtksheet frees the string data + when it's done with them. + +Thu May 11 22:25:49 WST 2006 John Darrington + + * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c + psppire.c: Converted strings to utf8 before passing to gtksheet. + + * psppire-dict.c: Changed buffer to more reasonable length + + * var-sheet.c: Changed maximum string length to use macro from + data/values.h + + +Sun May 7 10:07:28 WST 2006 John Darrington + + * psppire-data-store.c: Fixed buglet initialising string members. + +Thu May 4 18:04:04 WST 2006 John Darrington + + * message-dialog.c message-dialog.h: Added simple queuing to messages + reported, and ensure that dialog boxes dont appear when pointer grab + is active. + + * psppire-data-store.c: Fix overflow on very long string variables. + + * automake.mk: Fix broken dependency. + + +Tue Apr 25 11:08:04 2006 Ben Pfaff + + Finish reforming error message support. In this phase, move + message.c into libpspp. + + * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c. + +Tue Apr 25 10:56:53 2006 Ben Pfaff + + Continue reforming error message support. In this phase, drop + actual message printing from core code, substituting a callback, + and add the callback to each UI. Also, move verbose_msg() into + its own module. + + * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c. + + * message-dialog.c: (message_dialog_init) New function. + (vmsg) Rename handle_msg(), rewrite as callback function. + (msg) Removed. + (msg_emit) Removed. + (msg_assert_fail) Removed. + (verbose_msg) Removed. + + * psppire.c: (main) Call message_dialog_init(). + +Sun Apr 23 22:07:49 2006 Ben Pfaff + + Continue reforming error message support. In this phase, get rid + of message "titles" and put the message text in `struct error'. + Now `struct error' encapsulates a message more properly. + + * message-dialog.c: (err_vmsg) Rename err_msg(). Updated + interface. + +Sun Apr 16 20:45:35 2006 Ben Pfaff + + Continue reforming error message support. In this phase, we + divide the classification of messages along "category" and + "severity" axes. + + * message-dialog.c: (vmsg) Use severity and category in + straightforward fashion instead of the less obvious "class". + (err_vmsg) Construct class before passing along to vmsg(). + +Sun Apr 16 16:06:54 2006 Ben Pfaff + + Continue reforming error message support. In this phase, we get + rid of VM() and the other msg() support for "verbosity", replacing + it by a new function verbose_msg(). + + * message-dialog.c: (verbose_msg) New function. + (err_cond_fail) Removed (dead code). + (err_failure) Removed (dead code). + Sun Apr 16 11:53:25 2006 Ben Pfaff Start reforming error message support. In this phase, we get rid