aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-20(struct buffer): New slot display_time.Richard M. Stallman1-0/+3
1998-03-28(struct buffer): Field `undo_list' moved before `name'Richard M. Stallman1-8/+9
1998-02-27Fix comment.Karl Heuer1-3/+6
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-01(DECODE_POSITION): New macro.Richard M. Stallman1-112/+283
1997-11-21Add more protypes and function declarations.Andreas Schwab1-7/+22
1997-06-14(point): Obsolete macro deleted in favor of PT.Karl Heuer1-4/+0
1997-06-09(struct buffer): New member buffer_file_coding_system.Kenichi Handa1-0/+4
1997-03-22(struct buffer): New field display_count.Richard M. Stallman1-0/+3
1997-02-20(BEGV_ADDR, PT_ADDR, ZV_ADDR): Use macro POS_ADDR.Karl Heuer1-6/+49
1996-10-14Fix typo in comment.Karl Heuer1-1/+1
1996-09-15Fix previous change.Richard M. Stallman1-1/+1
1996-09-15(struct buffer): New field overlay_modiff.Richard M. Stallman1-0/+8
1996-09-02(strict buffer): New slot last_selected_window.Richard M. Stallman1-1/+5
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1995-12-21(struct buffer): Delete redisplay_end_trigger field.Karl Heuer1-4/+0
1995-10-21(struct buffer): New slot redisplay_end_trigger.Richard M. Stallman1-0/+8
1995-10-19Comment changes.Richard M. Stallman1-4/+5
1995-08-05(Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman1-0/+2
1995-07-02(struct buffer): New field clip_changed.Richard M. Stallman1-0/+3
1995-05-04(Fdelete_overlay): Was mistakenly called Fdelete_overlays.Richard M. Stallman1-1/+1
1995-04-07(Fdelete_overlays): Add declaration.Richard M. Stallman1-0/+1
1995-04-07Update copyright.Karl Heuer1-1/+1
1995-03-17(struct buffer): Add file_format member.Boris Goldowsky1-0/+3
1995-03-11(struct buffer): New field `invisibility_spec'.Richard M. Stallman1-0/+6
1995-02-14(struct buffer): New field file_truename.Richard M. Stallman1-0/+3
1995-01-27(struct buffer): New field point_before_scroll.Richard M. Stallman1-0/+4
1995-01-02(struct buffer): Fields markers and intervals moved out.Richard M. Stallman1-105/+153
1994-11-15(OVERLAY_POSITION): Use the new type-test macros.Karl Heuer1-3/+2
1994-11-15(OVERLAY_START, OVERLAY_END): Use new overlay substructure.Karl Heuer1-2/+2
1994-11-01(struct buffer): Test DOS_MT, not MSDOS.Richard M. Stallman1-2/+2
1994-10-11(OVERLAY_POSITION): Marker assert now tests substructure.Karl Heuer1-2/+3
1994-10-08* buffer.h (struct buffer): New members: newline_cache,Jim Blandy1-0/+30
1994-09-17Declare some functions.Karl Heuer1-0/+1
1994-09-17Declare evaporate_overlays.Karl Heuer1-0/+1
1994-06-25(BUF_PTR_CHAR_POS): New macro.Richard M. Stallman1-0/+7
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-04-10(Vafter_change_functions, Vbefore_change_functions): Declared.Richard M. Stallman1-0/+2
1994-04-03(OVERLAY_POSITION): Use XGCTYPE.Richard M. Stallman1-1/+1
1994-03-29Fix typo in comment.Karl Heuer1-1/+1
1994-02-26(OVERLAY_POSITION): Don't check which buffer it points to.Karl Heuer1-9/+4
1994-01-10(struct buffer): New field auto_save_failure_time.Richard M. Stallman1-0/+3
1994-01-08[MSDOS]: New buffer-local variable:Richard M. Stallman1-0/+4
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-05-14* lisp.h (Lisp_Overlay): New tag.Jim Blandy1-2/+1
1993-04-23(BUF_NARROWED, NARROWED): New macros to test whether a regionEric S. Raymond1-0/+7
1993-03-27(struct buffer): Field `fieldlist' deleted.Richard M. Stallman1-38/+40
1993-03-16* cmds.c (overwrite_binary_mode): Deleted; this implements theJim Blandy1-1/+2
1993-03-07(struct buffer): New field mark_active.Richard M. Stallman1-1/+6
1993-02-22* buffer.h: Remove code which #includes "undo.h" if lint isJim Blandy1-5/+0