aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/PROBLEMS5
-rw-r--r--lisp/ChangeLog7
-rw-r--r--man/faq.texi2
-rw-r--r--man/sending.texi4
5 files changed, 21 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1c827957c1..e534aa284e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-29 Vinicius Jose Latorre <[email protected]>
+
+ * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow
+ is non-nil.
+ (printZebra, BeginPage): Code fix.
+
2000-12-15 Miles Bader <[email protected]>
* DEBUG: Add note aboute using `inverse-video' to detect excessive
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c2048496bc..b2fa8dd29c 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3dddc51d0b..ecafc15abf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-29 Gerd Moellmann <[email protected]>
+
+ * 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 <[email protected]>
* ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
diff --git a/man/faq.texi b/man/faq.texi
index 3d5281950c..6a6ad65afa 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -4892,7 +4892,7 @@ If you like, you can expand mail aliases as abbrevs, as soon as you
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
diff --git a/man/sending.texi b/man/sending.texi
index faf9d8eaff..343624bacc 100644
--- a/man/sending.texi
+++ b/man/sending.texi
@@ -323,7 +323,7 @@ you type them in (@pxref{Abbrevs}). To enable this feature, execute the
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 @@ afterward. However, you can rebind @kbd{C-n} and @kbd{M->} to cause
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