aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4891906dc3..1001872d48f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,14 +1,19 @@
12008-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
12008-08-20 David Reitter <david.reitter@gmail.com> 62008-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
132008-08-19 Kenichi Handa <handa@m17n.org> 182008-08-19 Kenichi Handa <handa@m17n.org>
14 19