diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae25a3c5d00..2c77950c262 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-03-10 handa <handa@gnu.org> | ||
| 2 | |||
| 3 | * lisp.h (adjust_after_replace): Extern it. | ||
| 4 | |||
| 5 | * coding.c (detect_coding): Cound the heading ASCII bytes in the | ||
| 6 | case of detection for coding_category_utf_8_auto. | ||
| 7 | (decode_coding_gap) [not CODING_DISABLE_ASCII_OPTIMIZATION]: Skip | ||
| 8 | decoding if all bytes are ASCII. | ||
| 9 | |||
| 10 | * insdel.c (adjust_after_replace): Make it public. New arg | ||
| 11 | text_at_gap_tail. | ||
| 12 | (adjust_after_insert): Call adjust_after_replace with the new arg | ||
| 13 | value 0. | ||
| 14 | |||
| 1 | 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca> | 15 | 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 16 | ||
| 3 | * keyboard.h (EVENT_START, EVENT_END, POSN_WINDOW, POSN_POSN) | 17 | * keyboard.h (EVENT_START, EVENT_END, POSN_WINDOW, POSN_POSN) |