aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-01-23 22:01:59 +0000
committerStefan Monnier2005-01-23 22:01:59 +0000
commit04138be8a5ec7fe737916e171c7e3fec7d23c0e4 (patch)
tree543575108996506154d38418afaacfff6afe6524 /lisp/ChangeLog
parentf2fc1724a8569223120333218b2094a7f1114863 (diff)
downloademacs-04138be8a5ec7fe737916e171c7e3fec7d23c0e4.tar.gz
emacs-04138be8a5ec7fe737916e171c7e3fec7d23c0e4.zip
(refill-post-command-function):
Add `indent-new-comment-line' and `reindent-then-newline-and-indent' to the list of functions that we should be careful not to undo. (refill-late-fill-paragraph-function): Remove. (refill-saved-state): New var. (refill-mode): Use it to save fill-paragraph-function. Save also the value of auto-fill-function.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 987ac9d0bdc..53f6d66471b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,14 @@
12 12
132005-01-23 Stefan Monnier <monnier@iro.umontreal.ca> 132005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14 14
15 * textmodes/refill.el (refill-post-command-function):
16 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
17 to the list of functions that we should be careful not to undo.
18 (refill-late-fill-paragraph-function): Remove.
19 (refill-saved-state): New var.
20 (refill-mode): Use it to save fill-paragraph-function.
21 Save also the value of auto-fill-function.
22
15 * term/w32-win.el: Simplify code. 23 * term/w32-win.el: Simplify code.
16 24
172005-01-23 Kim F. Storm <storm@cua.dk> 252005-01-23 Kim F. Storm <storm@cua.dk>