Mercurial > emacs
comparison src/ChangeLog @ 89066:d86aa90b5637
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 03 Sep 2002 18:07:51 +0000 |
parents | 2ac5108292b2 |
children | 63d0bc85dea9 |
comparison
equal
deleted
inserted
replaced
89065:62aa2d4f3773 | 89066:d86aa90b5637 |
---|---|
1 2002-09-03 Dave Love <fx@gnu.org> | |
2 | |
3 * charset.h (charset_ordered_list_tick): Declare extern. | |
4 | |
1 2002-09-03 Kenichi Handa <handa@etl.go.jp> | 5 2002-09-03 Kenichi Handa <handa@etl.go.jp> |
2 | 6 |
3 The following changes (and some of 2002-08-20 changes of mine) are | 7 The following changes (and some of 2002-08-20 changes of mine) are |
4 for handling syntax, category, and case conversion for unibyte | 8 for handling syntax, category, and case conversion for unibyte |
5 characters by converting them to multibyte on the fly. With these | 9 characters by converting them to multibyte on the fly. With these |
175 2002-08-19 Kenichi Handa <handa@etl.go.jp> | 179 2002-08-19 Kenichi Handa <handa@etl.go.jp> |
176 | 180 |
177 * lread.c (safe_to_load_p): Fix the logic. | 181 * lread.c (safe_to_load_p): Fix the logic. |
178 | 182 |
179 * syntax.c (scan_words): Don't treat characters belonging to | 183 * syntax.c (scan_words): Don't treat characters belonging to |
180 different scripts constituting a work. | 184 different scripts as constituting a word. |
181 | 185 |
182 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. | 186 * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. |
183 | 187 |
184 * fontset.c (Fset_fontset_font): Treate `ascii' as charset, not | 188 * fontset.c (Fset_fontset_font): Treat `ascii' as charset, not |
185 script. | 189 script. |
186 | 190 |
187 * emacs.c (main): In the case of --unibyte, instead of aborting on | 191 * emacs.c (main): In the case of --unibyte, instead of aborting on |
188 finding non-empty buffer, make it unibyte. | 192 finding non-empty buffer, make it unibyte. |
189 | 193 |