diff options
| author | Juanma Barranquero | 2012-01-10 18:32:19 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-10 18:32:19 +0100 |
| commit | cd394be17755d8248ba01ea7ba8502a31f1ce71a (patch) | |
| tree | 8bd7a8df9cf11edddb567add9f757c328e29236a /lisp/ChangeLog | |
| parent | 96f8741e07a33e6ba81d5afadf3e277e8a54911c (diff) | |
| download | emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.tar.gz emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.zip | |
ChangeLog fixes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c905a283b11..2f28fe36d34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map | 37 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map |
| 38 | (bug#9759). | 38 | (bug#9759). |
| 39 | 39 | ||
| 40 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. | 40 | * mail/smtpmail.el (password-cache-add): Remove unused declaration. |
| 41 | (password-read): Don't autoload unused function. | 41 | (password-read): Don't autoload unused function. |
| 42 | 42 | ||
| 43 | 2012-01-07 Juanma Barranquero <lekktu@gmail.com> | 43 | 2012-01-07 Juanma Barranquero <lekktu@gmail.com> |
| @@ -1392,7 +1392,7 @@ | |||
| 1392 | (window-list-no-nils): Remove. | 1392 | (window-list-no-nils): Remove. |
| 1393 | (window-state-get-1, window-state-get): Use backquote instead. | 1393 | (window-state-get-1, window-state-get): Use backquote instead. |
| 1394 | 1394 | ||
| 1395 | 2011-11-08 thierry <thierry.volpiatto@gmail.com> | 1395 | 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 1396 | 1396 | ||
| 1397 | * emacs-lisp/find-func.el (find-function-read): | 1397 | * emacs-lisp/find-func.el (find-function-read): |
| 1398 | Fix incorrect use of default argument in `completing-read'. | 1398 | Fix incorrect use of default argument in `completing-read'. |
| @@ -4542,7 +4542,7 @@ | |||
| 4542 | 4542 | ||
| 4543 | * printing.el: Add documentation to all the `pr-toggle-' commands. | 4543 | * printing.el: Add documentation to all the `pr-toggle-' commands. |
| 4544 | 4544 | ||
| 4545 | 2011-07-11 Leo <sdl.web@gmail.com> (tiny change) | 4545 | 2011-07-11 Leo Liu <sdl.web@gmail.com> |
| 4546 | 4546 | ||
| 4547 | * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC | 4547 | * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC |
| 4548 | backends where it makes sense (bug#2623). | 4548 | backends where it makes sense (bug#2623). |
| @@ -9576,7 +9576,7 @@ | |||
| 9576 | * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic | 9576 | * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic |
| 9577 | units and musical notes. | 9577 | units and musical notes. |
| 9578 | 9578 | ||
| 9579 | 2011-03-20 Leo <sdl.web@gmail.com> | 9579 | 2011-03-20 Leo Liu <sdl.web@gmail.com> |
| 9580 | 9580 | ||
| 9581 | * ido.el (ido-read-internal): Use completing-read-default. | 9581 | * ido.el (ido-read-internal): Use completing-read-default. |
| 9582 | (ido-completing-read): Fix compatibility with completing-read. | 9582 | (ido-completing-read): Fix compatibility with completing-read. |