diff options
| author | Eli Zaretskii | 2010-01-08 15:59:09 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-01-08 15:59:09 -0500 |
| commit | f14e303adcecf25fa1f116c4040de08a9ed6231b (patch) | |
| tree | fb366e58925d597963b4d1a89b6267d2047794f0 /src/ChangeLog | |
| parent | 4dad464f19edf1b77ce23d27baec0e06960a4865 (diff) | |
| parent | 5075d8535904317a9dff2ff3eebbc7540cc587c0 (diff) | |
| download | emacs-f14e303adcecf25fa1f116c4040de08a9ed6231b.tar.gz emacs-f14e303adcecf25fa1f116c4040de08a9ed6231b.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 69 |
1 files changed, 66 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6e7f2c9791..fd32d739bc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,66 @@ | |||
| 1 | 2010-01-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must | ||
| 4 | also be true before we can return early (bug #5339). | ||
| 5 | |||
| 6 | 2010-01-06 David Reitter <david.reitter@gmail.com> | ||
| 7 | |||
| 8 | * nsfns.m (ns_get_screen): Rewrite, returning NULL for non-NS. | ||
| 9 | (Fns_display_usable_bounds): Rewrite, computing bounds properly | ||
| 10 | (Bug#3233). | ||
| 11 | |||
| 12 | 2010-01-06 Jan Djärv <jan.h.d@swipnet.se> | ||
| 13 | |||
| 14 | * font.c (font_open_entity): Enable chache and call cached_font_ok | ||
| 15 | for the driver if defined. | ||
| 16 | (QCuser_spec): New symbol. | ||
| 17 | (font_spec_from_name): Save name as user-spec. | ||
| 18 | (font_load_for_lface): Keep user-spec instead of name. | ||
| 19 | (font_open_by_name): Save name as user-spec. | ||
| 20 | (syms_of_font): Initialize QCuser_spec. | ||
| 21 | (font_clear_prop): Clear name if it exists in font (bug#5157). | ||
| 22 | |||
| 23 | * xftfont.c (xftfont_open): Call xftfont_add_rendering_parameters. | ||
| 24 | (xftfont_add_rendering_parameters, xftfont_cached_font_ok): New. | ||
| 25 | (syms_of_xftfont): Initialize xftfont_driver.cached_font_ok. | ||
| 26 | |||
| 27 | * font.h (struct font_driver): Add cached_font_ok. | ||
| 28 | |||
| 29 | * xterm.c (x_clear_frame): Queue draw for scroll bars. | ||
| 30 | |||
| 31 | 2010-01-05 Jan Djärv <jan.h.d@swipnet.se> | ||
| 32 | |||
| 33 | * xterm.c (x_new_font): Move code for setting rows/cols before | ||
| 34 | resizing ... | ||
| 35 | (x_set_window_size): ... to here. bug #2568. | ||
| 36 | |||
| 37 | * gtkutil.c (xg_clear_under_internal_border): New function. | ||
| 38 | (xg_frame_resized, xg_frame_set_char_size): Call | ||
| 39 | xg_clear_under_internal_border. | ||
| 40 | (xg_update_scrollbar_pos): Clear under old scroll bar position. | ||
| 41 | 2010-01-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 42 | |||
| 43 | * keyboard.c (read_key_sequence): Catch keyboard switch after | ||
| 44 | making a new tty frame (Bug#5095). | ||
| 45 | |||
| 46 | 2010-01-05 Kenichi Handa <handa@m17n.org> | ||
| 47 | |||
| 48 | * fontset.c (fontset_find_font): Fix getting the frame pointer. | ||
| 49 | |||
| 50 | 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 51 | |||
| 52 | * dbusbind.c (xd_remove_watch): Avoid trying to convert a void* to | ||
| 53 | Lisp_Object, preferring to convert a lisp_Object to a void* instead. | ||
| 54 | (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object. | ||
| 55 | |||
| 56 | 2010-01-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 57 | |||
| 58 | * dbusbind.c (xd_add_watch): Improve debug message. | ||
| 59 | (xd_remove_watch): Improve debug message. If DATA is the session | ||
| 60 | bus, unset D-Bus session environment. | ||
| 61 | (Fdbus_init_bus): Pass the bus as argument to | ||
| 62 | dbus_connection_set_watch_functions. (Bug#5283) | ||
| 63 | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 64 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 65 | ||
| 3 | * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). | 66 | * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763). |
| @@ -144,7 +207,7 @@ | |||
| 144 | 2009-12-15 Michael Albinus <michael.albinus@gmx.de> | 207 | 2009-12-15 Michael Albinus <michael.albinus@gmx.de> |
| 145 | 208 | ||
| 146 | * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to | 209 | * dbusbind.c (xd_retrieve_arg): Reorder declarations in order to |
| 147 | avoid compiler warnings. (Bug #5217). | 210 | avoid compiler warnings. (Bug #5217) |
| 148 | 211 | ||
| 149 | 2009-12-14 Kenichi Handa <handa@m17n.org> | 212 | 2009-12-14 Kenichi Handa <handa@m17n.org> |
| 150 | 213 | ||
| @@ -5319,7 +5382,7 @@ | |||
| 5319 | (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error. | 5382 | (XD_SIGNAL1, XD_SIGNAL2, XD_SIGNAL3): New macros. Throw Qdbus_error. |
| 5320 | (xd_read_queued_messages): Catch Qdbus_error from the macros. | 5383 | (xd_read_queued_messages): Catch Qdbus_error from the macros. |
| 5321 | (all): Replace xsignal1, xsignal2, xsignal3 by the respective | 5384 | (all): Replace xsignal1, xsignal2, xsignal3 by the respective |
| 5322 | macro. (Bug#1186). | 5385 | macro. (Bug#1186) |
| 5323 | 5386 | ||
| 5324 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) | 5387 | 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change) |
| 5325 | 5388 | ||
| @@ -21213,7 +21276,7 @@ See ChangeLog.10 for earlier changes. | |||
| 21213 | ;; add-log-time-zone-rule: t | 21276 | ;; add-log-time-zone-rule: t |
| 21214 | ;; End: | 21277 | ;; End: |
| 21215 | 21278 | ||
| 21216 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 21279 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 21217 | 21280 | ||
| 21218 | This file is part of GNU Emacs. | 21281 | This file is part of GNU Emacs. |
| 21219 | 21282 | ||