diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d355e79163e..afa404ca7c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,28 @@ | |||
| 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 | ||
| @@ -155,7 +177,7 @@ | |||
| 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 | ||
| @@ -5330,7 +5352,7 @@ | |||
| 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 | ||
| @@ -21224,7 +21246,7 @@ See ChangeLog.10 for earlier changes. | |||
| 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 | ||