Mercurial > emacs
changeset 96682:a4460538cfb2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 15 Jul 2008 21:13:10 +0000 |
parents | 38b988607823 |
children | 9631844b13ae |
files | nextstep/FOR-RELEASE src/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/nextstep/FOR-RELEASE Tue Jul 15 21:01:44 2008 +0000 +++ b/nextstep/FOR-RELEASE Tue Jul 15 21:13:10 2008 +0000 @@ -1,5 +1,7 @@ -*- outline -*- +* BUGS +** Fix char_quoted's workaround. * NON-SPECIFIC ** Remove Feval calls relating to insert working text in isearch mode.
--- a/src/ChangeLog Tue Jul 15 21:01:44 2008 +0000 +++ b/src/ChangeLog Tue Jul 15 21:13:10 2008 +0000 @@ -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 <jasonr@gnu.org> - * 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. + * 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. 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> - * 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 <jasonr@gnu.org> - * 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 <handa@m17n.org>