Changeset 627
- Timestamp:
- 2005年02月18日 17時12分03秒 (4 years ago)
- Files:
-
- branches/2.10/pkginfo/ChangeLog (modified) (1 diff)
- branches/2.10/pkginfo/hnf-mode (added)
- branches/2.10/pkginfo/hnf-mode/Makefile.pkg (added)
- branches/2.10/pkginfo/setup.ini (modified) (2 diffs)
- branches/2.10/pkginfo/skk/Makefile.pkg (modified) (2 diffs)
- branches/2.10/pkginfo/skk/auto-autoloads.el (added)
- branches/2.10/pkginfo/skk/skk-setup.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/pkginfo/ChangeLog
r625 r627 1 2005-02-18 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup.ini (hnf-mode-2.5-1-pkg): [Curr] Release. 4 * hnf-mode/Makefile.pkg: New file. 5 6 * setup.ini (ddskk-12.2.0-6-pkg): [Curr] Release. 7 * skk/skk-setup.el (skk-aux-large-jisyo): set nil. 8 * skk/Makefile.pkg: add auto-autoloads.el 9 * skk/auto-autoloads.el: New file. 10 11 * skk/skk-setup.el (skk-large-jisyo): Fix place for Emacs. 12 1 13 2005-02-17 KOSEKI Yoshinori <kose@meadowy.org> 2 14 branches/2.10/pkginfo/setup.ini
r625 r627 89 89 install: packages/hiki-mode-1.47-1-pkg.tar.gz 19265 90 90 91 @ hnf-mode 92 [curr] 93 version: 2.5-1 94 install: packages/hnf-mode-2.5-1-pkg.tar.gz 29708 95 91 96 @ html-helper-mode 92 97 [curr] … … 183 188 184 189 @ skk 185 [ curr]190 [prev] 186 191 version: 12.2.0-5 187 192 install: packages/ddskk-12.2.0-5-pkg.tar.gz 2070203 193 [curr] 194 version: 12.2.0-6 195 install: packages/ddskk-12.2.0-6-pkg.tar.gz 2070415 188 196 189 197 # # @ super-smart-find branches/2.10/pkginfo/skk/Makefile.pkg
r623 r627 17 17 PKG=ddskk-12.2.0 18 18 BASE=skk 19 PKG_VERSION= 519 PKG_VERSION=6 20 20 PKG_URL= http://openlab.ring.gr.jp/skk/maintrunk 21 21 PKG_PATCH= … … 63 63 cp -p $(MAKEDIR)/Makefile.pkg $(PKGINFO)/$(BASE) 64 64 cp -p $(MAKEDIR)/install-info.bat $(PKGINFO)/$(BASE) 65 cp -p $(MAKEDIR)auto-autoloads.el $(PKGINFO)/$(BASE) 65 66 echo $(PKG_PKGINFO) > $(PKGINFO)/$(BASE)/_pkginfo 66 67 chmod 666 $(PKGINFO)/$(BASE)/* branches/2.10/pkginfo/skk/skk-setup.el
r609 r627 43 43 (defvar skk-large-jisyo 44 44 (expand-file-name "../packages/etc/skk/SKK-JISYO.L" data-directory)) 45 (defvar skk-aux-large-jisyo 46 (expand-file-name "../packages/etc/skk/SKK-JISYO.L" data-directory)) 45 (defvar skk-aux-large-jisyo nil) 47 46 (defvar skk-tut-file 48 47 (expand-file-name "../packages/etc/skk/SKK.tut" data-directory))
