1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

19788 commits

Author SHA1 Message Date
Juanma Barranquero
4a9308b8e2 (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and
BASE-VARIABLE, respectively.
2005-06-14 00:39:32 +00:00
Stefan Monnier
5aa6db5755 *** empty log message *** 2005-06-13 20:50:25 +00:00
Stefan Monnier
b78ab259b1 (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
(get_phys_cursor_geometry, format_mode_line_unwind_data)
(get_line_height_property, x_produce_glyphs): Remove unused vars.
2005-06-13 20:49:14 +00:00
Stefan Monnier
737ccba9d9 (run_pre_post_conversion_on_str): Remove unused var `buf'. 2005-06-13 20:47:42 +00:00
Eli Zaretskii
0e0dddda54 *** empty log message *** 2005-06-13 12:19:38 +00:00
Eli Zaretskii
099b657782 (x_use_underline_position_properties): New variable.
(x_draw_glyph_string): Remind in a comment to change doc string of
x-use-underline-position-properties if/when underline positioning is
implemented.
(syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
and initialize it to nil.
2005-06-13 12:18:31 +00:00
Jason Rumney
7f2b4738d9 (NEWOPENFILENAME): New struct.
(Fx_file_dialog): Use it to trick the system into giving us up to
date dialogs on systems that are documented to support it.
Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
2005-06-12 19:23:28 +00:00
Eli Zaretskii
a1e8cad6ea *** empty log message *** 2005-06-12 11:28:55 +00:00
Eli Zaretskii
c52e16385d (w32_abort): Use the MB_YESNO dialog instead of
MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.
2005-06-12 10:41:05 +00:00
Eli Zaretskii
2e09fef1ac (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
to CreateDIBSection to avoid a compiler warning.
(pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
warning.
(png_load): Cast return values of fn_png_create_read_struct and
fn_png_create_info_struct, to avoid compiler warnings on W32.
Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
to avoid compiler warnings.
(jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
avoid a compiler warning.
(tiff_load): Cast return values of fn_TIFFOpen and
fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
to IMAGE_BACKGROUND to avoid a compiler warning.
(gif_load): Cast return values of fn_DGifOpenFileName and
fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
IMAGE_BACKGROUND to avoid a compiler warning.
(DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
before redefining.
2005-06-11 16:25:14 +00:00
Eli Zaretskii
099a3eead2 *** empty log message *** 2005-06-11 15:11:34 +00:00
Eli Zaretskii
17757d663f (create_offscreen_bitmap): Cast bitsp' to void **' in
the call to CreateDIBSection, to avoid a compiler warning.
2005-06-11 15:10:58 +00:00
Jason Rumney
d11f8e1ab9 *** empty log message *** 2005-06-10 23:04:18 +00:00
Jason Rumney
ba6f3859e0 (Fx_file_dialog): Unblock input before falling back to minibuffer. 2005-06-10 23:03:28 +00:00
Eli Zaretskii
cd4344a3ee ($(TEMACS)): Depend on addsection.exe. 2005-06-10 17:47:00 +00:00
Juanma Barranquero
578c1340ea *** empty log message *** 2005-06-10 15:00:48 +00:00
Juanma Barranquero
a8ab3e9607 (syms_of_w32fns): Fix spellings. 2005-06-10 14:21:22 +00:00
Juanma Barranquero
2de35a2582 (syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings. 2005-06-10 14:19:26 +00:00
Eli Zaretskii
1a5cab3769 Update copyrighte years. 2005-06-10 12:56:51 +00:00
Eli Zaretskii
4162f25f3e (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
`verbose'; print diagnostic messages only if it is non-zero.  All
callers changed to pass a zero value unless DEBUG_DUMP is defined
in the environment.
(copy_executable_and_dump_data): Print section names with %.8s.
2005-06-10 11:04:20 +00:00
Masatake YAMATO
121c59a3e4 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
when mouse_face is not given.
Remove unnecessary tabs.
2005-06-10 05:31:45 +00:00
Luc Teirlinck
6ecf436de1 *** empty log message *** 2005-06-10 02:45:38 +00:00
Luc Teirlinck
c869384d74 (Fselect_window): Adapt call to Fselect_frame. 2005-06-10 02:36:07 +00:00
Luc Teirlinck
9848feb480 Update EXFUN of Fselect_frame. 2005-06-10 02:29:12 +00:00
Luc Teirlinck
f840fb39d6 (command_loop_1): Adapt call to Fselect_frame. 2005-06-10 02:26:58 +00:00
Luc Teirlinck
20dc6fbbe0 (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.
(Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
Adapt to above change.
2005-06-10 02:22:11 +00:00
Juanma Barranquero
c14ec13543 (Fmemq, Fmaphash): Doc fixes. 2005-06-09 23:27:58 +00:00
Juanma Barranquero
9fed2905dd (Fdisplay_supports_face_attributes_p): Fix typo in docstring. 2005-06-09 10:39:02 +00:00
Steven Tamm
427c5b1be2 unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
used by gcc4 on intel mac.
2005-06-09 03:37:20 +00:00
Kim F. Storm
b7aae902ed *** empty log message *** 2005-06-08 23:04:27 +00:00
Kim F. Storm
9ad54a7e16 (Fset_match_data): Fix last change. 2005-06-08 22:54:39 +00:00
Kim F. Storm
89f2614d96 * composite.c (compose_chars_in_text):
* eval.c (do_autoload):
* macmenu.c (set_frame_menubar):
* process.c (read_process_output, exec_sentinel):
* xmenu.c (set_frame_menubar):
* xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
* w32menu.c (set_frame_menubar):
Use record_unwind_save_match_data.
Rename restore_match_data to restore_search_regs.
2005-06-08 22:33:36 +00:00
Kim F. Storm
5fe2b5a58d (Fmatch_data, Fset_match_data): Fix EXFUN.
(record_unwind_save_match_data): Add prototype.
(restore_search_regs): Rename from restore_match_data.
2005-06-08 22:32:33 +00:00
Kim F. Storm
abd0071cac (Fmatch_data): Add optional RESEAT arg. Unchain markers
in REUSE list if non-nil; free them if equal to evaporate.
(Fset_match_data): Add optional RESEAT arg.  Unchain markers in	LIST
if non-nil; free them if equal to evaporate.  Use XCAR/XCDR.
(restore_search_regs): Rename from restore_match_data.  Uses changed.
(unwind_set_match_data): New function.
(record_unwind_save_match_data): New function like save-match-data.
2005-06-08 22:32:20 +00:00
Richard M. Stallman
995987378d *** empty log message *** 2005-06-08 15:55:18 +00:00
Richard M. Stallman
beac3988df Undo previous change. 2005-06-08 15:28:27 +00:00
Richard M. Stallman
547d2b3797 (get_next_display_element): Alter previous change:
Distinguish Vshow_nonbreak_escape = t or not t.
For t, use escape_glyph once again, as before previous change.
Use space or hyphen for display, instead of the non-ASCII char.
(syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
2005-06-08 15:26:33 +00:00
Richard M. Stallman
9d13865997 Clean up whitespace. 2005-06-08 15:18:49 +00:00
Richard M. Stallman
01836ccef0 (Fstart_process): Don't touch command_channel_p slot. 2005-06-08 15:18:10 +00:00
Richard M. Stallman
638322a4ac (struct process): Conditionalize slots adaptive_read_buffering,
read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING.
Delete command_channel_p.
2005-06-08 15:16:31 +00:00
Masatake YAMATO
602907aea1 * xdisp.c (note_mode_line_or_margin_highlight): Check
the overlapping of re-rendering area to avoid flickering.
(note_mouse_highlight): Call clear_mouse_face if PART
is not ON_MODE_LINE nor ON_HEADER_LINE.
2005-06-07 14:32:23 +00:00
Kim F. Storm
db853b7a75 Improve commentary for adaptive read buffering. 2005-06-07 13:19:25 +00:00
Kim F. Storm
8b793bed53 *** empty log message *** 2005-06-07 13:19:11 +00:00
Juanma Barranquero
28893db2e7 Update comment. 2005-06-07 13:02:04 +00:00
Stefan Monnier
3d031334d8 *** empty log message *** 2005-06-06 21:33:29 +00:00
Stefan Monnier
9cfc7da424 (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available. 2005-06-06 21:27:50 +00:00
Jan Djärv
f5f870c03c * macmenu.c (menu_quit_handler, install_menu_quit_handler): New
functions for popping down menus on C-g.
 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
2005-06-06 20:24:13 +00:00
Jan Djärv
1b0fc0ce61 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
non-static.
2005-06-06 20:23:56 +00:00
Jan Djärv
16d2e7043a * macmenu.c (menu_quit_handler, install_menu_quit_handler): New
functions for popping down menus on C-g.
 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.

 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
 non-static.

 * config.in: Added HAVE_CANCELMENUTRACKING
2005-06-06 20:23:30 +00:00
Jan Djärv
a6f4bf4882 added HAVE_CANCELMENUTRACKING 2005-06-06 20:18:38 +00:00