comparison lisp/ChangeLog @ 49995:a0e8a85259ed

Version 2.0.30 released. Replace term "path" with "localname" unless it is used for a search path. (tramp-handle-expand-file-name): Allow ".." to cross host boundaries. (tramp-open-connection-setup-interactive-shell): Unset $ENV in addition to setting $PS1 when starting the Bourne-ish shell. Some sh implementations (eg, bash when called as sh) read the file named there on startup, which could clobber $PS1. (tramp-do-copy-or-rename-file-one-local): New function. Not implemented. Not used. Should invoke rcp or scp directly to keep the time.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Fri, 28 Feb 2003 18:28:47 +0000
parents bc05ebcc75dc
children afcd12db0367
comparison
equal deleted inserted replaced
49994:dcf78d005b68 49995:a0e8a85259ed
1 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2
3 * lisp/net/tramp.el: Version 2.0.30 released.
4 Replace term "path" with "localname" unless it is used for a
5 search path.
6 (tramp-handle-expand-file-name): Allow ".." to cross host
7 boundaries.
8 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
9 addition to setting $PS1 when starting the Bourne-ish shell. Some
10 sh implementations (eg, bash when called as sh) read the file
11 named there on startup, which could clobber $PS1.
12 (tramp-do-copy-or-rename-file-one-local): New function. Not
13 implemented. Not used. Should invoke rcp or scp directly to keep
14 the time.
15
16 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
17
18 * tramp-smb.el: Replace term `path' with `localname' unless it is
19 used for a search path. In GNU, the word `path' is reserved for
20 search paths. * tramp.el (tramp-send-string, tramp-send-region):
21 Removed.
22 (tramp-send-string): New function. Takes over the role of the
23 functions above, in order to have a unique place handling
24 `tramp-chunksize'. Same implementation as `tramp-send-region'.
25 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
26 only known to have a buggy `process-send-string' implementation.
27 First black-listed constellation is GNU Emacs/ hpux.
28 (tramp-send-region): Correct debug message.
29 (tramp-bug): Add `tramp-chunksize'.
30
1 2003-02-26 Matt Swift <swift@alum.mit.edu> 31 2003-02-26 Matt Swift <swift@alum.mit.edu>
2 32
3 * startup.el: Streamline code in several functions for efficiency 33 * startup.el: Streamline code in several functions for efficiency
4 and readability. Rephrase booleans to avoid `(not noninteractive)'. 34 and readability. Rephrase booleans to avoid `(not noninteractive)'.
5 Clarify several booleans expressions using De Morgan's laws. 35 Clarify several booleans expressions using De Morgan's laws.