X-Git-Url: http://git.osdn.net/view?p=howm%2Fhowm.git;a=blobdiff_plain;f=ChangeLog;h=3c5aabb1baf5cd59912fe9dc7114fdfc1ea90312;hp=1f38b70a7f5c4ba3b1f4271213f7cd5fcefc8e6a;hb=84f919358d0e7fe3258e0495f1002acc8342ba65;hpb=9c44c0d76e641d7b4b167c1fb52c4d569ca7f3bb diff --git a/ChangeLog b/ChangeLog index 1f38b70..3c5aabb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2021-12-28 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.8-snapshot3 + +2021-04-29 HIRAOKA Kazuyuki + + * howm-mode.el (howm-mode): update define-minor-mode for emacs 28.1 + thx > U5948U5e7eU4e43 + https://twitter.com/U5948U5e7eU4e43/status/1387373441582387209 + http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=2fb271ca35ff96540c0940b0ea5281bdaac953ec + + * action-lock.el (action-lock-mode): ditto. + + * illusion.el (illusion-mode): ditto. + +2021-04-28 HIRAOKA Kazuyuki + + * howm-view.el (howm-view-summary-mode): add TAB and M-TAB to docstring + +2021-02-17 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.8-snapshot2 + + * cheat-font-lock.el (cheat-font-lock-mode, cheat-font-lock-fontify): + fix incomplete font-lock after save + +2020-12-31 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.8-snapshot1 + +2020-12-31 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.7 + + * howm.el.in: update copyright years + +2020-12-29 HIRAOKA Kazuyuki + + * howm-mode.el (howm-template-title): + delete obsolete comment + + * cheat-font-lock.el (cheat-font-lock-fontify): + fix warning on font-lock-fontify-buffer in byte compiling + +2020-10-15 HIRAOKA Kazuyuki + + * configure.ac: set version as 1.4.7-snapshot2 + +2020-09-14 HIRAOKA Kazuyuki + + * howm-common.el (howm-call-process-last-command): + fix 'invalid-read-syntax "#"' in docstring + +2018-09-29 HIRAOKA Kazuyuki + + * configure.ac: set version as 1.4.7-snapshot1 + +2019-12-31 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.6 + +2019-08-18 HIRAOKA Kazuyuki + + * configure.ac: set version as 1.4.6-snapshot3 + + * howm-common.el (howm-decode-time): fix for new decode-time + thx > U5948U5e7eU4e43 + https://twitter.com/U5948U5e7eU4e43/status/1162732269347336193 + http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b06917a4912a60402025286d07d4a195749245c4 + +2018-12-31 HIRAOKA Kazuyuki + + * configure.ac: version 1.4.5 + +2018-09-29 HIRAOKA Kazuyuki + + * configure.ac: set version as 1.4.5-snapshot3 + +2018-09-29 HIRAOKA Kazuyuki + + * update autotools + +2018-09-27 HIRAOKA Kazuyuki + + * howm-mode.el + (howm-migemo-get-pattern, howm-migemo-client, howm-migemo-client-option): + support cmigemo as an alternative to migemo-client + +2018-03-31 HIRAOKA Kazuyuki + + * howm-mode.el: fix wrong warning "Requiring howm-mode is obsolete" + +2018-02-25 HIRAOKA Kazuyuki + + * configure.ac: set version as 1.4.5-snapshot2 + +2018-02-23 HIRAOKA Kazuyuki + + * howm-menu-fr.el: translate menu documents to French + thx > Xavier Maillard san (xavier at maillard.im) + +2018-02-13 HIRAOKA Kazuyuki + + * howm-vars.el (howm-menu-lang): fix "Lisp error: (void-function caddr)" + thx > dareka (2018-02-13 13:51:08) + http://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + +2018-02-12 HIRAOKA Kazuyuki + + * howm-lang-fr.el: added for French menu + thx > Yassine-san + https://osdn.net/projects/howm/lists/archive/eng/2018/000136.html + http://piratepad.net/ZNywUOscRL + + * howm-vars.el (howm-menu-lang): add 'fr' for French menu + + * howm-mkmenu.el (howm-mkmenu-rules): ditto. + + * howm.el.in: ditto. + + * configure.ac: ditto. + + * Makefile.am: ditto. + +2018-01-02 HIRAOKA Kazuyuki + + * ChangeLog: update URL + 2018-01-02 HIRAOKA Kazuyuki * howm.el.in: update copyright years and email @@ -128,7 +256,7 @@ * howm-common.el (howm-subdirectory-p): check "local/remote" for avoiding unnecessary password prompting - (cf. http://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Recentf) + (cf. https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Recentf) thx > Koie-san (hide at koie.org) * howm-misc.el (howm-normalize-file-name): ditto. @@ -168,7 +296,7 @@ howm-mode was not set at C-c , c (howm-create) if howm-directory is placed under symbolic links. thx > dareka 2013-03-20 - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2013-03-18 HIRAOKA Kazuyuki @@ -177,7 +305,7 @@ * gfunc.el (gfunc-with): fix an error in emacs 24.3.1 without byte-compilation. "Can't detect type of ((:nest /home/.../) (%menu%) t) for howm-folder-grep-internal." thx > dareka 2013-03-17 - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2013-01-03 HIRAOKA Kazuyuki @@ -227,7 +355,7 @@ (howm-entitle-items-style1): improve efficiency of howm-list-all by avoiding redundant grep calls. thx > dareka 2012-12-10, 2012-12-15, 2012-12-16, 2012-12-28 - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste (howm-item-list-filter): ditto 2012-12-27 HIRAOKA Kazuyuki @@ -305,7 +433,7 @@ are obsolete in emacs-24. thx > Sasaki Kan san (sasaki at fcc.ad.jp) thx > dareka 2012-02-12, 2012-02-17 - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste (howm-if-unbound): ditto. 2012-01-01 HIRAOKA Kazuyuki @@ -338,7 +466,7 @@ * riffle.el (riffle-pop-to-buffer): fix. windows were split recursively if frame size is large. thx > dareka - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2011-03-20 HIRAOKA Kazuyuki @@ -381,7 +509,7 @@ * howm-vars.el (howm-define-risky-command): avoid old-style-backquotes warning when *.elc is loaded. thx > dareka - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2011-01-06 HIRAOKA Kazuyuki @@ -530,7 +658,7 @@ "Spawning child process: exec format error" if howm-view-use-grep is set and there are too many recently-changed files. thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/733 - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Windows + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Windows * howm-vars.el (howm-command-length-limit): new option @@ -542,7 +670,7 @@ (howm-filter-items-by-contents): splitted from howm-view-remove-by-contents for functional style. it will be used in - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/731 (howm-entitle-items-style1): use howm-view-search-folder-fi. (howm-item-list-filter): ditto. @@ -599,7 +727,7 @@ * howm-view.el (howm-view-summary-item): fix. use full path for equivalence check thx > dareka - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2008-10-07 HIRAOKA Kazuyuki @@ -651,7 +779,7 @@ first argument was not used, and some items were dropped in howm-menu-categorized-reminder. thx > taka-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste 2008-07-25 HIRAOKA Kazuyuki @@ -879,7 +1007,7 @@ * howm-misc.el (howm-test): add docstring. thx > dareka - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2007-11-07 HIRAOKA Kazuyuki @@ -900,7 +1028,7 @@ * howm-view.el (howm-view-sort/filter-doit): fix. return list of items for backward compatibility. thx > taku-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder 2007-05-28 HIRAOKA Kazuyuki @@ -1252,7 +1380,7 @@ http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000020.html http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000022.html thx > anonymous - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?ExternalTool + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?ExternalTool * howm-vars.el (howm-menu-reminder-separators): fix. "Between schedule and todo" corresponds to nil. @@ -1379,7 +1507,7 @@ require howm-lang-* before it is really needed. this may be necessary for howmz. thx > (TxT) san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus http://noir.s7.xrea.com/archives/000136.html 2006-01-23 HIRAOKA Kazuyuki @@ -1617,7 +1745,7 @@ 2005-10-25 HIRAOKA Kazuyuki * howm-vars.el (howm-view-dired-keep-cursor): new option. - thx > 797 http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + thx > 797 https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2005-10-24 HIRAOKA Kazuyuki @@ -1631,7 +1759,7 @@ * howm-view.el (howm-view-dired): fix. require dired-vir for xemacs, and remove duplicates. - thx > 797 http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + thx > 797 https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2005-10-16 HIRAOKA Kazuyuki @@ -1698,7 +1826,7 @@ * howm-vars.el (howm-list-title): add howm-action-lock-date-search so that title is shown for `howm-search-today' (C-c , , .) by default. thx > nobu-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport * howm-date.el (howm-action-lock-date-search): add `howm-set-command'. @@ -1848,7 +1976,7 @@ * howm-mode.el (howm-template-receive-buffer): new option. By default, previous buffer is also passed to howm-template when it is a function. - thx > http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Comment + thx > https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Comment 2005-06-10 HIRAOKA Kazuyuki @@ -1936,7 +2064,7 @@ http://noir.s7.xrea.com/archives/000136.html http://noir.s7.xrea.com/pub/zaurus/howmz.el thx > (TxT) san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus 2005-05-27 HIRAOKA Kazuyuki @@ -2007,7 +2135,7 @@ It happened at %recent in menu when number of note files are small or empty files exist. thx > Nanashi-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2005-05-17 HIRAOKA Kazuyuki @@ -2036,7 +2164,7 @@ * howm-vars.el (howm-user-font-lock-keywords): new option thx > taku-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Idea + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Idea 2005-05-15 HIRAOKA Kazuyuki @@ -2173,7 +2301,7 @@ * howm-vars.el: new file begin to support defcustom thx > - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?RoadMap + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?RoadMap http://pc8.2ch.net/test/read.cgi/unix/1077881095/668 * configure.in: version 1.2.3 @@ -2224,7 +2352,7 @@ * howm-mode.el (howm-image-file-name-regexps): fix. Meadow-1.15 doesn't have image-file-name-regexps. thx > Touhi-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2005-04-24 HIRAOKA Kazuyuki @@ -2234,7 +2362,7 @@ My previous cleaning up on this function is canceled. See the comment in the source code. thx > taku-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport 2005-04-23 HIRAOKA Kazuyuki @@ -2244,13 +2372,13 @@ This can happen when you write (setq howm-keyword-header "<==") in sample/dot.emacs and then do 'make install && make test'. thx > taku-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?BugReport + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport * howm-mode.el (howm-image-file-name-regexps): fix. (image-file-name-regexp) caused an error on Meadow 2.10 unless max-specpdl-size is increased from the default value 600. thx > taku-san, Mo-san - http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?MaxSpecpdlSize + https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?MaxSpecpdlSize * Makefile.am (EXTRA_DIST): test.bat was not included in tar.gz