aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-02-04 19:29:56 +0000
committerDave Love2003-02-04 19:29:56 +0000
commit7258f1f737e13443116a13f4425f2b98562cd612 (patch)
treee2de77490e6cbb5e8348d025034ec06bcdec1c61
parent1d839a148603a07aea8dfc25b7e1661d265a6ffb (diff)
downloademacs-7258f1f737e13443116a13f4425f2b98562cd612.tar.gz
emacs-7258f1f737e13443116a13f4425f2b98562cd612.zip
*** empty log message ***
-rw-r--r--README.unicode3
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
3 files changed, 13 insertions, 0 deletions
diff --git a/README.unicode b/README.unicode
index e32326a4a2c..3c20084d660 100644
--- a/README.unicode
+++ b/README.unicode
@@ -124,3 +124,6 @@ existing support and the extra stuff at
124 Fcheck_coding_systems_region. Define ENABLE_CHECKING to find them. 124 Fcheck_coding_systems_region. Define ENABLE_CHECKING to find them.
125 125
126 * You can grep the code for lots of fixmes. 126 * You can grep the code for lots of fixmes.
127
128 * Old auto-save files, and similar files, such as Gnus drafts,
129 containing non-ASCII characters probably won't be re-read correctly.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 265115bbdc3..f74953cb94e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-02-04 Dave Love <fx@gnu.org>
2
3 * international/mule.el (charset-iso-final-char)
4 (define-coding-system): Doc fix.
5
12003-01-30 Kenichi Handa <handa@m17n.org> 62003-01-30 Kenichi Handa <handa@m17n.org>
2 7
3 * international/ccl.el (define-ccl-program): Fset charset-id 8 * international/ccl.el (define-ccl-program): Fset charset-id
diff --git a/src/ChangeLog b/src/ChangeLog
index 78476587c08..66c9f4a0e5e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-02-04 Dave Love <fx@gnu.org>
2
3 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
4 and fix C types.
5
12003-01-31 Kenichi Handa <handa@m17n.org> 62003-01-31 Kenichi Handa <handa@m17n.org>
2 7
3 * xdisp.c (SKIP_GLYPHS): New macro. 8 * xdisp.c (SKIP_GLYPHS): New macro.