diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 30692059f03..54c07f960f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2014-03-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-03-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * search.c (find_newline): Speed up the function when using the | 3 | * search.c (find_newline): Speed up the function when using the |
| 4 | newline cache, by halving the number of call to | 4 | newline cache, by halving the number of calls to |
| 5 | region_cache_forward and region_cache_backward. (Bug#16830) | 5 | region_cache_forward and region_cache_backward. (Bug#16830) |
| 6 | 6 | ||
| 7 | 2014-03-15 Juanma Barranquero <lekktu@gmail.com> | 7 | 2014-03-15 Juanma Barranquero <lekktu@gmail.com> |