comparison src/ChangeLog @ 110855:bec49af30c2f

Merge changes from emacs-23 branch.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 08 Oct 2010 12:14:47 +0200
parents d19381a918e1 24b574ef691b
children 93079c0866aa
comparison
equal deleted inserted replaced
110820:e60b0b3ed516 110855:bec49af30c2f
1 2010-10-08 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (complement_process_encoding_system): Fix previous change.
4
5 2010-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
10 2010-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
15 2010-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
22 2010-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
38 2010-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
43 2010-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
1 2010-10-08 Chong Yidong <cyd@stupidchicken.com> 52 2010-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,
4 draw the outermost line using the black relief, for legibility. 55 draw the outermost line using the black relief, for legibility.
5 Omit drawing the four corner pixels. 56 Omit drawing the four corner pixels.