Mercurial > emacs
comparison lisp/ChangeLog @ 51053:964b7868500f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 17 May 2003 22:21:36 +0000 |
parents | 08b938c3a5fc |
children | 8c21d7bbb81b |
comparison
equal
deleted
inserted
replaced
51052:322e59c8a00c | 51053:964b7868500f |
---|---|
1 2003-05-17 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * which-func.el (which-func-format): Make it risky-local-variable. | |
4 (which-func-table): New var. | |
5 (which-func-current): Make it into a constant modeline spec. | |
6 (which-func-previous): Remove. | |
7 (which-func-update): Only update the selected window. | |
8 (which-func-update-1): Use the new var to allow the current | |
9 function to be different for a buffer shown in two windows. | |
10 | |
11 * subr.el (with-selected-window): New macro. | |
12 (dolist, dotimes, with-current-buffer): Use backquotes. | |
13 (when, unless, save-match-data, combine-after-change-calls) | |
14 (with-output-to-string, with-temp-buffer): Add `declare' info. | |
15 (listify-key-sequence): Don't allocate unnecessarily. | |
16 (read-quoted-char): Allow up to base 36. | |
17 (prepare-change-group): Remove unimplemented argument. | |
18 | |
19 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload. | |
20 (widget-choose, widget-map-buttons): Use with-current-buffer. | |
21 (widget-field-add-space): Change to nil (and to defconst). | |
22 (widget-info-link-action): Use `info'. | |
23 | |
1 2003-05-17 Nick Roberts <nick@nick.uklinux.net> | 24 2003-05-17 Nick Roberts <nick@nick.uklinux.net> |
2 | 25 |
3 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for | 26 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for |
4 selected frame. | 27 selected frame. |
5 (gdb-annotation-rules): Stop using frames-invalid and | 28 (gdb-annotation-rules): Stop using frames-invalid and |
6 breakpoints-invalid annotations. Update after post-prompt instead. | 29 breakpoints-invalid annotations. Update after post-prompt instead. |
7 (gdb-post-prompt): Update frames and breakpoints here. | 30 (gdb-post-prompt): Update frames and breakpoints here. |
8 (gdb-invalidate-frame-and-assembler) | 31 (gdb-invalidate-frame-and-assembler) |
9 (gdb-invalidate-breakpoints-and-assembler): Remove. | 32 (gdb-invalidate-breakpoints-and-assembler): Remove. |
10 (gdb-current-address): Remove. | 33 (gdb-current-address): Remove. |
11 (gdb-previous-address): New variable. | 34 (gdb-previous-address): New variable. |
12 (gud-until): Extend to work in Assembler buffer | 35 (gud-until): Extend to work in Assembler buffer |
13 (gdb-append-to-inferior-io): Select IO buffer when there is | 36 (gdb-append-to-inferior-io): Select IO buffer when there is output. |
14 output. | |
15 (gdb-assembler-custom): Try to get line marker (arrow) to display | 37 (gdb-assembler-custom): Try to get line marker (arrow) to display |
16 in window. Correct parsing for OS dependent output syntax of Gdb | 38 in window. Correct parsing for OS dependent output syntax of Gdb |
17 command, where. | 39 command, where. |
18 (gdb-frame-handler): Correct parsing for OS dependent output | 40 (gdb-frame-handler): Correct parsing for OS dependent output |
19 syntax of Gdb command, frame. | 41 syntax of Gdb command, frame. |
20 (gdb-invalidate-assembler): Update assembler buffer correctly when | 42 (gdb-invalidate-assembler): Update assembler buffer correctly when |
21 frame changes (revisited). | 43 frame changes (revisited). |