diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-05-22 18:09:40 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-05-22 18:09:40 +0000 |
commit | 35731e3bcd8268b6fa669aa35608a241dc19c26d (patch) | |
tree | af0873342f9e2a55e0aae8568dcb3f9568f7ddae /lisp/ChangeLog | |
parent | e6d33cab400ae30fb06081baab55aec6a2a97530 (diff) | |
download | emacs-35731e3bcd8268b6fa669aa35608a241dc19c26d.tar.gz |
(PC-do-completion): Undo the addition of implicit
wildcards if they did not lead to finding any match.
(read-file-name-internal): Don't add the final > if the completion is
not finished.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 92826811167..a763c61124a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,14 @@ +2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca> + + * complete.el (PC-do-completion): Undo the addition of implicit + wildcards if they did not lead to finding any match. + (read-file-name-internal): Don't add the final > if the completion is + not finished. + 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> - * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Quote - safe-local-variable predicate. + * textmodes/bibtex.el (bibtex-maintain-sorted-entries): + Quote safe-local-variable predicate. 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org> @@ -9,15 +16,13 @@ 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> - * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as - safe. + * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe. * progmodes/make-mode.el (makefile-special-targets-list) (makefile-macro-table, makefile-target-table): Mark as risky. (makefile-query-one-target-method): Make this the alias for the following variable. - (makefile-query-one-target-method-function): Make this the real - name. + (makefile-query-one-target-method-function): Make this the real name. * textmodes/artist.el (artist-text-renderer): Make this the alias for the following variable. |