Changeset 949 for branches

Show
Ignore:
Timestamp:
2008年07月04日 13時31分56秒 (3 months ago)
Author:
shirai
Message:

Do not set inputmethd to anthy if have
not `anthy-agent'.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.00/pkginfo/ChangeLog

    r948 r949  
     12008-07-04  Hideyuki SHIRAI  <shirai@meadowy.org> 
     2 
     3        * anthy/auto-autoloads.el: Do not set inputmethd to anthy if have 
     4        not `anthy-agent'. 
     5 
    162008-03-12  Koichiro Ohba  <koichiro@meadowy.org> 
    27 
     
    1015        * scala/Makefile.pkg: New file. 
    1116        * scala/auto-autoloads.el: New file. 
    12          
     17 
    13182008-02-29  Koichiro Ohba  <koichiro@meadowy.org> 
    1419 
     
    638643        * setup.ini (elscreen-1.4.0-1-pkg): [Curr] Release. 
    639644        * elscreen/Makefile.pkg: Add elscreen-dired-0.1.0, elscreen-gf-1.4.0, 
    640         elscreen-goby-0.0.0, elscreen-howm-0.0.0, elscreen-server-0.0.0,  
     645        elscreen-goby-0.0.0, elscreen-howm-0.0.0, elscreen-server-0.0.0, 
    641646        elscreen-w3m-0.1.0, elscreen-wl-0.6.0 
    642647 
     
    717722        * setup.ini (mule-fonts-1.0-2-pkg): [Curr] Release. 
    718723        * intlfonts/Makefile.pkg (PKG_VERSION): +1. 
    719         * intlfonts/auto-autoloads.el (mule-fonts-16dot-alist):  
     724        * intlfonts/auto-autoloads.el (mule-fonts-16dot-alist): 
    720725        Fixed. [meadow-users-jp:6751]. 
    721726 
  • branches/3.00/pkginfo/anthy/auto-autoloads.el

    r913 r949  
    66 
    77;; 
    8 (when (equal current-language-environment "Japanese") 
     8(when (and (equal current-language-environment "Japanese") 
     9           (executable-find "anthy-agent")) 
    910  (set-input-method 'japanese-anthy)) 
    1011