diff options
| author | Juanma Barranquero | 2007-02-02 16:42:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-02 16:42:31 +0000 |
| commit | 5e1a6e327096094cdb5ff2de814023904f494400 (patch) | |
| tree | 4166a2d424f061b25fe07a16692a9ab76da350a8 /src/ChangeLog | |
| parent | 3c269b1ee73c90e6015b486830fcdd92e76aeaf1 (diff) | |
| download | emacs-5e1a6e327096094cdb5ff2de814023904f494400.tar.gz emacs-5e1a6e327096094cdb5ff2de814023904f494400.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7de878297b3..602f23014a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2007-01-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change) | 1 | 2007-01-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change) |
| 2 | |||
| 3 | * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose): | ||
| 4 | Use the foreground color of the scroll-bar face when drawing | ||
| 5 | the scroll-bar's border. | ||
| 2 | 6 | ||
| 3 | * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose): Use | ||
| 4 | the foreground color of the scroll-bar face when drawing the | ||
| 5 | scroll-bar's border. | ||
| 6 | |||
| 7 | 2007-02-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 7 | 2007-02-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 8 | 8 | ||
| 9 | * xterm.c (do_ewmh_fullscreen): Check that what != NULL before | 9 | * xterm.c (do_ewmh_fullscreen): Check that what != NULL before |
| @@ -295,7 +295,7 @@ | |||
| 295 | CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR. | 295 | CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR. |
| 296 | (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise. | 296 | (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise. |
| 297 | (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING | 297 | (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING |
| 298 | && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or | 298 | && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or |
| 299 | gc->cg_back_color. | 299 | gc->cg_back_color. |
| 300 | (install_drag_handler, remove_drag_handler): Make extern. | 300 | (install_drag_handler, remove_drag_handler): Make extern. |
| 301 | (install_menu_target_item_handler): Add extern. | 301 | (install_menu_target_item_handler): Add extern. |
| @@ -1011,7 +1011,7 @@ | |||
| 1011 | 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1011 | 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 1012 | 1012 | ||
| 1013 | * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v) | 1013 | * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v) |
| 1014 | (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h) | 1014 | (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h) |
| 1015 | (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key) | 1015 | (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key) |
| 1016 | (xpm_load_image): Add const qualifier to arguments. | 1016 | (xpm_load_image): Add const qualifier to arguments. |
| 1017 | [MAC_OS] (xpm_color_key_strings): Make static const. | 1017 | [MAC_OS] (xpm_color_key_strings): Make static const. |
| @@ -1946,7 +1946,7 @@ | |||
| 1946 | * macterm.c (x_draw_stretch_glyph_string): | 1946 | * macterm.c (x_draw_stretch_glyph_string): |
| 1947 | * w32term.c (x_draw_stretch_glyph_string): | 1947 | * w32term.c (x_draw_stretch_glyph_string): |
| 1948 | * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a | 1948 | * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a |
| 1949 | stretch glyph in left marginal areas on header and mode lines. | 1949 | stretch glyph in left marginal areas on header and mode lines. |
| 1950 | 1950 | ||
| 1951 | 2006-08-21 Kenichi Handa <handa@m17n.org> | 1951 | 2006-08-21 Kenichi Handa <handa@m17n.org> |
| 1952 | 1952 | ||
| @@ -2179,7 +2179,7 @@ | |||
| 2179 | 2179 | ||
| 2180 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2180 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2181 | 2181 | ||
| 2182 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. | 2182 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. |
| 2183 | (init_alloc_once): Initialize them. | 2183 | (init_alloc_once): Initialize them. |
| 2184 | (pure_alloc): Allocate non-Lisp objects from the end of pure storage | 2184 | (pure_alloc): Allocate non-Lisp objects from the end of pure storage |
| 2185 | without alignment. | 2185 | without alignment. |
| @@ -3622,7 +3622,7 @@ | |||
| 3622 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which | 3622 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which |
| 3623 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. | 3623 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. |
| 3624 | (produce_stretch_glyph): Assume that face box height and width is | 3624 | (produce_stretch_glyph): Assume that face box height and width is |
| 3625 | already included in stretch glyph size so caller doesn't have to | 3625 | already included in stretch glyph size so caller doesn't have to |
| 3626 | consider the extra space otherwise added (fixes problem in ses.el). | 3626 | consider the extra space otherwise added (fixes problem in ses.el). |
| 3627 | 3627 | ||
| 3628 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | 3628 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame |
| @@ -3703,7 +3703,7 @@ | |||
| 3703 | 3703 | ||
| 3704 | * xdisp.c (redisplay_window): Fix last change. | 3704 | * xdisp.c (redisplay_window): Fix last change. |
| 3705 | 3705 | ||
| 3706 | * xdisp.c (redisplay_window): If current window start is not at the | 3706 | * xdisp.c (redisplay_window): If current window start is not at the |
| 3707 | beginning of a line, select a new window start if buffer is modified | 3707 | beginning of a line, select a new window start if buffer is modified |
| 3708 | and window start is in the modified region, but the first change is | 3708 | and window start is in the modified region, but the first change is |
| 3709 | before window start. | 3709 | before window start. |
| @@ -4120,7 +4120,7 @@ | |||
| 4120 | 4120 | ||
| 4121 | 2006-03-19 Kim F. Storm <storm@cua.dk> | 4121 | 2006-03-19 Kim F. Storm <storm@cua.dk> |
| 4122 | 4122 | ||
| 4123 | * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, | 4123 | * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string, |
| 4124 | so it doesn't associate overlay string with following glyph by default. | 4124 | so it doesn't associate overlay string with following glyph by default. |
| 4125 | Allow integer property value to specify explicit number of buffer | 4125 | Allow integer property value to specify explicit number of buffer |
| 4126 | positions associate with overlay string. | 4126 | positions associate with overlay string. |
| @@ -7869,7 +7869,7 @@ | |||
| 7869 | 7869 | ||
| 7870 | * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers | 7870 | * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers |
| 7871 | in REUSE list if non-nil; free them if equal to evaporate. | 7871 | in REUSE list if non-nil; free them if equal to evaporate. |
| 7872 | (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST | 7872 | (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST |
| 7873 | if non-nil; free them if equal to evaporate. Use XCAR/XCDR. | 7873 | if non-nil; free them if equal to evaporate. Use XCAR/XCDR. |
| 7874 | (restore_search_regs): Rename from restore_match_data. Uses changed. | 7874 | (restore_search_regs): Rename from restore_match_data. Uses changed. |
| 7875 | (unwind_set_match_data): New function. | 7875 | (unwind_set_match_data): New function. |
| @@ -8835,7 +8835,7 @@ | |||
| 8835 | 8835 | ||
| 8836 | * macterm.c (mac_keyboard_text_encoding) | 8836 | * macterm.c (mac_keyboard_text_encoding) |
| 8837 | (current_mac_keyboard_text_encoding): Remove variables. | 8837 | (current_mac_keyboard_text_encoding): Remove variables. |
| 8838 | (XTread_socket): Store language-change event if keyboard script change | 8838 | (XTread_socket): Store language-change event if keyboard script change |
| 8839 | is detected. Don't convert input to `mac_keyboard_text_encoding'. | 8839 | is detected. Don't convert input to `mac_keyboard_text_encoding'. |
| 8840 | (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding. | 8840 | (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding. |
| 8841 | 8841 | ||
| @@ -10079,7 +10079,7 @@ | |||
| 10079 | (merge_into_realized_face): Add prototype. | 10079 | (merge_into_realized_face): Add prototype. |
| 10080 | 10080 | ||
| 10081 | * xfaces.c (merge_into_realized_face): New function. Used to | 10081 | * xfaces.c (merge_into_realized_face): New function. Used to |
| 10082 | merge escape-glyph face or face from display table into current face. | 10082 | merge escape-glyph face or face from display table into current face. |
| 10083 | 10083 | ||
| 10084 | * xdisp.c (Vshow_nonbreak_escape): New lisp var. | 10084 | * xdisp.c (Vshow_nonbreak_escape): New lisp var. |
| 10085 | (syms_of_xdisp): DEFVAR_LISP it. | 10085 | (syms_of_xdisp): DEFVAR_LISP it. |
| @@ -10301,7 +10301,7 @@ | |||
| 10301 | Lookup table instead. | 10301 | Lookup table instead. |
| 10302 | (mac_do_font_lists): Simplify calculation of the longest | 10302 | (mac_do_font_lists): Simplify calculation of the longest |
| 10303 | nonspecial string. | 10303 | nonspecial string. |
| 10304 | (init_mac_drag_n_drop): Remove function and declaration. | 10304 | (init_mac_drag_n_drop): Remove function and declaration. |
| 10305 | (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call | 10305 | (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call |
| 10306 | init_mac_drag_n_drop. | 10306 | init_mac_drag_n_drop. |
| 10307 | (mac_do_track_drag): New function and declaration. | 10307 | (mac_do_track_drag): New function and declaration. |
| @@ -12451,7 +12451,7 @@ | |||
| 12451 | when SIGNALS_VIA_CHARACTERS. | 12451 | when SIGNALS_VIA_CHARACTERS. |
| 12452 | 12452 | ||
| 12453 | * process.c (process_send_signal) | 12453 | * process.c (process_send_signal) |
| 12454 | [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up. | 12454 | [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up. |
| 12455 | Do nothing if the character is CVDISABLE. | 12455 | Do nothing if the character is CVDISABLE. |
| 12456 | 12456 | ||
| 12457 | * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op. | 12457 | * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op. |
| @@ -12797,7 +12797,7 @@ | |||
| 12797 | * macterm.c (do_window_activate, do_window_deactivate): Remove. | 12797 | * macterm.c (do_window_activate, do_window_deactivate): Remove. |
| 12798 | (XTread_socket): Send mouse button events to the toolbox | 12798 | (XTread_socket): Send mouse button events to the toolbox |
| 12799 | dispatcher even when the mouse is grabbed. Don't process window | 12799 | dispatcher even when the mouse is grabbed. Don't process window |
| 12800 | activate events for non-Emacs windows. Replace function calls to | 12800 | activate events for non-Emacs windows. Replace function calls to |
| 12801 | do_window_activate and do_window_deactivate with their contents. | 12801 | do_window_activate and do_window_deactivate with their contents. |
| 12802 | Reset mouse grabbing status when a window is deactivated. | 12802 | Reset mouse grabbing status when a window is deactivated. |
| 12803 | 12803 | ||
| @@ -14129,7 +14129,7 @@ | |||
| 14129 | 14129 | ||
| 14130 | 2004-04-06 Kim F. Storm <storm@cua.dk> | 14130 | 2004-04-06 Kim F. Storm <storm@cua.dk> |
| 14131 | 14131 | ||
| 14132 | * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden. | 14132 | * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden. |
| 14133 | (dos_rawgetc): Set mouse_face_hidden after clearing highlight. | 14133 | (dos_rawgetc): Set mouse_face_hidden after clearing highlight. |
| 14134 | 14134 | ||
| 14135 | * w32term.c (w32_read_socket): Set mouse_face_hidden after | 14135 | * w32term.c (w32_read_socket): Set mouse_face_hidden after |
| @@ -15910,7 +15910,7 @@ | |||
| 15910 | able to know when cursor is on an image; always substitute | 15910 | able to know when cursor is on an image; always substitute |
| 15911 | hollow-box cursor for filled-box cursor on images, to avoid | 15911 | hollow-box cursor for filled-box cursor on images, to avoid |
| 15912 | negative images and flicker when blinking the cursor. | 15912 | negative images and flicker when blinking the cursor. |
| 15913 | (display_and_set_cursor): Pass glyph to get_window_cursor_type. | 15913 | (display_and_set_cursor): Pass glyph to get_window_cursor_type. |
| 15914 | (note_mode_line_or_margin_highlight): Use non-text cursor rather | 15914 | (note_mode_line_or_margin_highlight): Use non-text cursor rather |
| 15915 | than vertical scroll-bar cursor in display margins. | 15915 | than vertical scroll-bar cursor in display margins. |
| 15916 | (note_mouse_highlight): Use non-text cursor rather than text | 15916 | (note_mouse_highlight): Use non-text cursor rather than text |
| @@ -16336,7 +16336,7 @@ | |||
| 16336 | is received. | 16336 | is received. |
| 16337 | (handle_one_xevent): Rename x_check_expected_move from | 16337 | (handle_one_xevent): Rename x_check_expected_move from |
| 16338 | x_check_fullscreen_move. | 16338 | x_check_fullscreen_move. |
| 16339 | (x_set_offset): Only add WM decoration sizes to modified_top/left | 16339 | (x_set_offset): Only add WM decoration sizes to modified_top/left |
| 16340 | for X_WMTYPE_A. Set check_expected_move when WM type is unknown. | 16340 | for X_WMTYPE_A. Set check_expected_move when WM type is unknown. |
| 16341 | (x_check_expected_move): Rename from x_check_fullscreen_move. | 16341 | (x_check_expected_move): Rename from x_check_fullscreen_move. |
| 16342 | Removed fullscreen specific code. Use check_expected_move, | 16342 | Removed fullscreen specific code. Use check_expected_move, |
| @@ -17559,7 +17559,7 @@ | |||
| 17559 | 3) Consistently use FRAME_FONT and FRAME_FONTSET macros. | 17559 | 3) Consistently use FRAME_FONT and FRAME_FONTSET macros. |
| 17560 | 17560 | ||
| 17561 | 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code | 17561 | 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code |
| 17562 | rather than FRAME_WIDTH (FRAME_FONT (f)). | 17562 | rather than FRAME_WIDTH (FRAME_FONT (f)). |
| 17563 | 17563 | ||
| 17564 | 5) Introduce a consistent naming of variables, members and macros | 17564 | 5) Introduce a consistent naming of variables, members and macros |
| 17565 | depending on whether their value is measured in pixels or in | 17565 | depending on whether their value is measured in pixels or in |
| @@ -17859,7 +17859,7 @@ | |||
| 17859 | fringe, and scroll-bar settings; then call Fset_window_buffer with | 17859 | fringe, and scroll-bar settings; then call Fset_window_buffer with |
| 17860 | KEEP_MARGINS non-nil. This fixes a bug which caused a split | 17860 | KEEP_MARGINS non-nil. This fixes a bug which caused a split |
| 17861 | window to only preserve the display margins in one of the windows. | 17861 | window to only preserve the display margins in one of the windows. |
| 17862 | When splitting horizontally, call adjust_window_margins on both | 17862 | When splitting horizontally, call adjust_window_margins on both |
| 17863 | windows to ensure that the text area of the new windows is non too | 17863 | windows to ensure that the text area of the new windows is non too |
| 17864 | narrow. This fixes a bug which could cause Emacs to trap if the | 17864 | narrow. This fixes a bug which could cause Emacs to trap if the |
| 17865 | width of the split window was less than the width of the display | 17865 | width of the split window was less than the width of the display |
| @@ -19545,7 +19545,7 @@ | |||
| 19545 | 19545 | ||
| 19546 | * gtkutil.c (xg_tool_bar_expose_callback): New function. | 19546 | * gtkutil.c (xg_tool_bar_expose_callback): New function. |
| 19547 | (xg_create_tool_bar): Force style of tool bar to be horizontal with | 19547 | (xg_create_tool_bar): Force style of tool bar to be horizontal with |
| 19548 | icons. Set name of tool bar to emacs-toolbar. | 19548 | icons. Set name of tool bar to emacs-toolbar. |
| 19549 | (update_frame_tool_bar): Connect expose event to | 19549 | (update_frame_tool_bar): Connect expose event to |
| 19550 | xg_tool_bar_expose_callback. | 19550 | xg_tool_bar_expose_callback. |
| 19551 | 19551 | ||
| @@ -24615,7 +24615,7 @@ | |||
| 24615 | 24615 | ||
| 24616 | * w32term.c (x_check_fullscreen, x_check_fullscreen_move) | 24616 | * w32term.c (x_check_fullscreen, x_check_fullscreen_move) |
| 24617 | (x_fullscreen_adjust): New functions. | 24617 | (x_fullscreen_adjust): New functions. |
| 24618 | (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to | 24618 | (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to |
| 24619 | fullscreen. Call x_check_fullscreen_move, and set the | 24619 | fullscreen. Call x_check_fullscreen_move, and set the |
| 24620 | want_fullscreen member of output_data.w32 | 24620 | want_fullscreen member of output_data.w32 |
| 24621 | <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. | 24621 | <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. |
| @@ -24636,7 +24636,7 @@ | |||
| 24636 | 24636 | ||
| 24637 | * xterm.c (disable_mouse_highlight): Removed variable. | 24637 | * xterm.c (disable_mouse_highlight): Removed variable. |
| 24638 | (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. | 24638 | (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. |
| 24639 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. | 24639 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. |
| 24640 | (XTread_socket): Turn mouse_face_hidden off after mouse movement, | 24640 | (XTread_socket): Turn mouse_face_hidden off after mouse movement, |
| 24641 | and on after keyboard input. | 24641 | and on after keyboard input. |
| 24642 | (x_term_init): Initialize mouse_face_hidden. | 24642 | (x_term_init): Initialize mouse_face_hidden. |
| @@ -24644,7 +24644,7 @@ | |||
| 24644 | * msdos.h (struct display_info): Add mouse_face_hidden. | 24644 | * msdos.h (struct display_info): Add mouse_face_hidden. |
| 24645 | 24645 | ||
| 24646 | * msdos.c (disable_mouse_highlight): Removed variable. | 24646 | * msdos.c (disable_mouse_highlight): Removed variable. |
| 24647 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. | 24647 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. |
| 24648 | (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. | 24648 | (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil. |
| 24649 | (internal_terminal_init): Initialize mouse_face_hidden. | 24649 | (internal_terminal_init): Initialize mouse_face_hidden. |
| 24650 | (dos_rawgetc): Turn mouse_face_hidden off after mouse movement, | 24650 | (dos_rawgetc): Turn mouse_face_hidden off after mouse movement, |
| @@ -24654,7 +24654,7 @@ | |||
| 24654 | 24654 | ||
| 24655 | * w32term.c (disable_mouse_highlight): Removed variable. | 24655 | * w32term.c (disable_mouse_highlight): Removed variable. |
| 24656 | (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil. | 24656 | (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil. |
| 24657 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. | 24657 | (show_mouse_face): Don't show highlight if mouse_face_hidden is set. |
| 24658 | (w32_read_socket): Turn mouse_face_hidden off after mouse movement, | 24658 | (w32_read_socket): Turn mouse_face_hidden off after mouse movement, |
| 24659 | and on after keyboard input. | 24659 | and on after keyboard input. |
| 24660 | (w32_initialize_display_info): Initialize mouse_face_hidden. | 24660 | (w32_initialize_display_info): Initialize mouse_face_hidden. |
| @@ -25191,7 +25191,7 @@ | |||
| 25191 | 2002-01-07 Jason Rumney <jasonr@gnu.org> | 25191 | 2002-01-07 Jason Rumney <jasonr@gnu.org> |
| 25192 | 25192 | ||
| 25193 | * xmenu.c (set_frame_menubar, xmenu_show): | 25193 | * xmenu.c (set_frame_menubar, xmenu_show): |
| 25194 | (xdialog_show): Initialize wv->help to Qnil. | 25194 | (xdialog_show): Initialize wv->help to Qnil. |
| 25195 | 25195 | ||
| 25196 | * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show): | 25196 | * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show): |
| 25197 | (w32_dialog_show): Initialize wv->help to Qnil. | 25197 | (w32_dialog_show): Initialize wv->help to Qnil. |