/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2479.2.65 by handa, Tue Jul 23 02:57:49 2002 UTC revision 1.2479.2.66 by handa, Wed Jul 24 10:50:53 2002 UTC
# Line 1  Line 1 
1    2002-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    
35  2002-07-23  Kenichi Handa  <handa@etl.go.jp>  2002-07-23  Kenichi Handa  <handa@etl.go.jp>
36    
37          * xdisp.c (face_before_or_after_it_pos): Call          * xdisp.c (face_before_or_after_it_pos): Call

Legend:
Removed from v.1.2479.2.65  
changed lines
  Added in v.1.2479.2.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26