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