File: NEWS.Debian

package info (click to toggle)
howm 1.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,708 kB
  • sloc: lisp: 7,770; sh: 3,408; ruby: 996; makefile: 96
file content (29 lines) | stat: -rw-r--r-- 942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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