diff options
| author | Juanma Barranquero | 2005-05-09 08:47:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-09 08:47:56 +0000 |
| commit | 786401049ff46b08442a7a9f9ba2b7360433dd7a (patch) | |
| tree | 03768e77748a74eac51d5505fa9bb45270d30fdb /lisp/ChangeLog | |
| parent | 084ea2c3ee70f5403da0d0bbdda8b9a123c65636 (diff) | |
| download | emacs-786401049ff46b08442a7a9f9ba2b7360433dd7a.tar.gz emacs-786401049ff46b08442a7a9f9ba2b7360433dd7a.zip | |
(news-parse-range, news-select-message, news-get-pruned-list-of-files):
Replace `string-to-int' by `string-to-number'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6c88be6b8c..6e688453c28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-05-09 Juanma Barranquero <lekktu@gmail.com> | 1 | 2005-05-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * obsolete/float.el (string-to-float): | ||
| 4 | * obsolete/hilit19.el (hilit-add-pattern): | ||
| 5 | * obsolete/rnews.el (news-parse-range, news-select-message) | ||
| 6 | (news-get-pruned-list-of-files): Replace `string-to-int' by | ||
| 7 | `string-to-number'. | ||
| 8 | |||
| 3 | * obsolete/uncompress.el: Set `find-file-not-found-functions', not | 9 | * obsolete/uncompress.el: Set `find-file-not-found-functions', not |
| 4 | `find-file-not-found-hooks'; use `add-hook'. | 10 | `find-file-not-found-hooks'; use `add-hook'. |
| 5 | (uncompress-while-visiting): Set `write-file-functions', not | 11 | (uncompress-while-visiting): Set `write-file-functions', not |