diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49936d11a5f..37a4a833fe4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -398,7 +398,7 @@ | |||
| 398 | 398 | ||
| 399 | * coding.c (CODING_ISO_CMP_STATUS): New macro. | 399 | * coding.c (CODING_ISO_CMP_STATUS): New macro. |
| 400 | (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. | 400 | (CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros. |
| 401 | (MAX_ANNOTATION_LENGTH): Defined to 5. | 401 | (MAX_ANNOTATION_LENGTH): Define to 5. |
| 402 | (ADD_COMPOSITION_DATA): New arg nbytes. | 402 | (ADD_COMPOSITION_DATA): New arg nbytes. |
| 403 | (emacs_mule_char): New arg cmp_status. | 403 | (emacs_mule_char): New arg cmp_status. |
| 404 | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. | 404 | (DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it. |
| @@ -429,9 +429,9 @@ | |||
| 429 | to_nchars. Callers changed. | 429 | to_nchars. Callers changed. |
| 430 | (produce_chars): Don't modify charbuf. Adjusted for the change of | 430 | (produce_chars): Don't modify charbuf. Adjusted for the change of |
| 431 | get_translation. | 431 | get_translation. |
| 432 | (produce_composition): Adjusted for the new annotation sequence. | 432 | (produce_composition): Adjust for the new annotation sequence. |
| 433 | (handle_composition_annotation): Likewise. | 433 | (handle_composition_annotation): Likewise. |
| 434 | (consume_chars): Adjusted for the change of get_translation. | 434 | (consume_chars): Adjust for the change of get_translation. |
| 435 | 435 | ||
| 436 | 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> | 436 | 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 437 | 437 | ||
| @@ -446,7 +446,7 @@ | |||
| 446 | restricting of the characters C doen't support C, try to find a | 446 | restricting of the characters C doen't support C, try to find a |
| 447 | font with C restriction. | 447 | font with C restriction. |
| 448 | 448 | ||
| 449 | 2009-03-04 Nikolaj Schumacher <me@nschum.de> (tiny change) | 449 | 2009-03-04 Nikolaj Schumacher <me@nschum.de> |
| 450 | 450 | ||
| 451 | * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value. | 451 | * nsfont.m (nsfont_draw): Compare ns_antialias_text against lisp value. |
| 452 | 452 | ||