Update to 1.4.0, provided by ISIHARA Takanori in PR 47075.
1.3.9.2 to 1.4.0 INCOMPATIBLE update. If you need compatibility with 1.3.*, put (setq howm-compatible-to-ver1dot3 t) before (require 'howm) in your .emacs. See M-x customize-group RET howm-compatibility RET for details. Though howm-1.4.0 has a new menu file, your old menu file is not updated automatically. Copy en/0000-00-00-000000.txt into howm/ directory if you like. Alternatively, you can cut and paste some parts of it to your howm/0000-00-00-000000.txt by hand. 1.3.9.1 to 1.3.9.2 small bug fix.
This commit is contained in:
parent
3c841e29b5
commit
a48b368eeb
4 changed files with 14 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2011/02/25 11:04:56 obache Exp $
|
||||
$NetBSD: MESSAGE,v 1.2 2012/12/12 13:10:54 wiz Exp $
|
||||
|
||||
Write below to your ~/.emacs or ~/.emacs.el:
|
||||
|
||||
|
@ -7,4 +7,10 @@ Write below to your ~/.emacs or ~/.emacs.el:
|
|||
(global-set-key "\C-c,," 'howm-menu)
|
||||
(autoload 'howm-menu "howm" "Hitori Otegaru Wiki Modoki" t)
|
||||
|
||||
If you are upgrading from a version of howm prior to 1.4.0, please read
|
||||
|
||||
${PREFIX}/share/doc/howm/index.html
|
||||
|
||||
on "Update from old version" section.
|
||||
|
||||
===========================================================================
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:24 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/12/12 13:10:54 wiz Exp $
|
||||
|
||||
DISTNAME= howm-1.3.9.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= howm-1.4.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://howm.sourceforge.jp/a/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/25 11:04:56 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2012/12/12 13:10:54 wiz Exp $
|
||||
share/doc/howm/CL-HOWM.ja.rd
|
||||
share/doc/howm/OLD.rd
|
||||
share/doc/howm/README-j.html
|
||||
|
@ -61,8 +61,6 @@ ${EMACS_LISPPREFIX}/howm/illusion.elc
|
|||
${EMACS_LISPPREFIX}/howm/riffle.el
|
||||
${EMACS_LISPPREFIX}/howm/riffle.elc
|
||||
share/howm/ext/hcal.rb
|
||||
share/howm/ext/howm-rast-register.rb
|
||||
share/howm/ext/howm-rast-search.rb
|
||||
share/howm/ext/howm2
|
||||
share/howm/ext/howmkara
|
||||
share/howm/ext/hsplit.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/25 11:04:56 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/12/12 13:10:54 wiz Exp $
|
||||
|
||||
SHA1 (howm-1.3.9.1.tar.gz) = 0b708d389e3c414e22abc18a030f0815b6b0220c
|
||||
RMD160 (howm-1.3.9.1.tar.gz) = c4c870b49458aa9944845763773e8dbdbadd4f3f
|
||||
Size (howm-1.3.9.1.tar.gz) = 455351 bytes
|
||||
SHA1 (howm-1.4.0.tar.gz) = 191bdbcfd277f02c62b99c98b840c88a8e572671
|
||||
RMD160 (howm-1.4.0.tar.gz) = b5c6321e7cc1e366cd24d97f7e15031f23fc0f04
|
||||
Size (howm-1.4.0.tar.gz) = 453907 bytes
|
||||
|
|
Loading…
Reference in a new issue