aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
1 files changed, 7 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e25bb30f854..0f5d20ecb40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,7 +3,6 @@
3 * filecache.el (file-cache-add-directory-using-find): Don't quote 3 * filecache.el (file-cache-add-directory-using-find): Don't quote
4 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>. 4 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5 5
6
72000-08-31 Kenichi Handa <handa@etl.go.jp> 62000-08-31 Kenichi Handa <handa@etl.go.jp>
8 7
9 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect 8 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
@@ -112,7 +111,7 @@
112 111
113 * align.el: Test align-region-separate to see if it's a symbol. 112 * align.el: Test align-region-separate to see if it's a symbol.
114 113
1152000-08-27 John Wiegley <johnw@gnu.org> 1142000-08-28 John Wiegley <johnw@gnu.org>
116 115
117 * eshell/esh-util.el (eshell-flatten-list): Made this function 116 * eshell/esh-util.el (eshell-flatten-list): Made this function
118 into a defsubst form. It gets used very frequently, although 117 into a defsubst form. It gets used very frequently, although
@@ -199,14 +198,14 @@
199 to ensure the `preserve' flag gets propagated when doing recursive 198 to ensure the `preserve' flag gets propagated when doing recursive
200 directory copies. 199 directory copies.
201 200
2022000-08-09 Stefan Monnier <monnier@cs.yale.edu> 2012000-08-28 Stefan Monnier <monnier@cs.yale.edu>
203 202
204 * eshell/em-hist.el (eshell-put-history, eshell-get-history): 203 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
205 Don't convert \n into \0177 in memory. 204 Don't convert \n into \0177 in memory.
206 (eshell-read-history, eshell-write-history): Convert \n to \0177, 205 (eshell-read-history, eshell-write-history): Convert \n to \0177,
207 and back again, when reading and writing. 206 and back again, when reading and writing.
208 207
2092000-07-06 Eli Zaretskii <eliz@is.elta.co.il> 2082000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
210 209
211 * eshell/esh-util.el (eshell-processp): Added to relieve constant 210 * eshell/esh-util.el (eshell-processp): Added to relieve constant
212 testing of `fboundp' on `processp'. 211 testing of `fboundp' on `processp'.
@@ -235,9 +234,9 @@
235 fix. 234 fix.
236 (eshell-get-target, eshell-create-handles): Doc fix. 235 (eshell-get-target, eshell-create-handles): Doc fix.
237 236
2382000-06-28 Miles Bader <miles@lsi.nec.co.jp> 2372000-08-28 Miles Bader <miles@lsi.nec.co.jp>
239 238
240 * em-smart.el (eshell-smart-maybe-jump-to-end): Change the 239 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
241 criterion to include commands that output something, as long as it 240 criterion to include commands that output something, as long as it
242 leaves both the command and the end-of-buffer visible when the 241 leaves both the command and the end-of-buffer visible when the
243 command has exited. 242 command has exited.
@@ -267,8 +266,8 @@
267 266
2682000-08-28 Stanislav Shalunov <shalunov@internet2.edu> 2672000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
269 268
270 * uce.el (uce-reply-to-uce): Remove hard-coded "*Article*" from 269 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
271 Gnus support code, and use special article copy buffer 270 from Gnus support code, and use special article copy buffer
272 `(gnus-original-article-buffer)' instead. This allows to get rid 271 `(gnus-original-article-buffer)' instead. This allows to get rid
273 of article-hide-headers usage (which breaks in the latest Gnus 272 of article-hide-headers usage (which breaks in the latest Gnus
274 version). Thanks to Detlev Zundel. 273 version). Thanks to Detlev Zundel.