aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog26
1 files changed, 15 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a145f4e7eb6..65e2dff9e2c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,11 @@
12009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * man.el (Man-completion-table): New function.
4 (man): Use it.
5
12009-11-24 David Reitter <david.reitter@gmail.com> 62009-11-24 David Reitter <david.reitter@gmail.com>
2 7
3 * vc-git.el (vc-git-registered): use checkout directory (where 8 * vc-git.el (vc-git-registered): Use checkout directory (where
4 .git is) rather than the file's directory and a relative path spec 9 .git is) rather than the file's directory and a relative path spec
5 to work around a bug in git. 10 to work around a bug in git.
6 11
@@ -12,18 +17,18 @@
12 (eshell-parse-colon-path): New defun. 17 (eshell-parse-colon-path): New defun.
13 (eshell-file-attributes): Use `eshell-parse-colon-path'. 18 (eshell-file-attributes): Use `eshell-parse-colon-path'.
14 19
15 * eshell/esh-ext.el (eshell-search-path): Use 20 * eshell/esh-ext.el (eshell-search-path):
16 `eshell-parse-colon-path'. 21 Use `eshell-parse-colon-path'.
17 (eshell-remote-command): Remove argument HANDLER. 22 (eshell-remote-command): Remove argument HANDLER.
18 (eshell-external-command): Check for FTP remote connection. 23 (eshell-external-command): Check for FTP remote connection.
19 24
20 * eshell/esh-proc.el (eshell-gather-process-output): Use 25 * eshell/esh-proc.el (eshell-gather-process-output):
21 `file-truename', in order to start also symlinked files. Apply 26 Use `file-truename', in order to start also symlinked files.
22 `start-file-process' instead of `start-process'. Shorten `command' 27 Apply `start-file-process' instead of `start-process'.
23 to the local file name part. 28 Shorten `command' to the local file name part.
24 29
25 * eshell/em-cmpl.el (eshell-complete-commands-list): Use 30 * eshell/em-cmpl.el (eshell-complete-commands-list):
26 `eshell-parse-colon-path'. 31 Use `eshell-parse-colon-path'.
27 32
28 * eshell/em-unix.el (eshell/du): Check for FTP remote connection. 33 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
29 34
@@ -33,8 +38,7 @@
332009-11-24 Tassilo Horn <tassilo@member.fsf.org> 382009-11-24 Tassilo Horn <tassilo@member.fsf.org>
34 39
35 * doc-view.el (doc-view-mode): Switch off view-mode explicitly, 40 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
36 because it could be enabled automatically if view-read-only is 41 because it could be enabled automatically if view-read-only is non-nil.
37 non-nil.
38 42
392009-11-24 Michael Kifer <kifer@cs.stonybrook.edu> 432009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
40 44