diff options
| author | Glenn Morris | 2011-02-22 19:44:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 19:44:13 -0800 |
| commit | 817b48a7bccb820203ae424aa14c559259a4f355 (patch) | |
| tree | 62ab20c2bee40ed1e67bea7f5c6ac1aa5ad34a64 /doc/misc/ChangeLog | |
| parent | 5582c6706a68bca9cc9a1215f257cc3fbe573c9a (diff) | |
| download | emacs-817b48a7bccb820203ae424aa14c559259a4f355.tar.gz emacs-817b48a7bccb820203ae424aa14c559259a4f355.zip | |
Obsolete dired-x's directory local variables in favor of standard ones.
* lisp/dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
* lisp/dired-x.el (dired-omit-mode): Safe if boolean.
(dired-enable-local-variables): Fix doc and custom type. Mark risky.
(dired-enable-local-variables, dired-local-variables-file)
(dired-hack-local-variables): Make obsolete.
(dired-omit-here-always): Use dir-locals.el instead.
* doc/misc/dired-x.texi (Features): Don't advertise obsolete local variables.
Simplify layout.
(Omitting Variables): Update local variables example.
(Local Variables): Say this is obsolete. Fix description of
dired-enable-local-variables possible values.
* etc/NEWS: Relocate the existing entry about directory local
variables in file-les buffers, and make it clearer.
Mention above dired changes.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 217702b7c0f..67197450a5b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-02-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dired-x.texi (Features): Don't advertise obsolete local variables. | ||
| 4 | Simplify layout. | ||
| 5 | (Omitting Variables): Update local variables example. | ||
| 6 | (Local Variables): Say this is obsolete. Fix description of | ||
| 7 | dired-enable-local-variables possible values. | ||
| 8 | |||
| 1 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> | 9 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 10 | ||
| 3 | * gnus.texi (Article Date): Clarify gnus-article-update-date-headers. | 11 | * gnus.texi (Article Date): Clarify gnus-article-update-date-headers. |