diff options
| author | Juanma Barranquero | 2008-02-14 12:35:01 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-02-14 12:35:01 +0000 |
| commit | b270d6afc02794c82ea320be8d49acd02d8462d2 (patch) | |
| tree | 0730809d594c932cf21e3f3a39a6820326a8be8e /src/ChangeLog | |
| parent | b3bfad50d9766708b954f009b1e690450d3002a6 (diff) | |
| download | emacs-b270d6afc02794c82ea320be8d49acd02d8462d2.tar.gz emacs-b270d6afc02794c82ea320be8d49acd02d8462d2.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 259788fdeda..2cf4120f51e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp> | 1 | 2008-02-14 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 2 | ||
| 3 | * coding.c (decode_coding_object, encode_coding_object): Preserve | 3 | * coding.c (decode_coding_object, encode_coding_object): |
| 4 | Vdeactivate_mark. Delete unnecessary call of Fcurrnet_buffer. | 4 | Preserve Vdeactivate_mark. Delete unnecessary call of Fcurrent_buffer. |
| 5 | 5 | ||
| 6 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 7 | ||
| 8 | * coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1. | 8 | * coding.c (coding_set_destination): Use BEG_BYTE rather than |
| 9 | hardcoding 1. | ||
| 9 | (detect_coding_system): | 10 | (detect_coding_system): |
| 10 | * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text) | 11 | * lisp.h (detect_coding_system, chars_in_text, multibyte_chars_in_text) |
| 11 | (string_char_to_byte, string_byte_to_char, insert_from_gap): | 12 | (string_char_to_byte, string_byte_to_char, insert_from_gap): |