diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-12-04 11:57:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-12-04 11:57:49 +0000 |
commit | c5992177028419221efa87505dddba4af07a5ca3 (patch) | |
tree | fe7ab4ce01c83f51b7b90abb300599c9292b0b12 /lisp | |
parent | d4c2acb9d8ef8b63c1d28c1ef1ce31a701f43ab3 (diff) | |
download | emacs-c5992177028419221efa87505dddba4af07a5ca3.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 684cf003e57..b5dc00abbef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2002-12-04 Richard M. Stallman <rms@gnu.org> + + * gud.el (gud-menu-map): Delete CVS conflict markers. + + * progmodes/cc-vars.el: Simply require wid-edit and custom + in eval-when-compile. + + * progmodes/cc-menus.el: Don't require imenu. + + * progmodes/cc-langs.el: Don't require cl. + (c-delete-duplicates): New function. Use instead of delete-duplicates. + + * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var): + Add an else-clause to the if to avoid confused compiler warning. + + * tooltip.el (tooltip-gud-tips-p): Undo previous change. + 2002-12-03 Dave Love <fx@gnu.org> * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859) |