summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (adjust_markers_for_insert): New function.Richard M. Stallman1995-09-031-0/+23
* (putchar): Call internal_flush instead of _flsbuf.Richard M. Stallman1995-09-031-214/+451
* 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
* (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
* [!MULTI_FRAME] (Factive_minibuffer_window): New function.Richard M. Stallman1995-09-021-0/+11
* (SITELOAD_PURESIZE_EXTRA): New macro.Richard M. Stallman1995-09-021-2/+6
* (Fmake_symbolic_link, Fadd_name_to_file):Richard M. Stallman1995-09-021-0/+14
* (Ffile_name_all_completions, Ffile_name_completion):Richard M. Stallman1995-09-021-2/+14
* (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
* (Fdisplay_completion_list): Clear all text propertiesRichard M. Stallman1995-08-311-0/+12
* (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
* (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
* (display_text_line): Write blanks under the entireKarl Heuer1995-08-221-5/+10
* (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.Richard M. Stallman1995-08-211-12/+39
* 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
* default to user-supplied buffer.David J. MacKenzie1995-08-211-0/+5
* (POSIX_SIGNALS, CLASH_DETECTION): Defined.Richard M. Stallman1995-08-201-0/+12
* (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
* 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
* (Fself_insert_command): Optimize the case with arg > 2Richard M. Stallman1995-08-161-1/+14
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
* (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
* (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
* (Fcancel_kbd_macro_events): New function.Richard M. Stallman1995-08-131-0/+9
* (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
* (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
* (Fformat): Limit minlen to avoid stack overflow.Richard M. Stallman1995-08-111-5/+16