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