aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-06-17 17:28:22 +0200
committerLars Magne Ingebrigtsen2013-06-17 17:28:22 +0200
commit708e05f6d1b39313a63e34a5b4e1a16ae809ae25 (patch)
tree406e73905374997269b8d123e5c0ec98dcbd872e /doc/lispref/ChangeLog
parent2c149f93b425ffbb2de02e9b41e1aa98ae40e0e7 (diff)
downloademacs-708e05f6d1b39313a63e34a5b4e1a16ae809ae25.tar.gz
emacs-708e05f6d1b39313a63e34a5b4e1a16ae809ae25.zip
Implement new function `add-face-text-property'
* doc/lispref/text.texi (Changing Properties): Document `add-face-text-property'. * src/textprop.c (property_set_type): New enum. (add_properties): Allow appending/prepending text properties. (add_text_properties_1): Factored out of Fadd_text_properties. (Fadd_text_properties): Moved all the code into add_text_properties_1. (Fadd_face_text_property): New function that calls add_text_properties_1.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index af9aa2919e9..6c945dd244e 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * text.texi (Changing Properties): Document `add-face-text-property'.
4
12013-06-17 Kenichi Handa <handa@gnu.org> 52013-06-17 Kenichi Handa <handa@gnu.org>
2 6
3 * display.texi (Face Attributes): Refer to "Low-Level font" (not 7 * display.texi (Face Attributes): Refer to "Low-Level font" (not