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