summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+6
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-111-3/+6
|\ \ \ | |/ /
| * | (Fmarker_buffer): Make test for odd case into a failure.Stefan Monnier2007-10-021-3/+6
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+1
|\ \ | |/
| * (Fmarker_insertion_type): Doc fix.Juanma Barranquero2006-12-101-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-051-1/+2
|\ \ | |/
| * (Fmarker_position): Doc fix.Juri Linkov2006-09-021-1/+2
* | Merge from emacs--devo--0Miles Bader2006-07-191-2/+1
|\ \ | |/
| * (Fcopy_marker): Use CHECK_TYPE.Kim F. Storm2006-07-121-2/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86Miles Bader2005-09-301-0/+1
|\ \ | |/
| * * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (buf_charpos_to_bytepos, buf_bytepos_to_charpos)Stefan Monnier2003-06-261-67/+49
* | (verify_bytepos): New function.Richard M. Stallman2003-04-061-0/+18
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
* | Fix typo in comment.Juanma Barranquero2002-04-171-1/+1
* | (count_markers): New function.Richard M. Stallman2002-04-131-0/+17
* | (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.Stefan Monnier2002-04-011-4/+4
|/
* Comment change.Richard M. Stallman2001-11-181-1/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-14/+14
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-311-30/+29
* (Fmarker_position): Remove unused variables `pos', `i',Eli Zaretskii2001-01-021-5/+0
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+3
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-3/+3
* (Fcopy_marker): Make return from wrong_type_argumentKarl Heuer1998-07-121-9/+7
* (unchain_marker): Abort if the marker is not in its buffer's chain.Richard M. Stallman1998-05-111-7/+17
* (set_marker_both): Remove bogus checks on charpos.Andreas Schwab1998-04-141-9/+0
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1
* (buf_charpos_to_bytepos, buf_bytepos_to_charpos):Karl Heuer1998-04-131-8/+12
* (Fbuffer_has_markers_at): Fix termination condition.Karl Heuer1998-04-091-1/+1
* (buf_charpos_to_bytepos): Delete local variable gapend_byte.Kenichi Handa1998-04-021-1/+0
* (byte_char_debug_check): Call multibyte_chars_in_textKenichi Handa1998-03-191-5/+6
* (byte_char_debug_check): New function.Richard M. Stallman1998-02-081-4/+66