comparison src/ChangeLog @ 5224:35c2b7e9c03f

Add #'substring-no-properties, omitting any extent data. 2010-06-01 Aidan Kehoe <kehoea@parhasard.net> * fns.c (Fsubstring_no_properties): Add this function, API taken from GNU, though ours drops all extent data, not just properties.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 01 Jun 2010 20:32:41 +0100
parents acc4a6c9f5f9
children fbd1485af104
comparison
equal deleted inserted replaced
5223:acc4a6c9f5f9 5224:35c2b7e9c03f
1 2010-06-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * fns.c (Fsubstring_no_properties):
4 Add this function, API taken from GNU, though ours drops all
5 extent data, not just properties.
6
1 2010-06-01 Aidan Kehoe <kehoea@parhasard.net> 7 2010-06-01 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * glyphs.c (syms_of_glyphs): 9 * glyphs.c (syms_of_glyphs):
4 Remove the definition of Q_data from this file, now it's in 10 Remove the definition of Q_data from this file, now it's in
5 general-slots.h. Problem picked up by a C++ build. 11 general-slots.h. Problem picked up by a C++ build.