aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-12 17:31:43 +0000
committerRichard M. Stallman2002-08-12 17:31:43 +0000
commit450565cb1aa95fc379e818dad430e299b7066004 (patch)
tree9696cbec5d980b97ccede4c1de03a40c927c8601
parent992dd91a9170f5ee700817427ce75e049c0556e8 (diff)
downloademacs-450565cb1aa95fc379e818dad430e299b7066004.tar.gz
emacs-450565cb1aa95fc379e818dad430e299b7066004.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog9
2 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 03ddfef8606..9e68cfa9e3b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12002-08-12 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
4 Renamed from target-buffer.
5 (pages-directory, pages-copy-header-and-position): Uses changed.
6
7 * calendar/appt.el (appt-make-list): Correct the parsing of
8 each appointment from time-string.
9
102002-08-12 Stefan Monnier <monnier@cs.yale.edu>
11
12 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
13 (scroll-all-mode): defcustom deleted.
14 (running-xemacs): Variable deleted.
15 (minor-mode-alist): Don't manipulate it directly.
16
12002-08-10 Kenichi Handa <handa@etl.go.jp> 172002-08-10 Kenichi Handa <handa@etl.go.jp>
2 18
3 * international/mule-cmds.el (search-unencodable-char): New 19 * 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 @@
12002-08-12 Richard M. Stallman <rms@gnu.org>
2
3 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
4 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
5 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
6 already.
7
8 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
9
12002-08-11 Andrew Choi <akochoi@shaw.ca> 102002-08-11 Andrew Choi <akochoi@shaw.ca>
2 11
3 * macterm.c (XTmouse_position): Check wp with is_emacs_window. 12 * macterm.c (XTmouse_position): Check wp with is_emacs_window.