changeset 30103:c4efb75b4199

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 06 Jul 2000 21:03:55 +0000
parents 9406cb07bac7
children 5e66b4713f4a
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 06 20:57:43 2000 +0000
+++ b/lisp/ChangeLog	Thu Jul 06 21:03:55 2000 +0000
@@ -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.
--- a/src/ChangeLog	Thu Jul 06 20:57:43 2000 +0000
+++ b/src/ChangeLog	Thu Jul 06 21:03:55 2000 +0000
@@ -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.