comparison src/ChangeLog @ 106739:861edc07f3ea

Merge from mainline.
author Jan D. <jan.h.d@swipnet.se>
date Tue, 05 Jan 2010 15:42:39 +0100
parents 3db7e57ee4e9 04c6036b9437
children fa4743217572
comparison
equal deleted inserted replaced
106721:9dcca543c2aa 106739:861edc07f3ea
6 6
7 * gtkutil.c (xg_clear_under_internal_border): New function. 7 * gtkutil.c (xg_clear_under_internal_border): New function.
8 (xg_frame_resized, xg_frame_set_char_size): Call 8 (xg_frame_resized, xg_frame_set_char_size): Call
9 xg_clear_under_internal_border. 9 xg_clear_under_internal_border.
10 (xg_update_scrollbar_pos): Clear under old scroll bar position. 10 (xg_update_scrollbar_pos): Clear under old scroll bar position.
11 2010-01-05 Chong Yidong <cyd@stupidchicken.com>
12
13 * keyboard.c (read_key_sequence): Catch keyboard switch after
14 making a new tty frame (Bug#5095).
15
16 2010-01-05 Kenichi Handa <handa@m17n.org>
17
18 * fontset.c (fontset_find_font): Fix getting the frame pointer.
19
20 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to
23 Lisp_Object, preferring to convert a lisp_Object to a void* instead.
24 (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
25
26 2010-01-03 Michael Albinus <michael.albinus@gmx.de>
27
28 * dbusbind.c (xd_add_watch): Improve debug message.
29 (xd_remove_watch): Improve debug message. If DATA is the session
30 bus, unset D-Bus session environment.
31 (Fdbus_init_bus): Pass the bus as argument to
32 dbus_connection_set_watch_functions. (Bug#5283)
11 33
12 2010-01-01 Chong Yidong <cyd@stupidchicken.com> 34 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13 35
14 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). 36 * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
15 37
153 calling file-remote-p. Reported by Jim Meyering. 175 calling file-remote-p. Reported by Jim Meyering.
154 176
155 2009-12-15 Michael Albinus <michael.albinus@gmx.de> 177 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
156 178
157 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to 179 * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
158 avoid compiler warnings. (Bug #5217). 180 avoid compiler warnings. (Bug #5217)
159 181
160 2009-12-14 Kenichi Handa <handa@m17n.org> 182 2009-12-14 Kenichi Handa <handa@m17n.org>
161 183
162 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19) 184 * coding.c (decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
163 in 8-bit encoding. 185 in 8-bit encoding.
5328 5350
5329 * dbusbind.c (xd_in_read_queued_messages): New variable. 5351 * dbusbind.c (xd_in_read_queued_messages): New variable.
5330 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error. 5352 (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error.
5331 (xd_read_queued_messages): Catch Qdbus_error from the macros. 5353 (xd_read_queued_messages): Catch Qdbus_error from the macros.
5332 (all): Replace xsignal1, xsignal2, xsignal3 by the respective 5354 (all): Replace xsignal1, xsignal2, xsignal3 by the respective
5333 macro. (Bug#1186). 5355 macro. (Bug#1186)
5334 5356
5335 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) 5357 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5336 5358
5337 * s/sol2-10.h: New file. 5359 * s/sol2-10.h: New file.
5338 5360
21222 ;; Local Variables: 21244 ;; Local Variables:
21223 ;; coding: utf-8 21245 ;; coding: utf-8
21224 ;; add-log-time-zone-rule: t 21246 ;; add-log-time-zone-rule: t
21225 ;; End: 21247 ;; End:
21226 21248
21227 Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 21249 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
21228 21250
21229 This file is part of GNU Emacs. 21251 This file is part of GNU Emacs.
21230 21252
21231 GNU Emacs is free software: you can redistribute it and/or modify 21253 GNU Emacs is free software: you can redistribute it and/or modify
21232 it under the terms of the GNU General Public License as published by 21254 it under the terms of the GNU General Public License as published by