Mercurial > emacs
comparison src/ChangeLog.unicode @ 90590:bad57814fca3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 21 Aug 2006 12:51:20 +0000 |
parents | c78f05b8f09e |
children | fd59c4164a14 |
comparison
equal
deleted
inserted
replaced
90589:697dcc1df88d | 90590:bad57814fca3 |
---|---|
1 2006-08-21 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * font.c (font_matching_entity): Dolete unused local var. | |
4 | |
5 * xftfont.c (xftfont_open): Call XftDefaultSubstitute before | |
6 opening a font. | |
7 | |
8 * fileio.c (Finsert_file_contents): On recovering a file, assume | |
9 Unix-like eol. | |
10 (choose_write_coding_system): On auto-saving a file, force | |
11 Unix-like eol. | |
12 | |
13 * coding.c (setup_coding_system): Fix setting of | |
14 coding->common_flags based on eol_type. | |
15 (coding_inherit_eol_type): If PARENT is not nil, be sure to | |
16 inherit from it. | |
17 | |
1 2006-08-04 Kenichi Handa <handa@m17n.org> | 18 2006-08-04 Kenichi Handa <handa@m17n.org> |
2 | 19 |
3 * alloc.c (NSTATICS): Increased to 0x600. | 20 * alloc.c (NSTATICS): Increased to 0x600. |
4 | 21 |
5 2006-08-01 Kenichi Handa <handa@m17n.org> | 22 2006-08-01 Kenichi Handa <handa@m17n.org> |