aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-04-08 19:36:24 +0000
committerKen Raeburn2000-04-08 19:36:24 +0000
commite8413c3b81513e549851fab9256e0bd2e02ea4cc (patch)
treea10d1c34299d2d3dc892b663bcce864c3adff4ab /src/ChangeLog
parenta3f4e3d921836f69f5577983075b7e6231e7de9d (diff)
downloademacs-e8413c3b81513e549851fab9256e0bd2e02ea4cc.tar.gz
emacs-e8413c3b81513e549851fab9256e0bd2e02ea4cc.zip
fixing more int/lisp confusion, in coding.* and fontset.c
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12000-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
12000-04-05 Ken Raeburn <raeburn@gnu.org> 112000-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