diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
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 @@ | |||
| 1 | 2013-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 | |||
| 6 | 2013-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 | |||
| 13 | 2013-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 | |||
| 1 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> | 24 | 2013-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. |