+2002-08-12 Richard M. Stallman <rms@gnu.org>
+
+ * textmodes/page-ext.el (pages-target-buffer): Add defvar.
+ Renamed from target-buffer.
+ (pages-directory, pages-copy-header-and-position): Uses changed.
+
+ * calendar/appt.el (appt-make-list): Correct the parsing of
+ each appointment from time-string.
+
+2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
+
+ * scroll-all.el (scroll-all-mode): Use define-minor-mode.
+ (scroll-all-mode): defcustom deleted.
+ (running-xemacs): Variable deleted.
+ (minor-mode-alist): Don't manipulate it directly.
+
2002-08-10 Kenichi Handa <handa@etl.go.jp>
* international/mule-cmds.el (search-unencodable-char): New
+2002-08-12 Richard M. Stallman <rms@gnu.org>
+
+ * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
+ [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
+ (WSTOPSIG, WTERMSIG): Define each one independently if not defined
+ already.
+
+ * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
+
2002-08-11 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTmouse_position): Check wp with is_emacs_window.