diff options
| author | Adrian Robert | 2008-10-02 13:57:39 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-10-02 13:57:39 +0000 |
| commit | c8c057ded8e71ca6a1bb90c9c630f7313f803b8f (patch) | |
| tree | 04cffeb366d33cfd0801e0789dc17746ad8e530f /src/ChangeLog | |
| parent | 2a7bb8823c0e36e9d093134bf49e2d9914641046 (diff) | |
| download | emacs-c8c057ded8e71ca6a1bb90c9c630f7313f803b8f.tar.gz emacs-c8c057ded8e71ca6a1bb90c9c630f7313f803b8f.zip | |
* nsterm.h (ns_cursor_types, ns_output.desired_cursor_color)(ns_output.current_cursor, ns_output.desired_cursor) (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) (FRAME_NEW_CURSOR_COLOR,): Remove. * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs enumeration (HOLLOW_BOX_CURSOR, etc.). * nsterm.m (ns_frame_rehighlight): Remove commented code. (draw_window_cursor): Simplify code. (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't change cursor type. In latter, call rehighlight instead of doing updates manually. (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use core emacs cursor types. * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under NS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7e4a9f87fb..9a7e6776394 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2008-10-02 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsterm.h (ns_cursor_types, ns_output.desired_cursor_color) | ||
| 4 | (ns_output.current_cursor, ns_output.desired_cursor) | ||
| 5 | (ns_output.last_inactive, FRAME_CURSOR, FRAME_NEW_CURSOR) | ||
| 6 | (FRAME_NEW_CURSOR_COLOR): Remove. | ||
| 7 | |||
| 8 | * nsfns.m (ns_set_cursor_color): Use FRAME_CURSOR_COLOR. | ||
| 9 | (ns_lisp_to_cursor_type, ns_cursor_type_to_lisp): Use core emacs | ||
| 10 | enumeration (HOLLOW_BOX_CURSOR, etc.). | ||
| 11 | |||
| 12 | * nsterm.m (ns_frame_rehighlight): Remove commented code. | ||
| 13 | (draw_window_cursor): Simplify code. | ||
| 14 | (EmacsView-windowDidBecomeKey:,-windowDidResignKey:): Don't | ||
| 15 | change cursor type. In latter, call rehighlight instead of doing | ||
| 16 | updates manually. | ||
| 17 | (EmacsPrefsController-setPanelFromValues,-setValuesFromPanel): Use | ||
| 18 | core emacs cursor types. | ||
| 19 | |||
| 20 | * xdisp.c (draw_glyphs): Don't call notice_overwritten_cursor() under | ||
| 21 | NS. | ||
| 22 | |||
| 1 | 2008-10-02 Martin Rudalics <rudalics@gmx.at> | 23 | 2008-10-02 Martin Rudalics <rudalics@gmx.at> |
| 2 | 24 | ||
| 3 | * process.c (Faccept_process_output): Fix doc-string. | 25 | * process.c (Faccept_process_output): Fix doc-string. |