summaryrefslogtreecommitdiff
path: root/src/textprop.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-07
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-17
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-08
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-08
* Cleanup intervals.Dmitry Antipov2012-08-08
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-07
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-17
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-05-25
|\
| * Assume C89 or later.Paul Eggert2012-05-21
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-30
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-12-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-04
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-21
* [ChangeLog]Paul Eggert2011-05-28
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-12
|\
| * src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).Drew Adams2011-05-11
* | Merge from mainline.Paul Eggert2011-04-25
|\ \
| * | Minor cleanup in src/textprop.c.Eli Zaretskii2011-04-24
| * | Fix typos in comments in character.c and textprop.c.Eli Zaretskii2011-04-23
* | | * textprop.c (set_text_properties_1): Rewrite for clarity,Paul Eggert2011-04-20
|/ /
* | Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-16
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-14
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* | * textprop.c (interval_insert_behind_hooks): Now static.Paul Eggert2011-04-13
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* | * textprop.c (set_text_properties_1): Change while to do-while,Paul Eggert2011-04-04
* | * textprop.c (property_change_between_p): Remove; unused.Paul Eggert2011-03-18
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* | Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from emacs-23Stefan Monnier2011-01-14
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | ProtoizeAndreas Schwab2010-12-27