aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Suppress spurious second invocation of before-change-functionsAlan Mackenzie2010-01-191-7/+9
|\
| * Fix spurious before-change-functions invocation from (insert ?\n).Alan Mackenzie2010-01-081-7/+9
* | Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* | Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong2010-01-091-9/+26
|/
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-19/+19
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * textprop.c (Qminibuffer_prompt): New variable.Martin Rudalics2008-12-261-0/+3
* (Fprevious_single_char_property_change): Return 0Martin Rudalics2008-11-031-1/+1
* (syms_of_textprop) <text-property-default-nonsticky>:Juanma Barranquero2008-06-011-3/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | (get_char_property_and_overlay):Richard M. Stallman2007-12-301-0/+4
* | Merge from emacs--rel--22Miles Bader2007-11-091-1/+1
|\|
| * Whitespace change.Richard M. Stallman2007-11-041-1/+1
* | * xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier2007-10-171-22/+22
|/
* Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* * textprop.c (Fnext_property_change, Fnext_single_property_change)Chong Yidong2006-09-121-33/+34
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-011-6/+6
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+2
* (text_read_only): Use xsignal0, xsignal1.Kim F. Storm2006-07-181-1/+4
* (Fget_char_property_and_overlay): Doc fix.Richard M. Stallman2006-07-031-3/+4
* * textprop.c (text_property_stickiness): doc fix.Chong Yidong2006-06-281-0/+4
* (Fnext_single_char_property_change)Richard M. Stallman2006-05-141-24/+44