diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7e5c084772..0c176e43356 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-02-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * help.el (describe-key-briefly): Now a wrapper for | ||
| 4 | describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons | ||
| 5 | to t. | ||
| 6 | (describe-key-briefly-internal): Renamed from describe-key-briefly. | ||
| 7 | (describe-key): Now a wrapper for describe-key-internal. Bind | ||
| 8 | enable-disabled-menus-and-buttons to t. | ||
| 9 | (describe-key-internal): Renamed from describe-key. | ||
| 10 | |||
| 1 | 2006-02-11 Milan Zamazal <pdm@zamazal.org> | 11 | 2006-02-11 Milan Zamazal <pdm@zamazal.org> |
| 2 | 12 | ||
| 3 | * progmodes/glasses.el (glasses-separator): Doc fix. | 13 | * progmodes/glasses.el (glasses-separator): Doc fix. |