diff options
| author | Eli Zaretskii | 2011-04-28 07:46:40 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-28 07:46:40 -0400 |
| commit | d178f871644d97853be0f89d05a8fc5649e5d620 (patch) | |
| tree | 0fd59c73c419b09cc1498663d68ee51c607e677c /src/ChangeLog | |
| parent | b124fd93b090f840e30ad1fd9a9cbf1858c74342 (diff) | |
| download | emacs-d178f871644d97853be0f89d05a8fc5649e5d620.tar.gz emacs-d178f871644d97853be0f89d05a8fc5649e5d620.zip | |
Fix return value from doprnt when message is truncated at non-ASCII character.
src/doprnt.c (doprnt): Don't return value smaller than the buffer
size if the message was truncated. (Bug#8545).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 91777751853..107d6f0073a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-28 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * doprnt.c (doprnt): Don't return value smaller than the buffer | ||
| 4 | size if the message was truncated. (Bug#8545). | ||
| 5 | |||
| 1 | 2011-04-28 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-04-28 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * w32fns.c (Fx_change_window_property, Fx_delete_window_property) | 8 | * w32fns.c (Fx_change_window_property, Fx_delete_window_property) |