diff options
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbc8a229442..7ddd1bd3fdd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-04-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/cc-mode.el: (cc-create-define-alist): New function. | ||
| 4 | (cc-define-alist): New variable. | ||
| 5 | (c-mode): Make it local and initialise it. | ||
| 6 | |||
| 7 | * progmodes/gdb-ui.el (gdb-active-process): New variable. | ||
| 8 | (gdb-exited): New function. | ||
| 9 | (gdb-annotation-rules): Use it. | ||
| 10 | (gdb-starting): Set gdb-active-process to t. | ||
| 11 | (gdb-stopping): Amend doc string. | ||
| 12 | (gdb-reset): Set gdb-active-process to nil. | ||
| 13 | |||
| 14 | * tooltip.el (tooltip-gud-tips): Show the associated #define | ||
| 15 | directives when a C program under GDB is not executing. | ||
| 16 | |||
| 1 | 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca> | 17 | 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 18 | ||
| 3 | * progmodes/cperl-mode.el (cperl-mode): Don't precompile the | 19 | * progmodes/cperl-mode.el (cperl-mode): Don't precompile the |
diff --git a/src/ChangeLog b/src/ChangeLog index 0325981bf84..9da42f69304 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-28 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * emacs.c (USAGE1): Add --basic-display and --quick options. | ||
| 4 | |||
| 1 | 2005-04-27 Kim F. Storm <storm@cua.dk> | 5 | 2005-04-27 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection. | 7 | * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection. |