summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAge
* (OVERLAY_PLIST): New macro.Gerd Moellmann2001-05-16
* (mmap_set_vars): Declare.Dave Love2000-12-12
* (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.Gerd Moellmann2000-09-14
* (R_ALLOC_DECLARE): Removed because unused.Gerd Moellmann2000-09-06
* Fix a typo in a comment.Eli Zaretskii2000-08-28
* Avoid DECLARE_INTERVALS.Dave Love2000-08-17
* (overlays_at): Update prototype.Miles Bader2000-08-08
* Remove Vbefore_change_function, Vafter_change_function.Dave Love2000-06-05
* (struct buffer): Add extra_line_spacing, remove extra2Gerd Moellmann2000-04-24
* (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.Gerd Moellmann2000-03-27
* (struct buffer): Add cursor_type.Gerd Moellmann2000-03-27
* (struct buffer): Remove member local_var_flags,Gerd Moellmann2000-03-26
* (struct buffer_text): Add comment about movingGerd Moellmann1999-11-18
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-11
* (struct buffer): Remove prompt_end_charpos field.Gerd Moellmann1999-10-17
* Add prototype for r_re_alloc.Gerd Moellmann1999-09-19
* [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.Gerd Moellmann1999-09-16
* (prompt_end_charpos): ReplacesGerd Moellmann1999-09-12
* ChangeGerd Moellmann1999-09-05
* (BUF_COMPUTE_UNCHANGED): New.Gerd Moellmann1999-08-23
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-21
* Add top_line_format.Gerd Moellmann1999-07-21
* (inhibit_modification_hooks): Extern it.Kenichi Handa1998-10-08
* (struct buffer): New slot display_time.Richard M. Stallman1998-05-20
* (struct buffer): Field `undo_list' moved before `name'Richard M. Stallman1998-03-28
* Fix comment.Karl Heuer1998-02-27
* Update copyright year.Richard M. Stallman1998-01-21
* (DECODE_POSITION): New macro.Richard M. Stallman1998-01-01
* Add more protypes and function declarations.Andreas Schwab1997-11-21
* (point): Obsolete macro deleted in favor of PT.Karl Heuer1997-06-14
* (struct buffer): New member buffer_file_coding_system.Kenichi Handa1997-06-09
* (struct buffer): New field display_count.Richard M. Stallman1997-03-22
* (BEGV_ADDR, PT_ADDR, ZV_ADDR): Use macro POS_ADDR.Karl Heuer1997-02-20
* Fix typo in comment.Karl Heuer1996-10-14
* Fix previous change.Richard M. Stallman1996-09-15
* (struct buffer): New field overlay_modiff.Richard M. Stallman1996-09-15
* (strict buffer): New slot last_selected_window.Richard M. Stallman1996-09-02
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (struct buffer): Delete redisplay_end_trigger field.Karl Heuer1995-12-21
* (struct buffer): New slot redisplay_end_trigger.Richard M. Stallman1995-10-21
* Comment changes.Richard M. Stallman1995-10-19
* (Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman1995-08-05
* (struct buffer): New field clip_changed.Richard M. Stallman1995-07-02
* (Fdelete_overlay): Was mistakenly called Fdelete_overlays.Richard M. Stallman1995-05-04
* (Fdelete_overlays): Add declaration.Richard M. Stallman1995-04-07
* Update copyright.Karl Heuer1995-04-07
* (struct buffer): Add file_format member.Boris Goldowsky1995-03-17
* (struct buffer): New field `invisibility_spec'.Richard M. Stallman1995-03-11
* (struct buffer): New field file_truename.Richard M. Stallman1995-02-14
* (struct buffer): New field point_before_scroll.Richard M. Stallman1995-01-27