diff options
| author | Chong Yidong | 2008-08-20 22:09:40 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-20 22:09:40 +0000 |
| commit | 1eff4ab33b009e0a5c7bf334338652db315b16ea (patch) | |
| tree | db61370942f8cb51d3a44fa0a3b151590b14201f | |
| parent | f7a17e30c8635fd6f259706eba3ae15454d7d8d8 (diff) | |
| download | emacs-1eff4ab33b009e0a5c7bf334338652db315b16ea.tar.gz emacs-1eff4ab33b009e0a5c7bf334338652db315b16ea.zip | |
* xselect.c (x_get_foreign_selection): Return nil if desired
selection could not be obtained, instead of signalling an error.
| -rw-r--r-- | src/ChangeLog | 17 |
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 @@ | |||
| 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 | ||