/[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.150 by handa, Tue May 20 13:15:45 2003 UTC revision 1.2479.2.151 by handa, Wed May 28 11:37:09 2003 UTC
# Line 1  Line 1 
1    2003-05-28  Kenichi Handa  <handa@m17n.org>
2    
3            * coding.h (make_conversion_work_buffer): Prototype adjusted.
4            (code_conversion_restore): Don't extern it.
5    
6            * coding.c (detected_mask): Delete unused variable.
7            (decode_coding_iso_2022): Pay attention to the byte sequence of
8            CTEXT extended segment, and retain those bytes as is.
9            (decode_coding_ccl): Delete unused variable `valids'.
10            (setup_coding_system): Delete unused variable `category'.
11            (consume_chars): Delete unused variable `category'.  Make it work
12            for non-multibyte case.
13            (make_conversion_work_buffer): Argument changed.
14            (saved_coding): Delete unused variable.
15            (code_conversion_restore): Don't check saved_coding->destination.
16            (code_conversion_save): New function.
17            (decode_coding_gap, encode_coding_gap): Call code_conversion_save
18            instead of record_unwind_protect.
19            (decode_coding_object, encode_coding_object): Likewise.  Recover
20            PT.
21            (detect_coding_system): Delete unused variable `mask'.
22            (Fdefine_coding_system_internal): Delete unsed vaiable id;
23    
24            * fileio.c (kill_workbuf_unwind): New function.
25            (Finsert_file_contents): On replacing, call
26            make_conversion_work_buffer with correct args, and call
27            record_unwind_protect with the first arg kill_workbuf_unwind.
28    
29            * lisp.h (Fgenerate_new_buffer_name): EXFUN it.
30    
31  2003-05-20  Kenichi Handa  <handa@m17n.org>  2003-05-20  Kenichi Handa  <handa@m17n.org>
32    
33          * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not          * fontset.c (BASE_FONTSET_P): Check FONTSET_BASE, not

Legend:
Removed from v.1.2479.2.150  
changed lines
  Added in v.1.2479.2.151

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