aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 05d69382855..9d8540075de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12013-02-10 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_vertically_backward, move_it_by_lines): When
4 text lines are longer than window's screen lines, don't move back
5 too far. This speeds up some redisplay operations. (Bug#13675)
6
72013-02-10 Dmitry Antipov <dmantipov@yandex.ru>
8
9 * syntax.c (scan_sexps_forward): Fix byte position calculation
10 Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
11
122013-02-10 Paul Eggert <eggert@cs.ucla.edu>
13
14 * fileio.c (Fexpand_file_name): Omit confusing pointer comparison
15 that was not needed.
16
12013-02-09 Paul Eggert <eggert@cs.ucla.edu> 172013-02-09 Paul Eggert <eggert@cs.ucla.edu>
2 18
3 Minor hashing refactoring. 19 Minor hashing refactoring.