| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * cmds.c (overwrite_binary_mode): Deleted; this implements the | Jim Blandy | 1993-03-16 | 1 | -1/+2 |
| | | | | | | | | | | | | wrong feature. (Qoverwrite_mode_binary): New variable. (internal_self_insert): If current_buffer->overwrite_mode is `overwrite-mode-binary', do as overwrite_binary_mode used to. (syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize Qoverwrite_mode_binary. * buffer.c (syms_of_buffer): Doc fix for overwrite_mode. * buffer.h (struct buffer): Doc fix. | ||||
| * | (struct buffer): New field mark_active. | Richard M. Stallman | 1993-03-07 | 1 | -1/+6 |
| | | |||||
| * | * buffer.h: Remove code which #includes "undo.h" if lint is | Jim Blandy | 1993-02-22 | 1 | -5/+0 |
| | | | | | defined. undo.h no longer exists. | ||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -1/+2 |
| | | |||||
| * | * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: | Jim Blandy | 1992-11-16 | 1 | -0/+6 |
| | | | | | Added VMS changes from Roland Roberts. | ||||
| * | * buffer.h (Fbuffer_name, Fget_file_buffer): Added external | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
| | | | | | | | | declarations. * buffer.h (struct buffer_local_types): This declaration needed an extern qualifier. | ||||
| * | * buffer.h: New macro TEMP_SET_PT. If intervals are used, SET_PT | Joseph Arceneaux | 1992-10-01 | 1 | -2/+17 |
| | | | | | | | | and TEMP_SET_PT are function calls. Similarly for BUF_SET_PT and BUF_TEMP_SET_PT. Added DECLARE_INTERVALS to buffer structure to conditionally compile an interval tree into it.. | ||||
| * | entered into RCS | Jim Blandy | 1992-08-19 | 1 | -2/+11 |
| | | |||||
| * | *** empty log message *** | Joseph Arceneaux | 1992-06-02 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -2/+1 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-02-22 | 1 | -0/+357 |