diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f422a977ebe..af58ef47b28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535). | ||
| 4 | |||
| 5 | * play/mpuz.el (mpuz-silent): Doc fix. | ||
| 6 | (mpuz-mode-map): Use mapc. | ||
| 7 | (mpuz-put-number-on-board): Rename parameter L to COLUMNS. | ||
| 8 | (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer): | ||
| 9 | Fix typos in docstrings. | ||
| 10 | |||
| 11 | * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token) | ||
| 12 | (doctor-nounp, doctor-pronounp): Fix typos in docstrings. | ||
| 13 | |||
| 14 | * mouse-drag.el (mouse-drag-throw): Fix typo in docstring. | ||
| 15 | |||
| 16 | 2011-04-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 17 | |||
| 18 | * minibuffer.el (completion--do-completion): Avoid the "Next char | ||
| 19 | not unique" prompt if icomplete-mode is enabled (Bug#5849). | ||
| 20 | |||
| 21 | * mouse.el (mouse-drag-mode-line-1): Make sure that if we push | ||
| 22 | mouse-2 into unread-command-events, it is interpreted correctly. | ||
| 23 | |||
| 24 | * image-mode.el (image-type, image-mode-map, image-minor-mode-map) | ||
| 25 | (image-toggle-display): Doc fix. | ||
| 26 | |||
| 27 | 2011-04-23 Stephen Berman <stephen.berman@gmx.net> | ||
| 28 | |||
| 29 | * textmodes/page.el (what-page): Use line-number-at-pos to | ||
| 30 | calculate line number (Bug#6825). | ||
| 31 | |||
| 1 | 2011-04-22 Juanma Barranquero <lekktu@gmail.com> | 32 | 2011-04-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 33 | ||
| 3 | * eshell/esh-mode.el (find-tag-interactive): Declare function. | 34 | * eshell/esh-mode.el (find-tag-interactive): Declare function. |