emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Thu, 02 Oct 2008 13:57:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/10/02 13:57:42

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7013
retrieving revision 1.7014
diff -u -b -r1.7013 -r1.7014
--- ChangeLog   2 Oct 2008 08:04:54 -0000       1.7013
+++ ChangeLog   2 Oct 2008 13:57:39 -0000       1.7014
@@ -1,3 +1,25 @@
+2008-10-02  Adrian Robert  <address@hidden>
+
+       * 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.
+
 2008-10-02  Martin Rudalics  <address@hidden>
 
        * process.c (Faccept_process_output): Fix doc-string.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]