diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0d875b2027..13a1f1a3858 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Avoid unnecessary byte position calculation for the gap movement. | ||
| 4 | Since all users of move_gap do CHAR_TO_BYTE for other purposes | ||
| 5 | anyway, all of them should use move_gap_both instead. | ||
| 6 | * lisp.h (move_gap): Remove prototype. | ||
| 7 | * insdel.c (move_gap): Remove. | ||
| 8 | (move_gap_both): Add eassert. | ||
| 9 | * editfns.c (Ftranspose_regions): Tweak to use move_gap_both. | ||
| 10 | * xml.c (parse_region): Likewise. | ||
| 11 | |||
| 1 | 2013-01-11 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2013-01-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | emacsclient -t should not suspend Emacs server (Bug#13387) | 14 | emacsclient -t should not suspend Emacs server (Bug#13387) |