diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 50 |
1 files changed, 48 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c817a59a03a..c44c491cad0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2011-02-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * files-x.el (modify-dir-local-variable): Handle dir-locals from | ||
| 4 | the cache, and from non-file sources. | ||
| 5 | |||
| 6 | * help-fns.el (describe-variable): Return consistent results when a | ||
| 7 | dir-local from a file came from the cache or did not. (Bug#8095) | ||
| 8 | If a dir-local has no associated file, say it came from a "directory". | ||
| 9 | |||
| 10 | * files.el (hack-dir-local-variables): Fix setting of `dir-name'. | ||
| 11 | (hack-local-variables-confirm, hack-local-variables-filter): Doc fix. | ||
| 12 | |||
| 13 | * files.el (dir-locals-find-file): Doc fix. | ||
| 14 | Fix the check for cache elements that have no associated file, | ||
| 15 | and the mtime check for those that do. (Bug#8095) | ||
| 16 | |||
| 17 | * dired-x.el (dired-hack-local-variables): | ||
| 18 | Handle interrupts during hacking local variables. (Bug#5216) | ||
| 19 | |||
| 20 | * emacs-lisp/autoload.el (autoload-save-buffers) | ||
| 21 | (autoload-find-destination, update-directory-autoloads): | ||
| 22 | Avoid prompts when updating autoloads. | ||
| 23 | |||
| 24 | 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 25 | |||
| 26 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete. | ||
| 27 | |||
| 28 | 2011-02-23 Kenichi Handa <handa@m17n.org> | ||
| 29 | |||
| 30 | * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an | ||
| 31 | error when a multipart boundary in the nested multipart is found. | ||
| 32 | |||
| 33 | * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of | ||
| 34 | header components. | ||
| 35 | |||
| 36 | 2011-02-23 Glenn Morris <rgm@gnu.org> | ||
| 37 | |||
| 38 | * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer. | ||
| 39 | * dired-x.el (dired-omit-mode): Safe if boolean. | ||
| 40 | (dired-enable-local-variables): Fix doc and custom type. | ||
| 41 | (dired-enable-local-variables, dired-local-variables-file) | ||
| 42 | (dired-hack-local-variables): Make obsolete. | ||
| 43 | (dired-omit-here-always): Use dir-locals.el instead. | ||
| 44 | |||
| 45 | * files.el (safe-local-eval-forms): Add the write-file-hooks version. | ||
| 46 | |||
| 1 | 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca> | 47 | 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 48 | ||
| 3 | * help-fns.el (describe-function-1): Don't signal an error just because | 49 | * help-fns.el (describe-function-1): Don't signal an error just because |
| @@ -9036,7 +9082,7 @@ | |||
| 9036 | * htmlfontify.el (hfy-face-attr-for-class): Use append instead | 9082 | * htmlfontify.el (hfy-face-attr-for-class): Use append instead |
| 9037 | of nconc to avoid pure storage error (Bug#6239). | 9083 | of nconc to avoid pure storage error (Bug#6239). |
| 9038 | 9084 | ||
| 9039 | 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change) | 9085 | 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com> |
| 9040 | 9086 | ||
| 9041 | * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window) | 9087 | * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window) |
| 9042 | (bookmark-bmenu-other-window-with-mouse): Remove unnecessary | 9088 | (bookmark-bmenu-other-window-with-mouse): Remove unnecessary |
| @@ -11219,7 +11265,7 @@ | |||
| 11219 | 11265 | ||
| 11220 | * ido.el (ido-file-internal): Fix 2009-12-02 change. | 11266 | * ido.el (ido-file-internal): Fix 2009-12-02 change. |
| 11221 | 11267 | ||
| 11222 | 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change) | 11268 | 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com> |
| 11223 | 11269 | ||
| 11224 | * progmodes/grep.el (grep-compute-defaults): Fix handling of host | 11270 | * progmodes/grep.el (grep-compute-defaults): Fix handling of host |
| 11225 | default settings (Bug#5928). | 11271 | default settings (Bug#5928). |