| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in comment. | Karl Heuer | 1996-10-14 | 1 | -1/+1 |
* | Fix previous change. | Richard M. Stallman | 1996-09-15 | 1 | -1/+1 |
* | (struct buffer): New field overlay_modiff. | Richard M. Stallman | 1996-09-15 | 1 | -0/+8 |
* | (strict buffer): New slot last_selected_window. | Richard M. Stallman | 1996-09-02 | 1 | -1/+5 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (struct buffer): Delete redisplay_end_trigger field. | Karl Heuer | 1995-12-21 | 1 | -4/+0 |
* | (struct buffer): New slot redisplay_end_trigger. | Richard M. Stallman | 1995-10-21 | 1 | -0/+8 |
* | Comment changes. | Richard M. Stallman | 1995-10-19 | 1 | -4/+5 |
* | (Qbefore_change_functions, Qafter_change_functions): Declared. | Richard M. Stallman | 1995-08-05 | 1 | -0/+2 |
* | (struct buffer): New field clip_changed. | Richard M. Stallman | 1995-07-02 | 1 | -0/+3 |
* | (Fdelete_overlay): Was mistakenly called Fdelete_overlays. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
* | (Fdelete_overlays): Add declaration. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (struct buffer): Add file_format member. | Boris Goldowsky | 1995-03-17 | 1 | -0/+3 |
* | (struct buffer): New field `invisibility_spec'. | Richard M. Stallman | 1995-03-11 | 1 | -0/+6 |
* | (struct buffer): New field file_truename. | Richard M. Stallman | 1995-02-14 | 1 | -0/+3 |
* | (struct buffer): New field point_before_scroll. | Richard M. Stallman | 1995-01-27 | 1 | -0/+4 |
* | (struct buffer): Fields markers and intervals moved out. | Richard M. Stallman | 1995-01-02 | 1 | -105/+153 |
* | (OVERLAY_POSITION): Use the new type-test macros. | Karl Heuer | 1994-11-15 | 1 | -3/+2 |
* | (OVERLAY_START, OVERLAY_END): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -2/+2 |
* | (struct buffer): Test DOS_MT, not MSDOS. | Richard M. Stallman | 1994-11-01 | 1 | -2/+2 |
* | (OVERLAY_POSITION): Marker assert now tests substructure. | Karl Heuer | 1994-10-11 | 1 | -2/+3 |
* | * buffer.h (struct buffer): New members: newline_cache, | Jim Blandy | 1994-10-08 | 1 | -0/+30 |
* | Declare some functions. | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
* | Declare evaporate_overlays. | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
* | (BUF_PTR_CHAR_POS): New macro. | Richard M. Stallman | 1994-06-25 | 1 | -0/+7 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (Vafter_change_functions, Vbefore_change_functions): Declared. | Richard M. Stallman | 1994-04-10 | 1 | -0/+2 |
* | (OVERLAY_POSITION): Use XGCTYPE. | Richard M. Stallman | 1994-04-03 | 1 | -1/+1 |
* | Fix typo in comment. | Karl Heuer | 1994-03-29 | 1 | -1/+1 |
* | (OVERLAY_POSITION): Don't check which buffer it points to. | Karl Heuer | 1994-02-26 | 1 | -9/+4 |
* | (struct buffer): New field auto_save_failure_time. | Richard M. Stallman | 1994-01-10 | 1 | -0/+3 |
* | [MSDOS]: New buffer-local variable: | Richard M. Stallman | 1994-01-08 | 1 | -0/+4 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -2/+1 |
* | (BUF_NARROWED, NARROWED): New macros to test whether a region | Eric S. Raymond | 1993-04-23 | 1 | -0/+7 |
* | (struct buffer): Field `fieldlist' deleted. | Richard M. Stallman | 1993-03-27 | 1 | -38/+40 |
* | * cmds.c (overwrite_binary_mode): Deleted; this implements the | Jim Blandy | 1993-03-16 | 1 | -1/+2 |
* | (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 |
* | 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 |
* | * buffer.h (Fbuffer_name, Fget_file_buffer): Added external | Jim Blandy | 1992-10-31 | 1 | -1/+4 |
* | * buffer.h: New macro TEMP_SET_PT. If intervals are used, SET_PT | Joseph Arceneaux | 1992-10-01 | 1 | -2/+17 |
* | 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 |