* Smake (GNULIB_MODULES): Don't depend on memmem module, because
[pspp] / src / ui / gui / ChangeLog
index 29a54dfbf5bb3c5d4f015d8b784704edc2a7a494..3cc945cc53f9855a4d1a9158c84cda43b178c420 100644 (file)
@@ -1,15 +1,38 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       * 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 <john@darrington.wattle.id.au>
+
+       * automake.mk: On make install, warn about the non-existance of yelp.
+
+2008-05-08  Ben Pfaff  <blp@gnu.org>
+
+       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  <blp@gnu.org>
 
        Patch #6505.  Reviewed by John Darrington.
 
-       * text-data-import-dialog: (struct assistant) New member
+       * text-data-import-dialog.c: (struct assistant) New member
        `watch_cursor'.
-       (revise_fields_preview) Change the mouse pointer to a watch to
+       (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.
+       (prepare_formats_page): Ditto.
+       (on_variable_change): Ditto.
+       (push_watch_cursor): New function.
+       (pop_watch_cursor): New function.
 
 2008-05-08  John Darrington <john@darrington.wattle.id.au>