aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-06 21:03:55 +0000
committerGerd Moellmann2000-07-06 21:03:55 +0000
commite5c81191ca84bba66792e7630577bf4ae25364c4 (patch)
tree90a983a5a0dd2fa18d139257f4bf9a160357e0d2
parentffdc852d605da3a6dbe945a29c63c485b21ad34d (diff)
downloademacs-e5c81191ca84bba66792e7630577bf4ae25364c4.tar.gz
emacs-e5c81191ca84bba66792e7630577bf4ae25364c4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--src/ChangeLog2
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 538ac6d339a..6ad3bf68431 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,15 @@
12000-07-06 Gerd Moellmann <gerd@gnu.org> 12000-07-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4 (print-region-1): Don't hard code `-h' here.
5
3 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. 6 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4 7
82000-07-01 Francesco Potorti` <pot@gnu.org>
9
10 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11 exim can use "your message" instead of "the message".
12
52000-07-05 Michael Kifer <kifer@cs.sunysb.edu> 132000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
6 14
7 * ediff-diff.el (ediff-wordify): Use syntax table. 15 * ediff-diff.el (ediff-wordify): Use syntax table.
diff --git a/src/ChangeLog b/src/ChangeLog
index 6f6409d297a..659a2d25244 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-07-06 Gerd Moellmann <gerd@gnu.org> 12000-07-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (window_loop): Add missing gcpro1 local variable.
4
3 * window.c (Fwindow_list): Reverse list at the end. 5 * window.c (Fwindow_list): Reverse list at the end.
4 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil 6 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
5 means allow windows on OWINDOW's frame, only. 7 means allow windows on OWINDOW's frame, only.