Changeset 3085

Show
Ignore:
Timestamp:
05/27/03 05:38:54 (6 years ago)
Author:
himi
Message:

*** empty log message ***

Files:

Legend:

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

    r3061 r3085  
     12003-05-27  MIYASHITA Hisashi  <himi@meadowy.org> 
     2 
     3        * international/mw32misc.el (mw32-convert-fr-spec-to-vec): 
     4        New function. 
     5        (mw32-convert-font-legacy-strict-spec): New function. 
     6        (mw32-convert-font-request-alist): It is a reviced version 
     7        of mw32-convert-font-request-attribute.  Now it deals with 'spec 
     8        key.  Note that it converts 'strict-spec key with 
     9        mw32-convert-font-legacy-strict-spec. 
     10        (w32-add-font): Use mw32-convert-font-request-alist. 
     11        (w32-change-font): Fix the name of w32-change-add-font. 
     12        (logfont-from-char-and-request): New function. 
     13        (mw32-build-font-spec): Removed. 
     14        (mw32-face-attrs-weight-alist): New alist. 
     15        (mw32-convert-face-attrs-to-request): New function. 
     16        (mw32-load-lf-from-request): New function. 
     17        (create-fontset-from-request-with-spec): New function. 
     18        (change-fontset-from-request-with-spec): New function. 
     19        (create-fontset-from-request): Totally rewritten, use  
     20        create-fontset-from-request-with-spec to build a new 
     21        fontset (actually a FR). 
     22        (change-fontset-from-request): Likewise. 
     23 
    1242003-03-24  MIYASHITA Hisashi  <himi@meadowy.org> 
    225 
  • work/cvs2svn/src/ChangeLog.Meadow

    r3081 r3085  
    112003-05-25  MIYASHITA Hisashi  <himi@meadowy.org> 
     2 
     3        * mw32font.c: Defined Qspec and Qstrict.  Removed Qstrict_spec. 
     4        (mw32_load_strict_spec, mw32_load_function_spec): New functions. 
     5        (mw32_spec_base_font_loader): New function.  Substituded it for 
     6        mw32_strict_logical_font_loader and mw32_elisp_logical_font_loader. 
     7        (mw32_check_font_option): Separated checking option part from 
     8        mw32_check_font_request_alist(). 
     9        (mw32_check_font_request_alist): Made it adapt to the new font "spec" 
     10        format.  Furthermore, check logfont lisp object strictly. 
     11        (reinit_syms_of_mw32font): Added mw32_spec_base_font_loader. 
     12        Removed mw32_strict_logical_font_loader and 
     13        mw32_elisp_logical_font_loader. 
     14        (syms_of_mw32font): Initialize Qspec and Qstrict. 
     15        Removed the code on Qstrict_spec. 
    216 
    317        * xdisp.c (display_mode_element): When getting charpos,