Mercurial > emacs
comparison lisp/ChangeLog @ 48207:c1a9d25fa0b7
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 07 Nov 2002 21:01:20 +0000 |
parents | 087f372af5bb |
children | eb57ed5ddc1d |
comparison
equal
deleted
inserted
replaced
48206:c54ec45f223c | 48207:c1a9d25fa0b7 |
---|---|
1 2002-11-07 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * progmodes/compile.el (grep-default-command): New fun. | |
4 (grep): Use it. | |
5 (compilation-menu-map): New var. | |
6 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it. | |
7 (compilation-mode-map): Simplify. | |
8 (compilation-shell-minor-mode, compilation-minor-mode): | |
9 Use define-minor-mode. | |
10 | |
11 * elide-head.el (elide-head): Don't make intangible. | |
12 | |
13 * help.el (where-is): Rename map to defs (a list of syms is not a map). | |
14 Test fboundp first, to speed things up. Use push. | |
15 | |
16 * isearch.el (isearch-hidden): New var. | |
17 (isearch-search-and-update): Test it. | |
18 (isearch-range-invisible): Set it. | |
19 | |
20 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start, | |
21 paragraph-separate, comment-column, and fill-paragraph-function. | |
22 Simplify outline-regexp. | |
23 (tcl-do-fill-paragraph): Remove. | |
24 | |
1 2002-11-07 Markus Rost <rost@math.ohio-state.edu> | 25 2002-11-07 Markus Rost <rost@math.ohio-state.edu> |
2 | 26 |
3 * mail/sendmail.el (mail-default-directory): Set the version to | 27 * mail/sendmail.el (mail-default-directory): Set the version to 21.4. |
4 21.4. | 28 |
5 | 29 * progmodes/compile.el (grep-compute-defaults): Undo previous change. |
6 * progmodes/compile.el (grep-compute-defaults): Undo previous | 30 Definition moved down. |
7 change. Definition moved down. | 31 (grep-command, grep-find-command, grep-tree-command): Allow value nil. |
8 (grep-command, grep-find-command, grep-tree-command): Allow value | 32 Do not declare :get property. |
9 nil. Do not declare :get property. | 33 (grep-use-null-device): Fix type. Do not declare :get property. |
10 (grep-use-null-device): Doc fix. Fix type. Do not declare :get | 34 |
11 property. | 35 * emacs-lisp/checkdoc.el (checkdoc-find-error): |
12 | 36 Use get-file-buffer instead of get-buffer. |
13 * emacs-lisp/checkdoc.el (checkdoc-find-error): Use | |
14 get-file-buffer instead of get-buffer. | |
15 | 37 |
16 * cus-dep.el (custom-make-dependencies): Fix comment inserted in | 38 * cus-dep.el (custom-make-dependencies): Fix comment inserted in |
17 cus-load.el. | 39 cus-load.el. |
18 | 40 |
19 2002-11-07 Juanma Barranquero <lektu@terra.es> | 41 2002-11-07 Juanma Barranquero <lektu@terra.es> |
31 (translation-table-for-input): Set, | 53 (translation-table-for-input): Set, |
32 don't defvar, and make permanent-local. | 54 don't defvar, and make permanent-local. |
33 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove | 55 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove |
34 set-buffer-major-mode-hook, not quail-activate-hook. | 56 set-buffer-major-mode-hook, not quail-activate-hook. |
35 (ucs-set-table-for-input): Renamed from ucs-quail-activate. | 57 (ucs-set-table-for-input): Renamed from ucs-quail-activate. |
36 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup | 58 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): |
37 keyboard-translate-table, not translation-table-for-input. | 59 Setup keyboard-translate-table, not translation-table-for-input. |
38 Modify set-buffer-major-mode-hook, not quail-activate-hook. | 60 Modify set-buffer-major-mode-hook, not quail-activate-hook. |
39 (ucs-fragment-8859): Don't use translation-table-for-input coding | 61 (ucs-fragment-8859): Don't use translation-table-for-input coding |
40 system property. | 62 system property. |
41 (ucs-quail-activate): Deleted. | 63 (ucs-quail-activate): Deleted. |
42 (ucs-set-table-for-input): New. | 64 (ucs-set-table-for-input): New. |
43 (ucs-minibuffer-setup): Use it. | 65 (ucs-minibuffer-setup): Use it. |
44 | 66 |
45 * international/quail.el (quail-input-string-to-events): Use | 67 * international/quail.el (quail-input-string-to-events): |
46 keyboard-translate-table, not translation-table-for-input. | 68 Use keyboard-translate-table, not translation-table-for-input. |
47 | 69 |
48 * files.el (normal-mode): Call ucs-set-table-for-input. | 70 * files.el (normal-mode): Call ucs-set-table-for-input. |
49 | 71 |
50 * international/mule.el (set-buffer-file-coding-system): Call | 72 * international/mule.el (set-buffer-file-coding-system): |
51 ucs-set-table-for-input. | 73 Call ucs-set-table-for-input. |
52 | 74 |
53 2002-11-06 Richard M. Stallman <rms@gnu.org> | 75 2002-11-06 Richard M. Stallman <rms@gnu.org> |
54 | 76 |
55 * replace.el (query-replace, query-replace-regexp): Doc fixes. | 77 * replace.el (query-replace, query-replace-regexp): Doc fixes. |
56 | 78 |
61 Initialize to a suitable sexp. | 83 Initialize to a suitable sexp. |
62 (tex-view): Evaluate tex-dvi-view-command and use the value. | 84 (tex-view): Evaluate tex-dvi-view-command and use the value. |
63 | 85 |
64 2002-11-06 Kenichi Handa <handa@m17n.org> | 86 2002-11-06 Kenichi Handa <handa@m17n.org> |
65 | 87 |
66 * international/mule.el (coding-system-eol-type-mnemonic): Use | 88 * international/mule.el (coding-system-eol-type-mnemonic): |
67 eol-mnemonic-undecided if CODING-SYSTEM is nil. | 89 Use eol-mnemonic-undecided if CODING-SYSTEM is nil. |
68 | 90 |
69 2002-11-06 Kim F. Storm <storm@cua.dk> | 91 2002-11-06 Kim F. Storm <storm@cua.dk> |
70 | 92 |
71 * info.el (Info-fontify-node): Fixed hiding of *note references | 93 * info.el (Info-fontify-node): Fixed hiding of *note references |
72 with embedded file names like (xxx.yyy). | 94 with embedded file names like (xxx.yyy). |
77 | 99 |
78 2002-11-05 Juanma Barranquero <lektu@terra.es> | 100 2002-11-05 Juanma Barranquero <lektu@terra.es> |
79 | 101 |
80 * language/cyrillic.el ("Bulgarian"): Fix typo. | 102 * language/cyrillic.el ("Bulgarian"): Fix typo. |
81 | 103 |
82 * international/mule.el (coding-system-eol-type-mnemonic): Move from | 104 * international/mule.el (coding-system-eol-type-mnemonic): |
83 mule-util.el. | 105 Move from mule-util.el. |
84 | 106 |
85 * international/mule-util.el (coding-system-eol-type-mnemonic): Move to | 107 * international/mule-util.el (coding-system-eol-type-mnemonic): |
86 mule.el. | 108 Move to mule.el. |
87 | 109 |
88 2002-11-04 Juanma Barranquero <lektu@terra.es> | 110 2002-11-04 Juanma Barranquero <lektu@terra.es> |
89 | 111 |
90 * files.el (find-buffer-visiting): Accept new optional PREDICATE | 112 * files.el (find-buffer-visiting): Accept new optional PREDICATE |
91 argument to return only a buffer that satisfies the predicate. | 113 argument to return only a buffer that satisfies the predicate. |