diff options
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. |