emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 06 Feb 2003 16:45:21 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4817 emacs/lisp/ChangeLog:1.4818
*** emacs/lisp/ChangeLog:1.4817 Thu Feb  6 15:25:34 2003
--- emacs/lisp/ChangeLog        Thu Feb  6 16:45:20 2003
***************
*** 50,57 ****
  
        * net/tramp.el (tramp-handle-directory-file-name): Handle the case
        PATH is "".
!       (tramp-completion-handle-file-name-all-completions): Define
!       `tramp-current-user' locally.  See `tramp-parse-passwd'.
        (tramp-parse-passwd): For su-alike methods it would be desirable
        to return "address@hidden" as default.  Unfortunately, we have no
        information whether any user name has been typed already.  So we
--- 50,57 ----
  
        * net/tramp.el (tramp-handle-directory-file-name): Handle the case
        PATH is "".
!       (tramp-completion-handle-file-name-all-completions):
!       Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
        (tramp-parse-passwd): For su-alike methods it would be desirable
        to return "address@hidden" as default.  Unfortunately, we have no
        information whether any user name has been typed already.  So we
***************
*** 65,72 ****
        (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
        any longer.
  
!       * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Apply
!       `tramp-handle-directory-file-name' in order to profit from Kai's
        yesterday changes.
  
  2003-02-03  Kai Gro,A_(Bjohann  <address@hidden>
--- 65,72 ----
        (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
        any longer.
  
!       * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
!       Apply `tramp-handle-directory-file-name' in order to profit from Kai's
        yesterday changes.
  
  2003-02-03  Kai Gro,A_(Bjohann  <address@hidden>
***************
*** 79,91 ****
  2003-01-28  Michael Albinus  <address@hidden>
  
        * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name'
!       must not be called with NIL path.  It fails in case of
!       multi-method.
  
  2003-01-27  Michael Albinus  <address@hidden>
  
!       * net/tramp.el (tramp-file-name-for-operation): Apply
!       `expand-file-name' for relative file names only.  Otherwise there
        might be problems if the default directory is another Tramp
        directory as the directory the file is based on.
        (tramp-find-foreign-file-name-handler): Check whether FILENAME is
--- 79,90 ----
  2003-01-28  Michael Albinus  <address@hidden>
  
        * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name'
!       must not be called with NIL path.  It fails in case of multi-method.
  
  2003-01-27  Michael Albinus  <address@hidden>
  
!       * net/tramp.el (tramp-file-name-for-operation):
!       Apply `expand-file-name' for relative file names only.  Otherwise there
        might be problems if the default directory is another Tramp
        directory as the directory the file is based on.
        (tramp-find-foreign-file-name-handler): Check whether FILENAME is
***************
*** 109,121 ****
        (tramp-get-device): New function.  Returns the virtual device
        number.  If it doesn't exist, generate a new one.
        (tramp-handle-file-regular-p): Use Emacs file name primitives
!       instead of calling tramp-handle-* equivalents directly.  Needed
!       for tramp-smb.
  
        * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed.
        Functionality moved to tramp.el.
!       (tramp-smb-handle-file-attributes): Apply
!       `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't
        know"), which is more honest.
        (tramp-smb-handle-make-directory): Use Emacs file name primitives
        instead of calling tramp-smb-handle-* equivalents directly.
--- 108,120 ----
        (tramp-get-device): New function.  Returns the virtual device
        number.  If it doesn't exist, generate a new one.
        (tramp-handle-file-regular-p): Use Emacs file name primitives
!       instead of calling tramp-handle-* equivalents directly.
!       Needed for tramp-smb.
  
        * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed.
        Functionality moved to tramp.el.
!       (tramp-smb-handle-file-attributes):
!       Apply `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't
        know"), which is more honest.
        (tramp-smb-handle-make-directory): Use Emacs file name primitives
        instead of calling tramp-smb-handle-* equivalents directly.
***************
*** 132,145 ****
  
  2003-01-21  Michael Albinus  <address@hidden>
  
!       * net/tramp.el (tramp-completion-handle-expand-file-name): Apply
!       `tramp-drop-volume-letter'.  Otherwise, there are problems on W32
        systems.
  
  2003-01-21  Michael Albinus  <address@hidden>
  
!       * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): New
!       functions.  Device number and inode number don't exist for SMB
        files.  Therefore we must generate virtual ones.
        (tramp-smb-devices, tramp-smb-inodes): New variables.  Keep
        generated virtual device numbers and inodes numbers for SMB files.
--- 131,144 ----
  
  2003-01-21  Michael Albinus  <address@hidden>
  
!       * net/tramp.el (tramp-completion-handle-expand-file-name):
!       Apply `tramp-drop-volume-letter'.  Otherwise, there are problems on W32
        systems.
  
  2003-01-21  Michael Albinus  <address@hidden>
  
!       * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode):
!       New functions.  Device number and inode number don't exist for SMB
        files.  Therefore we must generate virtual ones.
        (tramp-smb-devices, tramp-smb-inodes): New variables.  Keep
        generated virtual device numbers and inodes numbers for SMB files.
***************
*** 160,167 ****
  2003-01-12  Michael Albinus  <address@hidden>
  
        * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts)
!       (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): Use
!       `file-readable-p' instead of `file-exists-p'.  Otherwise these
        functions might block.  Reported by <address@hidden>.
  
  2003-01-02  Michael Albinus  <address@hidden>
--- 159,166 ----
  2003-01-12  Michael Albinus  <address@hidden>
  
        * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts)
!       (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
!       Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
        functions might block.  Reported by <address@hidden>.
  
  2003-01-02  Michael Albinus  <address@hidden>
***************
*** 176,183 ****
  
        * net/tramp.el (top-level): Avoid byte-compiler warnings of unused
        variables if the byte-compiler supports this.  This is for the
!       with-parsed-tramp-file-name macro which is wont to produce such
!       stuff.
  
  2003-02-04  Richard M. Stallman  <address@hidden>
  
--- 175,190 ----
  
        * net/tramp.el (top-level): Avoid byte-compiler warnings of unused
        variables if the byte-compiler supports this.  This is for the
!       with-parsed-tramp-file-name macro which is wont to produce such stuff.
! 
! 2003-02-05  Stefan Monnier  <address@hidden>
! 
!       * completion.el (eval-when-compile-load-eval, completion-eval-when)
!       (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
!       (completion-min-length, completion-max-length)
!       (completion-prefix-min-length): Don't hard-code the default value
!       when byte-compiling.
!       (complete): Inline minibuffer-window-selected-p.
  
  2003-02-04  Richard M. Stallman  <address@hidden>
  
***************
*** 201,208 ****
  
        * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
        (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
!       (term-ansi-reverse-faces-vector): Unused variables deleted.
!       (term-ignore-error): Macro deleted.
  
        * simple.el (back-to-indentation): Skip all whitespace
        except for newlines.
--- 208,215 ----
  
        * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
        (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
!       (term-ansi-reverse-faces-vector): Delete unused variables.
!       (term-ignore-error): Delete macro.
  
        * simple.el (back-to-indentation): Skip all whitespace
        except for newlines.
***************
*** 268,280 ****
        (time-stamp-pattern): Initialize to nil to avoid regexp work in
        default case.
        (time-stamp-string): Call set-time-zone-rule instead of setenv
!       
!       * time-stamp.el (time-stamp-hhmmss): Remove (not needed after all).
        (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
        (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
        (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
        (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
  
  2003-01-31  Christoph Wedler  <address@hidden>
  
        * antlr-mode.el: Bug fixes, miscellaneous.
--- 275,293 ----
        (time-stamp-pattern): Initialize to nil to avoid regexp work in
        default case.
        (time-stamp-string): Call set-time-zone-rule instead of setenv
!       (time-stamp-hhmmss): Remove (not needed after all).
        (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
        (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
        (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
        (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
  
+ 2003-01-31  Stefan Monnier  <address@hidden>
+ 
+       * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
+       (custom-save-variables): Use dolist, simplify.
+       Output a message if a `requests' entry looks suspicious.
+       (custom-save-faces): Use dolist, simplify.
+ 
  2003-01-31  Christoph Wedler  <address@hidden>
  
        * antlr-mode.el: Bug fixes, miscellaneous.
***************
*** 292,298 ****
        (ignore-errors-x): New compile-time macro.
        (save-buffer-state-x): New compile-time macro.
  
!       (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
        (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
        (antlr-simple-default-directory): Deletia.
        (antlr-default-directory): Define directly.
--- 305,311 ----
        (ignore-errors-x): New compile-time macro.
        (save-buffer-state-x): New compile-time macro.
  
!       (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
        (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
        (antlr-simple-default-directory): Deletia.
        (antlr-default-directory): Define directly.
***************
*** 374,381 ****
  
        Changes from 2002-01-31:
  
!       * antlr-mode.el (antlr-font-lock-additional-keywords): Also
!       hightlight `~' with `antlr-font-lock-syntax-face'.
        Suggested by Helmut Neukirchen <address@hidden>.
  
  2003-01-31  Joe Buehler  <address@hidden>
--- 387,394 ----
  
        Changes from 2002-01-31:
  
!       * antlr-mode.el (antlr-font-lock-additional-keywords):
!       Also hightlight `~' with `antlr-font-lock-syntax-face'.
        Suggested by Helmut Neukirchen <address@hidden>.
  
  2003-01-31  Joe Buehler  <address@hidden>
***************
*** 420,434 ****
  
  2003-01-29  Didier Verna  <address@hidden>
  
!       * cus-edit.el (custom-save-variables): also save non theme'd ones.
!       * cus-edit.el (custom-save-faces): ditto.
  
  2003-01-29  Juanma Barranquero  <address@hidden>
  
        * composite.el (decompose-composite-char): Fix docstring.
  
!       * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp'
!       instead of `substring'.
  
        * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
        file name if no other master file is located.
--- 433,447 ----
  
  2003-01-29  Didier Verna  <address@hidden>
  
!       * cus-edit.el (custom-save-variables): Also save non theme'd ones.
!       * cus-edit.el (custom-save-faces): Ditto.
  
  2003-01-29  Juanma Barranquero  <address@hidden>
  
        * composite.el (decompose-composite-char): Fix docstring.
  
!       * select.el (x-set-cut-buffer): Fix docstring.  Check type with
!       `stringp' instead of `substring'.
  
        * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
        file name if no other master file is located.
***************
*** 500,514 ****
        Signal args-out-of-range error if yank-handler is specified for
        an empty string.
  
!       * subr.el (insert-for-yank): Remove COMMAND element from yank
!       handler.
  
  2003-01-27  Dave Love  <address@hidden>
  
        * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
  
!       * thingatpt.el (thing-at-point-file-name-chars):  Include
!       non-ASCII again and re-write the filename ops.
  
  2003-01-27  David Ponce  <address@hidden>
  
--- 513,526 ----
        Signal args-out-of-range error if yank-handler is specified for
        an empty string.
  
!       * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
  
  2003-01-27  Dave Love  <address@hidden>
  
        * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
  
!       * thingatpt.el (thing-at-point-file-name-chars):
!       Include non-ASCII again and re-write the filename ops.
  
  2003-01-27  David Ponce  <address@hidden>
  
***************
*** 531,537 ****
  2003-01-26  Martin Stjernholm  <address@hidden>
  
        * progmodes/cc-vars.el, progmodes/cc-mode.el
!       (c-require-final-newline): Added a variable to make the
        initialization of `require-final-newline' more configurable.
  
  2003-01-26  Jan Dj,Ad(Brv  <address@hidden>
--- 543,549 ----
  2003-01-26  Martin Stjernholm  <address@hidden>
  
        * progmodes/cc-vars.el, progmodes/cc-mode.el
!       (c-require-final-newline): Add a variable to make the
        initialization of `require-final-newline' more configurable.
  
  2003-01-26  Jan Dj,Ad(Brv  <address@hidden>
***************
*** 566,574 ****
        and reply2.xpm, which were created by the MH-E package, were left
        in mail since they can probably be used by other mail packages.
  
!       * makefile.w32-in (WINS): Added mh-e.
  
!       * makefile.nt (WINS): Added mh-e.
  
  2003-01-25  Richard M. Stallman  <address@hidden>
  
--- 578,586 ----
        and reply2.xpm, which were created by the MH-E package, were left
        in mail since they can probably be used by other mail packages.
  
!       * makefile.w32-in (WINS): Add mh-e.
  
!       * makefile.nt (WINS): Add mh-e.
  
  2003-01-25  Richard M. Stallman  <address@hidden>
  
***************
*** 582,589 ****
  
  2003-01-25  Taro Kawagishi  <address@hidden>
  
!       * arc-mode.el (archive-unixdate): Corrected the date field string.
!       (archive-lzh-summarize): Extended it to allow the LZH level 2 header
        type (which is most prevalent now), in addition to the already
        supported level 0 and 1 header types.
  
--- 594,601 ----
  
  2003-01-25  Taro Kawagishi  <address@hidden>
  
!       * arc-mode.el (archive-unixdate): Correct the date field string.
!       (archive-lzh-summarize): Extend it to allow the LZH level 2 header
        type (which is most prevalent now), in addition to the already
        supported level 0 and 1 header types.
  
***************
*** 602,611 ****
  
  2003-01-25  Michael Kifer  <address@hidden>
  
!       * ediff.el (ediff-revision): better defaults.
  
!       * ediff-vers.el (ediff-vc-latest-version): new function.
!       (ediff-vc-internal): use latest version instead of working version.
  
  2003-01-24  Thien-Thi Nguyen  <address@hidden>
  
--- 614,623 ----
  
  2003-01-25  Michael Kifer  <address@hidden>
  
!       * ediff.el (ediff-revision): Better defaults.
  
!       * ediff-vers.el (ediff-vc-latest-version): New function.
!       (ediff-vc-internal): Use latest version instead of working version.
  
  2003-01-24  Thien-Thi Nguyen  <address@hidden>
  
***************
*** 630,641 ****
  
  2003-01-24  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (decode-coding-inserted-region): Renamed
!       from decode-coding-region-as-inserted-from-file to make it fit
        well in the Lisp manual.
  
!       * jka-compr.el (jka-compr-insert-file-contents): Call
!       docode-coding-inserted-region.
  
  2003-01-24  John Paul Wallington  <address@hidden>
  
--- 642,653 ----
  
  2003-01-24  Kenichi Handa  <address@hidden>
  
!       * international/mule.el (decode-coding-inserted-region):
!       Rename from decode-coding-region-as-inserted-from-file to make it fit
        well in the Lisp manual.
  
!       * jka-compr.el (jka-compr-insert-file-contents):
!       Call docode-coding-inserted-region.
  
  2003-01-24  John Paul Wallington  <address@hidden>
  
***************
*** 662,668 ****
  
  2003-01-23  Masatake YAMATO  <address@hidden>
  
!       * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
        /* */ comments.
  
  2003-01-23  Kenichi Handa  <address@hidden>
--- 674,680 ----
  
  2003-01-23  Masatake YAMATO  <address@hidden>
  
!       * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
        /* */ comments.
  
  2003-01-23  Kenichi Handa  <address@hidden>
***************
*** 760,767 ****
  
  2003-01-18  Kim F. Storm  <address@hidden>
  
!       * simple.el (kill-new, kill-append, kill-region): New
!       optional parameter yank-handler.
        (yank-excluded-properties): Add yank-handler to list.
        (yank-undo-function): New variable.
        (yank): Use it to undo previous yank or yank-pop command.
--- 772,779 ----
  
  2003-01-18  Kim F. Storm  <address@hidden>
  
!       * simple.el (kill-new, kill-append, kill-region):
!       New optional parameter yank-handler.
        (yank-excluded-properties): Add yank-handler to list.
        (yank-undo-function): New variable.
        (yank): Use it to undo previous yank or yank-pop command.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]