1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-08-12 17:31:43 +00:00
parent 992dd91a91
commit 450565cb1a
2 changed files with 25 additions and 0 deletions

View 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

View 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.