OSDN Git Service

update version strings in generated files
[howm/howm.git] / ChangeLog
index 3713cf5..e606c84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,149 @@
+2023-02-18  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.5.1-snapshot4
+
+2023-02-18  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-view.el (howm-view-toggle-uniq): fix buggy "u" key
+       By "C-c , s foo RET u C-c , s bar RET u", one got the old "foo" result.
+       thx > Andrei Sukhovskii san (qojop at tuta.io)
+
+2023-02-16  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.5.1-snapshot3
+
+2023-02-16  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-mkmenu.el (howm-mkmenu-rules): use UTF-8 for *-ja.el
+       ref. https://osdn.net/projects/howm/ticket/47364
+
+       * howm-lang-ja.el: converted to UTF-8
+
+       * howm-menu-ja.el: ditto.
+
+2023-01-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.5.1-snapshot2
+
+2023-01-28  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-view.el (howm-sort-items-by-name, howm-sort-items-by-numerical-name):
+       fix "No match"
+       thx > Andrei Sukhovskii san (qojop at tuta.io)
+
+2022-12-27  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.5.1-snapshot1
+
+2022-12-27  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.5.0
+
+       * howm-vars.el (howm-iigrep-show-what):
+       disable iigrep by default for backward compatibility
+
+2022-12-10  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.9-snapshot3
+
+       * iigrep.el: new file
+       import iigrep for incremental search messages
+       http://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?IncrementalGrep
+       http://howm.sourceforge.jp/a/iigrep.el
+
+       * riffle.el (riffle-summary-update, riffle-pop-window, riffle-pop-to-buffer):
+       fix: failed to split window when minibuffer is active
+
+2022-08-23  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-mode.el (howm-search, howm-list-migemo):
+       use Romaji for buffer names in migemo search
+
+2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.9-snapshot2
+
+2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-view.el (howm-sort-items): fix broken macro (worked accidentally)
+
+2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-view.el (howm-view-toggle-uniq): "uniq" is now togglable
+       thx > Andrei Sukhovskii san (qejep at posteo.net)
+
+2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-view.el (howm-view-filter-methods): revive "uniq" after "f" (filter)
+       thx > Andrei Sukhovskii san (qejep at posteo.net)
+
+2021-12-30  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.9-snapshot1
+
+2021-12-30  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.8
+
+       * howm.el.in: update copyright years
+
+2021-12-28  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.8-snapshot3
+
+2021-04-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * 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  <khi@users.osdn.me>
+
+       * howm-view.el (howm-view-summary-mode): add TAB and M-TAB to docstring
+
+2021-02-17  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * 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  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.8-snapshot1
+
+2020-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: version 1.4.7
+
+       * howm.el.in: update copyright years
+
+2020-12-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * 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  <khi@users.osdn.me>
+
+       * configure.ac: set version as 1.4.7-snapshot2
+
+2020-09-14  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-common.el (howm-call-process-last-command):
+       fix 'invalid-read-syntax "#"' in docstring
+
+2018-09-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * configure.ac: set version as 1.4.7-snapshot1
+
 2019-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
 
        * configure.ac: version 1.4.6