comparison lisp/ChangeLog @ 31323:1010a301ea56

Fix dates on eshell entries. Prepend mail/ to uce.el.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Sep 2000 17:47:46 +0000
parents 16b334e9c404
children f365a6dc7773
comparison
equal deleted inserted replaced
31322:4275e4805d0d 31323:1010a301ea56
1 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> 1 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
2 2
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
6 5
7 2000-08-31 Kenichi Handa <handa@etl.go.jp> 6 2000-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
10 coding systems. 9 coding systems.
110 109
111 2000-08-28 John Wiegley <johnw@gnu.org> 110 2000-08-28 John Wiegley <johnw@gnu.org>
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
115 2000-08-27 John Wiegley <johnw@gnu.org> 114 2000-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
119 calls don't occur all that often. 118 calls don't occur all that often.
120 119
197 196
198 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply', 197 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
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
202 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> 201 2000-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
209 2000-07-06 Eli Zaretskii <eliz@is.elta.co.il> 208 2000-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'.
213 212
214 * eshell/esh-proc.el (eshell/kill): Use eshell-processp. 213 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
233 (eshell-close-target, eshell-get-target): Use eshell-processp. 232 (eshell-close-target, eshell-get-target): Use eshell-processp.
234 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc 233 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
235 fix. 234 fix.
236 (eshell-get-target, eshell-create-handles): Doc fix. 235 (eshell-get-target, eshell-create-handles): Doc fix.
237 236
238 2000-06-28 Miles Bader <miles@lsi.nec.co.jp> 237 2000-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.
244 (eshell-review-quick-commands): Adjust the help doc string 243 (eshell-review-quick-commands): Adjust the help doc string
245 accordingly. 244 accordingly.
265 (prepare-abbrev-list-buffer): Add optional parameter LOCAL. 264 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
266 If non-nil list local abbrev, only. 265 If non-nil list local abbrev, only.
267 266
268 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu> 267 2000-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.
275 274
276 2000-08-28 Kenichi Handa <handa@etl.go.jp> 275 2000-08-28 Kenichi Handa <handa@etl.go.jp>