changeset 46867:ee3c03ac519e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Aug 2002 17:31:43 +0000
parents 34ee31960675
children f68d7c35230f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 12 17:28:36 2002 +0000
+++ b/lisp/ChangeLog	Mon Aug 12 17:31:43 2002 +0000
@@ -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
--- a/src/ChangeLog	Mon Aug 12 17:28:36 2002 +0000
+++ b/src/ChangeLog	Mon Aug 12 17:31:43 2002 +0000
@@ -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.