Mercurial > emacs
diff lisp/ChangeLog @ 106221:6c0524d168f6
(Man-completion-table): New function.
(man): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 24 Nov 2009 20:00:41 +0000 |
parents | a88a54e96796 |
children | 21d623c57072 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 24 15:31:01 2009 +0000 +++ b/lisp/ChangeLog Tue Nov 24 20:00:41 2009 +0000 @@ -1,6 +1,11 @@ +2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * man.el (Man-completion-table): New function. + (man): Use it. + 2009-11-24 David Reitter <david.reitter@gmail.com> - * vc-git.el (vc-git-registered): use checkout directory (where + * vc-git.el (vc-git-registered): Use checkout directory (where .git is) rather than the file's directory and a relative path spec to work around a bug in git. @@ -12,18 +17,18 @@ (eshell-parse-colon-path): New defun. (eshell-file-attributes): Use `eshell-parse-colon-path'. - * eshell/esh-ext.el (eshell-search-path): Use - `eshell-parse-colon-path'. + * eshell/esh-ext.el (eshell-search-path): + Use `eshell-parse-colon-path'. (eshell-remote-command): Remove argument HANDLER. (eshell-external-command): Check for FTP remote connection. - * eshell/esh-proc.el (eshell-gather-process-output): Use - `file-truename', in order to start also symlinked files. Apply - `start-file-process' instead of `start-process'. Shorten `command' - to the local file name part. - - * eshell/em-cmpl.el (eshell-complete-commands-list): Use - `eshell-parse-colon-path'. + * eshell/esh-proc.el (eshell-gather-process-output): + Use `file-truename', in order to start also symlinked files. + Apply `start-file-process' instead of `start-process'. + Shorten `command' to the local file name part. + + * eshell/em-cmpl.el (eshell-complete-commands-list): + Use `eshell-parse-colon-path'. * eshell/em-unix.el (eshell/du): Check for FTP remote connection. @@ -33,8 +38,7 @@ 2009-11-24 Tassilo Horn <tassilo@member.fsf.org> * doc-view.el (doc-view-mode): Switch off view-mode explicitly, - because it could be enabled automatically if view-read-only is - non-nil. + because it could be enabled automatically if view-read-only is non-nil. 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>