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: Sat, 24 May 2003 20:45:02 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5153 emacs/lisp/ChangeLog:1.5154
*** emacs/lisp/ChangeLog:1.5153 Sat May 24 16:18:13 2003
--- emacs/lisp/ChangeLog        Sat May 24 20:45:01 2003
***************
*** 2,7 ****
--- 2,20 ----
  
        * files.el (insert-directory): Preserve CR in a file name.
  
+ 2003-05-24  Stefan Monnier  <address@hidden>
+ 
+       * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
+       Remove obsolete code.
+ 
+       * term/w32-win.el (iconify-or-deiconify-frame):
+       * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
+ 
+       * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
+       Turn on mouse-wheel support by default.
+ 
+       * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
+ 
  2003-05-24  Kai Gro,A_(Bjohann  <address@hidden>
  
        * net/tramp.el: Version 2.0.34 released.
***************
*** 15,22 ****
        (tramp-unified-filenames): Move to an earlier spot in the file.
        (top-level): If tramp-unified-filenames is set and we're running
        on XEmacs, load tramp-efs.
!       (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New
!       functions, used by tramp-send-command-internal.
        (tramp-open-connection-setup-interactive-shell): Simplify using
        `tramp-send-command-internal'.
        (tramp-send-command-internal): New function.
--- 28,35 ----
        (tramp-unified-filenames): Move to an earlier spot in the file.
        (top-level): If tramp-unified-filenames is set and we're running
        on XEmacs, load tramp-efs.
!       (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
!       New functions, used by tramp-send-command-internal.
        (tramp-open-connection-setup-interactive-shell): Simplify using
        `tramp-send-command-internal'.
        (tramp-send-command-internal): New function.
***************
*** 26,33 ****
        tramp-telnet-program, tramp-su-program into tramp-login-program.
        Likewise with tramp-login-args, tramp-copy-program,
        tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
!       method plink1; like plink but pass "-1" to force protocol version
!       1.
        (tramp-default-method): Use plink as the default on machines where
        the plink program is present.
        (tramp-completion-file-name-handler): Add safe-magic property.
--- 39,45 ----
        tramp-telnet-program, tramp-su-program into tramp-login-program.
        Likewise with tramp-login-args, tramp-copy-program,
        tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
!       method plink1; like plink but pass "-1" to force protocol version 1.
        (tramp-default-method): Use plink as the default on machines where
        the plink program is present.
        (tramp-completion-file-name-handler): Add safe-magic property.
***************
*** 41,52 ****
  
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
        quoted.
!       (tramp-methods, tramp-multi-connection-function-alist): Use
!       argument "-p Password:" for "sudo" method, because password prompt
        might be changed by either passprompt option in /etc/sudoers, or
        SUDO_PROMPT environment variable.  Suggested by Peter Oliver
        <address@hidden>.
  
  2003-05-23  Nick Roberts  <address@hidden>
  
        * gdb-ui.el (gdba): Accommodate Fortran programs.
--- 53,80 ----
  
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
        quoted.
!       (tramp-methods, tramp-multi-connection-function-alist):
!       Use argument "-p Password:" for "sudo" method, because password prompt
        might be changed by either passprompt option in /etc/sudoers, or
        SUDO_PROMPT environment variable.  Suggested by Peter Oliver
        <address@hidden>.
  
+ 2003-05-23  Stefan Monnier  <address@hidden>
+ 
+       * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
+       (sc-emacs-features): Remove.  Use better tests instead.
+       (sc-minor-mode): Use define-minor-mode.
+       (sc-mode-string, sc-set-mode-string): Remove.
+       Use a better modeline expression instead.
+       (sc-completing-read, sc-read-string, sc-submatch, sc-member)
+       (sc-string-text): Remove those compatibility functions.
+ 
+       * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
+       (cvs-make-cvs-buffer): Fix up format of the header.
+ 
+       * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
+       Match more cases of /.../ patterns.
+ 
  2003-05-23  Nick Roberts  <address@hidden>
  
        * gdb-ui.el (gdba): Accommodate Fortran programs.
***************
*** 59,65 ****
  
        * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
        REV is t.  From Don Provan <address@hidden>
!       
  2003-05-23  Richard M. Stallman  <address@hidden>
  
        * forms.el (forms--mode-commands1): Bind \t, not `tab'.
--- 87,93 ----
  
        * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
        REV is t.  From Don Provan <address@hidden>
! 
  2003-05-23  Richard M. Stallman  <address@hidden>
  
        * forms.el (forms--mode-commands1): Bind \t, not `tab'.
***************
*** 89,96 ****
        (lm-section-end): New function.
        (lm-code-start): New function; rewrite of `lm-code-mark'.
        (lm-code-mark): Make alias of `lm-code-start'.
!       (lm-commentary-start): New function; rewrite of
!       `lm-commentary-mark'.
        (lm-commentary-mark): Make alias of `lm-commentary-start'.
        (lm-commentary-end): New function.
        (lm-history-start): New function; rewrite of `lm-history-mark'.
--- 117,123 ----
        (lm-section-end): New function.
        (lm-code-start): New function; rewrite of `lm-code-mark'.
        (lm-code-mark): Make alias of `lm-code-start'.
!       (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
        (lm-commentary-mark): Make alias of `lm-commentary-start'.
        (lm-commentary-end): New function.
        (lm-history-start): New function; rewrite of `lm-history-mark'.
***************
*** 98,107 ****
        (lm-commentary): Use `lm-commentary-end' to find the end of the
        commentary section.
  
!       * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use
!       `lm-commentary-end' to find the end of the commentary section.
  
! 2003-05-22  Ken Stevens <address@hidden>
  
        * ispell.el: Sync to version 3.6.
        Summary: MIME support added for e-mail processing that
--- 125,142 ----
        (lm-commentary): Use `lm-commentary-end' to find the end of the
        commentary section.
  
!       * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
!       Use `lm-commentary-end' to find the end of the commentary section.
! 
! 2003-05-22  Stefan Monnier  <address@hidden>
! 
!       * skeleton.el (define-skeleton): Use the `no-self-insert' property.
!       (skeleton-proxy-new): Fix docstring.  Remove broken interactive spec.
!       Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
!       (skeleton-internal-1): Add a `recursive' argument.
!       (skeleton-internal-list): Use it to propagate `recursive'.
  
! 2003-05-22  Ken Stevens  <address@hidden>
  
        * ispell.el: Sync to version 3.6.
        Summary: MIME support added for e-mail processing that




reply via email to

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