aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9d8f444453..91714a83273 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12009-01-18 Juanma Barranquero <lekktu@gmail.com> 12009-01-18 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * dbusbind.c (Fdbus_register_signal):
4 * process.c (conv_sockaddr_to_lisp):
5 * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
6
3 * callproc.c (Fgetenv_internal): Doc fix. 7 * callproc.c (Fgetenv_internal): Doc fix.
4 8
52009-01-16 Chong Yidong <cyd@stupidchicken.com> 92009-01-16 Chong Yidong <cyd@stupidchicken.com>
@@ -24,21 +28,19 @@
242009-01-14 Jason Rumney <jasonr@gnu.org> 282009-01-14 Jason Rumney <jasonr@gnu.org>
25 29
26 * frame.c (x_set_font): Always store a font to the font parameter, 30 * frame.c (x_set_font): Always store a font to the font parameter,
27 never a fontset. (Bug#1562) 31 never a fontset. (Bug#1562)
28 32
292009-01-14 Kenichi Handa <handa@m17n.org> 332009-01-14 Kenichi Handa <handa@m17n.org>
30 34
31 * coding.c (TWO_MORE_BYTES): New macro. 35 * coding.c (TWO_MORE_BYTES): New macro.
32 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of 36 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
33 ONE_MORE_BYTE.
34 37
352009-01-13 Chong Yidong <cyd@stupidchicken.com> 382009-01-13 Chong Yidong <cyd@stupidchicken.com>
36 39
37 * font.c (font_clear_prop): If clearing the family, clear the font 40 * font.c (font_clear_prop): If clearing the family, clear the font
38 width index too. 41 width index too.
39 42
40 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last 43 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
41 change.
42 44
432009-01-12 Juanma Barranquero <lekktu@gmail.com> 452009-01-12 Juanma Barranquero <lekktu@gmail.com>
44 46
@@ -82,7 +84,7 @@
822009-01-09 Jason Rumney <jasonr@gnu.org> 842009-01-09 Jason Rumney <jasonr@gnu.org>
83 85
84 * w32font.c (add_font_entity_to_list): Don't report unknown 86 * w32font.c (add_font_entity_to_list): Don't report unknown
85 Windows charset as any unrecognized registry. (Bug#1548) 87 Windows charset as any unrecognized registry. (Bug#1548)
86 Only report Unicode Plane 2 fonts as unicode-sip. 88 Only report Unicode Plane 2 fonts as unicode-sip.
87 89
882009-01-09 Chong Yidong <cyd@stupidchicken.com> 902009-01-09 Chong Yidong <cyd@stupidchicken.com>
@@ -118,7 +120,7 @@
118 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape) 120 (Vx_mode_pointer_shape, Vx_window_horizontal_drag_shape)
119 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape): 121 (Vx_hourglass_pointer_shape, Vx_sensitive_text_pointer_shape):
120 Don't declare. 122 Don't declare.
121 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485) 123 (syms_of_w32fns): Don't define x-pointer-shape variable. (Bug#1485)
122 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code. 124 (x_create_tip_frame) [GLYPH_DEBUG]: Enable image debugging code.
123 125
1242009-01-07 Kenichi Handa <handa@m17n.org> 1262009-01-07 Kenichi Handa <handa@m17n.org>