aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* (mmap_set_vars): Declare.Dave Love2000-12-121-1/+1
* (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.Gerd Moellmann2000-09-141-22/+2
* (R_ALLOC_DECLARE): Removed because unused.Gerd Moellmann2000-09-061-13/+14
* Fix a typo in a comment.Eli Zaretskii2000-08-281-1/+1
* Avoid DECLARE_INTERVALS.Dave Love2000-08-171-2/+2
* (overlays_at): Update prototype.Miles Bader2000-08-081-2/+2
* Remove Vbefore_change_function, Vafter_change_function.Dave Love2000-06-051-2/+0
* (struct buffer): Add extra_line_spacing, remove extra2Gerd Moellmann2000-04-241-291/+294
* (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.Gerd Moellmann2000-03-271-15/+15
* (struct buffer): Add cursor_type.Gerd Moellmann2000-03-271-0/+2
* (struct buffer): Remove member local_var_flags,Gerd Moellmann2000-03-261-5/+80
* (struct buffer_text): Add comment about movingGerd Moellmann1999-11-181-1/+6
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-17/+0
* (struct buffer): Remove prompt_end_charpos field.Gerd Moellmann1999-10-171-5/+1
* Add prototype for r_re_alloc.Gerd Moellmann1999-09-191-0/+1
* [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.Gerd Moellmann1999-09-161-3/+9
* (prompt_end_charpos): ReplacesGerd Moellmann1999-09-121-3/+3
* ChangeGerd Moellmann1999-09-051-1/+1
* (BUF_COMPUTE_UNCHANGED): New.Gerd Moellmann1999-08-231-0/+58
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-211-4/+2
* Add top_line_format.Gerd Moellmann1999-07-211-1/+32
* (inhibit_modification_hooks): Extern it.Kenichi Handa1998-10-081-0/+3
* (struct buffer): New slot display_time.Richard M. Stallman1998-05-201-0/+3
* (struct buffer): Field `undo_list' moved before `name'Richard M. Stallman1998-03-281-8/+9
* Fix comment.Karl Heuer1998-02-271-3/+6
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (DECODE_POSITION): New macro.Richard M. Stallman1998-01-011-112/+283
* Add more protypes and function declarations.Andreas Schwab1997-11-211-7/+22
* (point): Obsolete macro deleted in favor of PT.Karl Heuer1997-06-141-4/+0
* (struct buffer): New member buffer_file_coding_system.Kenichi Handa1997-06-091-0/+4
* (struct buffer): New field display_count.Richard M. Stallman1997-03-221-0/+3
* (BEGV_ADDR, PT_ADDR, ZV_ADDR): Use macro POS_ADDR.Karl Heuer1997-02-201-6/+49
* Fix typo in comment.Karl Heuer1996-10-141-1/+1
* Fix previous change.Richard M. Stallman1996-09-151-1/+1
* (struct buffer): New field overlay_modiff.Richard M. Stallman1996-09-151-0/+8
* (strict buffer): New slot last_selected_window.Richard M. Stallman1996-09-021-1/+5
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (struct buffer): Delete redisplay_end_trigger field.Karl Heuer1995-12-211-4/+0
* (struct buffer): New slot redisplay_end_trigger.Richard M. Stallman1995-10-211-0/+8
* Comment changes.Richard M. Stallman1995-10-191-4/+5
* (Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman1995-08-051-0/+2
* (struct buffer): New field clip_changed.Richard M. Stallman1995-07-021-0/+3
* (Fdelete_overlay): Was mistakenly called Fdelete_overlays.Richard M. Stallman1995-05-041-1/+1
* (Fdelete_overlays): Add declaration.Richard M. Stallman1995-04-071-0/+1
* Update copyright.Karl Heuer1995-04-071-1/+1
* (struct buffer): Add file_format member.Boris Goldowsky1995-03-171-0/+3
* (struct buffer): New field `invisibility_spec'.Richard M. Stallman1995-03-111-0/+6
* (struct buffer): New field file_truename.Richard M. Stallman1995-02-141-0/+3
* (struct buffer): New field point_before_scroll.Richard M. Stallman1995-01-271-0/+4
* (struct buffer): Fields markers and intervals moved out.Richard M. Stallman1995-01-021-105/+153