diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5b211ae393..8ca54220521 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-11-24 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item. | ||
| 4 | |||
| 5 | * faces.el (face-set-after-frame-default): Ignore errors | ||
| 6 | in face-spec-face-set. | ||
| 7 | |||
| 8 | * cus-face.el (custom-declare-face): Add face-defface-spec | ||
| 9 | prop after applying the face spec. | ||
| 10 | |||
| 1 | 2002-11-23 Nick Roberts <nick@nick.uklinux.net> | 11 | 2002-11-23 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 12 | ||
| 3 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the | 13 | * tooltip.el (tooltip-gud-print-command): Add server prefix to the |
| @@ -11,6 +21,10 @@ | |||
| 11 | * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right | 21 | * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right |
| 12 | place. Add groups. | 22 | place. Add groups. |
| 13 | 23 | ||
| 24 | 2002-11-22 Simon Marshall <marshals@perth> | ||
| 25 | |||
| 26 | * font-lock.el (c++-font-lock-extra-types): Add various STL classes. | ||
| 27 | |||
| 14 | 2002-11-21 Nick Roberts <nick@nick.uklinux.net> | 28 | 2002-11-21 Nick Roberts <nick@nick.uklinux.net> |
| 15 | 29 | ||
| 16 | * gdb-ui.el : General tidying. Patches from Stefan Monnier. | 30 | * gdb-ui.el : General tidying. Patches from Stefan Monnier. |