mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
*** empty log message ***
This commit is contained in:
parent
3a64a3cfa0
commit
e8bee05279
2 changed files with 8 additions and 3 deletions
3
etc/TODO
3
etc/TODO
|
|
@ -172,9 +172,6 @@ Other features we would like:
|
|||
|
||||
* Add a feature to Info similar to "info --apropos SUBJECT".
|
||||
|
||||
* If you do an insert-file and that file is currently modified in
|
||||
another buffer but not written yet, print a warning.
|
||||
|
||||
* Add support for SVG (Scalable Vector Graphics) rendering to
|
||||
Emacs.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2002-11-04 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* files.el (find-buffer-visiting): Accept new optional PREDICATE
|
||||
argument to return only a buffer that satisfies the predicate.
|
||||
(insert-file-1): New function.
|
||||
(insert-file-literally): Use it.
|
||||
(insert-file): Use it.
|
||||
|
||||
2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
|
||||
|
||||
* desktop.el (desktop-relative-file-names): New variable.
|
||||
|
|
|
|||
Loading…
Reference in a new issue