changeset 89523:cc3b434cc2ce

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 17 Sep 2003 19:29:34 +0000
parents c4f948b2b0da
children 0bad5ce6da2b
files src/ChangeLog.22
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Wed Sep 17 19:26:25 2003 +0000
+++ b/src/ChangeLog.22	Wed Sep 17 19:29:34 2003 +0000
@@ -1,5 +1,16 @@
 2003-09-17  Dave Love  <fx@gnu.org>
 
+	* xterm.c (x_term_init): Fix type error.
+
+	* lisp.h: Add Funibyte_char_to_multibyte.
+
+	* coding.c (Fread_coding_system): Fix arg of XSETSTRING.
+	(Fset_coding_system_priority): Doc fix.
+
+	* alloc.c: Sync with HEAD version.
+
+	* ccl.c (ccl_driver): Fix arg of CHARACTERP.
+
 	* indent.c (check_composition): Make start and end EMACS_INT.
 
 	* character.c (lisp_string_width): Make ignore and end EMACS_INT.