aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-08 12:14:47 +0200
committerJuanma Barranquero2010-10-08 12:14:47 +0200
commit4628bef1eea0f60e846fe6b6591725aa92952de9 (patch)
tree9d137b8e0964c0b1ebc4afb4e743e35b807d048d /src/ChangeLog
parent24ac444fbe5d76a7cf09a62b741b9e956ab90d3e (diff)
parent2b7c934285417d2eac7a3c603231d22ce7e212d8 (diff)
downloademacs-4628bef1eea0f60e846fe6b6591725aa92952de9.tar.gz
emacs-4628bef1eea0f60e846fe6b6591725aa92952de9.zip
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2effe2ea84c..0bde3bb19fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,54 @@
12010-10-08 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (complement_process_encoding_system): Fix previous change.
4
52010-10-08 Michael Albinus <michael.albinus@gmx.de>
6
7 * dbusbind.c (syms_of_dbusbind): Move putenv call ...
8 (Fdbus_init_bus): ... here. (Bug#7113)
9
102010-10-08 Glenn Morris <rgm@gnu.org>
11
12 * buffer.c (before-change-functions, after-change-functions):
13 Three-year overdue doc fix following 2007-08-13 change.
14
152010-10-08 Kenichi Handa <handa@m17n.org>
16
17 * coding.c (coding_inherit_eol_type): If parent doesn't specify
18 eol-format, inherit from the system's default.
19 (complement_process_encoding_system): Make a new coding system
20 inherit the original eol-format.
21
222010-10-08 Kenichi Handa <handa@m17n.org>
23
24 * coding.c (complement_process_encoding_system): New function.
25
26 * coding.h (complement_process_encoding_system): Extern it.
27
28 * callproc.c (Fcall_process): Complement the coding system for
29 encoding arguments.
30 (Fcall_process_region): Complement the coding system for encoding
31 the input to the process.
32
33 * process.c (Fstart_process): Complement the coding system for
34 encoding arguments.
35 (send_process): Complement the coding system for encoding what
36 sent to the process.
37
382010-10-08 Kenichi Handa <handa@m17n.org>
39
40 * xfont.c (xfont_open): Fix setting of font->average_width from
41 :avgwidth property (Bug#7123).
42
432010-10-08 Michael Albinus <michael.albinus@gmx.de>
44
45 * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
46 is more portable.
47
48 * keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
49 (kbd_buffer_get_event): ... here. This is needed for cygwin, which
50 has not defined SIGIO.
51
12010-10-08 Chong Yidong <cyd@stupidchicken.com> 522010-10-08 Chong Yidong <cyd@stupidchicken.com>
2 53
3 * xterm.c (x_draw_relief_rect): If box width is larger than 1, 54 * xterm.c (x_draw_relief_rect): If box width is larger than 1,