Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 30 20:01:14 2008 +0000 +++ b/src/ChangeLog Tue Dec 30 20:33:30 2008 +0000 @@ -3,6 +3,20 @@ * device-x.c (Fx_get_font_path): Free the font path once we're finished with it. +2008-12-28 Aidan Kehoe <kehoea@parhasard.net> + + * file-coding.c (Fmake_coding_system): + Document our use of the safe-chars and safe-charsets properties, + and the differences compared to GNU. + (make_coding_system_1): Don't drop the safe-chars and + safe-charsets properties. + (Fcoding_system_property): Return the safe-chars and safe-charsets + properties when asked for them. + * file-coding.h (CODING_SYSTEM_SAFE_CHARSETS): + * coding-system-slots.h: + Make the safe-chars and safe-charsets slots available in these + headers. + 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> * doc.c (Fbuilt_in_symbol_file):