diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cff74f5c3ef..3bb9e41cd2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-03-28 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) | ||
| 4 | (gud-gdba-marker-filter): Log the process input and output, if | ||
| 5 | required. (from Stefan Monnier) | ||
| 6 | (gdb-debug-log, gdb-enable-debug-log): New variables. | ||
| 7 | (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. | ||
| 8 | |||
| 1 | 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * vc-hooks.el (vc-file-not-found-hook): Fix typo. | 11 | * vc-hooks.el (vc-file-not-found-hook): Fix typo. |