howm (1.4.4-1) unstable; urgency=medium

  After this version, we dropped Debian's startup script
  (/etc/emacs/site-start.d/50howm.el).

  If you want to use howm, please update your ".emacs".

 -- Youhei SASAKI <uwabami@gfd-dennou.org>  Sat, 18 Nov 2017 17:51:21 +0900

howm (1.4.0rc2-1) unstable; urgency=low

  * After this version, the default behavor is incompatible older release.
    If you like old behavior, please set as follows before loading howm:

      (setq howm-compatible-to-ver1dot3 t)
      (require 'howm)

    or

      (setq howm-compatible-to-ver1dot3 t)
      (autoload 'howm-menu "howm" "Hitori Otegaru Wiki Modoki" t)

  * In order to these usage, Debian's startup script
    (/etc/emacs/site-start.d/50howm.el) does'nt call autoload function.
    Please set load-function (e.g. autoload, require...) into your .emacs
    explicitly.

 -- Youhei SASAKI <uwabami@gfd-dennou.org>  Wed, 21 Mar 2012 13:52:32 +0900
