# HG changeset patch # User Gerd Moellmann # Date 962917435 0 # Node ID c4efb75b41999b25dcc3e574650f334f42401d0f # Parent 9406cb07bac77261c1546488b83316ea1c0cb13d *** empty log message *** diff -r 9406cb07bac7 -r c4efb75b4199 lisp/ChangeLog --- 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 + * 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 -r 9406cb07bac7 -r c4efb75b4199 src/ChangeLog --- 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 + * 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.