diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 076749197e0..611219cb5ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-10-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * simple.el (count-words-region): Always count in the region. | ||
| 4 | Report the number of lines and characters too. | ||
| 5 | (count-words): New command, which counts in the buffer if the | ||
| 6 | region is inactive, as count-words-region used to. | ||
| 7 | (count-words--message): New function. Handle plurals. | ||
| 8 | (count-lines-region): Make it an alias for count-words-region. | ||
| 9 | |||
| 10 | * bindings.el (esc-map): Replace count-lines-region with | ||
| 11 | count-words-region. | ||
| 12 | |||
| 1 | 2011-10-08 Martin Rudalics <rudalics@gmx.at> | 13 | 2011-10-08 Martin Rudalics <rudalics@gmx.at> |
| 2 | 14 | ||
| 3 | * window.el (window--delete): Delete dedicated frame | 15 | * window.el (window--delete): Delete dedicated frame |