X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=howm.el;h=3c44664e49098624df6cde1e24374671f58be186;hb=25cc7926fc57cc60a50588e23a80ca4bc9a28115;hp=06036a533f0e76563d677f6d8eec90a0cf998682;hpb=1329df206e5de11e78b5064050b5dc6c5b775d9d;p=howm%2Fhowm.git diff --git a/howm.el b/howm.el index 06036a5..3c44664 100644 --- a/howm.el +++ b/howm.el @@ -1,12 +1,12 @@ ;;; howm.el --- Wiki-like note-taking tool ;;; -*- Emacs-Lisp -*- -;;; @configure_input@ +;;; howm.el. Generated from howm.el.in by configure. -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017 HIRAOKA Kazuyuki +;; Copyright (C) 2002, 2003, 2004, 2005-2021 HIRAOKA Kazuyuki -;; Author: HIRAOKA Kazuyuki -;; URL: http://howm.osdn.jp -;; Version: 1.4.5-snapshot +;; Author: HIRAOKA Kazuyuki +;; URL: https://howm.osdn.jp +;; Version: 1.4.8-snapshot3 ;; Package-Requires: ((cl-lib "0.5")) ;; This program is free software; you can redistribute it and/or modify @@ -30,6 +30,8 @@ ;;; See README. ;;; HOWM is acronym of "Hitori Otegaru Wiki Modoki". +(defconst howm-version "1.4.8-snapshot3") + ;; Files [0]-[3] have only hierarchical dependencies, ;; whereas files in [5] have circular dependencies. ;; Each file in [5] provides itself first, @@ -46,7 +48,6 @@ ;;; [2] howm basic libraries -(require 'howm-version) (require 'howm-vars) (require 'howm-common) @@ -81,6 +82,7 @@ ;;; http://noir.s7.xrea.com/pub/zaurus/howmz.el (howm-require-lang 'en) +(howm-require-lang 'fr) (howm-require-lang 'ja) ;;; security fix [2006-12-16]