diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc57bdaba26..0b3c45711dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * textprop.c (property_set_type): New enum. | ||
| 4 | (add_properties): Allow appending/prepending text properties. | ||
| 5 | (add_text_properties_1): Factored out of Fadd_text_properties. | ||
| 6 | (Fadd_text_properties): Moved all the code into | ||
| 7 | add_text_properties_1. | ||
| 8 | (Fadd_face_text_property): New function that calls | ||
| 9 | add_text_properties_1. | ||
| 10 | |||
| 1 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2013-06-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Move functions from lisp.h to individual modules when possible. | 13 | Move functions from lisp.h to individual modules when possible. |