aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-11-05 07:23:26 +0000
committerJuanma Barranquero2002-11-05 07:23:26 +0000
commite8bee05279989008eabfc7f64a4d01f2a68de8bf (patch)
treee230915dd8aaa6adc9ed3ab349de0d44c67d139d
parent3a64a3cfa0f129550808ea7c5c9f1ba30eba376a (diff)
downloademacs-e8bee05279989008eabfc7f64a4d01f2a68de8bf.tar.gz
emacs-e8bee05279989008eabfc7f64a4d01f2a68de8bf.zip
*** empty log message ***
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ChangeLog8
2 files changed, 8 insertions, 3 deletions
diff --git a/etc/TODO b/etc/TODO
index 337a59b8b05..f8b62864eda 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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 @@
12002-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
12002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change) 92002-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.