aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-17 19:29:34 +0000
committerDave Love2003-09-17 19:29:34 +0000
commit7a2b3b13b3998b5d0b95d161f6aeeb9a0d416bd5 (patch)
tree5d4f377bca6ac7be42f7c412e3a5457280c07d0e /src
parent0bc6bafd7edde20f55ad4129d8384a1e528e96ff (diff)
downloademacs-7a2b3b13b3998b5d0b95d161f6aeeb9a0d416bd5.tar.gz
emacs-7a2b3b13b3998b5d0b95d161f6aeeb9a0d416bd5.zip
*** empty log message ***
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.