From: Stefan Monnier Date: Tue, 15 Jul 2008 21:13:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~4180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ddc6ccab44463c82d4ace77825affc40bc8321a;p=emacs.git *** empty log message *** --- diff --git a/nextstep/FOR-RELEASE b/nextstep/FOR-RELEASE index e7f0266fd2c..df02afc0d85 100644 --- a/nextstep/FOR-RELEASE +++ b/nextstep/FOR-RELEASE @@ -1,5 +1,7 @@ -*- outline -*- +* BUGS +** Fix char_quoted's workaround. * NON-SPECIFIC ** Remove Feval calls relating to insert working text in isearch mode. diff --git a/src/ChangeLog b/src/ChangeLog index f3c60cd43e2..9c55d091f78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -77,8 +77,7 @@ toolkit where they differ. (parse_menu_item): Prefer keybindings using 'super' modifier. Also, use cachelist, still needed under NS. - * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as - NTGUI. + * keyboard.h (ENCODE_MENU_STRING, XtPointer, Boolean): Handle as NTGUI. (struct widget_value): Define it here for menu.c. * keymap.c (includes): Include modifier internals. (lisp_to_mod, modifier_sequence_p): New functions, compiled only under @@ -132,8 +131,8 @@ (hourglass_atimer, Vhourglass_delay * xfaces.c (header section, init_frame_faces, clear_font_table) (defined_color, unload_color, x_face_list_fonts) - (prepare_face_for_display): Add NS support parallel to other GUIs) - (emulate GCs like other non-X GUIs. + (prepare_face_for_display): Add NS support parallel to other GUIs. + Emulate GCs like other non-X GUIs. (split_font_name): Don't lowercase font name under NS. (merge_face_ref, Finternal_set_lisp_face_attribute): Support stippling under NS. @@ -141,20 +140,20 @@ 2008-07-15 Jason Rumney - * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect. - (w32_show_hourglass): Rename from show_hourglass. - (w32_hide_hourglass): Rename from hide_hourglass. - (DEFAULT_HOURGLASS_DELAY): Revert from last change. - (Vhourglass_delay): Declare extern. - (hourglass_started): Remove. + * w32fns.c (Fx_create_frame): Remove duplicate unwind_protect. + (w32_show_hourglass): Rename from show_hourglass. + (w32_hide_hourglass): Rename from hide_hourglass. + (DEFAULT_HOURGLASS_DELAY): Revert from last change. + (Vhourglass_delay): Declare extern. + (hourglass_started): Remove. - * xdisp.c (Vhourglass_delay): Remove static. - (hourglass_started, start_hourglass, cancel_hourglass): - Don't include these versions on WINDOWSNT. + * xdisp.c (Vhourglass_delay): Remove static. + (hourglass_started, start_hourglass, cancel_hourglass): + Don't include these versions on WINDOWSNT. 2008-07-15 Adrian Robert - * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern + * dispextern.h (hourglass_shown_p, hourglass_atimer): New extern variables (formerly in xfns.c). (show_hourglass, hide_hourglass): New prototypes (same). * xdisp.c (display_hourglass_p, hourglass_shown_p, hourglass_atimer) @@ -185,10 +184,10 @@ 2008-07-14 Jason Rumney - * w32fns.c (w32_get_arg): Remove wrapper function. - (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg - directly. - (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly. + * w32fns.c (w32_get_arg): Remove wrapper function. + (w32_createwindow, x_icon, x_create_tip_frame): Use x_get_arg + directly. + (Fx_create_frame): Sync with xfns.c. Use x_get_arg directly. 2008-07-14 Kenichi Handa