Mercurial > emacs
comparison lisp/ChangeLog @ 50569:f7bd4869e2a8
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 12 Apr 2003 19:17:24 +0000 |
parents | cd863af50ea1 |
children | c62614cbc500 |
comparison
equal
deleted
inserted
replaced
50568:6958557aad9b | 50569:f7bd4869e2a8 |
---|---|
3 * help.el (describe-minor-mode): New function implementation. | 3 * help.el (describe-minor-mode): New function implementation. |
4 Accept both minor mode string and minor mode indicator. | 4 Accept both minor mode string and minor mode indicator. |
5 (describe-minor-mode-completion-table-for-indicator) | 5 (describe-minor-mode-completion-table-for-indicator) |
6 (describe-minor-mode-completion-table-for-symbol): New functions. | 6 (describe-minor-mode-completion-table-for-symbol): New functions. |
7 minor-mode-list is used here. | 7 minor-mode-list is used here. |
8 (describe-minor-mode-from-symbol): renamed | 8 (describe-minor-mode-from-symbol): |
9 from (old) describe-minor-mode. Use | 9 Renamed from (old) describe-minor-mode. |
10 describe-minor-mode-completion-table-for-symbol. | 10 Use describe-minor-mode-completion-table-for-symbol. |
11 Don't use eval. Just use symbol-name. | 11 Don't use eval. Just use symbol-name. |
12 (describe-minor-mode-from-indicator): Document is updated. | 12 (describe-minor-mode-from-indicator): Document is updated. |
13 Use `format-mode-line'. Use | 13 Use `format-mode-line'. |
14 describe-minor-mode-from-symbol instead of | 14 Use describe-minor-mode-from-symbol instead of describe-minor-mode. |
15 describe-minor-mode. | |
16 Use describe-minor-mode-completion-table-for-indicator. | 15 Use describe-minor-mode-completion-table-for-indicator. |
17 (expand-minor-mode-indicator-object): removed. | 16 (expand-minor-mode-indicator-object): Remove. |
18 (lookup-minor-mode-from-indicator): remove the fist white | 17 (lookup-minor-mode-from-indicator): Remove the fist white |
19 space from both indicator and anindicator before comparing them. | 18 space from both indicator and anindicator before comparing them. |
20 | 19 |
21 * bindings.el (mode-line-major-mode-keymap) | 20 * bindings.el (mode-line-major-mode-keymap) |
22 (mode-line-minor-mode-keymap): defined keys for the maps | 21 (mode-line-minor-mode-keymap): Define keys for the maps |
23 here in `defvar'. | 22 here in `defvar'. |
23 | |
24 2003-04-12 Stefan Monnier <monnier@cs.yale.edu> | |
25 | |
26 * server.el (server-socket-name): Use new safe location for socket. | |
27 (server-ensure-safe-dir): New fun. | |
28 (server-start): Use it and letf. | |
29 (server-process-filter): Re-enable the -eval feature. | |
24 | 30 |
25 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk> | 31 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk> |
26 | 32 |
27 * play/gomoku.el (gomoku-buffer-name): New constant. | 33 * play/gomoku.el (gomoku-buffer-name): New constant. |
28 (gomoku-mode): Doc fix. Add call to kill-all-local-variables. | 34 (gomoku-mode): Doc fix. Add call to kill-all-local-variables. |
39 2003-04-12 John Paul Wallington <jpw@gnu.org> | 45 2003-04-12 John Paul Wallington <jpw@gnu.org> |
40 | 46 |
41 * help-fns.el (help-add-fundoc-usage): Pass an empty string to | 47 * help-fns.el (help-add-fundoc-usage): Pass an empty string to |
42 `format' if no newlines are necessary. | 48 `format' if no newlines are necessary. |
43 | 49 |
50 2003-04-11 Stefan Monnier <monnier@cs.yale.edu> | |
51 | |
52 * bindings.el (global-map): Bind [select-window]. | |
53 | |
44 2003-04-11 John Paul Wallington <jpw@gnu.org> | 54 2003-04-11 John Paul Wallington <jpw@gnu.org> |
45 | 55 |
46 * type-break.el (type-break-warning-countdown-string): Doc fix. | 56 * type-break.el (type-break-warning-countdown-string): Doc fix. |
47 | 57 |
48 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change) | 58 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change) |
50 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect | 60 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect |
51 place of parenthesis. | 61 place of parenthesis. |
52 | 62 |
53 2003-04-11 Masatake YAMATO <jet@gyve.org> | 63 2003-04-11 Masatake YAMATO <jet@gyve.org> |
54 | 64 |
55 * progmodes/etags.el (select-tags-table-mode-map): | 65 * progmodes/etags.el (select-tags-table-mode-map): |
56 Don't create new keymap. Instead copy from button-buffer-map. | 66 Don't create new keymap. Instead copy from button-buffer-map. |
57 Bind push-button to `t' instead of binding | 67 Bind push-button to `t' instead of binding |
58 select-tags-table-select directly | 68 select-tags-table-select directly |
59 | 69 (tags-select-tags-table): New button. |
60 * (tags-select-tags-table): New button. | 70 (select-tags-table): Put a button for each selections. |
61 | |
62 * progmodes/etags.el (select-tags-table): Put | |
63 a button for each selections. | |
64 | 71 |
65 2003-04-11 Kenichi Handa <handa@m17n.org> | 72 2003-04-11 Kenichi Handa <handa@m17n.org> |
66 | 73 |
67 * international/mule.el: Don't set | 74 * international/mule.el: |
68 after-insert-file-adjust-coding-function. | 75 Don't set after-insert-file-adjust-coding-function. |
69 (after-insert-file-set-coding): Renamed from | 76 (after-insert-file-set-coding): |
70 after-insert-file-set-buffer-file-coding-system. | 77 Renamed from after-insert-file-set-buffer-file-coding-system. |
71 | 78 |
72 2003-04-11 Kenichi Handa <handa@m17n.org> | 79 2003-04-11 Kenichi Handa <handa@m17n.org> |
73 | 80 |
74 * international/quail.el (quail-guidance-str) | 81 * international/quail.el (quail-guidance-str) |
75 (quail-guidance-frame): New variables. | 82 (quail-guidance-frame): New variables. |
76 (quail-guidance-win): Delete this variable. | 83 (quail-guidance-win): Delete this variable. |
77 (quail-setup-overlays): Make overlay not rear-advancing. | 84 (quail-setup-overlays): Make overlay not rear-advancing. |
78 (quail-kill-guidance-buf): Delete this function. | 85 (quail-kill-guidance-buf): Delete this function. |
79 (quail-activate): Add/remove quail-show-guidance to/from | 86 (quail-activate): Add/remove quail-show-guidance to/from |
80 post-command-hook. | 87 post-command-hook. |
81 (quail-input-method): Don't setup quail-guidance-buf. Initialize | 88 (quail-input-method): Don't setup quail-guidance-buf. |
82 quail-guidance-str to "". | 89 Initialize quail-guidance-str to "". |
83 (quail-start-translation): Call quail-show-guidance at first. | 90 (quail-start-translation): Call quail-show-guidance at first. |
84 (quail-start-conversion): Likewise. | 91 (quail-start-conversion): Likewise. |
85 (quail-terminate-translation): Don't erase quail-guidance-buf. | 92 (quail-terminate-translation): Don't erase quail-guidance-buf. |
86 (quail-update-translation): Stretch overlays if their starting and | 93 (quail-update-translation): Stretch overlays if their starting and |
87 ending positions are same. | 94 ending positions are same. |
88 (quail-update-current-translations): Check the width of the | 95 (quail-update-current-translations): Check the width of the |
89 current window, not the width of quail-guidance-win. | 96 current window, not the width of quail-guidance-win. |
90 (quail-make-guidance-frame): Delete the arg BUF. Fix position | 97 (quail-make-guidance-frame): Delete the arg BUF. Fix position |
91 calculation. Don't set the window buffer, just return the new | 98 calculation. Don't set the window buffer, just return the new frame. |
92 frame. | |
93 (quail-minibuffer-message): New function. | 99 (quail-minibuffer-message): New function. |
94 (quail-show-guidance): Renamed from quail-show-guidance-buf. Use | 100 (quail-show-guidance): Renamed from quail-show-guidance-buf. |
95 message and quail-minibuffer-message to display the guidance. | 101 Use message and quail-minibuffer-message to display the guidance. |
96 (quail-hide-guidance): Renamed from quail-hide-guidance-buf. Only | 102 (quail-hide-guidance): Renamed from quail-hide-guidance-buf. |
97 delete quail-guidance-frame. | 103 Only delete quail-guidance-frame. |
98 (quail-update-guidance): Just update quail-guidance-str, not | 104 (quail-update-guidance): Just update quail-guidance-str, not |
99 display it. | 105 display it. |
100 (quail-get-translations): Renamed from quail-show-translations. | 106 (quail-get-translations): Renamed from quail-show-translations. |
101 Return a string instead of inserting it in quail-guaidance-buf. | 107 Return a string instead of inserting it in quail-guaidance-buf. |
102 | 108 |
115 * desktop.el (desktop-buffer-file): Restore major-mode if it is | 121 * desktop.el (desktop-buffer-file): Restore major-mode if it is |
116 different from the normal mode. | 122 different from the normal mode. |
117 | 123 |
118 2003-04-10 Kenichi Handa <handa@m17n.org> | 124 2003-04-10 Kenichi Handa <handa@m17n.org> |
119 | 125 |
120 * international/mule.el: Set | 126 * international/mule.el: |
121 after-insert-file-adjust-coding-function to | 127 Set after-insert-file-adjust-coding-function to |
122 after-insert-file-set-buffer-file-coding-system instead of adding | 128 after-insert-file-set-buffer-file-coding-system instead of adding |
123 it to after-insert-file-functions. | 129 it to after-insert-file-functions. |
124 | 130 |
125 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for | 131 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for |
126 the case of replacing multibyte characters. | 132 the case of replacing multibyte characters. |
144 | 150 |
145 * man.el (Man-heading-regexp): Accept hyphen. | 151 * man.el (Man-heading-regexp): Accept hyphen. |
146 | 152 |
147 2003-04-09 Kenichi Handa <handa@m17n.org> | 153 2003-04-09 Kenichi Handa <handa@m17n.org> |
148 | 154 |
149 * international/fontset.el: Specify rescale ratio 1.3 for CDAC | 155 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts. |
150 fonts. | |
151 | 156 |
152 * international/mule-conf.el: Register ?\221 and ?\226 in | 157 * international/mule-conf.el: Register ?\221 and ?\226 in |
153 latin-extra-code-table. | 158 latin-extra-code-table. |
154 | 159 |
155 2003-04-08 Richard M. Stallman <rms@gnu.org> | 160 2003-04-08 Richard M. Stallman <rms@gnu.org> |
169 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's | 174 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's |
170 no From field, still try to use the To field. | 175 no From field, still try to use the To field. |
171 | 176 |
172 2003-04-09 Kenichi Handa <handa@m17n.org> | 177 2003-04-09 Kenichi Handa <handa@m17n.org> |
173 | 178 |
174 * international/mule-diag.el (print-coding-system-briefly): If | 179 * international/mule-diag.el (print-coding-system-briefly): |
175 DOC-STRING is `tightly', print the doc-string tightly. | 180 If DOC-STRING is `tightly', print the doc-string tightly. |
176 (list-coding-systems-1): Sort coding systems. Call | 181 (list-coding-systems-1): Sort coding systems. |
177 print-coding-system-briefly with the arg DOC-STRING `tightly'. | 182 Call print-coding-system-briefly with the arg DOC-STRING `tightly'. |
178 | 183 |
179 2003-04-08 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 184 2003-04-08 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
180 | 185 |
181 * net/tramp.el: Version 2.0.33 released. | 186 * net/tramp.el: Version 2.0.33 released. |
182 Change coding cookie to `iso-2022-7bit' for XEmacs | 187 Change coding cookie to `iso-2022-7bit' for XEmacs |
188 Do not disable file name handlers for `file-exists-p' and | 193 Do not disable file name handlers for `file-exists-p' and |
189 `file-directory-p'. | 194 `file-directory-p'. |
190 | 195 |
191 2003-04-08 Kenichi Handa <handa@m17n.org> | 196 2003-04-08 Kenichi Handa <handa@m17n.org> |
192 | 197 |
193 * international/mule-conf.el: Register ?\225 in | 198 * international/mule-conf.el: Register ?\225 in latin-extra-code-table. |
194 latin-extra-code-table. | |
195 | 199 |
196 * international/utf-16.el (utf-16-le-decode-loop) | 200 * international/utf-16.el (utf-16-le-decode-loop) |
197 (utf-16-be-decode-loop): New temporary variables. | 201 (utf-16-be-decode-loop): New temporary variables. |
198 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop. | 202 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop. |
199 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop | 203 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop |
252 regardless of what handlers do. | 256 regardless of what handlers do. |
253 (desktop-file-version): New variable. Version number of desktop | 257 (desktop-file-version): New variable. Version number of desktop |
254 file format. | 258 file format. |
255 (desktop-create-buffer-form): Variable deleted. | 259 (desktop-create-buffer-form): Variable deleted. |
256 (desktop-save): New customizable variable. | 260 (desktop-save): New customizable variable. |
257 (desktop-kill): Changed to use `desktop-save'. | 261 (desktop-kill): Use `desktop-save'. |
258 (desktop-file-name-format): New option: format in | 262 (desktop-file-name-format): New option: format in |
259 which desktop file names should be saved. | 263 which desktop file names should be saved. |
260 (desktop-file-name): New function to convert a filename to the | 264 (desktop-file-name): New function to convert a filename to the |
261 format specified in `desktop-file-name-format'. | 265 format specified in `desktop-file-name-format'. |
262 (desktop-create-buffer): Parameters renamed to descriptive | 266 (desktop-create-buffer): Parameters renamed to descriptive |
267 pt -> desktop-buffer-point | 271 pt -> desktop-buffer-point |
268 mk -> desktop-buffer-mark | 272 mk -> desktop-buffer-mark |
269 ro -> desktop-buffer-read-only | 273 ro -> desktop-buffer-read-only |
270 locals -> desktop-buffer-locals | 274 locals -> desktop-buffer-locals |
271 (desktop-buffer-major-mode, desktop-buffer-file-name) | 275 (desktop-buffer-major-mode, desktop-buffer-file-name) |
272 (desktop-buffer-name): Unused customizable variables deleted. | 276 (desktop-buffer-name): Delete unused customizable variables. |
273 (desktop-buffer-misc): Unused variable deleted. | 277 (desktop-buffer-misc): Delete unused variable. |
274 (desktop-save, desktop-buffer-dired-misc-data): | 278 (desktop-save, desktop-buffer-dired-misc-data): |
275 Use `desktop-file-name'. | 279 Use `desktop-file-name'. |
276 (desktop-path): New customizable variable. List of directories in | 280 (desktop-path): New customizable variable. List of directories in |
277 which to lookup the desktop file. Replaces hardcoded list. | 281 which to lookup the desktop file. Replaces hardcoded list. |
278 (desktop-globals-to-clear): New variable replaces hardcoded list. | 282 (desktop-globals-to-clear): New variable replaces hardcoded list. |
279 (desktop-clear-preserve-buffers-regexp): New customizable variable. | 283 (desktop-clear-preserve-buffers-regexp): New customizable variable. |
280 (desktop-after-read-hook): New hook run after a desktop is read. | 284 (desktop-after-read-hook): New hook run after a desktop is read. |
281 (desktop-no-desktop-file-hook): New hook when no desktop file found. | 285 (desktop-no-desktop-file-hook): New hook when no desktop file found. |
282 (desktop-change-dir): New function. | 286 (desktop-change-dir): New function. |
283 (desktop-save-in-load-dir): New function. Save desktop in | 287 (desktop-save-in-load-dir): New function. Save desktop in |
284 directory from witch it was loaded. | 288 directory from which it was loaded. |
285 (desktop-revert): New function. Revert to the last loaded desktop. | 289 (desktop-revert): New function. Revert to the last loaded desktop. |
286 | 290 |
287 2003-04-06 Masatake YAMATO <jet@gyve.org> | 291 2003-04-06 Masatake YAMATO <jet@gyve.org> |
288 | 292 |
289 * progmodes/etags.el (tag-find-file-of-tag): Renamed from | 293 * progmodes/etags.el (tag-find-file-of-tag): Renamed from |
290 find-file-of-tag to avoid name space pollution. | 294 find-file-of-tag to avoid name space pollution. |
291 (tag-find-file-of-tag-noselect): Likewise. | 295 (tag-find-file-of-tag-noselect): Likewise. |
292 (etags-list-tags, etags-tags-apropos): Use | 296 (etags-list-tags, etags-tags-apropos): |
293 tag-find-file-of-tag instead of find-file-of-tag. | 297 Use tag-find-file-of-tag instead of find-file-of-tag. |
294 | 298 |
295 2003-04-06 Masatake YAMATO <jet@gyve.org> | 299 2003-04-06 Masatake YAMATO <jet@gyve.org> |
296 | 300 |
297 * info.el (Info-goto-emacs-command-node): If command | 301 * info.el (Info-goto-emacs-command-node): If command |
298 is given as a string, convert it to a symbol. | 302 is given as a string, convert it to a symbol. |