aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-18 19:36:46 +0000
committerRichard M. Stallman2001-12-18 19:36:46 +0000
commitb04dcf45eb30771531fe4507cf99c1c1549cb614 (patch)
treee528d113166ac8e72e4ac615da3bda03dbcca0a9
parent7277be1e3d6982a3d7ff2163ccde4a9051a8243c (diff)
downloademacs-b04dcf45eb30771531fe4507cf99c1c1549cb614.tar.gz
emacs-b04dcf45eb30771531fe4507cf99c1c1549cb614.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog14
2 files changed, 19 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12d2428818d..0205740296e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -81,6 +81,11 @@ paragraphs.
81** In Dired, the w command now copies the current line's file name 81** In Dired, the w command now copies the current line's file name
82into the kill ring. 82into the kill ring.
83 83
84** The variables dired-free-space-program and dired-free-space-args
85have been renamed to directory-free-space-program and
86directory-free-space-args, and they now apply whenever Emacs puts a
87directory listing into a buffer.
88
84** mouse-wheels can now scroll a specific fraction of the window 89** mouse-wheels can now scroll a specific fraction of the window
85(rather than a fixed number of lines) and the scrolling is `progressive'. 90(rather than a fixed number of lines) and the scrolling is `progressive'.
86 91
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a490c35642..a2ab325af84 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12001-12-18 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (directory-free-space-program): New variable.
4 (directory-free-space-args): New variable.
5 (insert-directory): Use those two variables for getting free space.
6 Use file-system-info instead, if that is defined.
7
8 * dired.el (dired-free-space-program): Variable deleted.
9 (dired-free-space-args): Variable deleted.
10 (dired-insert-directory): Don't try to determine free space.
11
12 * files.el (font-lock-defaults): Add risky-local-variables prop.
13 (hack-one-local-variable): Treat various font-lock variables as risky.
14
12001-12-18 Werner Lemberg <wl@gnu.org> 152001-12-18 Werner Lemberg <wl@gnu.org>
2 16
3 * language/chinese.el, language/cyrillic.el, 17 * language/chinese.el, language/cyrillic.el,