summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-12-04 11:57:49 +0000
committerRichard M. Stallman <rms@gnu.org>2002-12-04 11:57:49 +0000
commitc5992177028419221efa87505dddba4af07a5ca3 (patch)
treefe7ab4ce01c83f51b7b90abb300599c9292b0b12 /lisp
parentd4c2acb9d8ef8b63c1d28c1ef1ce31a701f43ab3 (diff)
downloademacs-c5992177028419221efa87505dddba4af07a5ca3.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog17
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)