Mercurial > emacs
comparison lisp/ChangeLog @ 51027:08b938c3a5fc
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sat, 17 May 2003 10:17:01 +0000 |
parents | 76f05bb50963 |
children | 964b7868500f |
comparison
equal
deleted
inserted
replaced
51026:8113316012c6 | 51027:08b938c3a5fc |
---|---|
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'. |
4 Don't copy the sequence since we're already modifying it elsewhere. | 26 Don't copy the sequence since we're already modifying it elsewhere. |
5 (imenu--create-keymap): Rename from imenu--create-keymap-1. | 27 (imenu--create-keymap): Rename from imenu--create-keymap-1. |