aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-06-24 08:49:22 +0000
committerKenichi Handa2002-06-24 08:49:22 +0000
commit24df0f360f55c804f4a40212ffcf14e0b17623e2 (patch)
treeea3a4fa1e6cc7146d5be8632aa6bcb55be5a027d /src
parent3efa11935ad920ebfdf0e394236a02d2d7212a7f (diff)
downloademacs-24df0f360f55c804f4a40212ffcf14e0b17623e2.tar.gz
emacs-24df0f360f55c804f4a40212ffcf14e0b17623e2.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7d9cf969c1a..80c1b86e6f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,26 @@
4 4
5 * w16select.c: Likewise. 5 * w16select.c: Likewise.
6 6
72002-06-24 Kenichi Handa <handa@etl.go.jp>
8
9 * callproc.c (Fcall_process): If code detection is necessary,
10 call detect_coding directly here.
11
12 * coding.c (detect_eol): Preserve coding->cmp_data.
13
14 * w16select.c (Fw16_get_clipboard_data): Disable composition
15 handling.
16
17 * w32fns.c (w32_to_x_font): Disable composition handling.
18
19 * w32select.c (Fw32_get_clipboard_data): Disable composition
20 handling.
21
22 * xselect.c (selection_data_to_lisp_data): Disable composition
23 handling.
24
25 * xterm.c (XTread_socket): Disable composition handling.
26
72002-06-22 Stefan Monnier <monnier@cs.yale.edu> 272002-06-22 Stefan Monnier <monnier@cs.yale.edu>
8 28
9 * lread.c (Fread): Remove redundant and imprecise declaration. 29 * lread.c (Fread): Remove redundant and imprecise declaration.