diff options
| author | Dave Love | 2002-09-03 18:07:51 +0000 |
|---|---|---|
| committer | Dave Love | 2002-09-03 18:07:51 +0000 |
| commit | 688e6cf5ba06107d9edc4fb708baa38f5c7d6cd9 (patch) | |
| tree | 4d96d4395e21baf9eccd0c304d55c9fb904542ec /src | |
| parent | a0b3195199a873f168f33efd299841b5403fe8e3 (diff) | |
| download | emacs-688e6cf5ba06107d9edc4fb708baa38f5c7d6cd9.tar.gz emacs-688e6cf5ba06107d9edc4fb708baa38f5c7d6cd9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b18851b32f0..6bd201ba9fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 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 |
| @@ -177,11 +181,11 @@ | |||
| 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 |