diff options
| -rw-r--r-- | etc/TODO | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 |
2 files changed, 8 insertions, 3 deletions
| @@ -172,9 +172,6 @@ Other features we would like: | |||
| 172 | 172 | ||
| 173 | * Add a feature to Info similar to "info --apropos SUBJECT". | 173 | * Add a feature to Info similar to "info --apropos SUBJECT". |
| 174 | 174 | ||
| 175 | * If you do an insert-file and that file is currently modified in | ||
| 176 | another buffer but not written yet, print a warning. | ||
| 177 | |||
| 178 | * Add support for SVG (Scalable Vector Graphics) rendering to | 175 | * Add support for SVG (Scalable Vector Graphics) rendering to |
| 179 | Emacs. | 176 | Emacs. |
| 180 | 177 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6f333ce897..000c06f9843 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-11-04 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * files.el (find-buffer-visiting): Accept new optional PREDICATE | ||
| 4 | argument to return only a buffer that satisfies the predicate. | ||
| 5 | (insert-file-1): New function. | ||
| 6 | (insert-file-literally): Use it. | ||
| 7 | (insert-file): Use it. | ||
| 8 | |||
| 1 | 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change) | 9 | 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change) |
| 2 | 10 | ||
| 3 | * desktop.el (desktop-relative-file-names): New variable. | 11 | * desktop.el (desktop-relative-file-names): New variable. |