Mercurial > emacs
comparison lisp/ChangeLog @ 51067:a8a706365aaf
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 May 2003 05:29:38 +0000 |
parents | 2cdb5fc52f8a |
children | 5659e974cceb |
comparison
equal
deleted
inserted
replaced
51066:0c125011ae21 | 51067:a8a706365aaf |
---|---|
1 2003-05-18 Nick Roberts <nick@nick.uklinux.net> | 1 2003-05-18 Nick Roberts <nick@nick.uklinux.net> |
2 | 2 |
3 * gud.el (gdb): Define gud-nexti. | 3 * gud.el (gdb): Define gud-nexti. |
4 (gud-menu-map): Add gud-nexti to map. | 4 (gud-menu-map): Add gud-nexti to map. |
5 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar. | 5 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar. |
6 | 6 |
7 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm, | 7 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm, |
8 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger. | 8 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger. |
9 | 9 |
10 2003-05-17 John Paul Wallington <jpw@gnu.org> | 10 2003-05-17 John Paul Wallington <jpw@gnu.org> |
11 | 11 |
12 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries) | 12 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries) |
13 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants. | 13 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants. |
14 | 14 |
15 * register.el (number-to-register): Use `string-to-number' instead | 15 * register.el (number-to-register): Use `string-to-number' instead |
16 of `string-to-int'. | 16 of `string-to-int'. |
17 | 17 |
18 2003-05-17 Stefan Monnier <monnier@cs.yale.edu> | 18 2003-05-17 Stefan Monnier <monnier@cs.yale.edu> |
19 | |
20 * log-edit.el: Don't require vc.el anymore. | |
21 (log-edit-mode-map): Fold vc-log-mode-map into it. | |
22 (vc-log-mode-map): Redefine as an alias. | |
23 (vc-previous-comment): Don't widen. | |
24 (vc-comment-to-change-log): Don't redundantly set paragraph-separate. | |
25 Don't require `add-log' since it's already required at toplevel. | |
26 | |
27 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size) | |
28 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match): | |
29 Move vars to log-edit.el. | |
30 (vc-new-comment-index, vc-previous-comment, vc-next-comment) | |
31 (vc-comment-search-reverse, vc-comment-search-forward) | |
32 (vc-comment-to-change-log): Move funs to log-edit.el. | |
33 (vc-clear-context): Don't empty the comment-ring. | |
34 (vc-finish-logentry): Don't add the comment onto the comment-ring. | |
35 | |
36 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size) | |
37 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match): | |
38 Move vars from vc.el. | |
39 (vc-new-comment-index, vc-previous-comment, vc-next-comment) | |
40 (vc-comment-search-reverse, vc-comment-search-forward) | |
41 (vc-comment-to-change-log): Move funs from vc.el. | |
42 (log-edit-show-files): Remove unused var `editbuf'. | |
43 | |
44 * progmodes/tcl.el (tcl-indent-exp): Remove dead code. | |
45 (tcl-tab-always-indent): Default to tab-always-indent. | |
46 | |
47 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var. | |
48 (perl-tab-always-indent): Default to tab-always-indent. | |
19 | 49 |
20 * which-func.el (which-func-format): Make it risky-local-variable. | 50 * which-func.el (which-func-format): Make it risky-local-variable. |
21 (which-func-table): New var. | 51 (which-func-table): New var. |
22 (which-func-current): Make it into a constant modeline spec. | 52 (which-func-current): Make it into a constant modeline spec. |
23 (which-func-previous): Remove. | 53 (which-func-previous): Remove. |
30 (when, unless, save-match-data, combine-after-change-calls) | 60 (when, unless, save-match-data, combine-after-change-calls) |
31 (with-output-to-string, with-temp-buffer): Add `declare' info. | 61 (with-output-to-string, with-temp-buffer): Add `declare' info. |
32 (listify-key-sequence): Don't allocate unnecessarily. | 62 (listify-key-sequence): Don't allocate unnecessarily. |
33 (read-quoted-char): Allow up to base 36. | 63 (read-quoted-char): Allow up to base 36. |
34 (prepare-change-group): Remove unimplemented argument. | 64 (prepare-change-group): Remove unimplemented argument. |
65 (macro-declaration-function): Avoid `dolist' and `cadr'. | |
35 | 66 |
36 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload. | 67 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload. |
37 (widget-choose, widget-map-buttons): Use with-current-buffer. | 68 (widget-choose, widget-map-buttons): Use with-current-buffer. |
38 (widget-field-add-space): Change to nil (and to defconst). | 69 (widget-field-add-space): Change to nil (and to defconst). |
39 (widget-info-link-action): Use `info'. | 70 (widget-info-link-action): Use `info'. |