aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog66
1 files changed, 63 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2da31448bed..0946148b9a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,8 +5,68 @@
5 `signal_after_change_p' to `coherent_change_p', and make the 5 `signal_after_change_p' to `coherent_change_p', and make the
6 invocation of `modify_region' conditional on it. 6 invocation of `modify_region' conditional on it.
7 7
82010-01-06 David Reitter <david.reitter@gmail.com>
9
10 * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS.
11 (Fns_display_usable_bounds): Rewrite, computing bounds properly
12 (Bug#3233).
13
142010-01-06 Jan Djärv <jan.h.d@swipnet.se>
15
16 * font.c (font_open_entity): Enable chache and call cached_font_ok
17 for the driver if defined.
18 (QCuser_spec): New symbol.
19 (font_spec_from_name): Save name as user-spec.
20 (font_load_for_lface): Keep user-spec instead of name.
21 (font_open_by_name): Save name as user-spec.
22 (syms_of_font): Initialize QCuser_spec.
23 (font_clear_prop): Clear name if it exists in font (bug#5157).
24
25 * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters.
26 (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New.
27 (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok.
28
29 * font.h (struct font_driver): Add cached_font_ok.
30
31 * xterm.c (x_clear_frame): Queue draw for scroll bars.
32
332010-01-05 Jan Djärv <jan.h.d@swipnet.se>
34
35 * xterm.c (x_new_font): Move code for setting rows/cols before
36 resizing ...
37 (x_set_window_size): ... to here. bug #2568.
38
39 * gtkutil.c (xg_clear_under_internal_border): New function.
40 (xg_frame_resized, xg_frame_set_char_size): Call
41 xg_clear_under_internal_border.
42 (xg_update_scrollbar_pos): Clear under old scroll bar position.
432010-01-05 Chong Yidong <cyd@stupidchicken.com>
44
45 * keyboard.c (read_key_sequence): Catch keyboard switch after
46 making a new tty frame (Bug#5095).
47
482010-01-05 Kenichi Handa <handa@m17n.org>
49
50 * fontset.c (fontset_find_font): Fix getting the frame pointer.
51
522010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
55 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
56 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
57
582010-01-03 Michael Albinus <michael.albinus@gmx.de>
59
60 * dbusbind.c (xd_add_watch): Improve debug message.
61 (xd_remove_watch): Improve debug message. If DATA is the session
62 bus, unset D-Bus session environment.
63 (Fdbus_init_bus): Pass the bus as argument to
64 dbus_connection_set_watch_functions. (Bug#5283)
65
82010-01-01 Chong Yidong <cyd@stupidchicken.com> 662010-01-01 Chong Yidong <cyd@stupidchicken.com>
9 67
68 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
69
10 * lread.c (syms_of_lread): Make it clearer that these are the 70 * lread.c (syms_of_lread): Make it clearer that these are the
11 names of loaded files (Bug#5068). 71 names of loaded files (Bug#5068).
12 72
@@ -149,7 +209,7 @@
1492009-12-15 Michael Albinus <michael.albinus@gmx.de> 2092009-12-15 Michael Albinus <michael.albinus@gmx.de>
150 210
151 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to 211 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
152 avoid compiler warnings. (Bug #5217). 212 avoid compiler warnings. (Bug #5217)
153 213
1542009-12-14 Kenichi Handa <handa@m17n.org> 2142009-12-14 Kenichi Handa <handa@m17n.org>
155 215
@@ -5324,7 +5384,7 @@
5324 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error. 5384 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5325 (xd_read_queued_messages): Catch Qdbus_error from the macros. 5385 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5326 (all): Replace xsignal1, xsignal2, xsignal3 by the respective 5386 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5327 macro. (Bug#1186). 5387 macro. (Bug#1186)
5328 5388
53292008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) 53892008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5330 5390
@@ -21218,7 +21278,7 @@ See ChangeLog.10 for earlier changes.
21218;; add-log-time-zone-rule: t 21278;; add-log-time-zone-rule: t
21219;; End: 21279;; End:
21220 21280
21221 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 21281 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21222 21282
21223 This file is part of GNU Emacs. 21283 This file is part of GNU Emacs.
21224 21284