summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2006-07-18* ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu
2006-02-20(struct buffer): New members fringe_indicator_alist andKim F. Storm
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-18(Fgenerate_new_buffer_name): Declare (for use in coding.c).Stefan Monnier
2005-07-04Update FSF's address.Lute Kamstra
2005-05-02(struct buffer): Add cursor_in_non_selected_windows slot.Richard M. Stallman
2004-09-08(struct buffer): Add auto_save_file_format field.Luc Teirlinck
2004-06-16Update copyright.Kim F. Storm
2004-05-17(GET_OVERLAYS_AT): New macro.Kim F. Storm
2004-01-16(struct buffer): New member indicate_buffer_boundaries.Kim F. Storm
2003-12-29Comment change.Richard M. Stallman
2003-09-01Add arch taglinesMiles Bader
2003-07-22(delete_all_overlays): Declare.Stefan Monnier
2003-07-09(struct buffer_text, struct buffer): Use EMACS_INT forStefan Monnier
2003-07-09(struct buffer): Change overlays_before and overlays_afterStefan Monnier
2003-07-08(struct buffer): Use an int for overlay_center.Stefan Monnier
2003-06-26(struct buffer_text): Lisp_Object `markers' => Lisp_Marker.Stefan Monnier
2003-05-24(struct buffer): Rename members measured in columns:Kim F. Storm
2003-04-17Don't hardcode BEG==1.Stefan Monnier
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-10-14(struct buffer): Move `undo_list' down below `name'.Richard M. Stallman
2002-01-10Comment fixes.Pavel Janík
2001-12-16(struct buffer): New field `display_error_modiff'.Richard M. Stallman
2001-11-05(Fbuffer_local_value): Add prototype.Pavel Janík
2001-09-17(BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF andGerd Moellmann
2001-05-16(OVERLAY_PLIST): New macro.Gerd Moellmann
2000-12-12(mmap_set_vars): Declare.Dave Love
2000-09-14(BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.Gerd Moellmann
2000-09-06(R_ALLOC_DECLARE): Removed because unused.Gerd Moellmann
2000-08-28Fix a typo in a comment.Eli Zaretskii
2000-08-17Avoid DECLARE_INTERVALS.Dave Love
2000-08-08(overlays_at): Update prototype.Miles Bader
2000-06-05Remove Vbefore_change_function, Vafter_change_function.Dave Love
2000-04-24(struct buffer): Add extra_line_spacing, remove extra2Gerd Moellmann
2000-03-27(MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.Gerd Moellmann
2000-03-27(struct buffer): Add cursor_type.Gerd Moellmann
2000-03-26(struct buffer): Remove member local_var_flags,Gerd Moellmann
1999-11-18(struct buffer_text): Add comment about movingGerd Moellmann
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann
1999-10-17(struct buffer): Remove prompt_end_charpos field.Gerd Moellmann
1999-09-19Add prototype for r_re_alloc.Gerd Moellmann
1999-09-16[REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.Gerd Moellmann
1999-09-12(prompt_end_charpos): ReplacesGerd Moellmann
1999-09-05ChangeGerd Moellmann
1999-08-23(BUF_COMPUTE_UNCHANGED): New.Gerd Moellmann
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann
1999-07-21Add top_line_format.Gerd Moellmann
1998-10-08(inhibit_modification_hooks): Extern it.Kenichi Handa
1998-05-20(struct buffer): New slot display_time.Richard M. Stallman