aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-11 21:05:15 -0500
committerGlenn Morris <[email protected]>2012-01-11 21:05:15 -0500
commit328f984d70661aa21764943f6288314c249537a5 (patch)
tree480b124529e88c1bc4f32d1c4129d70da5928337 /lisp/ChangeLog
parent2cc769a8c3b869fdeedd470501ab8d93c2182554 (diff)
mail-mode paragraph-separate fix for bug#10276
* lisp/mail/sendmail.el (mail-mode): Update paragraph-separate for changes in adaptive-fill-regexp.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f81fdab8e..f8d8ab379f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-12 Glenn Morris <[email protected]>
+
+ * mail/sendmail.el (mail-mode): Update paragraph-separate for
+ changes in adaptive-fill-regexp. (Bug#10276)
+
2012-01-11 Alan Mackenzie <[email protected]>
Fix Emacs bug #10463 - put `widen's around the critical spots.