aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-04-27 21:57:26 +0000
committerNick Roberts <[email protected]>2005-04-27 21:57:26 +0000
commit8c75afbf680339206eeb7da1191b25f007a970ef (patch)
treeb09cf2c28b27dc780a7945190b155d29a5e0944c
parentb8a04883bc9e411c711a786231c61ace41452bb9 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog4
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dbc8a22944..7ddd1bd3fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
+2005-04-28 Nick Roberts <[email protected]>
+
+ * progmodes/cc-mode.el: (cc-create-define-alist): New function.
+ (cc-define-alist): New variable.
+ (c-mode): Make it local and initialise it.
+
+ * progmodes/gdb-ui.el (gdb-active-process): New variable.
+ (gdb-exited): New function.
+ (gdb-annotation-rules): Use it.
+ (gdb-starting): Set gdb-active-process to t.
+ (gdb-stopping): Amend doc string.
+ (gdb-reset): Set gdb-active-process to nil.
+
+ * tooltip.el (tooltip-gud-tips): Show the associated #define
+ directives when a C program under GDB is not executing.
+
2005-04-27 Stefan Monnier <[email protected]>
* progmodes/cperl-mode.el (cperl-mode): Don't precompile the
diff --git a/src/ChangeLog b/src/ChangeLog
index 0325981bf8..9da42f6930 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-28 Nick Roberts <[email protected]>
+
+ * emacs.c (USAGE1): Add --basic-display and --quick options.
+
2005-04-27 Kim F. Storm <[email protected]>
* data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.