Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5786:6355de501637
Correct buffered_bytecount_to_charcount() on non-Mule.
src/ChangeLog addition:
[...]
* text.h (buffered_bytecount_to_charcount): This was
declared wrong for non-mule, correct this. Thank you Mats Lidell
and the buildbot.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 23 Jan 2014 15:03:16 +0000 |
parents | 7343a186a475 |
children | 72c5d36ba3b6 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 23 13:49:40 2014 +0000 +++ b/src/ChangeLog Thu Jan 23 15:03:16 2014 +0000 @@ -1,5 +1,9 @@ 2014-01-23 Aidan Kehoe <kehoea@parhasard.net> + * text.h (buffered_bytecount_to_charcount): This was + declared wrong for non-mule, correct this. Thank you Mats Lidell + and the buildbot. + * lstream.c (Lstream_read_1): Don't include the unread partial character in unget_character_count, since our consumers will never be aware of it.