Mercurial > emacs
comparison lisp/ChangeLog @ 49998:1f54e3351ad2
Fix typos.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 01 Mar 2003 19:04:28 +0000 |
parents | afcd12db0367 |
children | a94214474050 |
comparison
equal
deleted
inserted
replaced
49997:afcd12db0367 | 49998:1f54e3351ad2 |
---|---|
5 * menu-bar.el (menu-bar-mode): Change to define-minor-mode | 5 * menu-bar.el (menu-bar-mode): Change to define-minor-mode |
6 and initialize as for tool-bar-mode. | 6 and initialize as for tool-bar-mode. |
7 | 7 |
8 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 8 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
9 | 9 |
10 * lisp/net/tramp.el: Version 2.0.30 released. | 10 * net/tramp.el: Version 2.0.30 released. |
11 Replace term "path" with "localname" unless it is used for a | 11 Replace term "path" with "localname" unless it is used for a |
12 search path. | 12 search path. |
13 (tramp-handle-expand-file-name): Allow ".." to cross host | 13 (tramp-handle-expand-file-name): Allow ".." to cross host |
14 boundaries. | 14 boundaries. |
15 (tramp-open-connection-setup-interactive-shell): Unset $ENV in | 15 (tramp-open-connection-setup-interactive-shell): Unset $ENV in |
20 implemented. Not used. Should invoke rcp or scp directly to keep | 20 implemented. Not used. Should invoke rcp or scp directly to keep |
21 the time. | 21 the time. |
22 | 22 |
23 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de> | 23 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de> |
24 | 24 |
25 * tramp-smb.el: Replace term `path' with `localname' unless it is | 25 * net/tramp-smb.el: Replace term `path' with `localname' |
26 used for a search path. In GNU, the word `path' is reserved for | 26 unless it is used for a search path. In GNU, the word `path' is |
27 search paths. * tramp.el (tramp-send-string, tramp-send-region): | 27 reserved for search paths. |
28 Removed. | 28 |
29 * net/tramp.el (tramp-send-string, tramp-send-region): Removed. | |
29 (tramp-send-string): New function. Takes over the role of the | 30 (tramp-send-string): New function. Takes over the role of the |
30 functions above, in order to have a unique place handling | 31 functions above, in order to have a unique place handling |
31 `tramp-chunksize'. Same implementation as `tramp-send-region'. | 32 `tramp-chunksize'. Same implementation as `tramp-send-region'. |
32 (tramp-chunksize): It's now a defcustom. Set to 500 on systems | 33 (tramp-chunksize): It's now a defcustom. Set to 500 on systems |
33 only known to have a buggy `process-send-string' implementation. | 34 only known to have a buggy `process-send-string' implementation. |
1159 2003-01-25 Bill Wohler <wohler@newt.com> | 1160 2003-01-25 Bill Wohler <wohler@newt.com> |
1160 | 1161 |
1161 * mh-e: Created directory. ChangeLog will appear in a week when we | 1162 * mh-e: Created directory. ChangeLog will appear in a week when we |
1162 release version 7.2. | 1163 release version 7.2. |
1163 | 1164 |
1164 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el, | 1165 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el, |
1165 lisp/mail/mh-customize.el, lisp/mail/mh-e.el, | 1166 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el, |
1166 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el, | 1167 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el, |
1167 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el, | 1168 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el, |
1168 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el, | 1169 mail/mh-xemacs-compat.el: Moved to mh-e directory. |
1169 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, | 1170 Note that reply2.pbm and reply2.xpm, which were created by the |
1170 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm | 1171 MH-E package, were left in mail since they can probably be used by |
1171 and reply2.xpm, which were created by the MH-E package, were left | 1172 other mail packages. |
1172 in mail since they can probably be used by other mail packages. | |
1173 | 1173 |
1174 * makefile.w32-in (WINS): Add mh-e. | 1174 * makefile.w32-in (WINS): Add mh-e. |
1175 | 1175 |
1176 * makefile.nt (WINS): Add mh-e. | 1176 * makefile.nt (WINS): Add mh-e. |
1177 | 1177 |