aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (adjust_markers_for_insert): New function.Richard M. Stallman1995-09-031-0/+23
| | | | (insert_from_buffer_1, insert_from_string_1, insert_1): Call it.
* (putchar): Call internal_flush instead of _flsbuf.Richard M. Stallman1995-09-031-214/+451
| | | | | | | | | | | | | | | | | | | | | (DO_TERMSCRIPT): New macro to support open-termscript. (internal_flush): Corrected handling of flush in middle of escape sequences. Handle screen width > 127. (flush_escape): New function for use by internal_flush. (sys_select): New MS-DOS specific version with us timing. (EMACSCOLORS): New environment variable. (IT_clear_end_of_line): Set default face. (run_msdos_command): Restore mouse position after command. Close "backup fd"s. Corrected switch to cooked mode while running command. (mouse_on, mouse_off): Now checks have_mouse > 0. Note: "have_mouse < 0" means that a mouse is present, but it has been disabled via msdos-mouse-disable. (IT_write_glyphs): Allow esc-character itself to be printed. (event_timestamp): New function to make reliable times stamps. (sys_chdir): Skip drive letter before calling chdir. (sleep_or_kbd_hit): Handle 60 seconds time wrap. (mouse_get_pos): Return event_timestamp.
* Don't assume that HAVE_CONFIG_H implies emacs.David J. MacKenzie1995-09-022-5/+8
|
* (Fmsdos_mouse_enable, Fmsdos_mouse_disable)Richard M. Stallman1995-09-021-2/+41
| | | | | | | (Fmsdos_mouse_init): New functions. (syms_of_dosfns): defsubr them. (Fmode25, Fmode4350): Call mouse_off unconditionally. (Fset_mouse_position): Return nil.
* (sleep_or_kbd_init): Delete declaration.Richard M. Stallman1995-09-021-1/+0
|
* (sys_subshell) [MSDOS]: Handle SUSPEND env var.Richard M. Stallman1995-09-021-14/+22
| | | | | | | | Disable error report from subshell if system returns non-zero. Don't call vfork before calling system. Don't call wait_for_termination. (sys_select): Turn it off if MSDOS. (reset_sys_modes): Support EMACSCOLORS env var.
* [!MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-09-021-0/+11
| | | | [!MULTI_FRAME] (syms_of_frame): defsubr it.
* (SITELOAD_PURESIZE_EXTRA): New macro.Richard M. Stallman1995-09-021-2/+6
| | | | (BASE_PURESIZE): Use SITELOAD_PURESIZE_EXTRA.
* (Fmake_symbolic_link, Fadd_name_to_file):Richard M. Stallman1995-09-021-0/+14
| | | | Look for handler for the new name as well as for the target.
* (Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1995-09-021-2/+14
| | | | Look for handler for FILE as well as for DIRNAME.
* (re_search_2): If pattern starts with \=, optimize search.Richard M. Stallman1995-09-011-8/+12
|
* (save_excursion_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-1/+1
|
* (save_window_save): Pass the new arg to Fcopy_marker.Richard M. Stallman1995-09-011-3/+3
|
* (Fcommand_execute): Ignore `disabled' property onRichard M. Stallman1995-08-311-2/+7
| | | | | | | commands if `disable-command-hook' is nil. (read_key_sequence): Validate the event position before calling get_local_map.
* (Fdisplay_completion_list): Clear all text propertiesRichard M. Stallman1995-08-311-0/+12
| | | | for the whitespace between completion items.
* (Fdecode_time): Doc fix.Richard M. Stallman1995-08-291-1/+1
|
* (decode_env_path): Use ".", not nil, for current dir.Richard M. Stallman1995-08-291-1/+2
|
* (x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.Richard M. Stallman1995-08-291-1/+14
|
* (GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.Roland McGrath1995-08-281-15/+6
| | | | (HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.
* (doprnt): Fix typo in error message.Richard M. Stallman1995-08-271-1/+1
|
* Delete some #if 0'd functions.Richard M. Stallman1995-08-271-46/+0
|
* (modifier_names): Add 4 bits to modifier bit positions.Richard M. Stallman1995-08-261-1/+1
|
* (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or popRichard M. Stallman1995-08-221-34/+38
| | | | | register values if POSIX backtracking is turned off. (NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.
* (display_text_line): Write blanks under the entireKarl Heuer1995-08-221-5/+10
| | | | scroll bar, not just the first column.
* (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.Richard M. Stallman1995-08-211-12/+39
| | | | | (syms_of_keyboard): Set up new vars. (command_loop_1): Run Qpost_command_idle_hook.
* Include syssignal.h.Richard M. Stallman1995-08-211-0/+1
|
* (SA_RESTART): Add #undef.Richard M. Stallman1995-08-211-0/+4
|
* (NO_SOCKETS_IN_FILE_SYSTEM): Defined.Richard M. Stallman1995-08-211-3/+12
| | | | | (START_FILES): Defined. (LIB_STANDARD): New definition, details depending on __GNUC__.
* default to user-supplied buffer.David J. MacKenzie1995-08-211-0/+5
|
* (POSIX_SIGNALS, CLASH_DETECTION): Defined.Richard M. Stallman1995-08-201-0/+12
| | | | | (SIGNALS_VIA_CHARACTERS, MAIL_USE_LOCKF): Defined. (sigmask, sigsetmask, _setjmp, _longjmp): Add undefs.
* (SYSTEM_TYPE): Change to just "aix".Richard M. Stallman1995-08-201-1/+1
|
* (sigsetmask, _setjmp, _longjmp): Delete undefs.Richard M. Stallman1995-08-201-5/+3
| | | | [__GNUC__] (_NO_PROTO): Add undef.
* Include aix3-2-5.h, not aix3-2.h.Richard M. Stallman1995-08-201-1/+1
|
* Initial revisionRichard M. Stallman1995-08-191-0/+11
|
* (scan_sexps_forward): Fix previous change.Richard M. Stallman1995-08-191-2/+2
|
* (struct Lisp_Marker): Make insertion_type an unsigned int.Richard M. Stallman1995-08-191-10/+10
|
* (scan_sexps_forward): Use the initial depthRichard M. Stallman1995-08-161-2/+2
| | | | in the starting state for tracking when we reach TARGETDEPTH.
* (Fself_insert_command): Optimize the case with arg > 2Richard M. Stallman1995-08-161-1/+14
| | | | to avoid running change hooks lots of times.
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
| | | | actual priority.
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1995-08-141-2/+2
|
* (Fwrite_region): New arg lockname.Richard M. Stallman1995-08-141-11/+16
| | | | (auto_save_1): Pass new arg.
* (standard_args): Fix previous change.Richard M. Stallman1995-08-141-1/+1
|
* (standard_args): Add option --eval to evalute anRichard M. Stallman1995-08-141-0/+1
| | | | expression on the command line and print the result.
* (Fcancel_kbd_macro_events): New function.Richard M. Stallman1995-08-131-0/+9
| | | | (syms_of_macros): defsubr it.
* (store_frame_param): Don't call set_menu_bar_lines if X.Richard M. Stallman1995-08-121-2/+3
|
* (TEXT_END, DATA_END): Fix the definitions.Richard M. Stallman1995-08-111-2/+2
|
* Test OSF1, not __osf1__.Richard M. Stallman1995-08-111-3/+5
| | | | | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN): Define only if OSF1.
* (ORDINARY_LINK): Define only if __osf1__.Richard M. Stallman1995-08-111-2/+1
|
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turningRichard M. Stallman1995-08-111-1/+6
| | | | menu bar on, make sure next redisplay creates it.
* (Fformat): Limit minlen to avoid stack overflow.Richard M. Stallman1995-08-111-5/+16
|