# HG changeset patch # User Richard M. Stallman # Date 1038164478 0 # Node ID 1782b835b59e9a4769ccb4f50b8c0768687e70fb # Parent 710d401ff2259faa7aea808ef89677bb25f7d2e3 *** empty log message *** diff -r 710d401ff225 -r 1782b835b59e lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 24 19:00:38 2002 +0000 +++ b/lisp/ChangeLog Sun Nov 24 19:01:18 2002 +0000 @@ -1,3 +1,13 @@ +2002-11-24 Richard M. Stallman + + * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item. + + * faces.el (face-set-after-frame-default): Ignore errors + in face-spec-face-set. + + * cus-face.el (custom-declare-face): Add face-defface-spec + prop after applying the face spec. + 2002-11-23 Nick Roberts * tooltip.el (tooltip-gud-print-command): Add server prefix to the @@ -11,6 +21,10 @@ * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right place. Add groups. +2002-11-22 Simon Marshall + + * font-lock.el (c++-font-lock-extra-types): Add various STL classes. + 2002-11-21 Nick Roberts * gdb-ui.el : General tidying. Patches from Stefan Monnier.