aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-02-11 00:03:42 +0100
committerJoakim Verona2013-02-11 00:03:42 +0100
commit77f4834db1299b571b1fb3dfb120e5e50eec7cb1 (patch)
treeafe4035739ce5bd25799ed469f67939431ae91a3 /src/ChangeLog
parent33cc2cd4d53f845b7d1e681dbbe8166acdb652c3 (diff)
parenta4ba3963957c289a913b32bca9531aadcc3f377f (diff)
downloademacs-77f4834db1299b571b1fb3dfb120e5e50eec7cb1.tar.gz
emacs-77f4834db1299b571b1fb3dfb120e5e50eec7cb1.zip
auto upstream
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.