| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (UNEXEC): Comment out definition. | Richard M. Stallman | 2002-09-13 | 2 | -1/+10 |
| | | |||||
| * | (unexec): Don't downcase first letter of error msg. | Richard M. Stallman | 2002-09-13 | 1 | -5/+0 |
| | | |||||
| * | (Fcolor_supported_p): Just one arg is required. | Richard M. Stallman | 2002-09-13 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Markus Rost | 2002-09-13 | 1 | -0/+4 |
| | | |||||
| * | Include buffer.h, charset.h, coding.h. | Markus Rost | 2002-09-12 | 1 | -0/+3 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2002-09-12 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-09-12 | 1 | -0/+18 |
| | | |||||
| * | Don't use report_file_error; do it by hand using dlerror. | Richard M. Stallman | 2002-09-12 | 1 | -3/+17 |
| | | |||||
| * | (wait_reading_process_input, both versions): | Richard M. Stallman | 2002-09-12 | 1 | -1/+5 |
| | | | | | Before calling turn_on_atimers, call stop_polling. | ||||
| * | (syms_of_emacs) <command-line-args>: Doc fix. | Richard M. Stallman | 2002-09-12 | 1 | -1/+2 |
| | | |||||
| * | (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0 | Richard M. Stallman | 2002-09-12 | 1 | -3/+7 |
| | | | | | and we have non-toolkit scroll bars, return nil for scroll-bar-width. | ||||
| * | (try_scrolling): If after make_cursor_line_fully_visible | Richard M. Stallman | 2002-09-12 | 1 | -3/+7 |
| | | | | | | | we go to too_near_end, call clear_glyph_matrix. (redisplay_window): After make_cursor_line_fully_visible, call clear_glyph_matrix and bypass `goto done'. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-09-11 | 1 | -0/+17 |
| | | |||||
| * | (Fdo_auto_save): Catch error making directory. | Richard M. Stallman | 2002-09-11 | 1 | -6/+29 |
| | | | | | | | | | Only call push_message if we need to. At the same time, make an unwind-protect to pop it. Rename local message_p to old_message_p. (do_auto_save_make_dir, do_auto_save_eh): New functions. (do_auto_save_unwind): Don't call pop_message. | ||||
| * | (pop_message_unwind): Renamed from push_message_unwind. | Richard M. Stallman | 2002-09-11 | 2 | -12/+12 |
| | | |||||
| * | (Fexecute_extended_command): Use pop_message_unwind. | Richard M. Stallman | 2002-09-11 | 1 | -1/+1 |
| | | |||||
| * | (Fgarbage_collect): Use pop_message_unwind. | Richard M. Stallman | 2002-09-11 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-09-10 | 1 | -1/+7 |
| | | |||||
| * | (DISCARD_FAILURE_REG_OR_COUNT): Delete. | Stefan Monnier | 2002-09-10 | 1 | -132/+127 |
| | | | | | | (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1. (re_match_2_internal): Be more careful with infinite loops. | ||||
| * | Typo | Kim F. Storm | 2002-09-09 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-09-09 | 1 | -0/+10 |
| | | |||||
| * | (end_kbd_macro): Declare extern. | Kim F. Storm | 2002-09-09 | 1 | -0/+4 |
| | | |||||
| * | (end_kbd_macro): New function. | Kim F. Storm | 2002-09-09 | 1 | -6/+14 |
| | | | | | (Fend_kbd_macro): Use it. | ||||
| * | (Fdiscard_input): If defining keyboard macro, | Kim F. Storm | 2002-09-09 | 1 | -2/+8 |
| | | | | | end and save it instead of discarding it. | ||||
| * | Fix typo. Add comment. | Markus Rost | 2002-09-09 | 2 | -1/+7 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-09-09 | 1 | -0/+8 |
| | | |||||
| * | (regnum_t): Use signed int, not unsigned int. | Richard M. Stallman | 2002-09-09 | 1 | -1/+1 |
| | | |||||
| * | New file. | Richard M. Stallman | 2002-09-09 | 1 | -0/+5 |
| | | |||||
| * | (UNEXEC): Definition deleted. | Richard M. Stallman | 2002-09-09 | 1 | -3/+0 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-09-08 | 1 | -0/+7 |
| | | |||||
| * | (executing_macro_index): Change type to EMACS_INT. | Kim F. Storm | 2002-09-08 | 1 | -1/+1 |
| | | |||||
| * | (executing_macro_index): Change type to EMACS_INT. | Kim F. Storm | 2002-09-08 | 1 | -1/+4 |
| | | | | | (syms_of_macros): DEFVAR_INT it (needed by kmacro). | ||||
| * | (set_case_table): Make canon table point to eqv table. | Richard M. Stallman | 2002-09-06 | 2 | -0/+7 |
| | | |||||
| * | (syms_of_xselect): Fix spacing. | Juanma Barranquero | 2002-09-06 | 2 | -2/+21 |
| | | |||||
| * | (syms_of_w32select): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_win16select): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | | |||||
| * | (Fx_server_max_request_size): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -241/+241 |
| | | |||||
| * | (Fset_fontset_font): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (Flsh): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (Fcompose_region_internal, Fcompose_string_internal): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -2/+2 |
| | | |||||
| * | (syms_of_coding): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (set_image_of_range_1): In no-TRANSLATE case, | Richard M. Stallman | 2002-09-06 | 2 | -18/+56 |
| | | | | | | | | | | | call EXTEND_RANGE_TABLE and return a proper value. (set_image_of_range): Don't call set_image_of_range_1 if no TRANSLATE or if range includes all of Latin-1. Only call it for the Latin-1 part of the range. For other cases, make two separate ranges, one for the original specified characters and one for their case-conversions. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-09-05 | 1 | -1/+17 |
| | | |||||
| * | (UNEXEC): Use unexsol.o. | Richard M. Stallman | 2002-09-05 | 1 | -15/+1 |
| | | |||||
| * | (displayed_window_lines): Correct for one-off bug | Richard M. Stallman | 2002-09-05 | 1 | -0/+9 |
| | | | | | in HEIGHT on non-window displays. | ||||
| * | (set_image_of_range_1): New function. | Richard M. Stallman | 2002-09-05 | 1 | -36/+233 |
| | | | | | | | | | | | (set_image_of_range): Use set_image_of_range_1 for Latin-1. Return a value to indicate running out of memory. (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range. (extend_range_table_work_area): New subroutine. (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA. Different calling conventions, and used from set_image_of_range{,_1}. (IMMEDIATE_QUIT_CHECK): Definitions moved. | ||||
| * | All dependencies updated. | Juanma Barranquero | 2002-09-04 | 2 | -300/+565 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-09-03 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-09-01 | 1 | -0/+8 |
| | | |||||
| * | Initial version. | Richard M. Stallman | 2002-09-01 | 1 | -0/+17 |
| | | |||||