diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 055e6b473ae..3e75e2a720a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -40,6 +40,15 @@ | |||
| 40 | in a highlighted region: indent each line in region according to | 40 | in a highlighted region: indent each line in region according to |
| 41 | mode. Supply this so it works in XEmacs and older Emacs. | 41 | mode. Supply this so it works in XEmacs and older Emacs. |
| 42 | 42 | ||
| 43 | 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 44 | |||
| 45 | * whitespace.el: Fix auto-cleanup on kill prevents killing read-only | ||
| 46 | buffers (bug#360). New version 11.2.1. | ||
| 47 | (whitespace-action): New value `warn-read-only' to give a warning when | ||
| 48 | buffer is read-only and whitespace action is cleanup or auto-cleanup. | ||
| 49 | (whitespace-cleanup, whitespace-cleanup-region): Code fix. | ||
| 50 | (whitespace-warn-read-only): New fun. | ||
| 51 | |||
| 43 | 2008-09-05 Chong Yidong <cyd@stupidchicken.com> | 52 | 2008-09-05 Chong Yidong <cyd@stupidchicken.com> |
| 44 | 53 | ||
| 45 | * international/quail.el: Require help-mode. | 54 | * international/quail.el: Require help-mode. |