aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2003-05-17 22:21:36 +0000
committerStefan Monnier2003-05-17 22:21:36 +0000
commit6f25499a2a8ffcc5ff9951666c7f97a65dd24278 (patch)
tree6888c03bd8d66e000547d9ded5db31a44d3a1526 /lisp/ChangeLog
parentd47f75159ac07b74ead665b287c46fe4a774ab7a (diff)
downloademacs-6f25499a2a8ffcc5ff9951666c7f97a65dd24278.tar.gz
emacs-6f25499a2a8ffcc5ff9951666c7f97a65dd24278.zip
(which-func-format): Make it risky-local-variable.
(which-func-table): New var. (which-func-current): Make it into a constant modeline spec. (which-func-previous): Remove. (which-func-update): Only update the selected window. (which-func-update-1): Use the new var to allow the current function to be different for a buffer shown in two windows.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
1 files changed, 26 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a43f048c400..af840feb1e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,19 +1,41 @@
12003-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
12003-05-17 Nick Roberts <nick@nick.uklinux.net> 242003-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.