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 386a9b3a0e5..b10f8fab1cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | * doprnt.c (doprnt): Likewise. | 27 | * doprnt.c (doprnt): Likewise. |
| 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 | * character.c (strwidth): Make its argument const char *, not const | 31 | * character.c (strwidth): Make its argument const char *, not const |
| 31 | unsigned char *, since more callers prefer it that way. All callers | 32 | unsigned char *, since more callers prefer it that way. All callers |
| 32 | changed. | 33 | changed. |