aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-05-14 20:52:07 -0400
committerStefan Monnier2013-05-14 20:52:07 -0400
commit5ac2eb344ff68720495d655bccd4c19ac92b04d9 (patch)
tree4e4030e53385f47ac8b324e95bd092d81c131282 /src/ChangeLog
parent180ed218429ec9c0ce8e3ee186a47c9565459eff (diff)
downloademacs-5ac2eb344ff68720495d655bccd4c19ac92b04d9.tar.gz
emacs-5ac2eb344ff68720495d655bccd4c19ac92b04d9.zip
* lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
surrounding group. * src/regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart. Fixes: debbugs:14402
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d7778e3a524..0b4ccb0708a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,12 @@
12013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart.
4
12013-05-14 Eli Zaretskii <eliz@gnu.org> 52013-05-14 Eli Zaretskii <eliz@gnu.org>
2 6
3 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT 7 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
4 unless we know that the window w is a leaf window. Another 8 unless we know that the window w is a leaf window.
5 attempt at solving bug#14062. 9 Another attempt at solving bug#14062.
6 10
72013-05-14 Jan Djärv <jan.h.d@swipnet.se> 112013-05-14 Jan Djärv <jan.h.d@swipnet.se>
8 12