summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAge
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-01
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-18
* (struct buffer): New members fringe_indicator_alist andKim F. Storm2006-02-20
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fgenerate_new_buffer_name): Declare (for use in coding.c).Stefan Monnier2005-07-18
* Update FSF's address.Lute Kamstra2005-07-04
* (struct buffer): Add cursor_in_non_selected_windows slot.Richard M. Stallman2005-05-02
* (struct buffer): Add auto_save_file_format field.Luc Teirlinck2004-09-08
* Update copyright.Kim F. Storm2004-06-16
* (GET_OVERLAYS_AT): New macro.Kim F. Storm2004-05-17
* (struct buffer): New member indicate_buffer_boundaries.Kim F. Storm2004-01-16
* Comment change.Richard M. Stallman2003-12-29
* Add arch taglinesMiles Bader2003-09-01
* (delete_all_overlays): Declare.Stefan Monnier2003-07-22
* (struct buffer_text, struct buffer): Use EMACS_INT forStefan Monnier2003-07-09
* (struct buffer): Change overlays_before and overlays_afterStefan Monnier2003-07-09
* (struct buffer): Use an int for overlay_center.Stefan Monnier2003-07-08
* (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.Stefan Monnier2003-06-26
* (struct buffer): Rename members measured in columns:Kim F. Storm2003-05-24
* Don't hardcode BEG==1.Stefan Monnier2003-04-17
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (struct buffer): Move `undo_list' down below `name'.Richard M. Stallman2002-10-14
* Comment fixes.Pavel Janík2002-01-10
* (struct buffer): New field `display_error_modiff'.Richard M. Stallman2001-12-16
* (Fbuffer_local_value): Add prototype.Pavel Janík2001-11-05
* (BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF andGerd Moellmann2001-09-17
* (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