comparison src/ChangeLog @ 97574:6271a23dda53

* xselect.c (x_get_foreign_selection): Return nil if desired selection could not be obtained, instead of signalling an error.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 20 Aug 2008 22:09:40 +0000
parents c532aa80972d
children 06f7d5858c5a
comparison
equal deleted inserted replaced
97573:95b685a816d7 97574:6271a23dda53
1 2008-08-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * xselect.c (x_get_foreign_selection): Return nil if desired
4 selection could not be obtained, instead of signalling an error.
5
1 2008-08-20 David Reitter <david.reitter@gmail.com> 6 2008-08-20 David Reitter <david.reitter@gmail.com>
2 7
3 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c 8 * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c
4 * nsterm.m: remove ns-specific code for cursor blinking 9 * nsterm.m: Remove ns-specific code for cursor blinking.
5 (ns_draw_window_cursor): clear cursor properly rather than 10 (ns_draw_window_cursor): Clear cursor properly rather than
6 redrawing the area. Respect width of bar cursors. 11 redrawing the area. Respect width of bar cursors.
7 These changes enable the use of generic blink-cursor-mode and 12 These changes enable the use of generic blink-cursor-mode and
8 generic cursor types in NS and support smooth cursor movements (do 13 generic cursor types in NS and support smooth cursor movements (do
9 not blink off after command). 14 not blink off after command).
10 * xdisp.c (get_phys_cursor_geometry): redraw wider rectangle on 15 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on
11 Nextstep, too. 16 Nextstep, too.
12 17
13 2008-08-19 Kenichi Handa <handa@m17n.org> 18 2008-08-19 Kenichi Handa <handa@m17n.org>
14 19
15 * font.c (Vfont_log_deferred): New variable. 20 * font.c (Vfont_log_deferred): New variable.
16 (font_add_log): Check Vfont_log_deferred. 21 (font_add_log): Check Vfont_log_deferred.