diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54b224c232d..60d1609481f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,36 @@ | |||
| 1 | 2005-09-25 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-copy-file-recursive): | ||
| 4 | * dired.el (dired-delete-file): | ||
| 5 | * ediff-mult.el (ediff-dir-diff-copy-file): | ||
| 6 | * ediff-util.el (ediff-test-save-region): | ||
| 7 | * forms.el (forms-mode): | ||
| 8 | * ido.el (ido-file-internal, ido-delete-file-at-head): | ||
| 9 | * log-edit.el (log-edit-done): | ||
| 10 | * ses.el (ses-yank-resize): | ||
| 11 | * play/gomoku.el (gomoku-human-plays, gomoku) | ||
| 12 | (gomoku-human-resigns, gomoku-prompt-for-other-game) | ||
| 13 | (gomoku-offer-a-draw): | ||
| 14 | * play/landmark.el (lm-human-resigns, lm): | ||
| 15 | * net/eudcb-ldap.el (eudc-ldap-check-base): | ||
| 16 | * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): | ||
| 17 | * progmodes/ebrowse.el (ebrowse-find-pattern): | ||
| 18 | * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): | ||
| 19 | * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): | ||
| 20 | End `yes-or-no-p' and `y-or-n-p' prompts with question mark and | ||
| 21 | space. | ||
| 22 | |||
| 23 | * vc.el (vc-delete-file): | ||
| 24 | * play/gomoku.el (gomoku-terminate-game, gomoku) | ||
| 25 | (gomoku-prompt-for-move, gomoku-human-takes-back): | ||
| 26 | * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) | ||
| 27 | (lm-start-robot, lm-human-plays): Remove extraneous spaces in | ||
| 28 | messages. | ||
| 29 | |||
| 1 | 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> | 30 | 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 31 | ||
| 3 | * term/rxvt.el (rxvt-register-default-colors): Add support for 255 | 32 | * term/rxvt.el (rxvt-register-default-colors): Add support for 255 |
| 4 | color rxvt terminals by using the code xterm.el used to use before | 33 | color rxvt terminals by using the code xterm.el used to use before |
| 5 | 2005-04-09 in order to match the colors used by rxvt. | 34 | 2005-04-09 in order to match the colors used by rxvt. |
| 6 | 35 | ||
| 7 | 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | 36 | 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) |