]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 19:36:46 +0000 (19:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 19:36:46 +0000 (19:36 +0000)
etc/NEWS
lisp/ChangeLog

index 12d2428818dcbbd03c4191928b7e9201021346c7..0205740296e2e6b7a4fd54bdc9701dcab414b950 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,11 @@ paragraphs.
 ** In Dired, the w command now copies the current line's file name
 into the kill ring.
 
+** The variables dired-free-space-program and dired-free-space-args
+have been renamed to directory-free-space-program and
+directory-free-space-args, and they now apply whenever Emacs puts a
+directory listing into a buffer.
+
 ** mouse-wheels can now scroll a specific fraction of the window
 (rather than a fixed number of lines) and the scrolling is `progressive'.
 
index 4a490c35642338bedc47e396e98bfbaf52fd4a50..a2ab325af843c8c7797a31b2e701662189f22c01 100644 (file)
@@ -1,3 +1,17 @@
+2001-12-18  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (directory-free-space-program): New variable.
+       (directory-free-space-args): New variable.
+       (insert-directory): Use those two variables for getting free space.
+       Use file-system-info instead, if that is defined.
+
+       * dired.el (dired-free-space-program): Variable deleted.
+       (dired-free-space-args): Variable deleted.
+       (dired-insert-directory): Don't try to determine free space.
+
+       * files.el (font-lock-defaults): Add risky-local-variables prop.
+       (hack-one-local-variable): Treat various font-lock variables as risky.
+
 2001-12-18  Werner Lemberg  <wl@gnu.org>
 
        * language/chinese.el, language/cyrillic.el,