- Timestamp:
- 2008年07月04日 13時31分56秒 (3 months ago)
- Files:
-
- branches/3.00/pkginfo/ChangeLog (modified) (4 diffs)
- branches/3.00/pkginfo/anthy/auto-autoloads.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/pkginfo/ChangeLog
r948 r949 1 2008-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 1 6 2008-03-12 Koichiro Ohba <koichiro@meadowy.org> 2 7 … … 10 15 * scala/Makefile.pkg: New file. 11 16 * scala/auto-autoloads.el: New file. 12 17 13 18 2008-02-29 Koichiro Ohba <koichiro@meadowy.org> 14 19 … … 638 643 * setup.ini (elscreen-1.4.0-1-pkg): [Curr] Release. 639 644 * 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, 641 646 elscreen-w3m-0.1.0, elscreen-wl-0.6.0 642 647 … … 717 722 * setup.ini (mule-fonts-1.0-2-pkg): [Curr] Release. 718 723 * intlfonts/Makefile.pkg (PKG_VERSION): +1. 719 * intlfonts/auto-autoloads.el (mule-fonts-16dot-alist): 724 * intlfonts/auto-autoloads.el (mule-fonts-16dot-alist): 720 725 Fixed. [meadow-users-jp:6751]. 721 726 branches/3.00/pkginfo/anthy/auto-autoloads.el
r913 r949 6 6 7 7 ;; 8 (when (equal current-language-environment "Japanese") 8 (when (and (equal current-language-environment "Japanese") 9 (executable-find "anthy-agent")) 9 10 (set-input-method 'japanese-anthy)) 10 11
