Mercurial > emacs
comparison lisp/ChangeLog @ 48660:02c875f8f059
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 04 Dec 2002 17:20:06 +0000 |
parents | 9994fce2e427 |
children | b82cc634dc61 |
comparison
equal
deleted
inserted
replaced
48659:4d69c0f01cc0 | 48660:02c875f8f059 |
---|---|
1 2002-12-04 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused). | |
4 (gdb-inferior-io-mode): Use define-minor-mode. | |
5 (gdb-source-info): Don't burp if there's no source file. | |
6 (gdb-inferior-io-interrupt, gdb-inferior-io-quit) | |
7 (gdb-inferior-io-stop, gdb-inferior-io-eof) | |
8 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer) | |
9 (gdb-display-stack-buffer, gdb-frame-stack-buffer) | |
10 (gdb-display-registers-buffer, gdb-frame-registers-buffer) | |
11 (gdb-display-locals-buffer, gdb-frame-locals-buffer) | |
12 (gdb-display-display-buffer, gdb-frame-display-buffer) | |
13 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer) | |
14 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer): | |
15 Remove the spurious left over arg from the "big reorg". | |
16 | |
1 2002-12-04 Richard M. Stallman <rms@gnu.org> | 17 2002-12-04 Richard M. Stallman <rms@gnu.org> |
2 | 18 |
3 * gud.el (gud-menu-map): Delete CVS conflict markers. | 19 * gud.el (gud-menu-map): Delete CVS conflict markers. |
4 | 20 |
5 * progmodes/cc-vars.el: Simply require wid-edit and custom | 21 * progmodes/cc-vars.el: Simply require wid-edit and custom |
12 | 28 |
13 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var): | 29 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var): |
14 Add an else-clause to the if to avoid confused compiler warning. | 30 Add an else-clause to the if to avoid confused compiler warning. |
15 | 31 |
16 * tooltip.el (tooltip-gud-tips-p): Undo previous change. | 32 * tooltip.el (tooltip-gud-tips-p): Undo previous change. |
33 | |
34 2002-12-03 Stefan Monnier <monnier@cs.yale.edu> | |
35 | |
36 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore. | |
37 | |
38 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit): | |
39 Update gdb-running -> gud-running. | |
40 (gdba): Use the default for gud-find-file. | |
41 (def-gdb-variable): Remove: fold into def-gdb-var. | |
42 (def-gdb-var): Use buffer-local-value and with-current-buffer. | |
43 | |
44 * gud.el (gud-running): Rename from gdb-running. Update uses. | |
45 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than | |
46 tool-bar-add-item-from-menu to avoid let binding tool-bar-map | |
47 which fails if tool-bar.el is loaded in the mean time. | |
48 (gud-file-name): New fun. | |
49 (gud-find-file): Use it as default value for gud-find-file. | |
50 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than | |
51 on gud-find-file. | |
52 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file) | |
53 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file) | |
54 (gud-pdb-find-file, gud-jdb-find-file): Remove. | |
55 (gud-query-cmdline): Don't stuff the whole cwd in the command. | |
56 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file. | |
57 (gud-mipsdbx-massage-args): Remove. | |
58 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did. | |
59 (gud-irixdbx-marker-filter): Use match-string and gud-file-name. | |
60 (gud-jdb-command-name): New var. | |
61 (gud-common-init): Re-instate RMS code of 11/13. | |
17 | 62 |
18 2002-12-03 Dave Love <fx@gnu.org> | 63 2002-12-03 Dave Love <fx@gnu.org> |
19 | 64 |
20 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859) | 65 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859) |
21 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook. | 66 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook. |