diff options
Diffstat (limited to 'src/ChangeLog')
| -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 |