aboutsummaryrefslogtreecommitdiffstats
path: root/src/marker.c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-12(Fcopy_marker): Make return from wrong_type_argumentKarl Heuer1-9/+7
1998-05-11(unchain_marker): Abort if the marker is not in its buffer's chain.Richard M. Stallman1-7/+17
1998-04-14(set_marker_both): Remove bogus checks on charpos.Andreas Schwab1-9/+0
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+1
1998-04-13(buf_charpos_to_bytepos, buf_bytepos_to_charpos):Karl Heuer1-8/+12
1998-04-09(Fbuffer_has_markers_at): Fix termination condition.Karl Heuer1-1/+1
1998-04-02(buf_charpos_to_bytepos): Delete local variable gapend_byte.Kenichi Handa1-1/+0
1998-03-19(byte_char_debug_check): Call multibyte_chars_in_textKenichi Handa1-5/+6
1998-02-08(byte_char_debug_check): New function.Richard M. Stallman1-4/+66
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-19(clear_charpos_cache): New function.Richard M. Stallman1-0/+7
1998-01-02(buf_bytepos_to_charpos): Use marker bytepos, not bufpos.Richard M. Stallman1-37/+9
1998-01-01(marker_byte_position): Renamed from marker_position.Richard M. Stallman1-37/+545
1997-11-21(unchain_marker): Define as returning nothing.Andreas Schwab1-0/+2
1996-10-11(Fbuffer_has_markers_at): New function.Richard M. Stallman1-0/+27
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fset_marker): Harmonize arguments with documentation.Erik Naggum1-8/+8
1995-10-29(Fset_marker_insertion_type): Doc fix.Richard M. Stallman1-1/+1
1995-09-03(Fcopy_marker): New arg TYPE.Richard M. Stallman1-16/+44
1995-06-15Update GPL to version 2.Karl Heuer1-1/+1
1995-03-14(unchain_marker): Allow differing buffersRichard M. Stallman1-2/+3
1995-01-02Use BUF_MARKERS throughout.Richard M. Stallman1-10/+13
1994-10-04(Fmarker_position): Don't use XFASTINT as an lvalue.Karl Heuer1-1/+1
1994-10-04(Fmarker_buffer): Use new accessor macros instead of calling XSET directly.Karl Heuer1-1/+1
1994-09-27(Fset_marker, set_marker_restricted, Fcopy_marker): Use type test macros.Karl Heuer1-7/+4
1994-09-17(unchain_marker): Use EMACS_INT.Richard M. Stallman1-1/+1
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1992-01-13entered into RCSJim Blandy1-6/+6
1990-11-12Initial revisionJim Blandy1-0/+295