comparison lisp/ChangeLog @ 108486:7b8ec1ad0223

* minibuffer.el (completion-pcm--pattern->regex): Fix last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 May 2010 09:24:49 -0400
parents 0eb2f9d5e474
children 925f002ec4ab
comparison
equal deleted inserted replaced
108485:0eeae12a33a9 108486:7b8ec1ad0223
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.
4 * info.el (Info-isearch-initial-history) 9 * info.el (Info-isearch-initial-history)
5 (Info-isearch-initial-history-list): New variables. 10 (Info-isearch-initial-history-list): New variables.
9 (Info-isearch-end): New function. 14 (Info-isearch-end): New function.
10 15
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.
19 24
20 2010-05-10 Juanma Barranquero <lekktu@gmail.com> 25 2010-05-10 Juanma Barranquero <lekktu@gmail.com>