]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 538ac6d339afd36f2f223d9aceecfabde4c4f5e6..6ad3bf684311672fecb794eaa3eeef457fd53b34 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 6f6409d297aad4599bcec60d4069adeb4174e7e6..659a2d252443c57e3cb88365f498f64e4711d8d8 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.