aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (UNEXEC): Comment out definition.Richard M. Stallman2002-09-132-1/+10
|
* (unexec): Don't downcase first letter of error msg.Richard M. Stallman2002-09-131-5/+0
|
* (Fcolor_supported_p): Just one arg is required.Richard M. Stallman2002-09-131-1/+1
|
* *** empty log message ***Markus Rost2002-09-131-0/+4
|
* Include buffer.h, charset.h, coding.h.Markus Rost2002-09-121-0/+3
|
* Comment change.Richard M. Stallman2002-09-121-1/+2
|
* *** empty log message ***Richard M. Stallman2002-09-121-0/+18
|
* Don't use report_file_error; do it by hand using dlerror.Richard M. Stallman2002-09-121-3/+17
|
* (wait_reading_process_input, both versions):Richard M. Stallman2002-09-121-1/+5
| | | | Before calling turn_on_atimers, call stop_polling.
* (syms_of_emacs) <command-line-args>: Doc fix.Richard M. Stallman2002-09-121-1/+2
|
* (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0Richard M. Stallman2002-09-121-3/+7
| | | | and we have non-toolkit scroll bars, return nil for scroll-bar-width.
* (try_scrolling): If after make_cursor_line_fully_visibleRichard M. Stallman2002-09-121-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. Stallman2002-09-111-0/+17
|
* (Fdo_auto_save): Catch error making directory.Richard M. Stallman2002-09-111-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. Stallman2002-09-112-12/+12
|
* (Fexecute_extended_command): Use pop_message_unwind.Richard M. Stallman2002-09-111-1/+1
|
* (Fgarbage_collect): Use pop_message_unwind.Richard M. Stallman2002-09-111-1/+1
|
* *** empty log message ***Stefan Monnier2002-09-101-1/+7
|
* (DISCARD_FAILURE_REG_OR_COUNT): Delete.Stefan Monnier2002-09-101-132/+127
| | | | | (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1. (re_match_2_internal): Be more careful with infinite loops.
* TypoKim F. Storm2002-09-091-1/+1
|
* *** empty log message ***Kim F. Storm2002-09-091-0/+10
|
* (end_kbd_macro): Declare extern.Kim F. Storm2002-09-091-0/+4
|
* (end_kbd_macro): New function.Kim F. Storm2002-09-091-6/+14
| | | | (Fend_kbd_macro): Use it.
* (Fdiscard_input): If defining keyboard macro,Kim F. Storm2002-09-091-2/+8
| | | | end and save it instead of discarding it.
* Fix typo. Add comment.Markus Rost2002-09-092-1/+7
|
* *** empty log message ***Richard M. Stallman2002-09-091-0/+8
|
* (regnum_t): Use signed int, not unsigned int.Richard M. Stallman2002-09-091-1/+1
|
* New file.Richard M. Stallman2002-09-091-0/+5
|
* (UNEXEC): Definition deleted.Richard M. Stallman2002-09-091-3/+0
|
* *** empty log message ***Kim F. Storm2002-09-081-0/+7
|
* (executing_macro_index): Change type to EMACS_INT.Kim F. Storm2002-09-081-1/+1
|
* (executing_macro_index): Change type to EMACS_INT.Kim F. Storm2002-09-081-1/+4
| | | | (syms_of_macros): DEFVAR_INT it (needed by kmacro).
* (set_case_table): Make canon table point to eqv table.Richard M. Stallman2002-09-062-0/+7
|
* (syms_of_xselect): Fix spacing.Juanma Barranquero2002-09-062-2/+21
|
* (syms_of_w32select): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* (syms_of_win16select): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* (Fx_server_max_request_size): Fix spacing.Juanma Barranquero2002-09-061-241/+241
|
* (Fset_fontset_font): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (Flsh): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (Fcompose_region_internal, Fcompose_string_internal): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* (syms_of_coding): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (set_image_of_range_1): In no-TRANSLATE case,Richard M. Stallman2002-09-062-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. Stallman2002-09-051-1/+17
|
* (UNEXEC): Use unexsol.o.Richard M. Stallman2002-09-051-15/+1
|
* (displayed_window_lines): Correct for one-off bugRichard M. Stallman2002-09-051-0/+9
| | | | in HEIGHT on non-window displays.
* (set_image_of_range_1): New function.Richard M. Stallman2002-09-051-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 Barranquero2002-09-042-300/+565
|
* *** empty log message ***Kenichi Handa2002-09-031-0/+4
|
* *** empty log message ***Richard M. Stallman2002-09-011-0/+8
|
* Initial version.Richard M. Stallman2002-09-011-0/+17
|