aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-13 00:03:43 +0100
committerJoakim Verona2013-01-13 00:03:43 +0100
commitec43cd5d7289dd1a994dc3517fccce1611966f89 (patch)
treea52fa958b4c50e92932bcf5381f749a1846a908f /src/ChangeLog
parentc655adbbab4baf73b652c86dcc53a2fc049ea7a5 (diff)
parent71c661e4e6ab3857804113bc41fc2310343c9169 (diff)
downloademacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.tar.gz
emacs-ec43cd5d7289dd1a994dc3517fccce1611966f89.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 13a1f1a3858..13b53e922ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12013-01-12 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * indent.c (Fvertical_motion): Remove now-incorrect GCPROs
4 for old_charpos and old_bytepos.
5
62013-01-12 Paul Eggert <eggert@cs.ucla.edu>
7
8 Fix bug with set-time-zone-rule and LOCALTIME_CACHE (Bug#13415).
9 * editfns.c (set_time_zone_rule) [LOCALTIME_CACHE]:
10 Clear tzvalbuf_in_environ if this workaround is in effect.
11 Problem and fix reported by Kazuhiro Ito.
12
132013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
14
15 * insdel.c (Fcombine_after_change_execute, syms_of_insdel): Fix
16 ambiguous doc string cross-reference(s).
17
18 * keyboard.c (Fcommand_execute, syms_of_keyboard): Fix ambiguous
19 doc string cross-reference(s).
20
21 * window.c (Fwindow_point, syms_of_window): Fix ambiguous doc
22 string cross-reference(s).
23
12013-01-11 Dmitry Antipov <dmantipov@yandex.ru> 242013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2 25
3 Avoid unnecessary byte position calculation for the gap movement. 26 Avoid unnecessary byte position calculation for the gap movement.