aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-03-01 19:04:28 +0000
committerKim F. Storm2003-03-01 19:04:28 +0000
commitb11ee8b08b906e8436a4babfe0c5d97d1aa76845 (patch)
treec3be10477040dc84ec6fa8b47bf01c309ec7564c
parent8ab9589dfca1cbe6e32e9608ef8cfa875c28c4a2 (diff)
downloademacs-b11ee8b08b906e8436a4babfe0c5d97d1aa76845.tar.gz
emacs-b11ee8b08b906e8436a4babfe0c5d97d1aa76845.zip
Fix typos.
-rw-r--r--lisp/ChangeLog28
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ef08a44105..5d140ce234f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,7 +7,7 @@
7 7
82003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 82003-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
@@ -22,10 +22,11 @@
22 22
232003-02-28 Michael Albinus <Michael.Albinus@alcatel.de> 232003-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'.
@@ -1161,15 +1162,14 @@
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