aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 14e06fc1e28..ac909cc7885 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12010-02-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (font_parse_fcname): Recognize "Book", "Condensed",
4 "Medium", and "Semi-Condensed" keywords in GTK names (Bug#5646).
5
62010-02-26 Kenichi Handa <handa@m17n.org>
7
8 * ftfont.c (ftfont_get_open_type_spec): Fix parsing of otf_spec.
9
10 * xdisp.c (reseat_to_string): Fix previous change.
11
122010-02-26 David Reitter <david.reitter@gmail.com>
13
14 * nsfont.m (nsfont_draw): ns_antialias_text should be a
15 Lisp_Object (Bug#4736).
16
172010-02-25 Kenichi Handa <handa@m17n.org>
18
19 * xdisp.c (reseat_to_string): Fix previous change (bug#5609).
20
212010-02-24 Jan Djärv <jan.h.d@swipnet.se>
22
23 * xterm.c (XTflash): Move declarations before statements.
24
25 * gtkutil.c (xg_get_gdk_display): Remove (unused).
26 (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets)
27 (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb)
28 (xg_create_tool_bar): Remove unused variables.
29 (x_wm_set_size_hint): Move declarations before statements.
30 (xg_create_frame_widgets): Remove variable grav,
31
322010-02-21 Chong Yidong <cyd@stupidchicken.com>
33
34 * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
35
12010-02-18 Stefan Monnier <monnier@iro.umontreal.ca> 362010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 37
3 * term.c (fatal): Add a final \n if needed (bug#5596). 38 * term.c (fatal): Add a final \n if needed (bug#5596).