diff options
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09af28a06d0..153232ab8d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-11-22 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-resync): New function. | ||
| 4 | (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping) | ||
| 5 | (gdb-frame-begin, gdb-stopped, gdb-post-prompt): | ||
| 6 | Use it to fail more gracefully. | ||
| 7 | (gdb-variables): Delete variable. | ||
| 8 | Re-order variables to reduce byte-compiler warnings. | ||
| 9 | |||
| 10 | |||
| 1 | 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * descr-text.el (describe-char): | 13 | * descr-text.el (describe-char): |