summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fkill_buffer): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-4/+4
| | | | (Fswitch_to_buffer, Fpop_to_buffer, Fbury_buffer):
* * buffer.c: #include intervals.h.Joseph Arceneaux1992-10-021-0/+1
|
* * buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on the buffer'sJoseph Arceneaux1992-10-011-0/+8
| | | | | interval component. (Fkill_buffer): Likewise.
* * buffer.c (Fother_buffer): Add back the VISIBLE_OK argument. ItJim Blandy1992-09-301-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, andJim Blandy1992-09-291-1/+1
| | | | HP/UX, not just under USG systems.
* * buffer.c (Fbury_buffer): This used to undisplay the buffer beingJim Blandy1992-09-291-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 Blandy1992-09-221-0/+1
|
* Formatting changeJim Blandy1992-08-291-5/+3
|
* (syms_of_buffer): Made buffer-display-table,Richard M. Stallman1992-08-281-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 newJim Blandy1992-08-191-7/+60
| | | | | | TYPE argument. * buffer.c (buffer_local_types): New variable. (buffer_slot_type_mismatch): New function.
* entered into RCSJim Blandy1992-07-131-1/+1
|
* *** empty log message ***Richard M. Stallman1992-07-041-1/+3
|
* *** empty log message ***Jim Blandy1992-05-181-19/+26
|
* *** empty log message ***Jim Blandy1992-03-161-3/+1
|
* *** empty log message ***Jim Blandy1992-02-151-6/+6
|
* *** empty log message ***Jim Blandy1992-01-131-57/+54
|
* *** empty log message ***Roland McGrath1991-08-151-16/+35
|
* Initial revisionRoland McGrath1991-07-151-0/+1605