log

age author description
Thu, 02 Oct 2008 17:08:12 +0000 Glenn Morris Mention nt and nextstep INSTALL files at the start.
Thu, 02 Oct 2008 17:05:48 +0000 Glenn Morris Mention nextstep/INSTALL.
Thu, 02 Oct 2008 17:04:02 +0000 Glenn Morris Add nextstep directory.
Thu, 02 Oct 2008 13:57:39 +0000 Adrian Robert * 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.
Thu, 02 Oct 2008 08:04:54 +0000 Martin Rudalics *** empty log message ***
Thu, 02 Oct 2008 08:03:44 +0000 Martin Rudalics (Faccept_process_output): Fix doc-string.
Thu, 02 Oct 2008 02:58:01 +0000 Dan Nicolaescu * gmalloc.c (__sbrk): Also define for uClibc.