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: Tue, 17 Jun 2003 14:30:34 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5231 emacs/lisp/ChangeLog:1.5232
*** emacs/lisp/ChangeLog:1.5231 Tue Jun 17 10:03:57 2003
--- emacs/lisp/ChangeLog        Tue Jun 17 14:30:34 2003
***************
*** 10,19 ****
        part of Tramp into a special file, so that the Tramp `core' is
        just a dispatcher that dispatches to various handlers.
        (tramp-sh-file-name-handler): New function.
!       (tramp-foreign-file-name-handler-alist): New default value.  Call
!       tramp-sh-file-name-handler as default case.
!       (tramp-file-name-handler): Do not invoke the old remote-shell
!       handler.
        (tramp-find-foreign-file-name-handler): Return after first match
        is found.  From Francis Litterio <address@hidden>.
        (tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
--- 10,18 ----
        part of Tramp into a special file, so that the Tramp `core' is
        just a dispatcher that dispatches to various handlers.
        (tramp-sh-file-name-handler): New function.
!       (tramp-foreign-file-name-handler-alist): New default value.
!       Call tramp-sh-file-name-handler as default case.
!       (tramp-file-name-handler): Do not invoke the old remote-shell handler.
        (tramp-find-foreign-file-name-handler): Return after first match
        is found.  From Francis Litterio <address@hidden>.
        (tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
***************
*** 22,29 ****
        <address@hidden>.
        (tramp-time-diff): Convert return value of subtract-time to a
        number of seconds in a correct manner, by applying float-time or
!       time-to-seconds.  Also correct compat code accordingly.  The
!       XEmacs branch for itimer-time-difference didn't need correction,
        it returned a float already.  Reported by David D. Smith
        <address@hidden>.
        (tramp-handle-insert-file-contents): When calling
--- 21,28 ----
        <address@hidden>.
        (tramp-time-diff): Convert return value of subtract-time to a
        number of seconds in a correct manner, by applying float-time or
!       time-to-seconds.  Also correct compat code accordingly.
!       The XEmacs branch for itimer-time-difference didn't need correction,
        it returned a float already.  Reported by David D. Smith
        <address@hidden>.
        (tramp-handle-insert-file-contents): When calling
***************
*** 45,52 ****
        (tramp-shell-prompt-pattern): Allow multiple escape
        sequences (each with optional trailing space).
  
!       * net/tramp-uu.el: 
!       * net/tramp-util.el: 
        * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
        for XEmacs compatibility.
  
--- 44,51 ----
        (tramp-shell-prompt-pattern): Allow multiple escape
        sequences (each with optional trailing space).
  
!       * net/tramp-uu.el:
!       * net/tramp-util.el:
        * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
        for XEmacs compatibility.
  
***************
*** 61,66 ****
--- 60,97 ----
        * select.el (x-get-selection): If the string returned by
        x-get-selection-internal has text property `foreign-selection',
        decode it while preserving that property.
+ 
+ 2003-06-16  Stefan Monnier  <address@hidden>
+ 
+       * menu-bar.el (ispell-menu-bar): Don't autoload.
+       (cvs-global-menu): Use the function rather than the variable.
+ 
+       * pcvs-defs.el (cvs-global-menu): Define as a function as well.
+ 
+       * emacs-lisp/debug.el (debug): Fix call to message.
+ 
+ 2003-06-16  Michael Mauger  <address@hidden> (tiny change)
+ 
+       * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
+       minor modes.
+ 
+ 2003-06-16  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/cl-extra.el (cl-macroexpand-all):
+       Don't burp if (cadr (caddr found)) encounters a non-list element.
+ 
+       * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Use map-keymap.
+       (defsubst*): Don't put a `cl-whole argument if it's not used.
+ 
+       * emacs-lisp/cl-specs.el (pushnew): Use keywordp.
+ 
+       * emacs-lisp/disass.el (disassemble): Accept plain expressions.
+ 
+       * add-log.el (add-log-edit-prev-comment, add-log-edit-next-comment):
+       New commands.
+       (change-log-mode-map): Bind them.
+       (smerge-resolve-function): Declare to quieten the byte-compiler.
+       (change-log-mode): Add the keymap to the docstring.
  
  2003-06-16  Luc Teirlinck  <address@hidden>
  




reply via email to

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