aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c3883808f2..1189b7c658c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12010-05-11 Stefan Monnier <monnier@iro.umontreal.ca> 12010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * iimage.el (iimage-mode-map): Move initialization into declaration.
4 (iimage-mode-buffer): Use with-silent-modifications.
5 Simplify calling convention. Adjust callers.
6 (iimage-mode): Don't run hook redundantly.
7
3 * minibuffer.el (completion-pcm--pattern->regex): 8 * minibuffer.el (completion-pcm--pattern->regex):
4 Fix last change (bug#6160). 9 Fix last change (bug#6160).
5 10
@@ -800,6 +805,8 @@
800 805
8012010-04-21 Stefan Monnier <monnier@iro.umontreal.ca> 8062010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
802 807
808 Make the log-edit comments use RFC822 format throughout.
809
803 * vc.el (vc-checkin, vc-modify-change-comment): 810 * vc.el (vc-checkin, vc-modify-change-comment):
804 Adjust to new vc-start/finish-logentry. 811 Adjust to new vc-start/finish-logentry.
805 (vc-find-conflicted-file): New command. 812 (vc-find-conflicted-file): New command.