1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
Commit graph

19770 commits

Author SHA1 Message Date
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
Eli Zaretskii
b6cc2ad0e9 ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h. 2005-06-06 19:29:58 +00:00
Eli Zaretskii
61bfbbfaa1 (RVA_TO_PTR): No need to #undef now. 2005-06-06 19:28:47 +00:00
Eli Zaretskii
8747ac3f68 (RVA_TO_PTR): New macro. 2005-06-06 19:28:27 +00:00
Eli Zaretskii
e9bdb9c9f7 (RVA_TO_PTR): Moved here from w32heap.h. 2005-06-06 19:28:02 +00:00
Eli Zaretskii
a74089f7a1 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros. 2005-06-06 19:27:37 +00:00
Luc Teirlinck
6e005d5617 (command_loop_1): Update Vthis_original_command. 2005-06-06 16:17:44 +00:00
Luc Teirlinck
24e55febf4 *** empty log message *** 2005-06-06 16:14:46 +00:00
Richard M. Stallman
ce6e10af52 *** empty log message *** 2005-06-06 12:58:13 +00:00
Richard M. Stallman
1ca1f3f6c9 (popup_get_selection): Undo previous change. 2005-06-06 12:56:53 +00:00
Juri Linkov
c476bcb06c *** empty log message *** 2005-06-06 12:37:46 +00:00
Juri Linkov
44e582b843 (Qno_break_space): New variable.
(syms_of_xdisp): Initialize it.
(get_next_display_element): Add no-break space and soft hypen
codes for iso8859-2 and iso8859-5.  Don't add `\' for them.
Use `no-break-space' face for no-break spaces.
2005-06-06 12:36:29 +00:00
Jan Djärv
5494d7bcdb * window.c (delete_window): Handle the case where a h/vchild has
a h/vchild.
2005-06-06 10:38:40 +00:00
Kenichi Handa
a9b4333620 *** empty log message *** 2005-06-06 00:45:57 +00:00
Eli Zaretskii
a0c3832890 *** empty log message *** 2005-06-05 19:16:55 +00:00
Eli Zaretskii
a5a389bb74 (sys_setsockopt): Change arg 4 to `const void *'. In the
call to pfn_setsockopt, cast optval to `const char *'.
2005-06-05 19:13:37 +00:00
Kim F. Storm
17a7c5c2b0 *** empty log message *** 2005-06-05 17:09:55 +00:00
Eli Zaretskii
1a8fb4262f *** empty log message *** 2005-06-04 20:40:00 +00:00
Eli Zaretskii
6e60256665 (gettimeofday): Use struct _timeb, not struct timeb.
(open_unc_volume): Cast return value of map_w32_filename, to avoid
compiler warnings.
2005-06-04 20:39:15 +00:00