diff options
| author | Ken Raeburn | 2000-04-08 19:36:24 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-04-08 19:36:24 +0000 |
| commit | e8413c3b81513e549851fab9256e0bd2e02ea4cc (patch) | |
| tree | a10d1c34299d2d3dc892b663bcce864c3adff4ab /src | |
| parent | a3f4e3d921836f69f5577983075b7e6231e7de9d (diff) | |
| download | emacs-e8413c3b81513e549851fab9256e0bd2e02ea4cc.tar.gz emacs-e8413c3b81513e549851fab9256e0bd2e02ea4cc.zip | |
fixing more int/lisp confusion, in coding.* and fontset.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b957c146a83..2870cf3af76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-04-08 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * coding.h (code_convert_string): Declare. | ||
| 4 | * coding.c (code_convert_string_norecord): Pass an int, not a lisp | ||
| 5 | object, as the fourth argument to code_convert_string. | ||
| 6 | |||
| 7 | * fontset.c (make_fontset_for_ascii_face): Use XINT on return | ||
| 8 | value. | ||
| 9 | (Fset_fontset_font): Use EQ to compare lisp objects. | ||
| 10 | |||
| 1 | 2000-04-05 Ken Raeburn <raeburn@gnu.org> | 11 | 2000-04-05 Ken Raeburn <raeburn@gnu.org> |
| 2 | 12 | ||
| 3 | * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for | 13 | * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for |