From: Gerd Moellmann Date: Thu, 6 Jul 2000 21:03:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5c81191ca84bba66792e7630577bf4ae25364c4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 538ac6d339a..6ad3bf68431 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,15 @@ 2000-07-06 Gerd Moellmann + * lpr.el (lpr-page-header-switches): Add `-h' switch. + (print-region-1): Don't hard code `-h' here. + * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'. +2000-07-01 Francesco Potorti` + + * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as + exim can use "your message" instead of "the message". + 2000-07-05 Michael Kifer * 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 @@ 2000-07-06 Gerd Moellmann + * window.c (window_loop): Add missing gcpro1 local variable. + * window.c (Fwindow_list): Reverse list at the end. (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil means allow windows on OWINDOW's frame, only.