]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Jul 2008 21:13:10 +0000 (21:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 Jul 2008 21:13:10 +0000 (21:13 +0000)
nextstep/FOR-RELEASE
src/ChangeLog

index e7f0266fd2c1c92a6a8ee0f09642a01c44c96f91..df02afc0d85caef642d336e2e481a8a5eeb8d901 100644 (file)
@@ -1,5 +1,7 @@
 -*- outline -*-
 
+* BUGS
+** Fix char_quoted's workaround.
 * NON-SPECIFIC
 
 ** Remove Feval calls relating to insert working text in isearch mode.
index f3c60cd43e2577eb90c817c506eed294e555f2cc..9c55d091f78e62bb09810f9ee635bee079978386 100644 (file)
@@ -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
        (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.
 
 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.
+       * 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  <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)
 
 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>