diff options
| author | Nick Roberts | 2003-05-17 10:17:01 +0000 |
|---|---|---|
| committer | Nick Roberts | 2003-05-17 10:17:01 +0000 |
| commit | 886cad76751629b5ed7e9abf4d4e30962cfbd715 (patch) | |
| tree | 6aa48e463c9ac173d126a4ba88d5e56912969ab0 | |
| parent | c2020c27ff9eeeac24884f36f23dc0280a3577c0 (diff) | |
| download | emacs-886cad76751629b5ed7e9abf4d4e30962cfbd715.tar.gz emacs-886cad76751629b5ed7e9abf4d4e30962cfbd715.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a73c6c747a..a43f048c400 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2003-05-17 Nick Roberts <nick@nick.uklinux.net> | ||
| 2 | |||
| 3 | * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for | ||
| 4 | selected frame. | ||
| 5 | (gdb-annotation-rules): Stop using frames-invalid and | ||
| 6 | breakpoints-invalid annotations. Update after post-prompt instead. | ||
| 7 | (gdb-post-prompt): Update frames and breakpoints here. | ||
| 8 | (gdb-invalidate-frame-and-assembler) | ||
| 9 | (gdb-invalidate-breakpoints-and-assembler): Remove. | ||
| 10 | (gdb-current-address): Remove. | ||
| 11 | (gdb-previous-address): New variable. | ||
| 12 | (gud-until): Extend to work in Assembler buffer | ||
| 13 | (gdb-append-to-inferior-io): Select IO buffer when there is | ||
| 14 | output. | ||
| 15 | (gdb-assembler-custom): Try to get line marker (arrow) to display | ||
| 16 | in window. Correct parsing for OS dependent output syntax of Gdb | ||
| 17 | command, where. | ||
| 18 | (gdb-frame-handler): Correct parsing for OS dependent output | ||
| 19 | syntax of Gdb command, frame. | ||
| 20 | (gdb-invalidate-assembler): Update assembler buffer correctly when | ||
| 21 | frame changes (revisited). | ||
| 22 | |||
| 1 | 2003-05-16 Stefan Monnier <monnier@cs.yale.edu> | 23 | 2003-05-16 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 24 | ||
| 3 | * imenu.el (imenu--split-menu): Remove unused var `count'. | 25 | * imenu.el (imenu--split-menu): Remove unused var `count'. |