*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 2002 17:31:43 +0000 (17:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 2002 17:31:43 +0000 (17:31 +0000)
lisp/ChangeLog
src/ChangeLog

index 03ddfef..9e68cfa 100644 (file)
@@ -1,3 +1,19 @@
+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
index 9932f42..e74bff0 100644 (file)
@@ -1,3 +1,12 @@
+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.