/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5153 by schwab, Sat May 24 20:18:13 2003 UTC revision 1.5154 by monnier, Sun May 25 00:45:01 2003 UTC
# Line 2  Line 2 
2    
3          * files.el (insert-directory): Preserve CR in a file name.          * files.el (insert-directory): Preserve CR in a file name.
4    
5    2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
6    
7            * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
8            Remove obsolete code.
9    
10            * term/w32-win.el (iconify-or-deiconify-frame):
11            * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
12    
13            * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
14            Turn on mouse-wheel support by default.
15    
16            * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
17    
18  2003-05-24  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>  2003-05-24  Kai Gro,A_(Bjohann  <kai.grossjohann@gmx.net>
19    
20          * net/tramp.el: Version 2.0.34 released.          * net/tramp.el: Version 2.0.34 released.
# Line 15  Line 28 
28          (tramp-unified-filenames): Move to an earlier spot in the file.          (tramp-unified-filenames): Move to an earlier spot in the file.
29          (top-level): If tramp-unified-filenames is set and we're running          (top-level): If tramp-unified-filenames is set and we're running
30          on XEmacs, load tramp-efs.          on XEmacs, load tramp-efs.
31          (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt): New          (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
32          functions, used by tramp-send-command-internal.          New functions, used by tramp-send-command-internal.
33          (tramp-open-connection-setup-interactive-shell): Simplify using          (tramp-open-connection-setup-interactive-shell): Simplify using
34          `tramp-send-command-internal'.          `tramp-send-command-internal'.
35          (tramp-send-command-internal): New function.          (tramp-send-command-internal): New function.
# Line 26  Line 39 
39          tramp-telnet-program, tramp-su-program into tramp-login-program.          tramp-telnet-program, tramp-su-program into tramp-login-program.
40          Likewise with tramp-login-args, tramp-copy-program,          Likewise with tramp-login-args, tramp-copy-program,
41          tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New          tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
42          method plink1; like plink but pass "-1" to force protocol version          method plink1; like plink but pass "-1" to force protocol version 1.
         1.  
43          (tramp-default-method): Use plink as the default on machines where          (tramp-default-method): Use plink as the default on machines where
44          the plink program is present.          the plink program is present.
45          (tramp-completion-file-name-handler): Add safe-magic property.          (tramp-completion-file-name-handler): Add safe-magic property.
# Line 41  Line 53 
53    
54          * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be          * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
55          quoted.          quoted.
56          (tramp-methods, tramp-multi-connection-function-alist): Use          (tramp-methods, tramp-multi-connection-function-alist):
57          argument "-p Password:" for "sudo" method, because password prompt          Use argument "-p Password:" for "sudo" method, because password prompt
58          might be changed by either passprompt option in /etc/sudoers, or          might be changed by either passprompt option in /etc/sudoers, or
59          SUDO_PROMPT environment variable.  Suggested by Peter Oliver          SUDO_PROMPT environment variable.  Suggested by Peter Oliver
60          <peter.oliver@aquila-networks.co.uk>.          <peter.oliver@aquila-networks.co.uk>.
61    
62    2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
63    
64            * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
65            (sc-emacs-features): Remove.  Use better tests instead.
66            (sc-minor-mode): Use define-minor-mode.
67            (sc-mode-string, sc-set-mode-string): Remove.
68            Use a better modeline expression instead.
69            (sc-completing-read, sc-read-string, sc-submatch, sc-member)
70            (sc-string-text): Remove those compatibility functions.
71    
72            * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
73            (cvs-make-cvs-buffer): Fix up format of the header.
74    
75            * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
76            Match more cases of /.../ patterns.
77    
78  2003-05-23  Nick Roberts  <nick@nick.uklinux.net>  2003-05-23  Nick Roberts  <nick@nick.uklinux.net>
79    
80          * gdb-ui.el (gdba): Accommodate Fortran programs.          * gdb-ui.el (gdba): Accommodate Fortran programs.
# Line 59  Line 87 
87    
88          * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when          * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
89          REV is t.  From Don Provan <dprovan@bivio.net>          REV is t.  From Don Provan <dprovan@bivio.net>
90            
91  2003-05-23  Richard M. Stallman  <rms@gnu.org>  2003-05-23  Richard M. Stallman  <rms@gnu.org>
92    
93          * forms.el (forms--mode-commands1): Bind \t, not `tab'.          * forms.el (forms--mode-commands1): Bind \t, not `tab'.
# Line 89  Line 117 
117          (lm-section-end): New function.          (lm-section-end): New function.
118          (lm-code-start): New function; rewrite of `lm-code-mark'.          (lm-code-start): New function; rewrite of `lm-code-mark'.
119          (lm-code-mark): Make alias of `lm-code-start'.          (lm-code-mark): Make alias of `lm-code-start'.
120          (lm-commentary-start): New function; rewrite of          (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
         `lm-commentary-mark'.  
121          (lm-commentary-mark): Make alias of `lm-commentary-start'.          (lm-commentary-mark): Make alias of `lm-commentary-start'.
122          (lm-commentary-end): New function.          (lm-commentary-end): New function.
123          (lm-history-start): New function; rewrite of `lm-history-mark'.          (lm-history-start): New function; rewrite of `lm-history-mark'.
# Line 98  Line 125 
125          (lm-commentary): Use `lm-commentary-end' to find the end of the          (lm-commentary): Use `lm-commentary-end' to find the end of the
126          commentary section.          commentary section.
127    
128          * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use          * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
129          `lm-commentary-end' to find the end of the commentary section.          Use `lm-commentary-end' to find the end of the commentary section.
130    
131    2003-05-22  Stefan Monnier  <monnier@cs.yale.edu>
132    
133            * skeleton.el (define-skeleton): Use the `no-self-insert' property.
134            (skeleton-proxy-new): Fix docstring.  Remove broken interactive spec.
135            Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
136            (skeleton-internal-1): Add a `recursive' argument.
137            (skeleton-internal-list): Use it to propagate `recursive'.
138    
139  2003-05-22  Ken Stevens <kstevens@ichips.intel.com>  2003-05-22  Ken Stevens  <kstevens@ichips.intel.com>
140    
141          * ispell.el: Sync to version 3.6.          * ispell.el: Sync to version 3.6.
142          Summary: MIME support added for e-mail processing that          Summary: MIME support added for e-mail processing that

Legend:
Removed from v.1.5153  
changed lines
  Added in v.1.5154

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26