aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-01-22 15:40:56 -0500
committerEli Zaretskii2010-01-22 15:40:56 -0500
commitcf206f28eb11467aed7f5e03f3e4df7724fd98d2 (patch)
tree2f5695e6a774a918874b82c286f140abd052d860 /src/ChangeLog
parent5a876cd5f810b611f78dd4cf7a1673bffeea19a9 (diff)
parentc893016b07f33eb8d56e1011245fe59a67cb4ee0 (diff)
downloademacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.tar.gz
emacs-cf206f28eb11467aed7f5e03f3e4df7724fd98d2.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1d2ba440ab..5589b7f34a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * lisp.h (make_pure_string): String pointer arg now points to const.
4
5 * alloc.c (find_string_data_in_pure, make_pure_string): String pointer
6 args now point to const.
7
82010-01-22 Eli Zaretskii <eliz@gnu.org>
9
10 * lread.c (Fload): Don't treat files without .elc extension as
11 byte-compiled if they are ``magic'', i.e. `openp' returned -2 for
12 them. (bug#5303)
13
142010-01-20 Kenichi Handa <handa@m17n.org>
15
16 * coding.c (consume_chars): If ! multibyte and the encoder is ccl,
17 treat the source as actual byte sequence.
18
192010-01-19 Alan Mackenzie <acm@muc.de>
20
21 Fix spurious before-change-functions invocation from (insert ?\n).
22 * textprop.c (set_text_properties): rename parameter
23 `signal_after_change_p' to `coherent_change_p', and make the
24 invocation of `modify_region' conditional on it.
25
262010-01-19 Jan Djärv <jan.h.d@swipnet.se>
27
28 * xsettings.c (apply_xft_settings): Save settings in Vxft_settings
29 for debug purpose.
30 (syms_of_xsettings): Declare xft-settings.
31
322010-01-18 Chong Yidong <cyd@stupidchicken.com>
33
34 * editfns.c (Fcurrent_time_string): Doc fix (Bug#5408).
35
12010-01-16 Stefan Monnier <monnier@iro.umontreal.ca> 362010-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 37
3 * xterm.c (event_handler_gdk): Block input (Bug#5037). 38 * xterm.c (event_handler_gdk): Block input (Bug#5037).