aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2004-09-08(struct buffer): Add auto_save_file_format field.Luc Teirlinck1-0/+3
2004-06-16Update copyright.Kim F. Storm1-1/+1
2004-05-17(GET_OVERLAYS_AT): New macro.Kim F. Storm1-0/+19
2004-01-16(struct buffer): New member indicate_buffer_boundaries.Kim F. Storm1-0/+3
2003-12-29Comment change.Richard M. Stallman1-2/+20
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-07-22(delete_all_overlays): Declare.Stefan Monnier1-0/+1
2003-07-09(struct buffer_text, struct buffer): Use EMACS_INT forStefan Monnier1-15/+15
2003-07-09(struct buffer): Change overlays_before and overlays_afterStefan Monnier1-8/+8
2003-07-08(struct buffer): Use an int for overlay_center.Stefan Monnier1-8/+8
2003-06-26(struct buffer_text): Lisp_Object `markers' => Lisp_Marker.Stefan Monnier1-2/+2
2003-05-24(struct buffer): Rename members measured in columns:Kim F. Storm1-1/+13
2003-04-17Don't hardcode BEG==1.Stefan Monnier1-18/+18
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-26/+26
2002-10-14(struct buffer): Move `undo_list' down below `name'.Richard M. Stallman1-9/+9
2002-01-10Comment fixes.Pavel Janík1-5/+5
2001-12-16(struct buffer): New field `display_error_modiff'.Richard M. Stallman1-1/+4
2001-11-05(Fbuffer_local_value): Add prototype.Pavel Janík1-0/+1
2001-09-17(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF andGerd Moellmann1-2/+3
2001-05-16(OVERLAY_PLIST): New macro.Gerd Moellmann1-1/+9
2000-12-12(mmap_set_vars): Declare.Dave Love1-1/+1
2000-09-14(BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.Gerd Moellmann1-22/+2
2000-09-06(R_ALLOC_DECLARE): Removed because unused.Gerd Moellmann1-13/+14
2000-08-28Fix a typo in a comment.Eli Zaretskii1-1/+1
2000-08-17Avoid DECLARE_INTERVALS.Dave Love1-2/+2
2000-08-08(overlays_at): Update prototype.Miles Bader1-2/+2
2000-06-05Remove Vbefore_change_function, Vafter_change_function.Dave Love1-2/+0
2000-04-24(struct buffer): Add extra_line_spacing, remove extra2Gerd Moellmann1-291/+294
2000-03-27(MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.Gerd Moellmann1-15/+15
2000-03-27(struct buffer): Add cursor_type.Gerd Moellmann1-0/+2
2000-03-26(struct buffer): Remove member local_var_flags,Gerd Moellmann1-5/+80
1999-11-18(struct buffer_text): Add comment about movingGerd Moellmann1-1/+6
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-17/+0
1999-10-17(struct buffer): Remove prompt_end_charpos field.Gerd Moellmann1-5/+1
1999-09-19Add prototype for r_re_alloc.Gerd Moellmann1-0/+1
1999-09-16[REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.Gerd Moellmann1-3/+9
1999-09-12(prompt_end_charpos): ReplacesGerd Moellmann1-3/+3
1999-09-05ChangeGerd Moellmann1-1/+1
1999-08-23(BUF_COMPUTE_UNCHANGED): New.Gerd Moellmann1-0/+58
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1-4/+2
1999-07-21Add top_line_format.Gerd Moellmann1-1/+32
1998-10-08(inhibit_modification_hooks): Extern it.Kenichi Handa1-0/+3
1998-05-20(struct buffer): New slot display_time.Richard M. Stallman1-0/+3
1998-03-28(struct buffer): Field `undo_list' moved before `name'Richard M. Stallman1-8/+9
1998-02-27Fix comment.Karl Heuer1-3/+6
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-01(DECODE_POSITION): New macro.Richard M. Stallman1-112/+283
1997-11-21Add more protypes and function declarations.Andreas Schwab1-7/+22
1997-06-14(point): Obsolete macro deleted in favor of PT.Karl Heuer1-4/+0
1997-06-09(struct buffer): New member buffer_file_coding_system.Kenichi Handa1-0/+4