index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
textprop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-13
/
+13
*
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
1
-5
/
+5
*
Inline functions to examine and change string intervals.
Dmitry Antipov
2012-08-08
1
-4
/
+4
*
Cleanup intervals.
Dmitry Antipov
2012-08-08
1
-48
/
+48
*
Basic functions to set Lisp_Object and pointer slots of intervals.
Dmitry Antipov
2012-08-07
1
-3
/
+3
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-1
/
+1
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-1
/
+1
*
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-08-01
1
-1
/
+1
*
Cleanup and convert miscellaneous checks to eassert.
Dmitry Antipov
2012-07-17
1
-23
/
+4
*
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-10
1
-1
/
+1
*
Auto-generate EXFUN using make-docfile
Tom Tromey
2012-07-03
1
-3
/
+0
*
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
2012-06-24
1
-2
/
+1
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-0
/
+1
*
Merge from trunk.
Paul Eggert
2012-05-25
1
-4
/
+0
|
\
|
*
Assume C89 or later.
Paul Eggert
2012-05-21
1
-4
/
+0
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-2
/
+2
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
|
*
Spelling fixes.
Paul Eggert
2011-12-30
1
-1
/
+1
*
|
Merge from trunk.
Paul Eggert
2011-12-10
1
-2
/
+2
|
\
|
|
*
Spelling fixes.
Paul Eggert
2011-12-05
1
-2
/
+2
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-23
/
+26
|
/
*
* textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.
Stefan Monnier
2011-07-04
1
-2
/
+8
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-36
/
+18
*
Use ptrdiff_t, not int, for overlay counts.
Paul Eggert
2011-06-21
1
-1
/
+1
*
[ChangeLog]
Paul Eggert
2011-05-28
1
-3
/
+3
*
Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
Glenn Morris
2011-05-12
1
-2
/
+2
|
\
|
*
src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
Drew Adams
2011-05-11
1
-2
/
+2
*
|
Merge from mainline.
Paul Eggert
2011-04-25
1
-11
/
+3
|
\
\
|
*
|
Minor cleanup in src/textprop.c.
Eli Zaretskii
2011-04-24
1
-10
/
+2
|
*
|
Fix typos in comments in character.c and textprop.c.
Eli Zaretskii
2011-04-23
1
-1
/
+1
*
|
|
* textprop.c (set_text_properties_1): Rewrite for clarity,
Paul Eggert
2011-04-20
1
-7
/
+10
|
/
/
*
|
Fix regex.c, syntax.c and friends for buffers > 2GB.
Eli Zaretskii
2011-04-16
1
-2
/
+3
*
|
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-14
1
-1
/
+2
*
|
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-17
/
+17
*
|
* textprop.c (interval_insert_behind_hooks): Now static.
Paul Eggert
2011-04-13
1
-2
/
+2
*
|
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-4
/
+7
*
|
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-17
/
+18
*
|
* textprop.c (set_text_properties_1): Change while to do-while,
Paul Eggert
2011-04-04
1
-2
/
+3
*
|
* textprop.c (property_change_between_p): Remove; unused.
Paul Eggert
2011-03-18
1
-32
/
+0
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
|
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-9
/
+4
*
|
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Protoize
Andreas Schwab
2010-12-27
1
-2
/
+1
*
|
Minor clean up to silence some gcc warnings.
Stefan Monnier
2010-12-19
1
-24
/
+26
*
|
Fix int/EMACS_INT use in textprop.c and window.c.
Eli Zaretskii
2010-09-25
1
-19
/
+23
*
|
Convert DEFUNs to standard C.
Dan Nicolaescu
2010-07-08
1
-41
/
+19
*
|
Convert (most) functions in src to standard C.
Dan Nicolaescu
2010-07-04
1
-61
/
+24
*
|
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-07-02
1
-1
/
+1
|
/
[next]