log src/marker.c @ 89215:3b4e014cc159

age author description
2002-03-01 Kenichi Handa Include "character.h" instead of "charset.h".
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-10-02 Stefan Monnier (Fmarker_buffer): Make test for odd case into a failure.
2008-01-08 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-12-10 Juanma Barranquero (Fmarker_insertion_type): Doc fix.
2006-09-02 Juri Linkov (Fmarker_position): Doc fix.
2006-07-12 Kim F. Storm (Fcopy_marker): Use CHECK_TYPE.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-09-27 Dan Nicolaescu * xlwmenu.c (find_next_selectable):
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2003-09-01 Miles Bader Add arch taglines
2003-06-26 Stefan Monnier (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
2003-04-06 Richard M. Stallman (verify_bytepos): New function.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-04-17 Juanma Barranquero Fix typo in comment.
2002-04-13 Richard M. Stallman (count_markers): New function.
2002-04-01 Stefan Monnier (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.
2001-11-18 Richard M. Stallman Comment change.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-31 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-01-02 Eli Zaretskii (Fmarker_position): Remove unused variables `pos', `i',
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
1998-07-12 Karl Heuer (Fcopy_marker): Make return from wrong_type_argument
1998-05-11 Richard M. Stallman (unchain_marker): Abort if the marker is not in its buffer's chain.
1998-04-14 Andreas Schwab (set_marker_both): Remove bogus checks on charpos.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-13 Karl Heuer (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
1998-04-09 Karl Heuer (Fbuffer_has_markers_at): Fix termination condition.
1998-04-02 Kenichi Handa (buf_charpos_to_bytepos): Delete local variable gapend_byte.
1998-03-19 Kenichi Handa (byte_char_debug_check): Call multibyte_chars_in_text
1998-02-08 Richard M. Stallman (byte_char_debug_check): New function.
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-19 Richard M. Stallman (clear_charpos_cache): New function.
1998-01-02 Richard M. Stallman (buf_bytepos_to_charpos): Use marker bytepos, not bufpos.
1998-01-01 Richard M. Stallman (marker_byte_position): Renamed from marker_position.
1997-11-21 Andreas Schwab (unchain_marker): Define as returning nothing.
1996-10-11 Richard M. Stallman (Fbuffer_has_markers_at): New function.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fset_marker): Harmonize arguments with documentation.
1995-10-29 Richard M. Stallman (Fset_marker_insertion_type): Doc fix.
1995-09-03 Richard M. Stallman (Fcopy_marker): New arg TYPE.
1995-06-15 Karl Heuer Update GPL to version 2.
1995-03-14 Richard M. Stallman (unchain_marker): Allow differing buffers
1995-01-02 Richard M. Stallman Use BUF_MARKERS throughout.
1994-10-04 Karl Heuer (Fmarker_position): Don't use XFASTINT as an lvalue.
1994-10-04 Karl Heuer (Fmarker_buffer): Use new accessor macros instead of calling XSET directly.
1994-09-27 Karl Heuer (Fset_marker, set_marker_restricted, Fcopy_marker): Use type test macros.
1994-09-17 Richard M. Stallman (unchain_marker): Use EMACS_INT.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1992-01-13 Jim Blandy entered into RCS
1990-11-12 Jim Blandy Initial revision