diff options
| author | Stefan Monnier | 2003-02-06 21:45:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-02-06 21:45:20 +0000 |
| commit | 5b741fa2383af1d5713ab9f84217bd42cd5ccfc0 (patch) | |
| tree | 1ff2c073518e9f716ad9c4ebe70c6bf72ab23a80 | |
| parent | faadb7d97fa4e841375720699003a741269a4520 (diff) | |
| download | emacs-5b741fa2383af1d5713ab9f84217bd42cd5ccfc0.tar.gz emacs-5b741fa2383af1d5713ab9f84217bd42cd5ccfc0.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 112 |
1 files changed, 62 insertions, 50 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e59b3083d10..ba002010aea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -50,8 +50,8 @@ | |||
| 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 |
| @@ -65,8 +65,8 @@ | |||
| 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> |
| @@ -79,13 +79,12 @@ | |||
| 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 |
| @@ -109,13 +108,13 @@ | |||
| 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. |
| @@ -132,14 +131,14 @@ | |||
| 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. |
| @@ -160,8 +159,8 @@ | |||
| 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> |
| @@ -176,8 +175,16 @@ | |||
| 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 | ||
| @@ -201,8 +208,8 @@ | |||
| 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. |
| @@ -268,13 +275,19 @@ | |||
| 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. |
| 277 | 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. | ||
| 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. |
| @@ -292,7 +305,7 @@ | |||
| 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. |
| @@ -374,8 +387,8 @@ | |||
| 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> |
| @@ -420,15 +433,15 @@ | |||
| 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. |
| @@ -500,15 +513,14 @@ | |||
| 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 | ||
| @@ -531,7 +543,7 @@ | |||
| 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> |
| @@ -566,9 +578,9 @@ | |||
| 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 | ||
| @@ -582,8 +594,8 @@ | |||
| 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 | ||
| @@ -602,10 +614,10 @@ | |||
| 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 | ||
| @@ -630,12 +642,12 @@ | |||
| 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 | ||
| @@ -662,7 +674,7 @@ | |||
| 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> |
| @@ -760,8 +772,8 @@ | |||
| 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. |