diff options
| author | Juanma Barranquero | 2008-11-20 23:07:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-20 23:07:44 +0000 |
| commit | 11eac3eaed3c433a5948133a9b990eb4f71e07c9 (patch) | |
| tree | 7713b78d4b87e2bcccb4fb7cb9b79bd26906854e /lisp/ChangeLog | |
| parent | d46b521475d73f3452e0a5cfdf0533233159adcd (diff) | |
| download | emacs-11eac3eaed3c433a5948133a9b990eb4f71e07c9.tar.gz emacs-11eac3eaed3c433a5948133a9b990eb4f71e07c9.zip | |
* international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
(lookup-nested-alist): Doc fix.
(with-coding-priority): Reflow docstring.
(detect-coding-with-priority): Fix typos in obsolescence declaration.
(char-displayable-p): Reflow docstring. Use `when'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e86f7512083..271832a951a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * international/mule-util.el (set-nested-alist): Doc fix. Use `when'. | ||
| 4 | (lookup-nested-alist): Doc fix. | ||
| 5 | (with-coding-priority): Reflow docstring. | ||
| 6 | (detect-coding-with-priority): Fix typos in obsolescence declaration. | ||
| 7 | (char-displayable-p): Reflow docstring. Use `when'. | ||
| 8 | |||
| 1 | 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 10 | ||
| 3 | * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for | 11 | * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for |
| @@ -14,7 +22,7 @@ | |||
| 14 | (Buffer-menu-buffer+size): Use it, fix last change, and simplify. | 22 | (Buffer-menu-buffer+size): Use it, fix last change, and simplify. |
| 15 | (list-buffers-noselect): Don't need to pad. | 23 | (list-buffers-noselect): Don't need to pad. |
| 16 | 24 | ||
| 17 | 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> | 25 | 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com> |
| 18 | 26 | ||
| 19 | * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect): | 27 | * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect): |
| 20 | Pay attention to char widths when computing string sizes. | 28 | Pay attention to char widths when computing string sizes. |