summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (syms_of_w32fns): Fix spellings.Juanma Barranquero2005-06-101-1/+1
|
* (syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* Update copyrighte years.Eli Zaretskii2005-06-101-1/+1
|
* (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argumentEli Zaretskii2005-06-102-20/+42
| | | | | | | `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.
* * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_faceMasatake YAMATO2005-06-102-5/+12
| | | | | when mouse_face is not given. Remove unnecessary tabs.
* *** empty log message ***Luc Teirlinck2005-06-101-2/+3
|
* (Fselect_window): Adapt call to Fselect_frame.Luc Teirlinck2005-06-102-1/+13
|
* Update EXFUN of Fselect_frame.Luc Teirlinck2005-06-101-1/+1
|
* (command_loop_1): Adapt call to Fselect_frame.Luc Teirlinck2005-06-101-1/+1
|
* (Fhandle_switch_frame, Fselect_frame): Delete unused arg no_enter.Luc Teirlinck2005-06-101-9/+9
| | | | | (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame): Adapt to above change.
* (Fmemq, Fmaphash): Doc fixes.Juanma Barranquero2005-06-092-2/+6
|
* (Fdisplay_supports_face_attributes_p): Fix typo in docstring.Juanma Barranquero2005-06-092-5/+10
|
* unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 sectionSteven Tamm2005-06-092-0/+6
| | | | used by gcc4 on intel mac.
* *** empty log message ***Kim F. Storm2005-06-081-1/+24
|
* (Fset_match_data): Fix last change.Kim F. Storm2005-06-081-0/+2
|
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-087-21/+22
| | | | | | | | | | | * 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.
* (Fmatch_data, Fset_match_data): Fix EXFUN.Kim F. Storm2005-06-081-3/+5
| | | | | (record_unwind_save_match_data): Add prototype. (restore_search_regs): Rename from restore_match_data.
* (Fmatch_data): Add optional RESEAT arg. Unchain markersKim F. Storm2005-06-081-18/+76
| | | | | | | | | 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.
* *** empty log message ***Richard M. Stallman2005-06-081-4/+1
|
* Undo previous change.Richard M. Stallman2005-06-081-2/+0
|
* (get_next_display_element): Alter previous change:Richard M. Stallman2005-06-082-14/+64
| | | | | | | 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.
* Clean up whitespace.Richard M. Stallman2005-06-081-1/+1
|
* (Fstart_process): Don't touch command_channel_p slot.Richard M. Stallman2005-06-081-1/+0
|
* (struct process): Conditionalize slots adaptive_read_buffering,Richard M. Stallman2005-06-081-3/+3
| | | | | read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING. Delete command_channel_p.
* * xdisp.c (note_mode_line_or_margin_highlight): CheckMasatake YAMATO2005-06-072-10/+31
| | | | | | 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.
* Improve commentary for adaptive read buffering.Kim F. Storm2005-06-071-4/+13
|
* *** empty log message ***Kim F. Storm2005-06-071-0/+4
|
* Update comment.Juanma Barranquero2005-06-071-2/+2
|
* *** empty log message ***Stefan Monnier2005-06-061-0/+5
|
* (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.Stefan Monnier2005-06-061-2/+5
|
* * macmenu.c (menu_quit_handler, install_menu_quit_handler): NewJan Djärv2005-06-061-32/+121
| | | | | 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_keycodeJan Djärv2005-06-061-2/+2
| | | | non-static.
* * macmenu.c (menu_quit_handler, install_menu_quit_handler): NewJan Djärv2005-06-061-0/+11
| | | | | | | | | | 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
* added HAVE_CANCELMENUTRACKINGJan Djärv2005-06-061-3/+6
|
* ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h.Eli Zaretskii2005-06-062-0/+16
|
* (RVA_TO_PTR): No need to #undef now.Eli Zaretskii2005-06-061-1/+0
|
* (RVA_TO_PTR): New macro.Eli Zaretskii2005-06-061-0/+5
|
* (RVA_TO_PTR): Moved here from w32heap.h.Eli Zaretskii2005-06-061-0/+3
|
* (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.Eli Zaretskii2005-06-061-9/+0
|
* (command_loop_1): Update Vthis_original_command.Luc Teirlinck2005-06-061-0/+1
|
* *** empty log message ***Luc Teirlinck2005-06-061-0/+4
|
* *** empty log message ***Richard M. Stallman2005-06-061-0/+4
|
* (popup_get_selection): Undo previous change.Richard M. Stallman2005-06-061-4/+0
|
* *** empty log message ***Juri Linkov2005-06-061-0/+8
|
* (Qno_break_space): New variable.Juri Linkov2005-06-061-7/+27
| | | | | | | (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.
* * window.c (delete_window): Handle the case where a h/vchild hasJan Djärv2005-06-062-1/+53
| | | | a h/vchild.
* *** empty log message ***Kenichi Handa2005-06-061-1/+1
|
* *** empty log message ***Eli Zaretskii2005-06-051-0/+5
|
* (sys_setsockopt): Change arg 4 to `const void *'. In theEli Zaretskii2005-06-051-2/+2
| | | | call to pfn_setsockopt, cast optval to `const char *'.
* *** empty log message ***Kim F. Storm2005-06-051-2/+1
|