From 450565cb1aa95fc379e818dad430e299b7066004 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 12 Aug 2002 17:31:43 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ src/ChangeLog | 9 +++++++++ 2 files changed, 25 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 03ddfef8606..9e68cfa9e3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2002-08-12 Richard M. Stallman + + * 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 + + * 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 * international/mule-cmds.el (search-unencodable-char): New diff --git a/src/ChangeLog b/src/ChangeLog index 9932f4272d6..e74bff0bd62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2002-08-12 Richard M. Stallman + + * 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) : Doc fix. + 2002-08-11 Andrew Choi * macterm.c (XTmouse_position): Check wp with is_emacs_window. -- 2.39.5