aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-03-16 18:28:34 +0200
committerEli Zaretskii2014-03-16 18:28:34 +0200
commit2a3d9a06c9a1e6fd4d45eb7c89fd867ca641c563 (patch)
treeb2308944c089627351224b3eca3834971501b716 /src/ChangeLog
parentb92631bf71bb029af7a5b4bcf3acd6b4484a4afa (diff)
downloademacs-2a3d9a06c9a1e6fd4d45eb7c89fd867ca641c563.tar.gz
emacs-2a3d9a06c9a1e6fd4d45eb7c89fd867ca641c563.zip
Fix bug #16830 with slow search for newlines in forward-line.
src/search.c (find_newline): Speed up the function when using the newline cache, by halving the number of calls to region_cache_forward and region_cache_backward.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 424416398e8..30692059f03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-03-16 Eli Zaretskii <eliz@gnu.org>
2
3 * search.c (find_newline): Speed up the function when using the
4 newline cache, by halving the number of call to
5 region_cache_forward and region_cache_backward. (Bug#16830)
6
12014-03-15 Juanma Barranquero <lekktu@gmail.com> 72014-03-15 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * buffer.c (Fset_buffer): Document return value (bug#17015). 9 * buffer.c (Fset_buffer): Document return value (bug#17015).