Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
106917:f2b3ddaeec24 | 106918:d6e8fa5622b7 |
---|---|
1 2010-01-20 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * coding.c (consume_chars): If ! multibyte and the encoder is ccl, | |
4 treat the source as actual byte sequence. | |
5 | |
6 2010-01-19 Alan Mackenzie <acm@muc.de> | |
7 | |
8 Fix spurious before-change-functions invocation from (insert ?\n). | |
9 * textprop.c (set_text_properties): rename parameter | |
10 `signal_after_change_p' to `coherent_change_p', and make the | |
11 invocation of `modify_region' conditional on it. | |
12 | |
13 2010-01-19 Jan Djärv <jan.h.d@swipnet.se> | |
14 | |
15 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings | |
16 for debug purpose. | |
17 (syms_of_xsettings): Declare xft-settings. | |
18 | |
19 2010-01-18 Chong Yidong <cyd@stupidchicken.com> | |
20 | |
21 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408). | |
22 | |
1 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | 23 2010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 24 |
3 * xterm.c (event_handler_gdk): Block input (Bug#5037). | 25 * xterm.c (event_handler_gdk): Block input (Bug#5037). |
4 | 26 |
5 2010-01-16 Chong Yidong <cyd@stupidchicken.com> | 27 2010-01-16 Chong Yidong <cyd@stupidchicken.com> |