aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-02-13 17:27:56 -0800
committerGlenn Morris2011-02-13 17:27:56 -0800
commit461b69aeb4875d8770e974b552140efcecc2a94a (patch)
treec9ae5073c53ce071036cbcbccdedb77e6727ccec /lisp/ChangeLog
parent67186ae2171dbf830e4f7746c6539a7d450d7825 (diff)
downloademacs-461b69aeb4875d8770e974b552140efcecc2a94a.tar.gz
emacs-461b69aeb4875d8770e974b552140efcecc2a94a.zip
dired-x.el misc cleanup.
* lisp/dired-x.el: Simplify commentary. Don't require man when compiling. (dired-omit-extensions, dired-local-variables-file) (dired-x-hands-off-my-keys): Make them defcustoms. (Man-support-local-filenames, Man-getpage-in-background): Declare. (vm-visit-folder): Declare rather than defining. (dired-x-help-address, dired-x-variable-list): Remove. (dired-x-submit-report): Make it an obsolete alias.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d60d81dc6d9..ced87bb69a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12011-02-14 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.el: Don't require man when compiling.
4 (dired-omit-extensions, dired-local-variables-file)
5 (dired-x-hands-off-my-keys): Make them defcustoms.
6 (Man-support-local-filenames, Man-getpage-in-background): Declare.
7 (vm-visit-folder): Declare rather than defining.
8 (dired-x-help-address, dired-x-variable-list): Remove.
9 (dired-x-submit-report): Make it an obsolete alias.
10
12011-02-14 Juanma Barranquero <lekktu@gmail.com> 112011-02-14 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el. 13 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.