*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 21:03:55 +0000 (21:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 6 Jul 2000 21:03:55 +0000 (21:03 +0000)
lisp/ChangeLog
src/ChangeLog

index 538ac6d..6ad3bf6 100644 (file)
@@ -1,7 +1,15 @@
 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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`  <pot@gnu.org>
+
+       * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
+       exim can use "your message" instead of "the message".
+       
 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
        
        * ediff-diff.el (ediff-wordify): Use syntax table.
index 6f6409d..659a2d2 100644 (file)
@@ -1,5 +1,7 @@
 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.