Mercurial > emacs
comparison lisp/ChangeLog @ 106323:233d17a2b6f0
(perl-font-lock-special-syntactic-constructs):
Don't signal an error when bumping into EOB in tr, s, or y.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 30 Nov 2009 13:43:51 +0000 |
parents | 7e145cf487cf |
children | 279e568f6ec1 |
comparison
equal
deleted
inserted
replaced
106322:da01d19630f4 | 106323:233d17a2b6f0 |
---|---|
1 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): | |
4 Don't signal an error when bumping into EOB in tr, s, or y. | |
5 | |
1 2009-11-29 Juri Linkov <juri@jurta.org> | 6 2009-11-29 Juri Linkov <juri@jurta.org> |
2 | 7 |
3 * startup.el (fancy-about-text): Fix wording of Guided Tour. | 8 * startup.el (fancy-about-text): Fix wording of Guided Tour. |
4 (Bug#4960) | 9 (Bug#4960) |
5 | 10 |
8 | 13 |
9 2009-11-29 Juri Linkov <juri@jurta.org> | 14 2009-11-29 Juri Linkov <juri@jurta.org> |
10 | 15 |
11 * ediff-util.el (ediff-minibuffer-with-setup-hook): | 16 * ediff-util.el (ediff-minibuffer-with-setup-hook): |
12 New compatibility macro. | 17 New compatibility macro. |
13 (ediff-read-file-name): Use it instead of | 18 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'. |
14 `minibuffer-with-setup-hook'. | |
15 | 19 |
16 2009-11-29 Juri Linkov <juri@jurta.org> | 20 2009-11-29 Juri Linkov <juri@jurta.org> |
17 | 21 |
18 Add defcustom to define the cycling order of `recenter-top-bottom'. | 22 Add defcustom to define the cycling order of `recenter-top-bottom'. |
19 (Bug#4981) | 23 (Bug#4981) |