| Commit message (Expand) | Author | Age | Files | Lines |
| * | (report_overlay_modification): Renamed from verify_overlay_modification. | Richard M. Stallman | 1994-12-11 | 1 | -15/+27 |
| * | * buffer.c (report_overlay_modification): Renamed from | Richard M. Stallman | 1994-12-11 | 1 | -2/+2 |
| * | (signal_before_change, signal_after_change): | Richard M. Stallman | 1994-12-11 | 1 | -5/+15 |
| * | (list_buffers_1): Right-align the size values. | Richard M. Stallman | 1994-12-11 | 1 | -7/+25 |
| * | (compile_pattern): Call re_set_registers here. | Richard M. Stallman | 1994-12-11 | 1 | -7/+5 |
| * | (unrelocate_symbols): Add AIX4_1 conditionals and code. | Richard M. Stallman | 1994-12-10 | 1 | -0/+18 |
| * | (sys_siglist) [AIX]: Add AIXHFT conditional. | Richard M. Stallman | 1994-12-10 | 1 | -0/+2 |
| * | Change AIX conditional around HFNKEYS to AIXHFT. | Richard M. Stallman | 1994-12-10 | 1 | -1/+1 |
| * | Fix typo in comment. | Karl Heuer | 1994-12-09 | 1 | -1/+1 |
| * | (Fbyte_code): Call Ffollowing_char and Fprevious_char | Richard M. Stallman | 1994-12-09 | 1 | -3/+3 |
| * | (search_regs_saved): Delete initializer. | Richard M. Stallman | 1994-12-07 | 1 | -1/+1 |
| * | (update_frame): Call calculate_costs if baud_rate changed. | Richard M. Stallman | 1994-12-06 | 1 | -0/+3 |
| * | (calculate_costs): Set FRAME_COST_BAUD_RATE. | Richard M. Stallman | 1994-12-06 | 1 | -10/+4 |
| * | (struct frame): New field cost_calculation_baud_rate. | Richard M. Stallman | 1994-12-06 | 1 | -0/+5 |
| * | (internal_equal): Call compare_string_intervals. | Richard M. Stallman | 1994-12-04 | 1 | -1/+8 |
| * | (compare_string_intervals): New function. | Richard M. Stallman | 1994-12-04 | 1 | -0/+41 |
| * | (INTERVAL_LAST_POS): Don't subtract 1 here. | Richard M. Stallman | 1994-12-04 | 1 | -2/+2 |
| * | (argmatch): Take argc as arg; don't go past end of argv. | Richard M. Stallman | 1994-12-04 | 1 | -13/+20 |
| * | (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. | Richard M. Stallman | 1994-12-04 | 1 | -2/+2 |
| * | (child_setup_tty): Use CDISABLE for setting VERASE, VKILL. | Richard M. Stallman | 1994-12-04 | 1 | -3/+15 |
| * | (argmatch): Handle lstr == 0. | Richard M. Stallman | 1994-12-03 | 1 | -1/+1 |
| * | (gettext): Make sure this is always defined, even #if emacs. | Karl Heuer | 1994-12-01 | 1 | -11/+8 |
| * | (re_compile_pattern, re_comp, regerror): Add gettext wrapper. | Paul Eggert | 1994-11-29 | 1 | -16/+26 |
| * | (Fminibuffer_complete_and_exit): Catch errors in do_completion. | Richard M. Stallman | 1994-11-28 | 1 | -1/+26 |
| * | (internal_delete_file, internal_delete_file_1): New functions. | Richard M. Stallman | 1994-11-28 | 1 | -1/+18 |
| * | (delete_temp_file): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
| * | (Fkill_buffer): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -1/+1 |
| * | (Fx_synchronize): Fix doc string syntax. | Richard M. Stallman | 1994-11-28 | 1 | -1/+1 |
| * | Fix erroneous comment syntax. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
| * | (NEED_UNISTD_H): Defined. | Richard M. Stallman | 1994-11-28 | 3 | -0/+9 |
| * | Have just one conditional to include unistd.h. | Richard M. Stallman | 1994-11-28 | 1 | -11/+2 |
| * | * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, | Francesco Potortì | 1994-11-24 | 1 | -4/+2 |
| * | (command_loop_1): Use safe_run_hooks to run | Richard M. Stallman | 1994-11-24 | 1 | -1/+5 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1994-11-23 | 1 | -1/+9 |
| * | (Fy_or_n_p): Handle exit-prefix in query-replace-map. | Richard M. Stallman | 1994-11-23 | 1 | -0/+4 |
| * | (save_search_regs): Add declaration. | Richard M. Stallman | 1994-11-22 | 1 | -0/+1 |
| * | Initial revision | Richard M. Stallman | 1994-11-22 | 1 | -0/+4 |
| * | (OBJECTS_MACHINE): Define only if AIXHFT. | Richard M. Stallman | 1994-11-22 | 1 | -0/+3 |
| * | (AIXHFT): Defined. | Richard M. Stallman | 1994-11-22 | 1 | -0/+3 |
| * | (init_sys_modes): Tes AIXHFT, not AIX. | Richard M. Stallman | 1994-11-22 | 1 | -6/+6 |
| * | (Fdisplay_buffer): Use `b' to read existing buffer name. | Richard M. Stallman | 1994-11-22 | 1 | -1/+1 |
| * | add symbols for --with-pop, --with-kerberos, --with-hesiod | David J. MacKenzie | 1994-11-22 | 1 | -0/+11 |
| * | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 4 | -1/+68 |
| * | (sort_args): New function. | Richard M. Stallman | 1994-11-19 | 1 | -16/+221 |
| * | (re_compile_fastmap): Really, really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -0/+2 |
| * | (re_compile_fastmap): Really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -8/+14 |
| * | (struct regexp_cache): New field `posix'. | Richard M. Stallman | 1994-11-19 | 1 | -35/+154 |
| * | (init_filelock): Add missing semicolon. | Richard M. Stallman | 1994-11-18 | 1 | -1/+1 |
| * | (Fload): Call Fsubstitute_in_file_name after trying handler. | Richard M. Stallman | 1994-11-18 | 1 | -1/+5 |
| * | (recompute_width_table): Do the right thing if no previous table existed. | Karl Heuer | 1994-11-18 | 1 | -7/+5 |