aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (get_doc_string): Now static. Arg now Lisp_Object.Richard M. Stallman1994-12-211-28/+149
* (Fdefvar): Fix minor error in previous change.Richard M. Stallman1994-12-211-3/+14
* (Qload_file_name, Vload_file_name): New variables.Richard M. Stallman1994-12-211-3/+49
* (tgetst1): Let ^? stand for DEL character.Richard M. Stallman1994-12-171-1/+7
* Comment change.Richard M. Stallman1994-12-171-0/+4
* (Fall_completions): New arg hide_spaces.Richard M. Stallman1994-12-151-8/+17
* (main): Fix conversion of --display to -d.Richard M. Stallman1994-12-151-1/+19
* (struct x_display): New field explicit_parent.Richard M. Stallman1994-12-151-1/+7
* Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.Richard M. Stallman1994-12-151-21/+39
* (readevalloop): Ignore ^M here.Richard M. Stallman1994-12-151-1/+4
* (Fdefconst, Fdefvar): Error if too many arguments.Richard M. Stallman1994-12-151-5/+11
* (add_properties): Add gcpro's.Richard M. Stallman1994-12-141-8/+40
* Just include sunos4shr--do nothing else.Richard M. Stallman1994-12-141-0/+5
* Initial revisionRichard M. Stallman1994-12-132-0/+11
* (sort_args): Make `options' a vector of ints.Richard M. Stallman1994-12-131-2/+2
* [REG_UNSET_VALUE]: Define to the address of a static variable rather than toJim Meyering1994-12-111-1/+2
* (read_char): After auto-saving, redisplay.Richard M. Stallman1994-12-111-6/+30
* (report_overlay_modification): Renamed from verify_overlay_modification.Richard M. Stallman1994-12-111-15/+27
* * buffer.c (report_overlay_modification): Renamed fromRichard M. Stallman1994-12-111-2/+2
* (signal_before_change, signal_after_change):Richard M. Stallman1994-12-111-5/+15
* (list_buffers_1): Right-align the size values.Richard M. Stallman1994-12-111-7/+25
* (compile_pattern): Call re_set_registers here.Richard M. Stallman1994-12-111-7/+5
* (unrelocate_symbols): Add AIX4_1 conditionals and code.Richard M. Stallman1994-12-101-0/+18
* (sys_siglist) [AIX]: Add AIXHFT conditional.Richard M. Stallman1994-12-101-0/+2
* Change AIX conditional around HFNKEYS to AIXHFT.Richard M. Stallman1994-12-101-1/+1
* Fix typo in comment.Karl Heuer1994-12-091-1/+1
* (Fbyte_code): Call Ffollowing_char and Fprevious_charRichard M. Stallman1994-12-091-3/+3
* (search_regs_saved): Delete initializer.Richard M. Stallman1994-12-071-1/+1
* (update_frame): Call calculate_costs if baud_rate changed.Richard M. Stallman1994-12-061-0/+3
* (calculate_costs): Set FRAME_COST_BAUD_RATE.Richard M. Stallman1994-12-061-10/+4
* (struct frame): New field cost_calculation_baud_rate.Richard M. Stallman1994-12-061-0/+5
* (internal_equal): Call compare_string_intervals.Richard M. Stallman1994-12-041-1/+8
* (compare_string_intervals): New function.Richard M. Stallman1994-12-041-0/+41
* (INTERVAL_LAST_POS): Don't subtract 1 here.Richard M. Stallman1994-12-041-2/+2
* (argmatch): Take argc as arg; don't go past end of argv.Richard M. Stallman1994-12-041-13/+20
* (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