Mercurial > emacs
comparison lisp/ChangeLog @ 70840:b599bb78c1fc
(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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 22 May 2006 18:09:40 +0000 |
parents | c60679e723c7 |
children | 2a874a2efaf4 |
comparison
equal
deleted
inserted
replaced
70839:f20f9bda1ae7 | 70840:b599bb78c1fc |
---|---|
1 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * complete.el (PC-do-completion): Undo the addition of implicit | |
4 wildcards if they did not lead to finding any match. | |
5 (read-file-name-internal): Don't add the final > if the completion is | |
6 not finished. | |
7 | |
1 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> | 8 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de> |
2 | 9 |
3 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Quote | 10 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): |
4 safe-local-variable predicate. | 11 Quote safe-local-variable predicate. |
5 | 12 |
6 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org> | 13 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org> |
7 | 14 |
8 * emacs-lisp/ewoc.el (ewoc-set-data): New function. | 15 * emacs-lisp/ewoc.el (ewoc-set-data): New function. |
9 | 16 |
10 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 17 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
11 | 18 |
12 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as | 19 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe. |
13 safe. | |
14 | 20 |
15 * progmodes/make-mode.el (makefile-special-targets-list) | 21 * progmodes/make-mode.el (makefile-special-targets-list) |
16 (makefile-macro-table, makefile-target-table): Mark as risky. | 22 (makefile-macro-table, makefile-target-table): Mark as risky. |
17 (makefile-query-one-target-method): Make this the alias for the | 23 (makefile-query-one-target-method): Make this the alias for the |
18 following variable. | 24 following variable. |
19 (makefile-query-one-target-method-function): Make this the real | 25 (makefile-query-one-target-method-function): Make this the real name. |
20 name. | |
21 | 26 |
22 * textmodes/artist.el (artist-text-renderer): Make this the alias | 27 * textmodes/artist.el (artist-text-renderer): Make this the alias |
23 for the following variable. | 28 for the following variable. |
24 (artist-text-renderer-function): Make this the real name. | 29 (artist-text-renderer-function): Make this the real name. |
25 | 30 |