aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (select_window_1): Don't select frame.Richard M. Stallman2002-09-212-10/+10
| | | | | Set frame's selected window only when frame itself is selected. (Fselect_window): Doc fix.
* (make-network-process): Doc fix (there is no network-server-log-function hook).Kim F. Storm2002-09-181-3/+2
|
* *** empty log message ***Kim F. Storm2002-09-181-0/+5
|
* *** empty log message ***Richard M. Stallman2002-09-181-0/+7
|
* (print): Clear out the unused parts of Vprint_number_table.Richard M. Stallman2002-09-181-9/+22
| | | | (syms_of_print): Doc fix for `print-number-table'.
* (unexec): Undo previous change.Richard M. Stallman2002-09-181-4/+0
|
* .Andreas Schwab2002-09-171-0/+4
|
* [LINUX]: Don't define DATA_START.Andreas Schwab2002-09-171-0/+2
|
* (unexec): Deal with .got, reinstating change from 25-08-1999.Richard M. Stallman2002-09-162-0/+9
|
* (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
|