Mercurial > emacs
diff src/ChangeLog @ 106918:d6e8fa5622b7
Fix ccl encoding of unibyte source.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 20 Jan 2010 11:33:52 +0900 |
parents | 6881eb43ae95 |
children | 86ae2a69cf52 68f669472e65 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jan 18 10:19:32 2010 +0900 +++ b/src/ChangeLog Wed Jan 20 11:33:52 2010 +0900 @@ -1,3 +1,25 @@ +2010-01-20 Kenichi Handa <handa@m17n.org> + + * coding.c (consume_chars): If ! multibyte and the encoder is ccl, + treat the source as actual byte sequence. + +2010-01-19 Alan Mackenzie <acm@muc.de> + + Fix spurious before-change-functions invocation from (insert ?\n). + * textprop.c (set_text_properties): rename parameter + `signal_after_change_p' to `coherent_change_p', and make the + invocation of `modify_region' conditional on it. + +2010-01-19 Jan Djärv <jan.h.d@swipnet.se> + + * xsettings.c (apply_xft_settings): Save settings in Vxft_settings + for debug purpose. + (syms_of_xsettings): Declare xft-settings. + +2010-01-18 Chong Yidong <cyd@stupidchicken.com> + + * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408). + 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> * xterm.c (event_handler_gdk): Block input (Bug#5037).