summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed.Richard M. Stallman1994-12-041-2/+2
* (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.Richard M. Stallman1994-12-041-3/+15
* (argmatch): Handle lstr == 0.Richard M. Stallman1994-12-031-1/+1
* (gettext): Make sure this is always defined, even #if emacs.Karl Heuer1994-12-011-11/+8
* (re_compile_pattern, re_comp, regerror): Add gettext wrapper.Paul Eggert1994-11-291-16/+26
* (Fminibuffer_complete_and_exit): Catch errors in do_completion.Richard M. Stallman1994-11-281-1/+26
* (internal_delete_file, internal_delete_file_1): New functions.Richard M. Stallman1994-11-281-1/+18
* (delete_temp_file): Use internal_delete_file.Richard M. Stallman1994-11-281-2/+2
* (Fkill_buffer): Use internal_delete_file.Richard M. Stallman1994-11-281-1/+1
* (Fx_synchronize): Fix doc string syntax.Richard M. Stallman1994-11-281-1/+1
* Fix erroneous comment syntax.Richard M. Stallman1994-11-281-2/+2
* (NEED_UNISTD_H): Defined.Richard M. Stallman1994-11-283-0/+9
* Have just one conditional to include unistd.h.Richard M. Stallman1994-11-281-11/+2
* * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,Francesco Potortì1994-11-241-4/+2
* (command_loop_1): Use safe_run_hooks to runRichard M. Stallman1994-11-241-1/+5
* (syms_of_keyboard): Doc fix.Richard M. Stallman1994-11-231-1/+9
* (Fy_or_n_p): Handle exit-prefix in query-replace-map.Richard M. Stallman1994-11-231-0/+4
* (save_search_regs): Add declaration.Richard M. Stallman1994-11-221-0/+1
* Initial revisionRichard M. Stallman1994-11-221-0/+4
* (OBJECTS_MACHINE): Define only if AIXHFT.Richard M. Stallman1994-11-221-0/+3
* (AIXHFT): Defined.Richard M. Stallman1994-11-221-0/+3
* (init_sys_modes): Tes AIXHFT, not AIX.Richard M. Stallman1994-11-221-6/+6
* (Fdisplay_buffer): Use `b' to read existing buffer name.Richard M. Stallman1994-11-221-1/+1
* add symbols for --with-pop, --with-kerberos, --with-hesiodDavid J. MacKenzie1994-11-221-0/+11
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-214-1/+68
* (sort_args): New function.Richard M. Stallman1994-11-191-16/+221
* (re_compile_fastmap): Really, really treat `succeed' like end.Richard M. Stallman1994-11-191-0/+2
* (re_compile_fastmap): Really treat `succeed' like end.Richard M. Stallman1994-11-191-8/+14
* (struct regexp_cache): New field `posix'.Richard M. Stallman1994-11-191-35/+154
* (init_filelock): Add missing semicolon.Richard M. Stallman1994-11-181-1/+1
* (Fload): Call Fsubstitute_in_file_name after trying handler.Richard M. Stallman1994-11-181-1/+5
* (recompute_width_table): Do the right thing if no previous table existed.Karl Heuer1994-11-181-7/+5
* (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. MarkKarl Heuer1994-11-181-11/+37
* (Fpurecopy): Use type test macros.Karl Heuer1994-11-181-4/+5
* (Fsingle_key_description): Use type test macros.Karl Heuer1994-11-181-12/+7
* (SET_FRAME, key_event, do_mouse_event): Use accessor macros.Karl Heuer1994-11-181-6/+6
* (Fvconcat, concat): Use Lisp_Vectorlike.Karl Heuer1994-11-181-2/+2
* (Fpurecopy): Use type test macros.Karl Heuer1994-11-181-40/+23
* (XSETCOMPILED): New macro.Karl Heuer1994-11-181-0/+1
* (Fdocumentation): Use type test macros.Karl Heuer1994-11-181-18/+17
* (print): Use type test macros.Karl Heuer1994-11-181-160/+137
* (re_compile_fastmap): Treat `succeed' like end of pattern.Karl Heuer1994-11-181-1/+1
* (lock_dir, superlock_file, MAKE_LOCK_NAME):Richard M. Stallman1994-11-171-31/+31
* (init_filelock): Always copy lock_path.Richard M. Stallman1994-11-171-6/+8
* (try_window, display_text_line): Undo previous change.Richard M. Stallman1994-11-161-15/+11
* [NOT_C_CODE]: Include fcntl.h.Roland McGrath1994-11-161-0/+6
* (Fdirectory_files): Pass new arg to `compile_pattern'.Richard M. Stallman1994-11-161-2/+2
* (re_opcode_t): New opcode `succeed'Richard M. Stallman1994-11-161-1/+15
* (RE_NO_POSIX_BACKTRACKING): New macro.Richard M. Stallman1994-11-161-0/+4
* (try_window): Don't pass window to Fget_char_property; pass its buffer.Roland McGrath1994-11-161-11/+15