summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-13/+13
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-5/+5
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-4/+4
* Cleanup intervals.Dmitry Antipov2012-08-081-48/+48
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-3/+3
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-23/+4
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-3/+0
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-05-251-4/+0
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\|
| * Spelling fixes.Paul Eggert2011-12-051-2/+2
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-23/+26
|/
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-041-2/+8
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-36/+18
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-1/+1
* [ChangeLog]Paul Eggert2011-05-281-3/+3
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-2/+2
|\
| * src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams2011-05-111-2/+2
* | Merge from mainline.Paul Eggert2011-04-251-11/+3
|\ \
| * | Minor cleanup in src/textprop.c.Eli Zaretskii2011-04-241-10/+2
| * | Fix typos in comments in character.c and textprop.c.Eli Zaretskii2011-04-231-1/+1
* | | * textprop.c (set_text_properties_1): Rewrite for clarity,Paul Eggert2011-04-201-7/+10
|/ /
* | Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-2/+3
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+2
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-17/+17
* | * textprop.c (interval_insert_behind_hooks): Now static.Paul Eggert2011-04-131-2/+2
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+7
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-17/+18
* | * textprop.c (set_text_properties_1): Change while to do-while,Paul Eggert2011-04-041-2/+3
* | * textprop.c (property_change_between_p): Remove; unused.Paul Eggert2011-03-181-32/+0
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-9/+4
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | ProtoizeAndreas Schwab2010-12-271-2/+1
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-24/+26
* | Fix int/EMACS_INT use in textprop.c and window.c.Eli Zaretskii2010-09-251-19/+23
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-41/+19
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-61/+24
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
|/