diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d3397c7834..ceaa1e81c0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * buffer.h (Fbuffer_list): Declare (for use in callint.c). | ||
| 4 | |||
| 1 | 2008-03-17 Andreas Schwab <schwab@suse.de> | 5 | 2008-03-17 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * regex.c (re_match_2_internal): Properly match raw 8-bit bytes | 7 | * regex.c (re_match_2_internal): Properly match raw 8-bit bytes |
| @@ -28,10 +32,8 @@ | |||
| 28 | 32 | ||
| 29 | * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY) | 33 | * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY) |
| 30 | (STRING_CHAR_ADVANCE_NO_UNIFY): New macros. | 34 | (STRING_CHAR_ADVANCE_NO_UNIFY): New macros. |
| 31 | (coding_alloc_by_making_gap): Fix the way to preserve data in the | 35 | (coding_alloc_by_making_gap): Fix the way to preserve data in the gap. |
| 32 | gap. | 36 | (alloc_destination): Fix the 2nd arg to coding_alloc_by_making_gap. |
| 33 | (alloc_destination): Fix the 2nd arg to | ||
| 34 | coding_alloc_by_making_gap. | ||
| 35 | (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of | 37 | (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of |
| 36 | CHAR_STRING_ADVANCE. | 38 | CHAR_STRING_ADVANCE. |
| 37 | (produce_chars): Fix for the case that the source and the | 39 | (produce_chars): Fix for the case that the source and the |