| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Doc fix. | Jim Blandy | 1993-03-16 | 1 | -1/+1 |
| | | |||||
| * | * cmds.c (overwrite_binary_mode): Deleted; this implements the | Jim Blandy | 1993-03-16 | 1 | -0/+4 |
| | | | | | | | | | | | | 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. | ||||
| * | (syms_of_buffer): Make erase-buffer a disabled command. | Roland McGrath | 1993-03-07 | 1 | -0/+4 |
| | | |||||
| * | (reset_buffer_local_variables): Reset mark_active. | Richard M. Stallman | 1993-03-07 | 1 | -1/+14 |
| | | | | | | (syms_of_buffer): New buffer-local var `mark-active'. (init_buffer_once): Initialize mechanism for it. | ||||
| * | (check_protected_fields): Variable deleted. | Richard M. Stallman | 1993-03-06 | 1 | -12/+0 |
| | | | | | (syms_of_buffer): Delete vars buffer-field-list and check-protected-fields. | ||||
| * | * buffer.c (buffer-undo-list): Doc fix. | Jim Blandy | 1993-03-02 | 1 | -2/+6 |
| | | | | | | | * buffer.c (syms_of_buffer): Add the extra argument to the commented-out DEFVAR_PER_BUFFER for `mode-line-format', so make-docfile will find the docstring properly. | ||||
| * | (Ferase_buffer): Added interactive spec. | Roland McGrath | 1993-02-24 | 1 | -3/+4 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Richard M. Stallman | 1993-02-24 | 1 | -0/+4 |
| | | |||||
| * | * buffer.c (Fswitch_to_buffer): Pass the correct number of | Jim Blandy | 1993-02-22 | 1 | -5/+6 |
| | | | | | | | | | | | arguments to Fnext_window. * buffer.c (Fbury_buffer): Pass the correct number of arguments to Fother_buffer. * buffer.c (buffer_slot_type_mismatch): Make symbol_name an unsigned char *, to match the type of a string's data. | ||||
| * | (Frename_buffer): Make prefix arg set UNIQUE. | Richard M. Stallman | 1993-02-14 | 1 | -7/+8 |
| | | |||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -6/+9 |
| | | |||||
| * | * buffer.c (Frename_buffer): Set update_mode_lines. | Jim Blandy | 1992-12-24 | 1 | -0/+5 |
| | | |||||
| * | * buffer.c (Ferase_buffer): Doc fix. | Jim Blandy | 1992-11-16 | 1 | -9/+11 |
| | | | | | | | * buffer.c (Fbury_buffer): Make this behave as in 18.59, although that behavior is very odd - only remove the buffer from the selected window if BUFFER was nil or omitted. | ||||
| * | * buffer.c (init_buffer): If PWD is accurate, use it instead of | Jim Blandy | 1992-11-07 | 1 | -1/+15 |
| | | | | | | calling getwd. #include <sys/types.h> and <sys/stat.h>, for the call to stat. | ||||
| * | * buffer.c (reset_buffer): Don't assign to b->save_length as if it | Jim Blandy | 1992-10-31 | 1 | -1/+1 |
| | | | | | were an int; use XFASTINT. | ||||
| * | (Fkill_buffer): Pass 2nd arg to Fother_buffer. | Richard M. Stallman | 1992-10-06 | 1 | -4/+4 |
| | | | | | (Fswitch_to_buffer, Fpop_to_buffer, Fbury_buffer): | ||||
| * | * buffer.c: #include intervals.h. | Joseph Arceneaux | 1992-10-02 | 1 | -0/+1 |
| | | |||||
| * | * buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on the buffer's | Joseph Arceneaux | 1992-10-01 | 1 | -0/+8 |
| | | | | | | interval component. (Fkill_buffer): Likewise. | ||||
| * | * buffer.c (Fother_buffer): Add back the VISIBLE_OK argument. It | Jim Blandy | 1992-09-30 | 1 | -5/+9 |
| | | | | | | got removed with no comment or ChangeLog entry, and append-to-buffer uses it. | ||||
| * | * data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and | Jim Blandy | 1992-09-29 | 1 | -1/+1 |
| | | | | | HP/UX, not just under USG systems. | ||||
| * | * buffer.c (Fbury_buffer): This used to undisplay the buffer being | Jim Blandy | 1992-09-29 | 1 | -14/+20 |
| | | | | | | | | | buried only if the BUFFER argument was nil. Instead, undisplay the buffer whenever it's displayed in the selected window, no matter how it was specified by BUFFER. This is how it behaves in 18.58, and I can't find any ChangeLog entry in 18.58 or 19.0 saying why they differ. Fix the doc string accordingly. | ||||
| * | * buffer.c (Fget_buffer_create): Doc fix. | Jim Blandy | 1992-09-22 | 1 | -0/+1 |
| | | |||||
| * | Formatting change | Jim Blandy | 1992-08-29 | 1 | -5/+3 |
| | | |||||
| * | (syms_of_buffer): Made buffer-display-table, | Richard M. Stallman | 1992-08-28 | 1 | -3/+3 |
| | | | | | buffer-field-list and buffer-undo-list allow any type of value. | ||||
| * | * buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER with the new | Jim Blandy | 1992-08-19 | 1 | -7/+60 |
| | | | | | | | TYPE argument. * buffer.c (buffer_local_types): New variable. (buffer_slot_type_mismatch): New function. | ||||
| * | entered into RCS | Jim Blandy | 1992-07-13 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 1992-07-04 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-18 | 1 | -19/+26 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -3/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-02-15 | 1 | -6/+6 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -57/+54 |
| | | |||||
| * | *** empty log message *** | Roland McGrath | 1991-08-15 | 1 | -16/+35 |
| | | |||||
| * | Initial revision | Roland McGrath | 1991-07-15 | 1 | -0/+1605 |