Mercurial > emacs
comparison lisp/ChangeLog @ 49636:63b470751ea7
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 06 Feb 2003 21:45:20 +0000 |
parents | d280dbab3bae |
children | 8d78b5a1e4b4 |
comparison
equal
deleted
inserted
replaced
49635:d280dbab3bae | 49636:63b470751ea7 |
---|---|
48 | 48 |
49 2003-02-04 Michael Albinus <Michael.Albinus@alcatel.de> | 49 2003-02-04 Michael Albinus <Michael.Albinus@alcatel.de> |
50 | 50 |
51 * net/tramp.el (tramp-handle-directory-file-name): Handle the case | 51 * net/tramp.el (tramp-handle-directory-file-name): Handle the case |
52 PATH is "". | 52 PATH is "". |
53 (tramp-completion-handle-file-name-all-completions): Define | 53 (tramp-completion-handle-file-name-all-completions): |
54 `tramp-current-user' locally. See `tramp-parse-passwd'. | 54 Define `tramp-current-user' locally. See `tramp-parse-passwd'. |
55 (tramp-parse-passwd): For su-alike methods it would be desirable | 55 (tramp-parse-passwd): For su-alike methods it would be desirable |
56 to return "root@localhost" as default. Unfortunately, we have no | 56 to return "root@localhost" as default. Unfortunately, we have no |
57 information whether any user name has been typed already. So we | 57 information whether any user name has been typed already. So we |
58 (mis-)use tramp-current-user as indication, assuming it is set in | 58 (mis-)use tramp-current-user as indication, assuming it is set in |
59 `tramp-completion-handle-file-name-all-completions'. | 59 `tramp-completion-handle-file-name-all-completions'. |
63 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp" | 63 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp" |
64 '(tramp-disable-ange-ftp). Suggested by Kai. | 64 '(tramp-disable-ange-ftp). Suggested by Kai. |
65 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed | 65 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed |
66 any longer. | 66 any longer. |
67 | 67 |
68 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Apply | 68 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): |
69 `tramp-handle-directory-file-name' in order to profit from Kai's | 69 Apply `tramp-handle-directory-file-name' in order to profit from Kai's |
70 yesterday changes. | 70 yesterday changes. |
71 | 71 |
72 2003-02-03 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 72 2003-02-03 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
73 | 73 |
74 * net/tramp.el (tramp-chunksize): Set default to 500 as workaround | 74 * net/tramp.el (tramp-chunksize): Set default to 500 as workaround |
77 if it works. | 77 if it works. |
78 | 78 |
79 2003-01-28 Michael Albinus <Michael.Albinus@alcatel.de> | 79 2003-01-28 Michael Albinus <Michael.Albinus@alcatel.de> |
80 | 80 |
81 * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name' | 81 * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name' |
82 must not be called with NIL path. It fails in case of | 82 must not be called with NIL path. It fails in case of multi-method. |
83 multi-method. | |
84 | 83 |
85 2003-01-27 Michael Albinus <Michael.Albinus@alcatel.de> | 84 2003-01-27 Michael Albinus <Michael.Albinus@alcatel.de> |
86 | 85 |
87 * net/tramp.el (tramp-file-name-for-operation): Apply | 86 * net/tramp.el (tramp-file-name-for-operation): |
88 `expand-file-name' for relative file names only. Otherwise there | 87 Apply `expand-file-name' for relative file names only. Otherwise there |
89 might be problems if the default directory is another Tramp | 88 might be problems if the default directory is another Tramp |
90 directory as the directory the file is based on. | 89 directory as the directory the file is based on. |
91 (tramp-find-foreign-file-name-handler): Check whether FILENAME is | 90 (tramp-find-foreign-file-name-handler): Check whether FILENAME is |
92 a Tramp file name. It isn't if it comes from an expanded file | 91 a Tramp file name. It isn't if it comes from an expanded file |
93 name (like "/xx:yy//zz"). | 92 name (like "/xx:yy//zz"). |
107 `tramp-handle-file-attributes', which replaces this one. | 106 `tramp-handle-file-attributes', which replaces this one. |
108 (tramp-handle-file-attributes): Set virtual device number. | 107 (tramp-handle-file-attributes): Set virtual device number. |
109 (tramp-get-device): New function. Returns the virtual device | 108 (tramp-get-device): New function. Returns the virtual device |
110 number. If it doesn't exist, generate a new one. | 109 number. If it doesn't exist, generate a new one. |
111 (tramp-handle-file-regular-p): Use Emacs file name primitives | 110 (tramp-handle-file-regular-p): Use Emacs file name primitives |
112 instead of calling tramp-handle-* equivalents directly. Needed | 111 instead of calling tramp-handle-* equivalents directly. |
113 for tramp-smb. | 112 Needed for tramp-smb. |
114 | 113 |
115 * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed. | 114 * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed. |
116 Functionality moved to tramp.el. | 115 Functionality moved to tramp.el. |
117 (tramp-smb-handle-file-attributes): Apply | 116 (tramp-smb-handle-file-attributes): |
118 `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't | 117 Apply `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't |
119 know"), which is more honest. | 118 know"), which is more honest. |
120 (tramp-smb-handle-make-directory): Use Emacs file name primitives | 119 (tramp-smb-handle-make-directory): Use Emacs file name primitives |
121 instead of calling tramp-smb-handle-* equivalents directly. | 120 instead of calling tramp-smb-handle-* equivalents directly. |
122 (tramp-smb-read-file-entry): Return size as a number but a string. | 121 (tramp-smb-read-file-entry): Return size as a number but a string. |
123 | 122 |
130 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions. | 129 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions. |
131 Provide parsing of "~/.ssh/config" style files. | 130 Provide parsing of "~/.ssh/config" style files. |
132 | 131 |
133 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> | 132 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> |
134 | 133 |
135 * net/tramp.el (tramp-completion-handle-expand-file-name): Apply | 134 * net/tramp.el (tramp-completion-handle-expand-file-name): |
136 `tramp-drop-volume-letter'. Otherwise, there are problems on W32 | 135 Apply `tramp-drop-volume-letter'. Otherwise, there are problems on W32 |
137 systems. | 136 systems. |
138 | 137 |
139 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> | 138 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> |
140 | 139 |
141 * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): New | 140 * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): |
142 functions. Device number and inode number don't exist for SMB | 141 New functions. Device number and inode number don't exist for SMB |
143 files. Therefore we must generate virtual ones. | 142 files. Therefore we must generate virtual ones. |
144 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep | 143 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep |
145 generated virtual device numbers and inodes numbers for SMB files. | 144 generated virtual device numbers and inodes numbers for SMB files. |
146 (tramp-smb-handle-file-attributes): Apply them. | 145 (tramp-smb-handle-file-attributes): Apply them. |
147 | 146 |
158 there might be problems if `last-input-event' is a mouse event. | 157 there might be problems if `last-input-event' is a mouse event. |
159 | 158 |
160 2003-01-12 Michael Albinus <Michael.Albinus@alcatel.de> | 159 2003-01-12 Michael Albinus <Michael.Albinus@alcatel.de> |
161 | 160 |
162 * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts) | 161 * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts) |
163 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): Use | 162 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): |
164 `file-readable-p' instead of `file-exists-p'. Otherwise these | 163 Use `file-readable-p' instead of `file-exists-p'. Otherwise these |
165 functions might block. Reported by <kin@neoscale.com>. | 164 functions might block. Reported by <kin@neoscale.com>. |
166 | 165 |
167 2003-01-02 Michael Albinus <Michael.Albinus@alcatel.de> | 166 2003-01-02 Michael Albinus <Michael.Albinus@alcatel.de> |
168 | 167 |
169 * net/tramp-ftp.el (top-level): Defaults for | 168 * net/tramp-ftp.el (top-level): Defaults for |
174 | 173 |
175 2003-01-02 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 174 2003-01-02 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
176 | 175 |
177 * net/tramp.el (top-level): Avoid byte-compiler warnings of unused | 176 * net/tramp.el (top-level): Avoid byte-compiler warnings of unused |
178 variables if the byte-compiler supports this. This is for the | 177 variables if the byte-compiler supports this. This is for the |
179 with-parsed-tramp-file-name macro which is wont to produce such | 178 with-parsed-tramp-file-name macro which is wont to produce such stuff. |
180 stuff. | 179 |
180 2003-02-05 Stefan Monnier <monnier@cs.yale.edu> | |
181 | |
182 * completion.el (eval-when-compile-load-eval, completion-eval-when) | |
183 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove. | |
184 (completion-min-length, completion-max-length) | |
185 (completion-prefix-min-length): Don't hard-code the default value | |
186 when byte-compiling. | |
187 (complete): Inline minibuffer-window-selected-p. | |
181 | 188 |
182 2003-02-04 Richard M. Stallman <rms@gnu.org> | 189 2003-02-04 Richard M. Stallman <rms@gnu.org> |
183 | 190 |
184 * term.el (term-raw-map): Set it up at load time. | 191 * term.el (term-raw-map): Set it up at load time. |
185 (term-char-mode): Don't set up term-raw-map here. | 192 (term-char-mode): Don't set up term-raw-map here. |
199 (term-handle-colors-array): Use ansi-term-color-vector, | 206 (term-handle-colors-array): Use ansi-term-color-vector, |
200 and specify face attributes rather than faces in `face' property. | 207 and specify face attributes rather than faces in `face' property. |
201 | 208 |
202 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector) | 209 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector) |
203 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector) | 210 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector) |
204 (term-ansi-reverse-faces-vector): Unused variables deleted. | 211 (term-ansi-reverse-faces-vector): Delete unused variables. |
205 (term-ignore-error): Macro deleted. | 212 (term-ignore-error): Delete macro. |
206 | 213 |
207 * simple.el (back-to-indentation): Skip all whitespace | 214 * simple.el (back-to-indentation): Skip all whitespace |
208 except for newlines. | 215 except for newlines. |
209 | 216 |
210 * files.el (find-alternate-file): Handle dired-directory | 217 * files.el (find-alternate-file): Handle dired-directory |
266 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change | 273 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change |
267 regexp subpattern 5) | 274 regexp subpattern 5) |
268 (time-stamp-pattern): Initialize to nil to avoid regexp work in | 275 (time-stamp-pattern): Initialize to nil to avoid regexp work in |
269 default case. | 276 default case. |
270 (time-stamp-string): Call set-time-zone-rule instead of setenv | 277 (time-stamp-string): Call set-time-zone-rule instead of setenv |
271 | 278 (time-stamp-hhmmss): Remove (not needed after all). |
272 * time-stamp.el (time-stamp-hhmmss): Remove (not needed after all). | |
273 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy) | 279 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy) |
274 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) | 280 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) |
275 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd) | 281 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd) |
276 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete. | 282 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete. |
283 | |
284 2003-01-31 Stefan Monnier <monnier@cs.yale.edu> | |
285 | |
286 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer. | |
287 (custom-save-variables): Use dolist, simplify. | |
288 Output a message if a `requests' entry looks suspicious. | |
289 (custom-save-faces): Use dolist, simplify. | |
277 | 290 |
278 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com> | 291 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com> |
279 | 292 |
280 * antlr-mode.el: Bug fixes, miscellaneous. | 293 * antlr-mode.el: Bug fixes, miscellaneous. |
281 (antlr-mode): Make major mode work with cc-mode-5.29 or higher, | 294 (antlr-mode): Make major mode work with cc-mode-5.29 or higher, |
290 (cond-emacs-xemacs): New compile-time macro. | 303 (cond-emacs-xemacs): New compile-time macro. |
291 (defunx): New compile-time macro. | 304 (defunx): New compile-time macro. |
292 (ignore-errors-x): New compile-time macro. | 305 (ignore-errors-x): New compile-time macro. |
293 (save-buffer-state-x): New compile-time macro. | 306 (save-buffer-state-x): New compile-time macro. |
294 | 307 |
295 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia. | 308 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia. |
296 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia. | 309 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia. |
297 (antlr-simple-default-directory): Deletia. | 310 (antlr-simple-default-directory): Deletia. |
298 (antlr-default-directory): Define directly. | 311 (antlr-default-directory): Define directly. |
299 (antlr-simple-read-shell-command): Deletia. | 312 (antlr-simple-read-shell-command): Deletia. |
300 (antlr-read-shell-command): Define directly. | 313 (antlr-read-shell-command): Define directly. |
372 Hm, I should probably split `c-common-init' from cc-mode into two | 385 Hm, I should probably split `c-common-init' from cc-mode into two |
373 parts, one of which I could use for antlr-mode.el. | 386 parts, one of which I could use for antlr-mode.el. |
374 | 387 |
375 Changes from 2002-01-31: | 388 Changes from 2002-01-31: |
376 | 389 |
377 * antlr-mode.el (antlr-font-lock-additional-keywords): Also | 390 * antlr-mode.el (antlr-font-lock-additional-keywords): |
378 hightlight `~' with `antlr-font-lock-syntax-face'. | 391 Also hightlight `~' with `antlr-font-lock-syntax-face'. |
379 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>. | 392 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>. |
380 | 393 |
381 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | 394 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
382 | 395 |
383 * comint.el: | 396 * comint.el: |
418 * custom.el (customize-mark-to-save, customize-mark-as-set) | 431 * custom.el (customize-mark-to-save, customize-mark-as-set) |
419 (custom-remove-theme): Doc fixes. | 432 (custom-remove-theme): Doc fixes. |
420 | 433 |
421 2003-01-29 Didier Verna <didier@xemacs.org> | 434 2003-01-29 Didier Verna <didier@xemacs.org> |
422 | 435 |
423 * cus-edit.el (custom-save-variables): also save non theme'd ones. | 436 * cus-edit.el (custom-save-variables): Also save non theme'd ones. |
424 * cus-edit.el (custom-save-faces): ditto. | 437 * cus-edit.el (custom-save-faces): Ditto. |
425 | 438 |
426 2003-01-29 Juanma Barranquero <lektu@terra.es> | 439 2003-01-29 Juanma Barranquero <lektu@terra.es> |
427 | 440 |
428 * composite.el (decompose-composite-char): Fix docstring. | 441 * composite.el (decompose-composite-char): Fix docstring. |
429 | 442 |
430 * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp' | 443 * select.el (x-set-cut-buffer): Fix docstring. Check type with |
431 instead of `substring'. | 444 `stringp' instead of `substring'. |
432 | 445 |
433 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer | 446 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer |
434 file name if no other master file is located. | 447 file name if no other master file is located. |
435 | 448 |
436 * progmodes/cperl-mode.el (cperl-beautify-level) | 449 * progmodes/cperl-mode.el (cperl-beautify-level) |
498 | 511 |
499 * simple.el (kill-new): Improve doc string for yank-handler. | 512 * simple.el (kill-new): Improve doc string for yank-handler. |
500 Signal args-out-of-range error if yank-handler is specified for | 513 Signal args-out-of-range error if yank-handler is specified for |
501 an empty string. | 514 an empty string. |
502 | 515 |
503 * subr.el (insert-for-yank): Remove COMMAND element from yank | 516 * subr.el (insert-for-yank): Remove COMMAND element from yank handler. |
504 handler. | |
505 | 517 |
506 2003-01-27 Dave Love <fx@gnu.org> | 518 2003-01-27 Dave Love <fx@gnu.org> |
507 | 519 |
508 * dired-x.el (dired-filename-at-point): Fix last change and tidy up. | 520 * dired-x.el (dired-filename-at-point): Fix last change and tidy up. |
509 | 521 |
510 * thingatpt.el (thing-at-point-file-name-chars): Include | 522 * thingatpt.el (thing-at-point-file-name-chars): |
511 non-ASCII again and re-write the filename ops. | 523 Include non-ASCII again and re-write the filename ops. |
512 | 524 |
513 2003-01-27 David Ponce <david@dponce.com> | 525 2003-01-27 David Ponce <david@dponce.com> |
514 | 526 |
515 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el. | 527 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el. |
516 | 528 |
529 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise. | 541 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise. |
530 | 542 |
531 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org> | 543 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org> |
532 | 544 |
533 * progmodes/cc-vars.el, progmodes/cc-mode.el | 545 * progmodes/cc-vars.el, progmodes/cc-mode.el |
534 (c-require-final-newline): Added a variable to make the | 546 (c-require-final-newline): Add a variable to make the |
535 initialization of `require-final-newline' more configurable. | 547 initialization of `require-final-newline' more configurable. |
536 | 548 |
537 2003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 549 2003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
538 | 550 |
539 * emacs-lisp/authors.el (authors-aliases): Add Jan D. | 551 * emacs-lisp/authors.el (authors-aliases): Add Jan D. |
564 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, | 576 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, |
565 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm | 577 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm |
566 and reply2.xpm, which were created by the MH-E package, were left | 578 and reply2.xpm, which were created by the MH-E package, were left |
567 in mail since they can probably be used by other mail packages. | 579 in mail since they can probably be used by other mail packages. |
568 | 580 |
569 * makefile.w32-in (WINS): Added mh-e. | 581 * makefile.w32-in (WINS): Add mh-e. |
570 | 582 |
571 * makefile.nt (WINS): Added mh-e. | 583 * makefile.nt (WINS): Add mh-e. |
572 | 584 |
573 2003-01-25 Richard M. Stallman <rms@gnu.org> | 585 2003-01-25 Richard M. Stallman <rms@gnu.org> |
574 | 586 |
575 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): | 587 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): |
576 Compile any lambda-expressions among the args. | 588 Compile any lambda-expressions among the args. |
580 * ido.el: Many doc fixes. | 592 * ido.el: Many doc fixes. |
581 (ido-complete): Fix message. | 593 (ido-complete): Fix message. |
582 | 594 |
583 2003-01-25 Taro Kawagishi <tarok@transpulse.org> | 595 2003-01-25 Taro Kawagishi <tarok@transpulse.org> |
584 | 596 |
585 * arc-mode.el (archive-unixdate): Corrected the date field string. | 597 * arc-mode.el (archive-unixdate): Correct the date field string. |
586 (archive-lzh-summarize): Extended it to allow the LZH level 2 header | 598 (archive-lzh-summarize): Extend it to allow the LZH level 2 header |
587 type (which is most prevalent now), in addition to the already | 599 type (which is most prevalent now), in addition to the already |
588 supported level 0 and 1 header types. | 600 supported level 0 and 1 header types. |
589 | 601 |
590 2003-01-25 Markus Rost <rost@math.ohio-state.edu> | 602 2003-01-25 Markus Rost <rost@math.ohio-state.edu> |
591 | 603 |
600 only needed when the region is active. This also makes the output | 612 only needed when the region is active. This also makes the output |
601 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings). | 613 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings). |
602 | 614 |
603 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> | 615 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> |
604 | 616 |
605 * ediff.el (ediff-revision): better defaults. | 617 * ediff.el (ediff-revision): Better defaults. |
606 | 618 |
607 * ediff-vers.el (ediff-vc-latest-version): new function. | 619 * ediff-vers.el (ediff-vc-latest-version): New function. |
608 (ediff-vc-internal): use latest version instead of working version. | 620 (ediff-vc-internal): Use latest version instead of working version. |
609 | 621 |
610 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> | 622 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> |
611 | 623 |
612 * info.el (Info-extract-menu-node-name): When looking for end of menu | 624 * info.el (Info-extract-menu-node-name): When looking for end of menu |
613 item, don't stop at first ":"; instead, continue until trailing | 625 item, don't stop at first ":"; instead, continue until trailing |
628 | 640 |
629 * isearch.el (isearch-forward): Fix typo. | 641 * isearch.el (isearch-forward): Fix typo. |
630 | 642 |
631 2003-01-24 Kenichi Handa <handa@m17n.org> | 643 2003-01-24 Kenichi Handa <handa@m17n.org> |
632 | 644 |
633 * international/mule.el (decode-coding-inserted-region): Renamed | 645 * international/mule.el (decode-coding-inserted-region): |
634 from decode-coding-region-as-inserted-from-file to make it fit | 646 Rename from decode-coding-region-as-inserted-from-file to make it fit |
635 well in the Lisp manual. | 647 well in the Lisp manual. |
636 | 648 |
637 * jka-compr.el (jka-compr-insert-file-contents): Call | 649 * jka-compr.el (jka-compr-insert-file-contents): |
638 docode-coding-inserted-region. | 650 Call docode-coding-inserted-region. |
639 | 651 |
640 2003-01-24 John Paul Wallington <jpw@gnu.org> | 652 2003-01-24 John Paul Wallington <jpw@gnu.org> |
641 | 653 |
642 * ibuffer.el (ibuffer-window-list): Remove. | 654 * ibuffer.el (ibuffer-window-list): Remove. |
643 (ibuffer-confirm-operation-on): Use `window-list' instead. | 655 (ibuffer-confirm-operation-on): Use `window-list' instead. |
660 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie | 672 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie |
661 in the file. | 673 in the file. |
662 | 674 |
663 2003-01-23 Masatake YAMATO <jet@gyve.org> | 675 2003-01-23 Masatake YAMATO <jet@gyve.org> |
664 | 676 |
665 * progmodes/asm-mode.el (asm-mode): Added syntax table entries for | 677 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for |
666 /* */ comments. | 678 /* */ comments. |
667 | 679 |
668 2003-01-23 Kenichi Handa <handa@m17n.org> | 680 2003-01-23 Kenichi Handa <handa@m17n.org> |
669 | 681 |
670 * files.el (insert-directory): Read the output of "ls" by | 682 * files.el (insert-directory): Read the output of "ls" by |
758 | 770 |
759 * msb.el: Use `dir' instead of `path' everywhere. | 771 * msb.el: Use `dir' instead of `path' everywhere. |
760 | 772 |
761 2003-01-18 Kim F. Storm <storm@cua.dk> | 773 2003-01-18 Kim F. Storm <storm@cua.dk> |
762 | 774 |
763 * simple.el (kill-new, kill-append, kill-region): New | 775 * simple.el (kill-new, kill-append, kill-region): |
764 optional parameter yank-handler. | 776 New optional parameter yank-handler. |
765 (yank-excluded-properties): Add yank-handler to list. | 777 (yank-excluded-properties): Add yank-handler to list. |
766 (yank-undo-function): New variable. | 778 (yank-undo-function): New variable. |
767 (yank): Use it to undo previous yank or yank-pop command. | 779 (yank): Use it to undo previous yank or yank-pop command. |
768 Allow insert-for-yank to override this-command. | 780 Allow insert-for-yank to override this-command. |
769 | 781 |