Mercurial > emacs
comparison lisp/ChangeLog @ 58503:dc83ecc1ac97
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 2004 03:22:56 +0000 |
parents | abf597230baf |
children | 1f786433175c |
comparison
equal
deleted
inserted
replaced
58502:ffc46016071f | 58503:dc83ecc1ac97 |
---|---|
1 2004-11-24 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * textmodes/ispell.el (ispell-check-version): | |
4 If default-directory is nonexistent, use home dir. | |
5 | |
6 * progmodes/grep.el (grep-regexp-alist): | |
7 Don't match parens around line numbers. | |
8 | |
9 * progmodes/cperl-mode.el (cperl-indent-region) | |
10 (cperl-imenu--create-perl-index, cperl-xsub-scan): | |
11 Don't print progress messages. | |
12 | |
13 * progmodes/compile.el (compilation-mode-map): | |
14 Don't inherit from compilation-minor-mode-map; | |
15 copy its bindings instead. But the menu bar Compile | |
16 entry now does inherit from compilation-menu-map. | |
17 | |
18 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): | |
19 Use with-no-warnings around compiler-macroexpand. | |
20 | |
21 * imenu.el: Don't always require newcomment. | |
22 (imenu--generic-function): Call comment-normalize-vars | |
23 if we have a comment syntax. | |
24 Exit the loop if REGEXP matches the null string. | |
25 Test comment-start as well as comment-start-skip | |
26 when deciding whether to check for comments. | |
27 | |
28 * tooltip.el (tooltip-mode): Doc fix. | |
29 | |
30 * term.el (term-escape-char, term-mode): Doc fixes. | |
31 | |
32 2004-11-24 Dave Love <fx@gnu.org> | |
33 | |
34 * progmodes/python.el (python-font-lock-syntactic-keywords): | |
35 Check for escapes in the regexp. | |
36 (python-quote-syntax): Don't do it here. | |
37 | |
1 2004-11-25 Nick Roberts <nickrob@snap.net.nz> | 38 2004-11-25 Nick Roberts <nickrob@snap.net.nz> |
2 | 39 |
3 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map) | 40 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map) |
4 (gdb-frames-mode-map, gdb-threads-mode-map) | 41 (gdb-frames-mode-map, gdb-threads-mode-map) |
5 (gdb-registers-mode-map, gdb-locals-mode-map) | 42 (gdb-registers-mode-map, gdb-locals-mode-map) |
141 * cus-start.el (all): Add x-use-old-gtk-file-dialog. | 178 * cus-start.el (all): Add x-use-old-gtk-file-dialog. |
142 | 179 |
143 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor | 180 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor |
144 and x-server-version may throw. | 181 and x-server-version may throw. |
145 | 182 |
183 >>>>>>> 1.6662 | |
146 2004-11-23 Kim F. Storm <storm@cua.dk> | 184 2004-11-23 Kim F. Storm <storm@cua.dk> |
147 | 185 |
148 * subr.el (substitute-key-definition-key): Optimize. | 186 * subr.el (substitute-key-definition-key): Optimize. |
149 Don't call indirect-function for nil defn (always signals error). | 187 Don't call indirect-function for nil defn (always signals error). |
150 | 188 |