aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-07-04 22:17:14 -0400
committerStefan Monnier2014-07-04 22:17:14 -0400
commit6246df666bc864c82e9436f929c1e04d200d1d25 (patch)
tree19f9676fab06f12ceefcd21bc00406776227128e /src/ChangeLog
parent661b90d8b657a68fa2101533302728c2c531df3c (diff)
downloademacs-6246df666bc864c82e9436f929c1e04d200d1d25.tar.gz
emacs-6246df666bc864c82e9436f929c1e04d200d1d25.zip
* src/syntax.c (find_defun_start): Try the cache even
if !open_paren_in_column_0_is_defun_start. (back_comment): If find_defun_start was pessimistic, use the scan_sexps_forward result to improve the cache. Fixes: debbugs:16526
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d6311c765b..6048522cdc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.c (find_defun_start): Try the cache even
4 if !open_paren_in_column_0_is_defun_start.
5 (back_comment): If find_defun_start was pessimistic, use the
6 scan_sexps_forward result to improve the cache (bug#16526).
7
12014-07-04 Daniel Colascione <dancol@dancol.org> 82014-07-04 Daniel Colascione <dancol@dancol.org>
2 9
3 Backport from trunk. 10 Backport from trunk.
@@ -7,8 +14,7 @@
7 and stop caching xic_style across different displays (Bug#17928). 14 and stop caching xic_style across different displays (Bug#17928).
8 (supported_xim_styles): Make const. 15 (supported_xim_styles): Make const.
9 (best_xim_style): Remove first parameter: it's always just 16 (best_xim_style): Remove first parameter: it's always just
10 supported_xim_styles. Change to look at supported_xim_styles 17 supported_xim_styles. Change to look at supported_xim_styles directly.
11 directly.
12 18
132014-07-04 Eli Zaretskii <eliz@gnu.org> 192014-07-04 Eli Zaretskii <eliz@gnu.org>
14 20