diff options
| author | Nick Roberts | 2004-05-24 21:57:57 +0000 |
|---|---|---|
| committer | Nick Roberts | 2004-05-24 21:57:57 +0000 |
| commit | c98583470faafc01532a84fe8e621438eb1c2bf4 (patch) | |
| tree | 111a9e1be0667c76934cf33e802f006150da188d | |
| parent | 9f438d80644943fa78ee767eeb7cd391dfc1c2bc (diff) | |
| download | emacs-c98583470faafc01532a84fe8e621438eb1c2bf4.tar.gz emacs-c98583470faafc01532a84fe8e621438eb1c2bf4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dee9b31a93f..24432ea0e3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | 2004-05-24 Nick Roberts <nickrob@gnu.org> | 1 | 2004-05-24 Nick Roberts <nickrob@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode) | 3 | * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode) |
| 4 | (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer. | 4 | (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer. |
| 5 | (gdb-var-update, gdb-var-update-handler, gdb-var-delete) | ||
| 6 | (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for | ||
| 7 | gud-minor-mode (gdbmi). | ||
| 5 | 8 | ||
| 6 | 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) | 9 | 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change) |
| 7 | 10 | ||