diff options
| author | Stefan Monnier | 2005-01-23 22:01:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-23 22:01:59 +0000 |
| commit | 04138be8a5ec7fe737916e171c7e3fec7d23c0e4 (patch) | |
| tree | 543575108996506154d38418afaacfff6afe6524 /lisp/ChangeLog | |
| parent | f2fc1724a8569223120333218b2094a7f1114863 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 | ||
| 13 | 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2005-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 | ||
| 17 | 2005-01-23 Kim F. Storm <storm@cua.dk> | 25 | 2005-01-23 Kim F. Storm <storm@cua.dk> |