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 af58ef47b28..4b8389877a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-04-24 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * apropos.el (apropos-label-face): Avoid variable-pitch face. | ||
| 4 | (apropos-accumulator): Doc fix. | ||
| 5 | (apropos-function, apropos-macro, apropos-command) | ||
| 6 | (apropos-variable, apropos-face, apropos-group, apropos-widget) | ||
| 7 | (apropos-plist): Add face property. | ||
| 8 | (apropos-symbols-internal): Fix indentation. | ||
| 9 | (apropos-print): Simplify help, and recognize apropos-multi-type. | ||
| 10 | (apropos-print-doc): Use button-type-get to extract the button's | ||
| 11 | face property. Fill docstring (Bug#8352). | ||
| 12 | |||
| 1 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | 13 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535). | 15 | * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535). |