diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cce61c85b87..839af121da9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-11-09 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-current-stack-level): New variable. | ||
| 4 | (gdb-info-frames-custom, gdb-frame-handler): Use it to find | ||
| 5 | current frame (in case of recursive calls). | ||
| 6 | (gdb-show-changed-values): Add :version keyword. | ||
| 7 | |||
| 1 | 2004-11-08 Richard M. Stallman <rms@gnu.org> | 8 | 2004-11-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * subr.el (syntax-after): Doc fix. | 10 | * subr.el (syntax-after): Doc fix. |