aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-07-24 10:50:53 +0000
committerKenichi Handa2002-07-24 10:50:53 +0000
commit571407d6e005f973a75f9db8afcb3f92a203b9b1 (patch)
treead42adccae215ed3c492080fd8faba230f1efa74 /src
parent8cfdb48d4adbfde35aabb0dbec3ba7dcb562bbd9 (diff)
downloademacs-571407d6e005f973a75f9db8afcb3f92a203b9b1.tar.gz
emacs-571407d6e005f973a75f9db8afcb3f92a203b9b1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 786b7c691e0..a7140550738 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,37 @@
12002-07-24 Kenichi Handa <handa@etl.go.jp>
2
3 * lread.c: Include "coding.h".
4 (Qget_emacs_mule_file_char, Qload_force_doc_strings,
5 load_each_byte, unread_char): New variables.
6 (readchar_backlog): This variable deleted.
7 (readchar): Return a character unless load_each_byte is nonzero.
8 Handle the case that readcharfun is Qget_emacs_mule_file_char or a
9 cons. If unread_char is not -1, simply return it.
10 (unreadchar): Handle the case that readcharfun is
11 Qget_emacs_mule_file_char or a cons. Set unread_char if
12 necessary.
13 (read_multibyte): This function deleted.
14 (readbyte_for_lambda, readbyte_from_file, readbyte_from_string)
15 (read_emacs_mule_char): New functions.
16 (Fload): Even if the file doesn't have the extention ".elc", if
17 safe_to_load_p returns a positive version number, assume that the
18 file contains bytecompiled code. If the version is less than 22,
19 load the file while decoding multibyte sequences by emacs-mule.
20 (readevalloop): Don't use readchar_backlog.
21 (Fread): Likewise. Pay attention to the case that STREAM is a
22 cons.
23 (Fread_from_string): Pay attention to the case that STREAM is a
24 cons.
25 (read_escape): The arg BYTEREP deleted.
26 (read1): Set load_each_byte to 1 temporarily while handling
27 #@NUMBER. Don't call read_multibyte.
28 (read_vector): Call Fread with a cons. If readcharfun is
29 Qget_emacs_mule_file_char, decode the read string by emacs-mule.
30 (read_list): If doc_reference is 2, make the cdr part string as
31 unibyte.
32 (syms_of_lread): Intern and staticpro Qget_emacs_mule_file_char
33 and Qload_force_doc_strings.
34
12002-07-23 Kenichi Handa <handa@etl.go.jp> 352002-07-23 Kenichi Handa <handa@etl.go.jp>
2 36
3 * xdisp.c (face_before_or_after_it_pos): Call 37 * xdisp.c (face_before_or_after_it_pos): Call