diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b10f8fab1cc..62316385940 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | * indent.c (compute_motion): Likewise. | 28 | * indent.c (compute_motion): Likewise. |
| 29 | * xfont.c (xfont_decode_coding_xlfd): Likewise. | 29 | * xfont.c (xfont_decode_coding_xlfd): Likewise. |
| 30 | * ralloc.c (resize_bloc): Likewise. | 30 | * ralloc.c (resize_bloc): Likewise. |
| 31 | * xml.c (make_dom, parse_region): Likewise. | ||
| 31 | * character.c (strwidth): Make its argument const char *, not const | 32 | * character.c (strwidth): Make its argument const char *, not const |
| 32 | unsigned char *, since more callers prefer it that way. All callers | 33 | unsigned char *, since more callers prefer it that way. All callers |
| 33 | changed. | 34 | changed. |