Mercurial > emacs
comparison lisp/ChangeLog @ 94494:07fb6a1d5233
(compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 30 Apr 2008 08:12:20 +0000 |
parents | fc974d1f2fbb |
children | 027a58c5f305 |
comparison
equal
deleted
inserted
replaced
94493:41892e1c80a1 | 94494:07fb6a1d5233 |
---|---|
13 (vc-next-action): Don't ignore directories, look at the files | 13 (vc-next-action): Don't ignore directories, look at the files |
14 inside them. | 14 inside them. |
15 (vc-dir-mode): Document how the mark/unmark commands work. | 15 (vc-dir-mode): Document how the mark/unmark commands work. |
16 | 16 |
17 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> | 17 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> |
18 | |
19 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>: | |
20 Rule out trailing spaces in file and directory names as well. | |
18 | 21 |
19 * minibuffer.el (completion--do-completion): Move point even if the | 22 * minibuffer.el (completion--do-completion): Move point even if the |
20 completion makes no change. | 23 completion makes no change. |
21 (completion-pcm-try-completion): Fix computation of new point. | 24 (completion-pcm-try-completion): Fix computation of new point. |
22 | 25 |