diff options
| author | Juanma Barranquero | 2005-05-19 23:45:09 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-19 23:45:09 +0000 |
| commit | a18ff9886771c41186eebf8d7984fee2120dbe36 (patch) | |
| tree | 7e6080b42d14709d70e42e6e9d17ccfaca2a5082 /lisp/ChangeLog | |
| parent | ca1b09140b83efcf49cf6f45026253cf7f3378e5 (diff) | |
| download | emacs-a18ff9886771c41186eebf8d7984fee2120dbe36.tar.gz emacs-a18ff9886771c41186eebf8d7984fee2120dbe36.zip | |
(send-string, send-region): Remove obsolescence declaration.
(window-dot, set-window-dot, read-input, show-buffer, eval-current-buffer,
string-to-int): Add release number to obsolescence declarations.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a72a91ebed9..d962d71c044 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-05-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * subr.el (send-string, send-region): | ||
| 4 | Remove obsolescence declaration. | ||
| 5 | (window-dot, set-window-dot, read-input, show-buffer) | ||
| 6 | (eval-current-buffer, string-to-int): | ||
| 7 | Add release number to obsolescence declarations. | ||
| 8 | |||
| 1 | 2005-05-19 Kim F. Storm <storm@cua.dk> | 9 | 2005-05-19 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input. | 11 | * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input. |