diff options
| author | Stefan Monnier | 2005-10-01 03:44:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-01 03:44:23 +0000 |
| commit | ff48d32d0c187d3412f441b06c493e1d4c349ebf (patch) | |
| tree | bbca73fe3b56f74cbc7952a3060fbb96c4d5b61f | |
| parent | 35d884a99ef6e3f53756c34d6b6d663a044cebcd (diff) | |
| download | emacs-ff48d32d0c187d3412f441b06c493e1d4c349ebf.tar.gz emacs-ff48d32d0c187d3412f441b06c493e1d4c349ebf.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb1b821a1fb..16fe592c4cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,29 +1,37 @@ | |||
| 1 | 2005-10-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2005-10-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * speedbar.el: Re-apply arch tag. | 3 | * speedbar.el: Re-apply arch tag. |
| 4 | (speedbar-version): Renamed to version 1.0. Suggested by Eric | 4 | (speedbar-version): Rename to version 1.0. Suggested by Eric |
| 5 | M. Ludlam. | 5 | M. Ludlam. |
| 6 | Reapply two changes from Emacs CVS' version of speedbar lost | 6 | Reapply two changes from Emacs CVS' version of speedbar lost |
| 7 | during the merge: | 7 | during the merge: |
| 8 | (speedbar-use-imenu-flag): Avoid unnecessary use of | 8 | (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library. |
| 9 | locate-library. | ||
| 10 | (speedbar-frame-parameters): Improve customize type. | 9 | (speedbar-frame-parameters): Improve customize type. |
| 11 | 10 | ||
| 11 | 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 13 | * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer. | ||
| 14 | (ange-ftp-file-directory-p): Fix the symlink case. | ||
| 15 | (ange-ftp-insert-directory): When listing a single file, get a list of | ||
| 16 | the parent buffer and extract the relevant line. Inspired from a patch | ||
| 17 | by Katsumi Yamaoka <yamaoka@jpl.org>. | ||
| 18 | (ange-ftp-file-name-sans-versions): Simplify. | ||
| 19 | |||
| 12 | 2005-09-30 Bill Wohler <wohler@newt.com> | 20 | 2005-09-30 Bill Wohler <wohler@newt.com> |
| 13 | 21 | ||
| 14 | Moved MH-E image files from toolbar and mail directories into | 22 | Move MH-E image files from toolbar and mail directories into |
| 15 | etc/images. | 23 | etc/images. |
| 16 | 24 | ||
| 17 | * mail/reply2.*: Moved to etc/images/mail/reply*. | 25 | * mail/reply2.*: Move to etc/images/mail/reply*. |
| 18 | 26 | ||
| 19 | * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: | 27 | * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: |
| 20 | * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Moved to | 28 | * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to |
| 21 | etc/images. | 29 | etc/images. |
| 22 | 30 | ||
| 23 | * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: | 31 | * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: |
| 24 | * toolbar/reply*: Moved to etc/images/mail. | 32 | * toolbar/reply*: Move to etc/images/mail. |
| 25 | 33 | ||
| 26 | * toolbar/rescan.*: Moved and renamed to etc/images/refresh.*. | 34 | * toolbar/rescan.*: Move and rename to etc/images/refresh.*. |
| 27 | 35 | ||
| 28 | 2005-09-30 Eric M. Ludlam <zappo@gnu.org> | 36 | 2005-09-30 Eric M. Ludlam <zappo@gnu.org> |
| 29 | 37 | ||
| @@ -31,7 +39,7 @@ | |||
| 31 | 39 | ||
| 32 | * dframe.el, ezimage.el, sb-image.el: New files. | 40 | * dframe.el, ezimage.el, sb-image.el: New files. |
| 33 | 41 | ||
| 34 | * sb-*.xpm: Files removed. New image files installed into | 42 | * sb-*.xpm: Remove files. New image files installed into |
| 35 | etc/images/ezimage. | 43 | etc/images/ezimage. |
| 36 | 44 | ||
| 37 | 2005-09-30 Kenichi Handa <handa@m17n.org> | 45 | 2005-09-30 Kenichi Handa <handa@m17n.org> |
| @@ -143,15 +151,13 @@ | |||
| 143 | * progmodes/ebrowse.el (ebrowse-find-pattern): | 151 | * progmodes/ebrowse.el (ebrowse-find-pattern): |
| 144 | * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): | 152 | * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): |
| 145 | * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): | 153 | * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): |
| 146 | End `yes-or-no-p' and `y-or-n-p' prompts with question mark and | 154 | End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space. |
| 147 | space. | ||
| 148 | 155 | ||
| 149 | * vc.el (vc-delete-file): | 156 | * vc.el (vc-delete-file): |
| 150 | * play/gomoku.el (gomoku-terminate-game, gomoku) | 157 | * play/gomoku.el (gomoku-terminate-game, gomoku) |
| 151 | (gomoku-prompt-for-move, gomoku-human-takes-back): | 158 | (gomoku-prompt-for-move, gomoku-human-takes-back): |
| 152 | * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) | 159 | * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) |
| 153 | (lm-start-robot, lm-human-plays): Remove extraneous spaces in | 160 | (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages. |
| 154 | messages. | ||
| 155 | 161 | ||
| 156 | 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> | 162 | 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 157 | 163 | ||