diff options
| author | Richard M. Stallman | 2001-12-18 19:36:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-18 19:36:46 +0000 |
| commit | b04dcf45eb30771531fe4507cf99c1c1549cb614 (patch) | |
| tree | e528d113166ac8e72e4ac615da3bda03dbcca0a9 | |
| parent | 7277be1e3d6982a3d7ff2163ccde4a9051a8243c (diff) | |
| download | emacs-b04dcf45eb30771531fe4507cf99c1c1549cb614.tar.gz emacs-b04dcf45eb30771531fe4507cf99c1c1549cb614.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 14 |
2 files changed, 19 insertions, 0 deletions
| @@ -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 |
| 82 | into the kill ring. | 82 | into the kill ring. |
| 83 | 83 | ||
| 84 | ** The variables dired-free-space-program and dired-free-space-args | ||
| 85 | have been renamed to directory-free-space-program and | ||
| 86 | directory-free-space-args, and they now apply whenever Emacs puts a | ||
| 87 | directory 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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-12-18 Werner Lemberg <wl@gnu.org> | 15 | 2001-12-18 Werner Lemberg <wl@gnu.org> |
| 2 | 16 | ||
| 3 | * language/chinese.el, language/cyrillic.el, | 17 | * language/chinese.el, language/cyrillic.el, |