Last-Modified: 2011/12/29 01:28:05 rss
Windows用オンラインソフトのバージョンアップ状況を調べています。一部Windows系以外のソフトにもリンクしています。twitterでつぶやく機能を追加しました。フォローお願いします_(._.)_。
howm
Emacs用のWikiライクなメモ取り環境。
URL: http://howm.sourceforge.jp/
種別: フリーソフト
月別更新回数
History
2011/12/28 ver 1.3.9.2
howm-1.3.9.2.tar.gz
1.3.9.1 to 1.3.9.2
small bug fix.
$Id: index.html,v 1.44 2011-12-28 09:40:06 hira Exp $
2011/01/03 ver 1.3.9.1
howm-1.3.9.1.tar.gz
It is similar to emacs-wiki.el;
It is not similar to emacs-wiki.el;
(setq howm-menu-file "0000-00-00-000000.txt") ;; don't *search*
1.3.9 to 1.3.9.1
bug fix for emacs-24.0.50.
Copy en/0000-00-00-000000.txt into howm/ directory if you like.
howm/0000-00-00-000000.txt by hand.
$Id: index.html,v 1.43 2011-01-02 12:30:21 hira Exp $
2010/12/31 ver 1.3.9
howm-1.3.9.tar.gz
1.3.8 to 1.3.9
small bug fix, etc.
$Id: index.html,v 1.41 2010-12-30 14:38:44 hira Exp $
2010/01/01 ver 1.3.8
howm-1.3.8.tar.gz
1.3.7 to 1.3.8
highlight late deadlines.
small bug fix, etc.
$Id: index.html,v 1.40 2009-12-31 12:05:50 hira Exp $
2008/12/31 ver 1.3.7
howm-1.3.7.tar.gz
1.3.6 to 1.3.7
Maintenance release (internal cleaning).
The variable howm-list-normalizer is obsolete now.
Use howm-normalizer instead:
(Case 0) What is howm-list-normalizer? I don't know it at all.
--- You need to do nothing. :-)
(Case 1) I've set it in M-x customize-variable.
--- M-x customize-variable howm-list-normalizer RET and select Off.
Then M-x customize-variable howm-normalizer RET and select
the corresponding item again.
(Case 2) I've written (setq howm-list-normalizer 'howm-view-sort-by-XXX)
in my .emacs.
--- Rewrite it to
(setq howm-normalizer 'howm-sort-items-by-XXX).
(Case 3) I've written (setq howm-list-normalizer ...my_original_elisp...).
--- Modify it correspondingly with the below change.
Old (howm-list-normalizer):
Specify a function that sorts and REDISPLAYS CURRENT items.
(省略されました)