| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | Also extra1, extra2, extra3. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (struct buffer_text): Fields markers and intervals moved here. (BUF_MARKERS, BUF_INTERVALS): New macros. (struct buffer): Make buffer_file_type field unconditional. (struct buffer): New field pt_marker. save_modiff field deleted. (struct buffer_text): save_modiff field moved here. (SAVE_MODIFF, BUF_SAVE_MODIFF): New macros. Use them instead of direct access to save_modiff field. (struct buffer): New fields begv_marker, zv_marker. (struct buffer): Make text field be a pointer. The struct buffer_text field renamed to own_text. Add fields indirect_to_buffer and size. Move pt, begv and zv fields here. (struct buffer_text): Moved from here. (BEGV, PT, ZV, BEGV_ADDR, PT_ADDR, ZV_ADDR): Corresponding changes. (BUF_BEGV, BUF_PT, BUF_ZV): Corresponding changes. (SET_BUF_ZV, SET_BUF_PT, point): | ||||
| * | (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 |
| | | | | | width_run_cache, width_table, and cache_long_line_scans. | ||||
| * | 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 |
| | | | | | buffer-file-type to handle DOS newlines. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | (OVERLAYP): New predicate. (CHECK_OVERLAY): New type-checker. (Qoverlayp): New extern declaration. * buffer.c (Foverlayp): New function. (Qoverlayp): New atom. (overlays_at, recenter_overlay_lists): Abort if we encounter an invalid overlay. (syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp. (Fdelete_overlay): Set the overlay's markers to point nowhere. Use CHECK_OVERLAY instead of signalling a special error. (Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of signalling a special error. (Foverlay_get): Use CHECK_OVERLAY. * fns.c (internal_equal): Define this for overlays. * buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP. * print.c (print): Give overlays their own print syntax. * alloc.c (mark_object): Treat overlays like conses. | ||||
| * | (BUF_NARROWED, NARROWED): New macros to test whether a region | Eric S. Raymond | 1993-04-23 | 1 | -0/+7 |
| | | | | | restriction has narrowed the buffer. | ||||
| * | (struct buffer): Field `fieldlist' deleted. | Richard M. Stallman | 1993-03-27 | 1 | -38/+40 |
| | | | | | | | | (OVERLAY_START, OVERLAY_END, OVERLAY_VALID): New macros. (OVERLAY_POSITION): Likewise. (searchbuf): Decl deleted--doesn't belong here. Delete include of regex.h for VMS. | ||||
| * | * 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 |