summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
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
1998-03-28(struct buffer): Field `undo_list' moved before `name'Richard M. Stallman
1998-02-27Fix comment.Karl Heuer
1998-01-21Update copyright year.Richard M. Stallman
1998-01-01(DECODE_POSITION): New macro.Richard M. Stallman
1997-11-21Add more protypes and function declarations.Andreas Schwab
1997-06-14(point): Obsolete macro deleted in favor of PT.Karl Heuer
1997-06-09(struct buffer): New member buffer_file_coding_system.Kenichi Handa
1997-03-22(struct buffer): New field display_count.Richard M. Stallman
1997-02-20(BEGV_ADDR, PT_ADDR, ZV_ADDR): Use macro POS_ADDR.Karl Heuer
1996-10-14Fix typo in comment.Karl Heuer
1996-09-15Fix previous change.Richard M. Stallman
1996-09-15(struct buffer): New field overlay_modiff.Richard M. Stallman
1996-09-02(strict buffer): New slot last_selected_window.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-12-21(struct buffer): Delete redisplay_end_trigger field.Karl Heuer
1995-10-21(struct buffer): New slot redisplay_end_trigger.Richard M. Stallman
1995-10-19Comment changes.Richard M. Stallman
1995-08-05(Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman
1995-07-02(struct buffer): New field clip_changed.Richard M. Stallman
1995-05-04(Fdelete_overlay): Was mistakenly called Fdelete_overlays.Richard M. Stallman
1995-04-07(Fdelete_overlays): Add declaration.Richard M. Stallman
1995-04-07Update copyright.Karl Heuer
1995-03-17(struct buffer): Add file_format member.Boris Goldowsky
1995-03-11(struct buffer): New field `invisibility_spec'.Richard M. Stallman
1995-02-14(struct buffer): New field file_truename.Richard M. Stallman
1995-01-27(struct buffer): New field point_before_scroll.Richard M. Stallman
1995-01-02(struct buffer): Fields markers and intervals moved out.Richard M. Stallman
1994-11-15(OVERLAY_POSITION): Use the new type-test macros.Karl Heuer
1994-11-15(OVERLAY_START, OVERLAY_END): Use new overlay substructure.Karl Heuer
1994-11-01(struct buffer): Test DOS_MT, not MSDOS.Richard M. Stallman
1994-10-11(OVERLAY_POSITION): Marker assert now tests substructure.Karl Heuer
1994-10-08* buffer.h (struct buffer): New members: newline_cache,Jim Blandy
1994-09-17Declare some functions.Karl Heuer
1994-09-17Declare evaporate_overlays.Karl Heuer