comparison src/ChangeLog @ 4571:ebc01476e352

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 30 Dec 2008 20:33:30 +0000
parents b0d2ace4aed1 80e0588fb42f
children 68f74b080e94 1d11ecca9cd0
comparison
equal deleted inserted replaced
4548:b0d2ace4aed1 4571:ebc01476e352
1 2008-12-30 Aidan Kehoe <kehoea@parhasard.net> 1 2008-12-30 Aidan Kehoe <kehoea@parhasard.net>
2 2
3 * device-x.c (Fx_get_font_path): 3 * device-x.c (Fx_get_font_path):
4 Free the font path once we're finished with it. 4 Free the font path once we're finished with it.
5
6 2008-12-28 Aidan Kehoe <kehoea@parhasard.net>
7
8 * file-coding.c (Fmake_coding_system):
9 Document our use of the safe-chars and safe-charsets properties,
10 and the differences compared to GNU.
11 (make_coding_system_1): Don't drop the safe-chars and
12 safe-charsets properties.
13 (Fcoding_system_property): Return the safe-chars and safe-charsets
14 properties when asked for them.
15 * file-coding.h (CODING_SYSTEM_SAFE_CHARSETS):
16 * coding-system-slots.h:
17 Make the safe-chars and safe-charsets slots available in these
18 headers.
5 19
6 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> 20 2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
7 21
8 * doc.c (Fbuilt_in_symbol_file): 22 * doc.c (Fbuilt_in_symbol_file):
9 Return a subr's filename immediately if we've found it. Check for 23 Return a subr's filename immediately if we've found it. Check for