aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2211
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index e1fae1b86ed..bc88d791753 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,5 +1,16 @@
12003-09-17 Dave Love <fx@gnu.org> 12003-09-17 Dave Love <fx@gnu.org>
2 2
3 * xterm.c (x_term_init): Fix type error.
4
5 * lisp.h: Add Funibyte_char_to_multibyte.
6
7 * coding.c (Fread_coding_system): Fix arg of XSETSTRING.
8 (Fset_coding_system_priority): Doc fix.
9
10 * alloc.c: Sync with HEAD version.
11
12 * ccl.c (ccl_driver): Fix arg of CHARACTERP.
13
3 * indent.c (check_composition): Make start and end EMACS_INT. 14 * indent.c (check_composition): Make start and end EMACS_INT.
4 15
5 * character.c (lisp_string_width): Make ignore and end EMACS_INT. 16 * character.c (lisp_string_width): Make ignore and end EMACS_INT.