X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2FChangeLog;h=88a42f1ffa5e6a192938dae1154a3811d3ba7080;hb=bd64b7f8def9cbbf882f31ae34ecec86cbfd6093;hp=31c6b3bf4b20224615f464b02c04c2f5b203a280;hpb=d5be8ea561e677365dc4d9e076bf85b2facf5d2a;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 31c6b3bf..88a42f1f 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,64 @@ +2008-05-20 John Darrington + + * automake.mk: Added the -no-undefined flag so that dlls can be built + on w32 platforms. Abstracted the dependencies of glade-register.c + into a new shared library libpsppwidgets.so, which can be either + linked directly by psppire or by libpsppire.so + + * psppire-keypad.c: Changed snprintf to g_snprintf so as not to use + gnulib. + +2008-05-15 Ben Pfaff + + * automake.mk: Rename install-data-hook to yelp-check and mark it + phony. This avoids an automake warning for duplicate + install-data-hook commands in doc/automake.mk and this file + (automake does not understand double-colon rules, since they are + not in POSIX). + +2008-05-09 John Darrington + + * automake.mk: On make install, warn about the non-existance of yelp. + +2008-05-08 Ben Pfaff + + Patch #6505. Reviewed by John Darrington. + + * text-data-import-dialog.c: Don't make the user wiggle the mouse + to be able to click on the Forward button twice in quick + succession. + (add_page_to_assistant): Mark pages in the assistant complete + immediately. + (on_prepare): No longer mark pages complete upon first visit. + +2008-05-08 Ben Pfaff + + Patch #6505. Reviewed by John Darrington. + + * text-data-import-dialog.c: (struct assistant) New member + `watch_cursor'. + (revise_fields_preview): Change the mouse pointer to a watch to + indicate that a long operation is ongoing. + (prepare_formats_page): Ditto. + (on_variable_change): Ditto. + (push_watch_cursor): New function. + (pop_watch_cursor): New function. + +2008-05-08 John Darrington + + * data-editor.c: In popup menus, connect the Insert Variable and + Insert Case callbacks manually, instead of relying on + gtk_action_connect_proxy, as the latter connects a label with a + mnemonic which is inappropriate. + +2008-05-06 Ben Pfaff + + Bug #23127. Reviewed by John Darrington. Tested by Jason Stover, + in an earlier form. + + * text-data-import-dialog.c (get_tooltip_location): Prevent crash + when a tooltip is being prepared when the assistant is closed. + 2008-05-06 Ben Pfaff * text-data-import-dialog.c (text_data_import_assistant): Allocate