diff options
| author | Eli Zaretskii | 2000-09-01 17:47:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-09-01 17:47:46 +0000 |
| commit | 546c0888f74a19b3079e362eb0fa8f4e17434e2f (patch) | |
| tree | 027904f9a433947b0facee99da924a1dde10f030 | |
| parent | 4034f3a8770f99fd58bfb7c5c0d961590e5718f5 (diff) | |
| download | emacs-546c0888f74a19b3079e362eb0fa8f4e17434e2f.tar.gz emacs-546c0888f74a19b3079e362eb0fa8f4e17434e2f.zip | |
Fix dates on eshell entries. Prepend mail/ to uce.el.
| -rw-r--r-- | lisp/ChangeLog | 15 |
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 | |||
| 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 |
| @@ -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 | ||
| 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 |
| @@ -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 | ||
| 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'. |
| @@ -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 | ||
| 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. |
| @@ -267,8 +266,8 @@ | |||
| 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. |