changeset 34922:962646fc3a58

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 29 Dec 2000 12:26:18 +0000
parents fc01ec9131a8
children c96c07c36f33
files etc/ChangeLog etc/PROBLEMS lisp/ChangeLog man/faq.texi man/sending.texi
diffstat 5 files changed, 21 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Fri Dec 29 12:19:28 2000 +0000
+++ b/etc/ChangeLog	Fri Dec 29 12:26:18 2000 +0000
@@ -1,3 +1,9 @@
+2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+	* ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
+	is non-nil.
+	(printZebra, BeginPage): Code fix.
+	
 2000-12-15  Miles Bader  <miles@gnu.org>
 
 	* DEBUG: Add note aboute using `inverse-video' to detect excessive
--- a/etc/PROBLEMS	Fri Dec 29 12:19:28 2000 +0000
+++ b/etc/PROBLEMS	Fri Dec 29 12:26:18 2000 +0000
@@ -1,6 +1,11 @@
 This file describes various problems that have been encountered
 in compiling, installing and running GNU Emacs.
 
+* When using Xaw3d scroll bars without arrows, the very first mouse
+click in a scroll bar might be ignored by the scroll bar widget.  This
+is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the
+problem disappears.
+
 * Some accented ISO-8859-1 characters or umlauts are displayed as | or _.
 
 Try other font set sizes (S-mouse-1).  If the problem persists with
--- a/lisp/ChangeLog	Fri Dec 29 12:19:28 2000 +0000
+++ b/lisp/ChangeLog	Fri Dec 29 12:26:18 2000 +0000
@@ -1,3 +1,10 @@
+2000-12-29  Gerd Moellmann  <gerd@gnu.org>
+
+	* mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
+	Use mail-mode-hook instead of mail-setup-hook.  Otherwise
+	continuing an interrupted message with C-u C-x m for instence,
+	winds up in Mail mode without abbrevs.
+
 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
 	* ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
--- a/man/faq.texi	Fri Dec 29 12:19:28 2000 +0000
+++ b/man/faq.texi	Fri Dec 29 12:26:18 2000 +0000
@@ -4892,7 +4892,7 @@
 type them in.  To enable this feature, execute the following:
 
 @lisp
-(add-hook 'mail-setup-hook 'mail-abbrevs-setup)
+(add-hook 'mail-mode-hook 'mail-abbrevs-setup)
 @end lisp
 
 Note that the aliases are expanded automatically only after you type
--- a/man/sending.texi	Fri Dec 29 12:19:28 2000 +0000
+++ b/man/sending.texi	Fri Dec 29 12:26:18 2000 +0000
@@ -323,7 +323,7 @@
 following:
 
 @example
-(add-hook 'mail-setup-hook 'mail-abbrevs-setup)
+(add-hook 'mail-mode-hook 'mail-abbrevs-setup)
 @end example
 
 @noindent
@@ -349,7 +349,7 @@
 expansion as well.  Here's how to do that:
 
 @smallexample
-(add-hook 'mail-setup-hook
+(add-hook 'mail-mode-hook
           (lambda ()
             (substitute-key-definition
               'next-line 'mail-abbrev-next-line