diff options
author | Glenn Morris <rgm@gnu.org> | 2013-12-27 16:08:54 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-12-27 16:08:54 -0800 |
commit | 72140a0fb025f437b51bf61d25e95d5a8768cfe6 (patch) | |
tree | 85c9d52e1bae61393f546bd37580c4e0fc767ead /lisp/ChangeLog | |
parent | 1f5afa8c1cbd6aa406be091856c93ad618b6120e (diff) | |
download | emacs-72140a0fb025f437b51bf61d25e95d5a8768cfe6.tar.gz emacs-72140a0fb025f437b51bf61d25e95d5a8768cfe6.tar.bz2 emacs-72140a0fb025f437b51bf61d25e95d5a8768cfe6.zip |
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 573b326058c..2f2841becb0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,9 @@ 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl> - * shell.el Shell completion now matches executable filenames from - the current buffer's directory, on systems in which this behaviour - is the default (windows-nt, ms-dos). + * shell.el (shell-dynamic-complete-command): Doc fix. + (shell--command-completion-data): Shell completion now matches + executable filenames from the current buffer's directory, on + systems in which this behaviour is the default (windows-nt, ms-dos). 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org> @@ -157,7 +158,7 @@ * indent.el (indent-rigidly): Use substitute-command-keys. -2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> +2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> * net/eww.el (eww-tag-select): Add text-property to jump to next select field. @@ -199,7 +200,7 @@ * simple.el (newline): Doc fix. -2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> +2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> * net/eww.el (eww-list-histories, eww-list-histories) (eww-history-browse, eww-history-quit, eww-history-kill) |