Changeset 3034

Show
Ignore:
Timestamp:
03/02/03 18:20:20 (6 years ago)
Author:
himi
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/ChangeLog.Meadow

    r3028 r3034  
     12003-03-02  MIYASHITA Hisashi  <himi@meadowy.org> 
     2 
     3        * mw32mci.c (Fmw32_mci_send_string): Don't use ENCODE_SYSTEM 
     4        and DECODE_SYSTEM.  Use mw32_encode/decode_lispy_string() 
     5        instead. 
     6        (Fmw32_mci_get_error_string): Likewise. 
     7 
     8        * mw32term.c (mw32_message_loop<MM_MCINOTIFY>): Simplify redundunt 
     9        expressions, and avoid to use kbd_buffer_store_event(). 
     10 
     11        * mw32fns.c (mw32_encode_lispy_string) 
     12        (mw32_decode_lispy_string): New functions. 
     13 
     14        * mw32term.h (mw32_encode_lispy_string, mw32_delete_lispy_string): 
     15        New function declaration. 
     16 
    1172003-03-02  MIYOSHI Masanori  <miyoshi@boreas.dti.ne.jp> 
    218