diff options
| author | Stefan Monnier | 2010-05-11 09:24:49 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-05-11 09:24:49 -0400 |
| commit | 8a67c70efbc12bf01237046b7d18c436a5cc82ac (patch) | |
| tree | 4c3030cde6a69a525f934f5a08336e0105a73fe9 /lisp/ChangeLog | |
| parent | 4767419a31105c2a5077ca35263507c8e5991d8d (diff) | |
| download | emacs-8a67c70efbc12bf01237046b7d18c436a5cc82ac.tar.gz emacs-8a67c70efbc12bf01237046b7d18c436a5cc82ac.zip | |
* minibuffer.el (completion-pcm--pattern->regex): Fix last change.
Fixes: debbugs:6160
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87b11285851..8c3883808f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-pcm--pattern->regex): | ||
| 4 | Fix last change (bug#6160). | ||
| 5 | |||
| 1 | 2010-05-10 Juri Linkov <juri@jurta.org> | 6 | 2010-05-10 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | Remove nodes visited during Isearch from the Info history. | 8 | Remove nodes visited during Isearch from the Info history. |
| @@ -11,8 +16,8 @@ | |||
| 11 | 2010-05-10 Michael Albinus <michael.albinus@gmx.de> | 16 | 2010-05-10 Michael Albinus <michael.albinus@gmx.de> |
| 12 | 17 | ||
| 13 | * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in | 18 | * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in |
| 14 | format string, in order to work around a bug in pdksh. Reported | 19 | format string, in order to work around a bug in pdksh. |
| 15 | by Gilles Pion <gpion@lfdj.com>. | 20 | Reported by Gilles Pion <gpion@lfdj.com>. |
| 16 | (tramp-handle-verify-visited-file-modtime): Do not send a command | 21 | (tramp-handle-verify-visited-file-modtime): Do not send a command |
| 17 | when the connection is not established. | 22 | when the connection is not established. |
| 18 | (tramp-handle-set-file-times): Simplify the check for utc. | 23 | (tramp-handle-set-file-times): Simplify the check for utc. |