aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-21Assume C89 or later.Paul Eggert1-4/+0
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-30Spelling fixes.Paul Eggert1-1/+1
2011-12-05Spelling fixes.Paul Eggert1-2/+2
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-23/+26
2011-07-04* textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier1-2/+8
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-36/+18
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert1-1/+1
2011-05-28[ChangeLog]Paul Eggert1-3/+3
2011-05-11src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams1-2/+2
2011-04-24Minor cleanup in src/textprop.c.Eli Zaretskii1-10/+2
2011-04-23Fix typos in comments in character.c and textprop.c.Eli Zaretskii1-1/+1
2011-04-20* textprop.c (set_text_properties_1): Rewrite for clarity,Paul Eggert1-7/+10
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-2/+3
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+2
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-17/+17
2011-04-13* textprop.c (interval_insert_behind_hooks): Now static.Paul Eggert1-2/+2
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-4/+7
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-17/+18
2011-04-04* textprop.c (set_text_properties_1): Change while to do-while,Paul Eggert1-2/+3
2011-03-18* textprop.c (property_change_between_p): Remove; unused.Paul Eggert1-32/+0
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-9/+4
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-27ProtoizeAndreas Schwab1-2/+1
2010-12-19Minor clean up to silence some gcc warnings.Stefan Monnier1-24/+26
2010-09-25Fix int/EMACS_INT use in textprop.c and window.c.Eli Zaretskii1-19/+23
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu1-41/+19
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-61/+24
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-1/+1
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2010-01-09Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong1-9/+26
2010-01-08Fix spurious before-change-functions invocation from (insert ?\n).Alan Mackenzie1-7/+9
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu1-19/+19
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-12-26* textprop.c (Qminibuffer_prompt): New variable.Martin Rudalics1-0/+3
2008-11-03(Fprevious_single_char_property_change): Return 0Martin Rudalics1-1/+1
2008-08-26Fix typos (sync from trunk).Juanma Barranquero1-3/+3
2008-06-01(syms_of_textprop) <text-property-default-nonsticky>:Juanma Barranquero1-3/+3
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-12-30(get_char_property_and_overlay):Richard M. Stallman1-0/+4
2007-11-04Whitespace change.Richard M. Stallman1-1/+1
2007-10-17* xselect.c (x_own_selection, x_handle_selection_clear)Stefan Monnier1-22/+22
2007-08-08Replace `iff' in comments.Glenn Morris1-2/+2
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-21Add 2007 to copyright years.Glenn Morris1-1/+1