OSDN Git Service

update ChangeLog for iigrep.el
[howm/howm.git] / ChangeLog
1 2022-12-10  HIRAOKA Kazuyuki  <khi@users.osdn.me>
2
3         * iigrep.el: new file
4         import iigrep for interactive search messages
5         http://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?IncrementalGrep
6         http://howm.sourceforge.jp/a/iigrep.el
7
8         * riffle.el (riffle-summary-update, riffle-pop-window, riffle-pop-to-buffer):
9         fix: failed to split window when minibuffer is active
10
11 2022-08-23  HIRAOKA Kazuyuki  <khi@users.osdn.me>
12
13         * howm-mode.el (howm-search, howm-list-migemo):
14         use Romaji for buffer names in migemo search
15
16 2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
17
18         * configure.ac: version 1.4.9-snapshot2
19
20 2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
21
22         * howm-view.el (howm-sort-items): fix broken macro (worked accidentally)
23
24 2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
25
26         * howm-view.el (howm-view-toggle-uniq): "uniq" is now togglable
27         thx > Andrei Sukhovskii san (qejep at posteo.net)
28
29 2022-08-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
30
31         * howm-view.el (howm-view-filter-methods): revive "uniq" after "f" (filter)
32         thx > Andrei Sukhovskii san (qejep at posteo.net)
33
34 2021-12-30  HIRAOKA Kazuyuki  <khi@users.osdn.me>
35
36         * configure.ac: version 1.4.9-snapshot1
37
38 2021-12-30  HIRAOKA Kazuyuki  <khi@users.osdn.me>
39
40         * configure.ac: version 1.4.8
41
42         * howm.el.in: update copyright years
43
44 2021-12-28  HIRAOKA Kazuyuki  <khi@users.osdn.me>
45
46         * configure.ac: version 1.4.8-snapshot3
47
48 2021-04-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
49
50         * howm-mode.el (howm-mode): update define-minor-mode for emacs 28.1
51         thx > U5948U5e7eU4e43
52         https://twitter.com/U5948U5e7eU4e43/status/1387373441582387209
53         http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=2fb271ca35ff96540c0940b0ea5281bdaac953ec
54
55         * action-lock.el (action-lock-mode): ditto.
56
57         * illusion.el (illusion-mode): ditto.
58
59 2021-04-28  HIRAOKA Kazuyuki  <khi@users.osdn.me>
60
61         * howm-view.el (howm-view-summary-mode): add TAB and M-TAB to docstring
62
63 2021-02-17  HIRAOKA Kazuyuki  <khi@users.osdn.me>
64
65         * configure.ac: version 1.4.8-snapshot2
66
67         * cheat-font-lock.el (cheat-font-lock-mode, cheat-font-lock-fontify):
68         fix incomplete font-lock after save
69
70 2020-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
71
72         * configure.ac: version 1.4.8-snapshot1
73
74 2020-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
75
76         * configure.ac: version 1.4.7
77
78         * howm.el.in: update copyright years
79
80 2020-12-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
81
82         * howm-mode.el (howm-template-title):
83         delete obsolete comment
84
85         * cheat-font-lock.el (cheat-font-lock-fontify):
86         fix warning on font-lock-fontify-buffer in byte compiling
87
88 2020-10-15  HIRAOKA Kazuyuki  <khi@users.osdn.me>
89
90         * configure.ac: set version as 1.4.7-snapshot2
91
92 2020-09-14  HIRAOKA Kazuyuki  <khi@users.osdn.me>
93
94         * howm-common.el (howm-call-process-last-command):
95         fix 'invalid-read-syntax "#"' in docstring
96
97 2018-09-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
98
99         * configure.ac: set version as 1.4.7-snapshot1
100
101 2019-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
102
103         * configure.ac: version 1.4.6
104
105 2019-08-18  HIRAOKA Kazuyuki  <khi@users.osdn.me>
106
107         * configure.ac: set version as 1.4.6-snapshot3
108
109         * howm-common.el (howm-decode-time): fix for new decode-time
110         thx > U5948U5e7eU4e43
111         https://twitter.com/U5948U5e7eU4e43/status/1162732269347336193
112         http://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b06917a4912a60402025286d07d4a195749245c4
113
114 2018-12-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
115
116         * configure.ac: version 1.4.5
117
118 2018-09-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
119
120         * configure.ac: set version as 1.4.5-snapshot3
121
122 2018-09-29  HIRAOKA Kazuyuki  <khi@users.osdn.me>
123
124         * update autotools
125
126 2018-09-27  HIRAOKA Kazuyuki  <khi@users.osdn.me>
127
128         * howm-mode.el
129         (howm-migemo-get-pattern, howm-migemo-client, howm-migemo-client-option):
130         support cmigemo as an alternative to migemo-client
131
132 2018-03-31  HIRAOKA Kazuyuki  <khi@users.osdn.me>
133
134         * howm-mode.el: fix wrong warning "Requiring howm-mode is obsolete"
135
136 2018-02-25  HIRAOKA Kazuyuki  <khi@users.osdn.me>
137
138         * configure.ac: set version as 1.4.5-snapshot2
139
140 2018-02-23  HIRAOKA Kazuyuki  <khi@users.osdn.me>
141
142         * howm-menu-fr.el: translate menu documents to French
143         thx > Xavier Maillard san (xavier at maillard.im)
144
145 2018-02-13  HIRAOKA Kazuyuki  <khi@users.osdn.me>
146
147         * howm-vars.el (howm-menu-lang): fix "Lisp error: (void-function caddr)"
148         thx > dareka (2018-02-13 13:51:08)
149         http://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
150
151 2018-02-12  HIRAOKA Kazuyuki  <khi@users.osdn.me>
152
153         * howm-lang-fr.el: added for French menu
154         thx > Yassine-san <yacinechaouche at yahoo.com>
155         https://osdn.net/projects/howm/lists/archive/eng/2018/000136.html
156         http://piratepad.net/ZNywUOscRL
157
158         * howm-vars.el (howm-menu-lang): add 'fr' for French menu
159
160         * howm-mkmenu.el (howm-mkmenu-rules): ditto.
161
162         * howm.el.in: ditto.
163
164         * configure.ac: ditto.
165
166         * Makefile.am: ditto.
167
168 2018-01-02  HIRAOKA Kazuyuki  <khi@users.osdn.me>
169
170         * ChangeLog: update URL
171
172 2018-01-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
173
174         * howm.el.in: update copyright years and email
175
176 2017-12-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
177
178         * howm.el.in: use @VERSION@ macro for howm-version and MELPA
179
180         * howm-version.el.in: deleted
181
182 2017-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
183
184         * howm.el: update copyright years
185
186 2016-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
187
188         * configure.ac: version 1.4.4
189
190 2016-09-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
191
192         * howm-date.el: extend the option howm-insert-date-future.
193         thx > Albert-san (areiner at tph.tuwien.ac.at)
194         https://osdn.jp/projects/howm/lists/archive/eng/2016/000118.html
195         (howm-action-lock-date-future): new option
196         (howm-action-lock-date): support howm-action-lock-date-future
197         (howm-datestr-expand): new value 'closer for FUTURE-P
198
199         * howm-common.el (howm-time-difference-second):
200         support (HIGH LOW) without milliseconds for howm-datestr-expand
201
202 2016-04-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
203
204         * howm.el: modify header comments for MELPA
205         ref. `Info(elisp) D.8 Conventional Headers for Emacs Libraries`
206         thx > Yuki Inoue san (inouetakahiroki at gmail.com)
207
208 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
209
210         * configure.ac: test version
211
212 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
213
214         * howm.el: change the order of "require"s for correct dependencies
215
216         * action-lock.el: require howm-common for avoiding warning
217
218         * riffle.el: ditto.
219
220         * illusion.el: ditto.
221
222         * howm-lang-en.el: ditto.
223
224         * howm-lang-ja.el: ditto.
225
226         * howm-common.el (howm-insert-file-contents):
227         moved from howm-backend.el for yarot13-insert-file-contents
228
229         * howm-vars.el (howm-menu-action-arg): moved from howm-menu.el
230         for avoiding reference to free variable in howm-lang-*.el
231
232         * howm-backend.el (howm-exclude-p): moved from howm-common.el
233
234         * howm-mode.el (howm-history): moved from howm-common.el
235
236         * howm-common.el (howm-fontify): useless now
237
238 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
239
240         * cheat-font-lock.el (cheat-font-lock-compiled-body):
241         avoid warning in byte-compilation
242         "... is not known to be defined."
243
244         * howm-date.el (howm-action-lock-date-search): ditto.
245         "function ... used to take 0+ arguments, now takes 1"
246
247         * howm-misc.el (howm-ime-fix): ditto.
248         delete obsolete fix for avoiding
249         "`howm-raise-in-minor-mode-map-alist' is not known to be defined."
250
251         * howm-vars.el (howm-dtime-format): ditto.
252         moved from howm-mode.el for avoiding
253         "... is not known to be defined." in `howm-write-log'.
254
255         * howm-common.el (howm-normalize-file-name): ditto.
256         moved from howm-misc.el for avoiding "not known to be defined."
257
258         * howm-vars.el (howm-excluded-file-regexp): ditto.
259
260 2016-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
261
262         * howm.el: update copyright years
263
264 2015-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
265
266         * howm.el: use cl-lib instead of cl for avoiding warnings
267
268         * howm-cl.el: howm-cl-* are now useless.
269
270 2015-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
271
272         * howm-backend.el
273         (howm-real-grep-single): use cl-labels for avoiding warnings
274         (howm-real-grep-multi): ditto.
275
276         * howm-view.el (howm-item-list-rangeset, tests): ditto.
277
278         * howm-reminder.el (howm-modify-form): ditto.
279
280         * howm-mode.el (howm-normalize): ditto.
281
282         * howm-misc.el (howm-basic-save-buffer): ditto.
283
284         * howm-common.el (howm-with-need, howm-call-process*): ditto.
285
286 2015-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
287
288         * configure.ac: version 1.4.3
289
290 2015-12-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
291
292         * configure.ac: version 1.4.3rc1
293
294         * howm-mode.el (howm-list-around): fix. howm-list-title didn't work.
295
296 2015-05-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
297
298         * configure.ac: test version
299
300         * howm-common.el (howm-subdirectory-p):
301         check "local/remote" for avoiding unnecessary password prompting
302         (cf. https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Recentf)
303         thx > Koie-san (hide at koie.org)
304
305         * howm-misc.el (howm-normalize-file-name): ditto.
306
307 2015-01-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
308
309         update autotools
310
311 2015-01-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
312
313         * configure.in: test version
314
315         * howm-vars.el (howm-view-grep-default-option):
316         fix (void-function ed) error in git-head emacs (d5e3922)
317
318         * configure: use autoconf 2.69 instead of 2.67
319
320         * howm.el: update copyright years
321
322         * INSTALL: fix file mode
323
324         * COPYING: ditto.
325
326 2013-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
327
328         * configure.in: version 1.4.2
329
330 2013-12-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
331
332         * configure.in: version 1.4.2rc1
333
334 2013-03-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
335
336         * configure.in: test version
337
338         * howm-misc.el (howm-normalize-file-name): fix.
339         howm-mode was not set at C-c , c (howm-create)
340         if howm-directory is placed under symbolic links.
341         thx > dareka 2013-03-20
342         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
343
344 2013-03-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
345
346         * configure.in: test version
347
348         * gfunc.el (gfunc-with): fix an error in emacs 24.3.1 without byte-compilation.
349         "Can't detect type of ((:nest /home/.../) (%menu%) t) for howm-folder-grep-internal."
350         thx > dareka 2013-03-17
351         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
352
353 2013-01-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
354
355         test version
356         - update copyright years
357         - use "declare" instead of "lisp-indent-hook"
358
359 2012-12-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
360
361         test version
362
363 2012-12-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
364
365         * howm-misc.el (howm-auto-mode-interpreter-regexp): use howm-if-unbound macro
366
367         * howm-mode.el (howm-keyword-add): fix `save-excursion' defeated by `set-buffer'
368
369         * howm-misc.el (howm-random-walk-summary): avoid non-interactive next-line
370
371         * howm-common.el (howm-goto-line): avoid non-interactive goto-line
372
373         * riffle.el (riffle-contents-to-summary, riffle-set-place): ditto.
374
375         * howm-reminder.el (howm-reminder-goto-today): ditto.
376
377         * howm-view.el (howm-view-summary-shell-command): ditto.
378
379         * howm-mode.el (howm-keyword-add-items): fix reference to free variable `dir'
380
381         * howm-backend.el (howm-open-directory-independently): ditto.
382
383 2012-12-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
384
385         * configure.in: test version
386
387         * howm-view.el
388         (howm-item-list-rangeset, howm-item-list-filter): cleaned
389         (howm-rangeset-belong-p): add "almighty" for the above cleaning
390         (howm-rangeset-hit-indicator): added for the above cleaning
391         (howm-rangeset-hit!, howm-rangeset-hit-p): ditto.
392
393 2012-12-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
394
395         * configure.in: test version
396
397         * howm-view.el
398         (howm-entitle-items-style1): improve efficiency of howm-list-all
399         by avoiding redundant grep calls.
400         thx > dareka 2012-12-10, 2012-12-15, 2012-12-16, 2012-12-28
401         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
402         (howm-item-list-filter): ditto
403
404 2012-12-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
405
406         * configure.in: test version
407
408         * howm-view.el
409         (howm-entitle-items-style2): add features to summary buffer
410         when howm-view-list-title-type is 2.
411         - min/max length of titles
412         - independent title lines
413         - delete title header "="
414         thx > Albert-san (areiner at tph.tuwien.ac.at)
415         http://sourceforge.jp/projects/howm/lists/archive/eng/2012/000107.html
416         http://sourceforge.jp/projects/howm/lists/archive/eng/2012/000111.html
417         (howm-entitle-items-style2-max-length): ditto.
418         (howm-entitle-items-style2-format): ditto.
419         (howm-entitle-items-style2-title-line): ditto.
420         (howm-view-summary-font-lock-keywords): ditto.
421         (howm-item-titles): ditto.
422         (howm-entitle-items-style1): delete redundant code
423         (howm-view-list-title): ditto.
424         howm-view-list-title1 and howm-view-list-title2 are deleted.
425
426 2012-12-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
427
428         * configure.in: version 1.4.1
429
430         * howm-common.el (howm-get-buffer-for-file):
431         add comment on "File XXX no longer exists!" message.
432         thx > Albert-san (areiner at tph.tuwien.ac.at)
433         http://sourceforge.jp/projects/howm/lists/archive/eng/2012/000103.html
434         http://sourceforge.jp/projects/howm/lists/archive/eng/2012/000106.html
435
436 2012-09-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
437
438         * configure.in: test version
439
440         * howm-misc.el (howm-keyword-file): re-generate the keyword list
441         if .howm-keys doesn't exist.
442         thx > Albert-san (areiner at tph.tuwien.ac.at)
443         http://sourceforge.jp/projects/howm/lists/archive/eng/2012/000099.html
444
445         * howm-mode.el (howm-keyword-add-items): ditto.
446
447         * howm-backend.el (howm-open-directory-independently): ditto.
448
449         * howm-menu.el (howm-menu-copy-skel): fix.
450         scan keywords in the initial menu file.
451
452 2012-09-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
453
454         * configure.in: test version
455
456 2012-09-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
457
458         * howm-view.el
459         (howm-view-summary-format): fix.
460         keep the position of the field separator "|" in summary mode
461         even when *.txt and *.howm are mixed.
462         thx > http://toro.2ch.net/test/read.cgi/unix/1141892764/940
463         (howm-view-summary-font-lock-keywords): ditto.
464
465 2012-08-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
466
467         * configure.in: version 1.4.0
468
469 2012-02-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
470
471         * configure.in: version 1.4.0rc2
472
473         * howm-misc.el
474         (howm-auto-mode): fix.
475         inhibit-first-line-modes-regexps and inhibit-first-line-modes-suffixes
476         are obsolete in emacs-24.
477         thx > Sasaki Kan san (sasaki at fcc.ad.jp)
478         thx > dareka 2012-02-12, 2012-02-17
479         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
480         (howm-if-unbound): ditto.
481
482 2012-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
483
484         * howm.el: update copyright years
485
486 2011-12-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
487
488         * configure.in: version 1.4.0rc1
489
490         * howm.el: avoid warnings about mapcar during byte-compilation.
491
492         * howm-view.el (howm-entitle-items-style1): ditto.
493
494         * howm-misc.el (howm-bug-report): ditto.
495
496         * honest-report.el (honest-report): ditto.
497
498         * howm-cl.el (howm-cl-mapcar*): avoid warnings about cl package
499         during byte-compilation.
500
501         * howm-common.el (howm-call-process*): ditto.
502
503         * howm-date.el (howm-datestr-expand-general): ditto.
504
505         * howm-reminder.el (howm-define-reminder): ditto.
506
507 2011-08-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
508
509         * riffle.el (riffle-pop-to-buffer): fix.
510         windows were split recursively if frame size is large.
511         thx > dareka
512         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
513
514 2011-03-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
515
516         * configure.in: test version
517
518 2011-03-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
519
520         * configure.in: fix warning "suspicious cache-id" in autoconf.
521
522 2011-03-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
523
524         * configure.in: test version
525
526         * howm-vars.el (howm-view-grep-default-option):
527         check availability of "--exclude-dir".
528         It requires grep >= 2.5.3, whereas popular Macs are shipped with 2.5.1.
529         thx > http://hibari.2ch.net/test/read.cgi/unix/1141892764/787-790n
530         thx > http://hibari.2ch.net/test/read.cgi/unix/1141892764/898-901n
531
532 2011-01-19  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
533
534         * configure.in: test version
535
536         * howm-menu.el
537         (howm-menu-recent): change arguments for broader customization.
538         thx > http://hibari.2ch.net/test/read.cgi/unix/1141892764/890
539         (howm-menu-random): ditto.
540         (howm-recent-menu): ditto.
541
542         * howm-backend.el (howm-page-viewer:file):
543         howm-view-external-viewer-assoc works even for directories now.
544         thx > http://hibari.2ch.net/test/read.cgi/unix/1141892764/891
545
546 2011-01-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
547
548         * configure.in: test version
549
550 2011-01-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
551
552         * howm-vars.el (howm-define-risky-command):
553         avoid old-style-backquotes warning when *.elc is loaded.
554         thx > dareka
555         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
556
557 2011-01-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
558
559         * howm-vars.el (howm-view-grep-option): cancel howm-efficiency group
560         because howm-grep group is already placed under it.
561
562 2011-01-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
563
564         * howm-mode.el (howm-initialize-buffer): use howm-funcall-if-defined.
565
566         * riffle.el (riffle-summary-mode): ditto.
567
568 2011-01-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
569
570         * howm-backend.el: delete rast.
571
572 2011-01-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
573
574         * configure.in: test version
575
576         * howm-mode.el (howm-initialize-buffer): fix.
577         make-local-hook does not exist in emacs-24.0.50.
578         thx > Yamamoto Munehiro san (munepi at vinelinux.org)
579
580         * riffle.el (riffle-summary-mode): ditto.
581
582 2011-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
583
584         * howm-vars.el
585         (howm-list-buffers-exclude): officially supported now.
586         (howm-remember-first-line-to-title): ditto.
587         (howm-occur-force-fake-grep): ditto. change default value.
588
589         * howm-backend.el (howm-list-buffers,howm-list-mark-ring,howm-occur):
590         add docstring.
591
592         * howm-mode.el (howm-default-key-table): support new commands.
593
594         * howm-lang-en.el (howm-menu-command-table-en): ditto.
595
596         * howm-lang-ja.el (howm-menu-command-table-ja): ditto.
597
598         * howm-view.el (howm-view-directory,howm-ruby-mode-bug):
599         delete obsolete workaround
600
601         * howm-vars.el
602         (howm-action-lock-forward-fuzziness): update customize group
603         (howm-congrats-command): ditto.
604
605         * howm-reminder.el (howm-highlight-date-regexp-format): ditto.
606
607 2011-01-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
608
609         * configure.in: test version
610
611         * howm-view.el (howm-view-change-title): fix error at howm-list-all
612
613         * howm.el: update copyright years
614
615 2010-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
616
617         * howm-vars.el
618         (howm-menu-reminder-separators): officially supported now.
619         (howm-todo-separators,howm-reminder-menu-types): ditto.
620         (howm-schedule-sort-by-time,howm-action-lock-forward-fuzziness): ditto.
621         (howm-process-coding-system): ditto.
622
623         * howm-view.el (howm-view-search-in-result-correctly): ditto.
624
625 2010-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
626
627         * configure.in: test version
628
629         * howm-vars.el
630         (howm-compatible-to-1.3): new option
631         (howm-compatibility): new customize group
632         (howm-file-name-format): add switch for compatibility.
633         change *.howm to *.txt.
634
635         * howm-mode.el (howm-normalizer-pair): care for typically wrong setting.
636         thx > http://hibari.2ch.net/test/read.cgi/unix/1141892764/865-870n
637
638 2010-12-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
639
640         * configure.in: version 1.3.9
641
642 2010-12-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
643
644         * configure.in: version 1.3.9rc1
645
646 2010-07-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
647
648         * configure.in: test version
649
650         * howm-reminder.el (howm-list-schedule): fix.
651         contents buffer was not updated if this function was called
652         from menu.
653         thx > http://pc12.2ch.net/test/read.cgi/unix/1141892764/826
654
655 2010-05-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
656
657         * configure.in: test version
658
659         * howm.el: update copyright years
660
661         * howm-menu.el
662         (howm-menu-search): add new options for formatter and regexp search.
663         thx > Morgan Veyret san (morgan.veyret at gmail.com)
664         http://sourceforge.jp/projects/howm/lists/archive/eng/2010/000097.html
665         (howm-menu-general): add a new formatter to show full text.
666         (howm-menu-format-full): ditto.
667         (howm-menu-invoke): 
668         open item when RET is hit in menu if howm-menu-list-item
669         property is given at the current point.
670
671 2009-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
672
673         * configure.in: version 1.3.8
674
675 2009-08-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
676
677         * howm-vars.el (howm-excluded-dirs): add ".git".
678
679 2009-07-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
680
681         * configure.in: test version
682
683         * howm-mode.el (howm-keyword-search-subr): fix.
684         howm-list-title was ignored for come-from links.
685         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/762
686
687 2009-06-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
688
689         * configure.in: test version
690
691         * howm-reminder.el (howm-reminder-font-lock-keywords): 
692         highlight late deadlines.
693         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/738
694
695 2009-06-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
696
697         * configure.in: test version
698
699         * howm-backend.el (howm-real-grep-multi): fix.
700         howm-list-recent caused error "Can't exec program" or
701         "Spawning child process: exec format error" if howm-view-use-grep
702         is set and there are too many recently-changed files.
703         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/733
704         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Windows
705
706         * howm-vars.el (howm-command-length-limit): new option
707
708 2009-05-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
709
710         * configure.in: test version
711
712         * howm-view.el
713         (howm-filter-items-by-contents):
714         splitted from howm-view-remove-by-contents for functional style.
715         it will be used in
716         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
717         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/731
718         (howm-entitle-items-style1): use howm-view-search-folder-fi.
719         (howm-item-list-filter): ditto.
720
721 2009-05-22  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
722
723         * riffle.el (riffle-line-number): widen before counting.
724
725 2009-05-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
726
727         * configure.in: test version
728         update automake
729
730         * howm-vars.el
731         (howm-excluded-dirs): exclude _darcs/ etc. by default.
732         (howm-view-grep-default-option): ditto.
733
734 2009-03-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
735
736         * configure.in: test version
737
738 2009-03-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
739
740         * howm-backend.el (howm-real-grep-multi, howm-real-grep-single): 
741         remove final slash for compatibility with yagrep.
742         http://www.kt.rim.or.jp/~kbk/yagrep/index.html
743         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/685-686n
744
745         * howm-common.el (howm-expand-file-names): ditto.
746
747 2009-02-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
748
749         * configure.in: test version
750
751         * howm.el: update copyright years
752
753         * howm-reminder.el (howm-extend-deadlines): new command.
754         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/671
755
756         * howm-menu.el (howm-menu-refresh-background): fix.
757         The main function was erased wrongly on 2006-03-11.
758
759 2008-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
760
761         * configure.in: version 1.3.7
762
763         * howm-misc.el (howm-basic-save-buffer): fix.
764         inhibit "Wrote ..." message.
765
766 2008-11-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
767
768         * configure.in: version 1.3.7rc4
769
770         * howm-view.el (howm-view-summary-item): fix.
771         use full path for equivalence check
772         thx > dareka
773         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
774
775 2008-10-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
776
777         * configure.in: version 1.3.7rc3
778
779         * riffle.el (riffle-summary-update): 
780         cancel fix on 2008-09-23, and remove corresponding feature itself.
781         This special feature was broken from howm-1.2 to 1.3.7rc2,
782         and I received no bug report.
783
784 2008-09-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
785
786         * riffle.el (riffle-summary-update): fix.
787         behavior was wrong when howm-view-split-horizontally is
788         neither t nor nil.
789         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/591
790
791 2008-09-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
792
793         * howm-misc.el (howm-configuration-for-major-mode): 
794         modify sample for "defun*"
795
796 2008-08-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
797
798         * configure.in: version 1.3.7rc2
799
800         * howm-menu.el (howm-recent-menu): 
801         select only one item from each file in random selection.
802         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/563-566n
803
804         * howm-misc.el (howm-bug-report): use howm-cl-mapcan instead of mapcan
805
806         * howm-view.el (howm-entitle-items-style2): ditto.
807
808 2008-08-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
809
810         * configure.in: version 1.3.7rc1
811
812 2008-08-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
813
814         * howm-vars.el (howm-normalizer):
815         use original names instead of aliases
816
817 2008-08-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
818
819         * configure.in: test version
820
821         * howm-reminder.el (howm-reminder-menu): fix.
822         first argument was not used, and some items were dropped
823         in howm-menu-categorized-reminder.
824         thx > taka-san
825         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReportPaste
826
827 2008-07-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
828
829         * configure.in: test version
830
831 2008-07-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
832
833         * howm-mode.el (howm-keyword-search-subr):
834         howm-view-item-list was remained wrongly
835
836         * howm-reminder.el (howm-list-todo-sub): ditto.
837
838         * configure.in: test version
839
840         * howm-view.el (howm-entitle-items-style1): fix.
841         titleless items were not shown
842
843         * howm-view.el (howm-entitle-items-style2): fix error.
844         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/552
845
846         * howm-mode.el
847         (howm-call-view-summary): added for manipulation of titles
848         (howm-list-title-clear-previous): ditto.
849
850         * howm-backend.el (howm-item-dup): ditto.
851
852 2008-07-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
853
854         * configure.in: test version
855
856         * howm-mode.el
857         (howm-all-items): splitted and renamed from howm-list-all
858         (howm-list-around): rewritten in functional style
859
860 2008-07-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
861
862         * howm-view.el (howm-filter-items):
863         renamed from howm-view-filter-internal
864         (howm-filter-items-uniq, howm-filter-items-by-name) 
865         (howm-filter-items-by-summary, howm-filter-items-by-name/summary) 
866         (howm-filter-items-by-date, howm-filter-items-by-reminder) 
867         (howm-filter-items-by-mtime): ditto.
868         (howm-entitle-items):
869         renamed from howm-view-list-title-internal
870         (howm-entitle-items-style1, howm-entitle-items-style2): ditto.
871         (howm-entitle-items-style1): return value is changed
872         (howm-sort-items):
873         renamed from howm-view-sort-internal
874         (howm-sort-items-by-random, howm-sort-items-by-name) 
875         (howm-sort-items-by-numerical-name, howm-sort-items-by-date) 
876         (howm-sort-items-by-reverse-date, howm-sort-items-by-summary) 
877         (howm-sort-items-by-reminder, howm-sort-items-by-mtime) 
878         (howm-sort-items-by-reverse): ditto.
879         (howm-view-lift-internal): avoid simple variable name for safety
880
881         * howm-backend.el (howm-view-directory-items): 
882         use howm-folder-items insteadly.
883
884 2008-07-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
885
886         * configure.in: test version
887
888 2008-07-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
889
890         * howm-mode.el
891         (howm-search): add argument
892         (howm-list-related): simplified
893
894         * howm-vars.el (howm-view-use-grep): fix docstring
895
896         * howm-mode.el (howm-call-view-search): removed
897
898 2008-07-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
899
900         * howm-common.el (howm-view-in-background): don't use it in principle
901
902         * howm-reminder.el (howm-reminder-add-font-lock): splitted
903
904         * howm-misc.el (howm-mode-add-font-lock): ditto.
905
906         * howm-view.el (howm-view-summary,howm-view-summary-rebuild):
907         add optional argument for font-lock
908
909         * howm-mode.el (howm-search,howm-keyword-search-subr):
910         don't use *howm-view-font-lock-keywords* outside howm-view.el
911
912         * action-lock.el: untabify
913
914         * howm-view.el (howm-view-search-folder): splitted
915
916         * howm-mode.el
917         (howm-list-normalize, howm-normalizer-pair, howm-normalize-oldp): 
918         warn if howm-list-normalizer is set.
919         convert howm-list-normalizer to howm-normalizer if possible.
920         (howm-normalize-show): replace howm-list-normalize
921
922         * howm-mode.el (howm-list-all, howm-list-recent, howm-search):
923         use howm-normalize-show
924
925         * howm-backend.el (howm-open-directory-independently): ditto.
926
927 2008-07-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
928
929         * howm-vars.el
930         (howm-normalizer): new option
931         (howm-list-normalizer): default is changed to nil
932
933         * howm-mode.el
934         (howm-list-normalize): switch new or old codes
935         (howm-normalize): rewrite howm-list-normalize in functional style
936         (howm-list-normalize-old): renamed from howm-list-normalize. use prog1.
937         (howm-list-title-put-previous): add optional argument
938
939         * howm-view.el
940         (howm-view-list-title-internal): split howm-view-list-title function
941         (howm-view-list-title1-internal): ditto.
942         (howm-view-list-title2-internal): ditto.
943
944         * howm-mode.el
945         (howm-default-key-table): update docstring
946         (howm-migemo-client): add docstring
947         (howm-mode): remove useless backquote
948
949         * howm.el: update copyright years
950
951 2008-05-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
952
953         * configure.in: test version
954
955         * howm-vars.el (howm-action-lock-forward-fuzziness): new option.
956         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/519
957         * howm-reminder.el (howm-action-lock-forward-modify-current-line):
958         ditto.
959
960 2008-05-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
961
962         * configure.in: test version
963
964         * howm-view.el (howm-view-filter-general): fix. predicate was reversed.
965         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/514
966
967 2008-05-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
968
969         * configure.in: test version
970
971         * riffle.el
972         (riffle-keep-window): new option.
973         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/507
974         (riffle-summary-subr): check riffle-keep-window.
975         (riffle-post-command): ditto.
976         (riffle-summary-to-contents): ditto.
977         (riffle-pop-to-buffer): ditto.
978         (riffle-refresh-window-configuration): ditto.
979
980         * howm-date.el (howm-date-forward-ymd): don't call riffle directly.
981
982         * riffle.el (riffle-summary-update): use catch & throw.
983
984 2008-05-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
985
986         * configure.in: test version
987
988         * howm-view.el (howm-view-filter-general): fix. revived for howmoney.
989         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/503
990
991 2008-05-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
992
993         * configure.in: test version
994
995         * howm-backend.el
996         (howm-real-grep-single): use labels instead of flet.
997         (howm-real-grep-multi): ditto.
998
999         * howm-misc.el (howm-basic-save-buffer): ditto.
1000
1001         * howm-mode.el (howm-expand-aliases-recursively): ditto.
1002
1003         * howm-common.el (howm-with-exit): new macro for the below fix.
1004
1005         * howm-reminder.el
1006         (howm-list-schedule): fix.
1007         cancel postprocess if no-match.
1008         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/494
1009         (howm-list-todo-sub): ditto.
1010         (howm-list-reminder-final-setup): fix.
1011         action-lock-mode was toggled unintentionally.
1012
1013         * howm-common.el
1014         (howm-list-exclude): removed (unused)
1015         (howm-item-exclude-p): ditto.
1016         (howm-view-item-exclude-p): ditto.
1017
1018 2008-05-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1019
1020         * howm-view.el
1021         (howm-view-summary-mode): fix.
1022         global value of font-lock-keywords-only was set wrongly
1023         in CVS head emacs after 2008-02-24.
1024         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/484-487n
1025         (howm-view-contents-mode): ditto.
1026
1027         * howm-menu.el (howm-menu-set-face): unify the style (no effect)
1028
1029 2008-04-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1030
1031         * configure.in: test version
1032
1033         * howm-backend.el (howm-real-grep-multi): 
1034         split howm-view-grep-option.
1035         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/458
1036
1037 2008-04-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1038
1039         * howm-view.el (howm-view-title-skip-regexp): 
1040         use howm-view-title-header.
1041         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/454
1042
1043 2008-04-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1044
1045         * howm-view.el (howm-view-dired): call howm-view-dired-goto by default.
1046
1047         * howm-vars.el (howm-view-dired-keep-cursor): removed.
1048
1049 2008-04-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1050
1051         * howm-misc.el (howm-test): add docstring.
1052         thx > dareka
1053         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
1054
1055 2007-11-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1056
1057         * configure.in: test version
1058
1059 2007-11-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1060
1061         * howm-common.el (howm-decode-time): 
1062         fix.
1063         today's schedule didn't appear on menu on the last day of DST.
1064         thx > Mielke-san (peter.mielke at gmail.com)
1065         http://lists.sourceforge.jp/mailman/archives/howm-eng/2007/000034.html
1066
1067 2007-07-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1068
1069         * configure.in: test version
1070
1071         * howm-view.el (howm-view-sort/filter-doit): fix.
1072         return list of items for backward compatibility.
1073         thx > taku-san
1074         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
1075
1076 2007-05-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1077
1078         * configure.in: test version
1079
1080         * howm-view.el (howm-view-summary-next-section-sub): 
1081         stop at the first hit line of each file.
1082         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/360
1083
1084 2007-05-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1085
1086         * configure.in: test version
1087
1088         * howm.el: manage circular dependencies
1089
1090         * elisp-comp: cancel the fix on 2007-05-05
1091
1092         * honest-report.el
1093         (honest-report-version-assoc): be independent of howm-*
1094         (honest-report-emacs-build-time): ditto.
1095         howm-emacs-build-time is moved and renamed.
1096
1097 2007-05-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1098
1099         * configure.in: test version
1100
1101         * mkinstalldirs: update to automake-1.10
1102
1103         * missing: ditto.
1104
1105         * install-sh: ditto.
1106
1107         * elisp-comp: ditto. & fix (keep the order of arguments)
1108
1109         * config.guess: update to autotools-dev_20060702
1110
1111         * config.sub: ditto.
1112
1113         * acinclude.m4: fix for aclocal 1.10
1114
1115         * Makefile.am: ditto.
1116
1117 2007-05-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1118
1119         * howm-menu.el
1120         (howm-menu-reminder-format): new option.
1121         (howm-menu-list-format): columnar formatting
1122         thx > Mielke-san (peter.mielke at gmail.com)
1123         http://lists.sourceforge.jp/mailman/archives/howm-eng/2007/000032.html
1124
1125 2007-04-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1126
1127         * configure.in: test version
1128
1129 2007-04-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1130
1131         * howm-view.el (howm-view-summary-mode): fix.
1132         summary buffer was not highlighted in howm-occur.
1133
1134         * howm-backend.el (howm-occur-force-fake-grep): new option.
1135
1136         * howm-view.el (howm-view-search-folder): 
1137         check FIXED-P for highlighting
1138
1139         * configure.in: test version
1140
1141 2007-04-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1142
1143         * howm-mode.el (howm-read-aliases): fix.
1144         RET on "BBB" in "<<< aaa <<< BBB" didn't search "aaa"
1145         if howm-keyword-case-fold-search is non-nil.
1146
1147 2007-04-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1148
1149         * configure.in: test version
1150
1151         * howm-view.el
1152         (howm-view-filter-by-mtime): fix. range was ignored.
1153         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/340
1154         (howm-view-filter-by-time-range): ditto.
1155
1156 2007-04-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1157
1158         * howm-misc.el (howm-truncate-string): fix. correct docstring
1159
1160 2007-04-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1161
1162         * configure.in: test version
1163
1164         * howm-view.el (howm-view-sort-by-random-internal): fix.
1165         wrong variable name
1166
1167         * configure.in: test version (canceled)
1168
1169         * howm-view.el (howm-view-defun-sort-by): use macro to define sort-by-X
1170
1171 2007-04-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1172
1173         * configure.in: private test version
1174
1175         * howm-reminder.el (howm-schedule-sort-items): wrongly interactive
1176
1177         * howm-view.el
1178         (howm-view-mtime): remove howm-view-xtime
1179         (howm-view-filter-by-mtime): ditto.
1180         (howm-view-sort-by-mtime): ditto.
1181         (howm-view-filter-general): remove with-index
1182         (howm-view-filter-internal): ditto.
1183         (howm-view-sort-by-name-match): renamed to howm-view-lift-by-*
1184         (howm-view-sort-by-summary-match): ditto.
1185         (howm-view-sort-by-summary-match-string): ditto.
1186         (howm-view-filter-general): removed for more functional style
1187         (howm-view-sort-general): ditto.
1188         (howm-view-sort-by-general-match): ditto.
1189         (howm-view-filter-by-date-internal): fix. limit date was wrong by one
1190         (howm-view-filter-by-reminder-internal): ditto.
1191         (howm-view-filter-by-mtime-internal): ditto.
1192
1193         * howm-reminder.el (howm-list-reminder-final-setup): fix.
1194         schedule/todo list was not fontified.
1195         (howm-list-schedule): defer setup of summary buffer for efficiency.
1196         (howm-list-todo-sub): ditto.
1197
1198         * howm-view.el
1199         (howm-view-filter-by-date-internal): fix.
1200         03-16 was listed when limit is "to 03-15".
1201         (howm-view-filter-by-reminder-internal): ditto.
1202         (howm-view-filter-by-xtime): ditto.
1203
1204         * configure.in: private test version
1205
1206 2007-03-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1207
1208         * howm-vars.el (howm-view-contents-limit): fix. not used.
1209         also change its default from 10000 to nil for backward compatibility.
1210
1211         * howm-mode.el
1212         (howm-list-toggle-title): fix.
1213         internal calls to howm-list-title shouldn't perform toggle.
1214         (howm-keyword-search-subr):
1215         defer setup of summary buffer for efficiency.
1216
1217         * howm-cl.el (howm-cl-remove-duplicates*): fix.
1218         "<<< foo" didn't appear at the top of the summary buffer
1219         when howm-list-title is T.
1220         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/328
1221
1222         * howm-misc.el (howm-buffer-name-format): new option.
1223         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/333
1224
1225 2007-03-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1226
1227         * configure.in: test version
1228
1229 2007-03-22  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1230
1231         * howm-view.el (howm-view-contents-item): 
1232         don't insert separator "====>>> xxx.howm" in contents buffer
1233         if just one item is displayed.
1234         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/314
1235
1236 2007-02-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1237
1238         * configure.in: test version
1239
1240         * howm-vars.el (howm-check-word-break): new option.
1241         thx > Mielke-san (peter.mielke at gmail.com)
1242         http://lists.sourceforge.jp/mailman/archives/howm-eng/2007/000030.html
1243
1244         * howm-view.el (howm-view-summary-mode): 
1245         highlight today and tomorrow.
1246         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/275
1247
1248         * howm-menu.el (howm-menu-font-lock-rules): ditto.
1249
1250         * howm-reminder.el (howm-highlight-date-regexp-format):
1251         change default.
1252         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/275
1253
1254         * howm-vars.el (howm-funcall-if-defined): fix docstring
1255
1256         * howm.el: update copyright years
1257
1258 2007-02-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1259
1260         * honest-report.el (honest-report-version-assoc): 
1261         report environment variables "LANG" etc.
1262
1263 2006-12-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1264
1265         * configure.in: test version
1266
1267         * howm-reminder.el (howm-reminder-summarizer): 
1268         show "late days" in addition to "day of week".
1269         thx > Mielke-san (peter.mielke at gmail.com)
1270         http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000028.html
1271
1272 2006-12-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1273
1274         * howm-mode.el (howm-keyword-search-open-menu): 
1275         show warning when two or more %menu% are found.
1276
1277         * howm-view.el (howm-view-sort-by-general-match): 
1278         return single/multi/nil instead of conventional t/nil.
1279
1280 2006-12-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1281
1282         * configure.in: test version
1283
1284         * howm.el: security fix.
1285         put risky-local-variable property
1286         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/207
1287
1288         * configure.in: version 1.3.4 is released from another branch
1289
1290 2006-12-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1291
1292         * configure.in: private test version
1293
1294         * howm-vars.el
1295         (howm-define-risky-command): put risky-local-variable property
1296
1297         * riffle.el: ditto.
1298
1299         * illusion.el: ditto.
1300
1301         * gfunc.el: ditto.
1302
1303         * action-lock.el: ditto.
1304
1305         * howm-cl.el (howm-cl-gensym): added.
1306
1307         * howm-misc.el (howm-required-features): add honest-report
1308
1309         * riffle.el (riffle-set-mode-maybe): removed (not used anywhere)
1310
1311         * howm-mode.el
1312         (howm-keyword-aliases): fix. check howm-keyword-case-fold-search.
1313         (howm-template-string): fix. accept (lambda ...) as howm-template.
1314
1315 2006-11-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1316
1317         * configure.in: test version
1318
1319         * howm-common.el
1320         (howm-log-buffer-name-format): added
1321         (howm-write-log): rename buffer according to howm-log-buffer-name-format
1322         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/193-194n
1323         (howm-history): raise error if history file doesn't exist.
1324
1325         * howm-backend.el
1326         (howm-keyword-buffer): 
1327         force howm-keyword-buffer-name-format even for the normal case.
1328         (howm-keyword-buffer-name): removed
1329         (howm-get-keyword-buffer): removed
1330
1331         * howm-common.el (howm-get-buffer-for-file): added
1332
1333         * howm-misc.el (howm-basic-save-buffer): 
1334         doesn't show "Wrote..." message any more.
1335         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/193-194n
1336
1337 2006-10-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1338
1339         * howm-common.el (howm-message-nolog): message without logging
1340
1341         * howm-view.el (riffle-post-update:howm): ditto.
1342
1343 2006-10-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1344
1345         * configure.in: test version
1346
1347         * howm-backend.el
1348         (howm-get-keyword-buffer): fix: argument is not optional any more.
1349         (howm-keyword-buffer-name): new option.
1350         (howm-keyword-buffer): buffer-name is now customizable.
1351
1352 2006-10-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1353
1354         * configure.in: test version
1355
1356         * cheat-font-lock.el (cheat-font-lock-20040624-format-p): fix.
1357         font-lock-compile-keywords may add a help-echo
1358         in CVS-head emacs, and its result can be longer than expected.
1359         see 2005-10-21 in lisp/ChangeLog.
1360         http://lists.gnu.org/archive/html/emacs-commit/2005-10/msg00635.html
1361         http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/font-lock.el.diff?tr1=1.276&tr2=1.277&r1=text&r2=text
1362
1363 2006-10-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1364
1365         * configure.in: test version
1366
1367         * howm-backend.el (howm-page-open:file): fix. need widen.
1368         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/160-161n
1369
1370 2006-09-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1371
1372         * configure.in: test version
1373
1374         * howm-reminder.el (howm-todo-priority-schedule-bottom): make it deeper
1375         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/149
1376
1377         * howm-vars.el (howm-huge++): new parameter
1378
1379 2006-09-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1380
1381         * configure.in: test version
1382
1383         * howm-version.el.in: remove howm-{en,ja}-dir
1384
1385         * howm-lang-ja.el (howm-day-of-week-ja): Use a list instead of a string.
1386
1387         * howm-lang-en.el (howm-day-of-week-en): ditto.
1388         Use "Sun" instead of "S".
1389
1390         * howm-menu.el (howm-day-of-week-string): 
1391         howm-day-of-week-{en,ja} can be a list.
1392         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/147
1393
1394 2006-07-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1395
1396         * configure.in: test version
1397
1398         * howm-menu.el (howm-menu-list-regexp): fix.
1399         RET at "7" in "> 2006-07-26-015606 |" in menu buffer caused error.
1400         thx > na-san
1401
1402 2006-06-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1403
1404         * configure.in: test version
1405
1406         * howm-misc.el (howm-bayesian-set): new command.
1407
1408 2006-06-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1409
1410         * howm-mode.el (howm-expand-aliases-recursively): 
1411         CL function "copy-list" is replaced with built-in "copy-sequence".
1412
1413         * howm-menu.el (howm-menu-shortcut-sort): ditto.
1414
1415 2006-06-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1416
1417         * howm-reminder.el (howm-list-active-todo): new command.
1418
1419         * howm-view.el (howm-view-sort-by-summary-match-string): new feature.
1420
1421         * howm-misc.el (howm-mode-set-buffer-name): new tool.
1422         thx > Mielke-san (peter at exegenix.com)
1423         http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000020.html
1424         http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000022.html
1425         thx > anonymous
1426         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?ExternalTool
1427
1428         * howm-vars.el (howm-menu-reminder-separators): fix.
1429         "Between schedule and todo" corresponds to nil.
1430
1431         * howm-reminder.el (howm-todo-separators): new option.
1432
1433         * howm-backend.el
1434         (howm-page-type): page can be nil.
1435         (howm-make-page:nil): ditto.
1436         (howm-item-page): ditto.
1437
1438         * howm-reminder.el (howm-todo-insert-separators): 
1439         use nil-page item instead of string.
1440
1441         * howm-menu.el (howm-menu-format-todo): ditto.
1442
1443 2006-06-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1444
1445         * COPYING: fix.
1446         obsolete address of FSF is corrected.
1447         thx > Fujimura Yuki san <ykfj@users.sourceforge.jp>
1448
1449 2006-06-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1450
1451         * configure.in: version 1.3.3
1452
1453 2006-05-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1454
1455         * configure.in: version 1.3.3rc1
1456
1457 2006-05-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1458
1459         * configure.in: test version
1460
1461 2006-05-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1462
1463         * howm-common.el (howm-with-coding-system): 
1464         accept a pair (for-read . for-write).
1465         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/96
1466
1467         * howm-vars.el (howm-process-coding-system): ditto.
1468
1469 2006-05-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1470
1471         * configure.in: test version
1472
1473         * howm-common.el (howm-with-coding-system): fix.
1474         howm-process-coding-system should be checked at runtime.
1475         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/94-95n
1476
1477 2006-05-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1478
1479         * configure.in: test version
1480
1481 2006-05-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1482
1483         * howm-misc.el (howm-remember-get-title): fix.
1484         remove newline from title string.
1485         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/92
1486
1487 2006-04-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1488
1489         * configure.in: test version
1490
1491         * howm-misc.el (howm-remember-first-line-to-title): new option.
1492         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/72-75n
1493
1494         * howm-common.el (howm-call-process): fix.
1495         set coding-system for temporary buffer.
1496         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/63-83n
1497
1498 2006-04-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1499
1500         * configure.in: test version
1501
1502         * howm-misc.el (howm-remember-submit): fix.
1503         "%file" in howm-template now works even for howm-remember.
1504         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/61
1505
1506 2006-03-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1507
1508         * configure.in: test version
1509
1510         * howm-misc.el (howm-remember): new command.
1511         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/24-25n
1512
1513 2006-03-22  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1514
1515         * configure.in: test version
1516
1517         * howm-view.el (howm-view-list-title-type): 
1518         experimental code to show title before summary of each item.
1519         thx > Highfly san
1520         http://lists.sourceforge.jp/mailman/archives/howm-eng/2006/000025.html
1521
1522 2006-03-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1523
1524         * illusion.el: require easy-mmode explicitly
1525
1526         * honest-report.el (honest-report-window-list): 
1527         support emacs20 (and meadow-1.15).
1528
1529 2006-03-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1530
1531         * configure.in: test version
1532
1533 2006-03-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1534
1535         * howm-mode.el (howm-migemo-client-option): new option.
1536         thx > http://pc11.2ch.net/test/read.cgi/unix/1141892764/9
1537
1538 2006-02-04  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1539
1540         * configure.in: test version
1541
1542 2006-02-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1543
1544         * howm.el: fix.
1545         howmz needs both howm-menu-command-table-{en,ja}.
1546
1547         * configure.in: test version
1548
1549         * howm.el: fix.
1550         require howm-lang-* before it is really needed.
1551         this may be necessary for howmz.
1552         thx > (TxT) san
1553         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus
1554         http://noir.s7.xrea.com/archives/000136.html
1555
1556 2006-01-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1557
1558         * configure.in: test version
1559
1560         * howm-menu.el (howm-menu-categorized-reminder): 
1561         howm-menu-categorized-todo is replaced with -reminder.
1562         fix error when howm-menu-reminder-separators is not null.
1563         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/919
1564
1565 2006-01-19  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1566
1567         * configure.in: test version
1568
1569 2006-01-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1570
1571         * howm-backend.el (howm-page-viewer:file): 
1572         list files in directory in contents buffer.
1573
1574 2006-01-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1575
1576         * configure.in: test version
1577
1578         * howm-menu.el (howm-menu-categorized-todo): 
1579         misc. can be omitted.
1580         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/909
1581
1582 2006-01-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1583
1584         * configure.in: test version
1585
1586         * howm-menu.el (howm-menu-categorized-todo): new feature (experimental).
1587         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/885
1588         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/890
1589
1590         * howm-cl.el (howm-cl-find-if): added
1591
1592         * howm-backend.el (howm-folder-grep-internal:pages): cleaned.
1593
1594         * howm-menu.el (howm-menu-general): cleaned.
1595         you can make your own list in menu buffer more easily.
1596         see howm-menu-schedule, howm-menu-todo, howm-menu-recent, and
1597         howm-menu-search for example.
1598
1599 2006-01-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1600
1601         * howm-misc.el (howm-buffer-p): fix.
1602         .howm-keys and its alternatives were overlooked.
1603         thx > http://d.hatena.ne.jp/dasm/20060110
1604
1605 2006-01-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1606
1607         * configure.in: test version
1608
1609 2006-01-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1610
1611         * howm.el: update copyright years
1612
1613         * cheat-font-lock.el (cheat-font-lock-20040624-format-p): fix.
1614         avoid "Font-lock trying to use keywords before setting them up" error
1615         during 'make' for emacs-22.0.50.1 (CVS version).
1616         thx > http://tty0.exblog.jp/2944244
1617         thx > http://d.hatena.ne.jp/yoshk/20060102
1618         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/867
1619         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/873-874n
1620
1621 2005-12-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1622
1623         * howm-vars.el (howm-custom-reminder-get-types): fix.
1624         treat unknown marks correctly.
1625
1626         * howm-reminder.el (howm-modify-reminder-types): 
1627         example is commented out.
1628
1629 2005-12-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1630
1631         * configure.in: test version
1632         (packagedir): fix lispdir for xemacs with packagedir
1633
1634 2005-12-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1635
1636         * configure.in: endir and jadir are now obsolete.
1637         --with-rel-datadir is canceled.
1638         thx > HONJOH Eiji san. irodori@irodori.sakura.ne.jp
1639         thx > ZENITANI Seiji san. zenitani@mac.com
1640
1641         * howm-menu.el (howm-menu-initialize-skel): ditto.
1642         read howm-menu-*.el instead of {en,ja}/0000-00-00-000000.howm
1643
1644         * howm-mkmenu.el: ditto.
1645         new script to make howm-menu-*.el from {en,ja}/0000-00-00-000000.howm
1646
1647         * Makefile.am: ditto.
1648         add howm-menu-*.el. delete en/ and ja/.
1649
1650         * howm-lang-en.el: separate language-dependent variables
1651
1652         * howm-lang-ja.el: ditto.
1653
1654         * howm-menu.el (howm-lang-ref): ditto.
1655
1656         * howm-common.el (howm-get-symbol): ditto.
1657
1658         * Makefile.am (howm_LISP): ditto.
1659
1660 2005-12-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1661
1662         * configure.in: new option --with-howmdir
1663         default lispdir is now .../site-lisp.
1664         thx > HONJOH Eiji san. irodori@irodori.sakura.ne.jp
1665
1666         * Makefile.am (howm_LISP): ditto.
1667
1668         * acinclude.m4 (ac_output): ditto.
1669
1670         * bcomp.el.in (bcomp-files): ditto.
1671
1672 2005-11-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1673
1674         * configure.in: test version
1675
1676         * configure.in: new option --with-rel-datadir
1677         previous --with-data-into-lispdir is canceled.
1678         thx > ZENITANI Seiji san. zenitani@mac.com
1679         thx > HONJOH Eiji san. irodori@irodori.sakura.ne.jp
1680
1681 2005-11-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1682
1683         * configure.in: test version
1684
1685         * configure.in: new option --with-data-into-lispdir
1686         thx > HONJOH Eiji san. irodori@irodori.sakura.ne.jp
1687
1688 2005-11-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1689
1690         * howm-vars.el (howm-mode-off-hook): fix.
1691         remove duplicated defcustom.
1692         thx > TAKEMURA Masayuki san. ICG04984@nifty.com
1693
1694 2005-11-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1695
1696         * howm-menu.el (howm-menu-skel): 
1697         - use symbol-value instead of eval.
1698         - howm-en-dir and howm-ja-dir can be relative paths from the directory
1699         of howm.elc or howm.el. (for Carbon emacs package)
1700         thx > ZENITANI Seiji san. zenitani@mac.com
1701         thx > HONJOH Eiji san. irodori@irodori.sakura.ne.jp
1702         thx > ARAI Ryotaro san. misty@...
1703         http://lists.sourceforge.jp/mailman/archives/macemacsjp-users/2005-November/000756.html
1704         http://lists.sourceforge.jp/mailman/archives/macemacsjp-users/2005-November/000760.html
1705
1706 2005-11-22  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1707
1708         * howm-vars.el (howm-menu-todo-priority): change default.
1709         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/75-77n
1710         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/842-846n
1711
1712 2005-11-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1713
1714         * configure.in: test version
1715
1716         * howm-misc.el (howm-open-named-file): new command.
1717         thx > Eduardo Ochs san
1718         http://lists.sourceforge.jp/mailman/archives/howm-eng/2005/000010.html
1719
1720 2005-11-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1721
1722         * howm-reminder.el (howm-action-lock-forward-open): 
1723         don't depend on magic-return.
1724
1725         * howm-date.el (howm-action-lock-date-search): 
1726         now it works even on menu buffer.
1727         thx > Kaneko Kensuke san
1728         http://d.hatena.ne.jp/a666666/20051110/1131621183
1729
1730         * howm-reminder.el (howm-action-lock-forward): 
1731         keep my text property for jump from menu.
1732
1733         * howm-menu.el (howm-menu-list-action): 
1734         keyword is now optional.
1735
1736         * howm-date.el (howm-action-lock-date-prompt): 
1737         misleading message is corrected.
1738         thx > Kaneko Kensuke san
1739         http://d.hatena.ne.jp/a666666/20051110/1131621183
1740
1741 2005-11-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1742
1743         * configure.in: test version
1744
1745         * howm-menu.el (howm-menu-list-action): fix.
1746         history list was broken.
1747
1748 2005-11-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1749
1750         * howm-menu.el (howm-menu-list-action): 
1751         get text property not from buffer but from argument.
1752
1753         * action-lock.el (action-lock-general): 
1754         keep text properties.
1755
1756         * howm-common.el (howm-history):
1757         disable expansion of %schedule etc.
1758
1759         * configure.in: test version
1760
1761 2005-11-04  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1762
1763         * howm-common.el (howm-replace-region): 
1764         `format' in xemacs doesn't keep text properties.
1765
1766         * howm-menu.el (howm-menu-list-format): 
1767         store item to text property so that we can open it directly
1768         instead of searching text when RET is hit on ">" in menu buffer.
1769         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/823
1770
1771         * action-lock.el (action-lock-general): add docstring
1772
1773         * configure.in: version 1.3.2
1774
1775         * howm-mode.el (howm-keyword-search-subr): 
1776         cancel the below change. this problem should be fixed
1777         more fundamentally.
1778
1779         * howm-mode.el (howm-keyword-search-subr): 
1780         search lines whose entire texts exactly match to the geven keyword
1781         when open-unique-p is non-nil.
1782         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/823
1783
1784 2005-10-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1785
1786         * configure.in: version 1.3.2rc4
1787
1788 2005-10-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1789
1790         * howm-vars.el (howm-view-dired-keep-cursor): new option.
1791         thx > 797 https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
1792
1793 2005-10-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1794
1795         * configure.in: version 1.3.2rc3
1796         something was wrong in 'cvs commit' of rc2.
1797
1798 2005-10-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1799
1800         * configure.in: version 1.3.2rc2
1801
1802         * howm-view.el
1803         (howm-view-dired): fix.
1804         require dired-vir for xemacs, and remove duplicates.
1805         thx > 797 https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
1806
1807 2005-10-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1808
1809         * configure.in: version 1.3.2rc1
1810
1811 2005-10-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1812
1813         * howm-common.el (howm-read-event): fix.
1814         error when RET is hit on date format [2005-10-15] in menu buffer
1815         in xemacs.
1816         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/797-801n
1817
1818 2005-10-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1819
1820         * configure.in: test version
1821
1822         * howm-common.el (howm-view-in-background): fix.
1823         This macro is moved from howm-view.el because it is used across files.
1824         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/789-791n
1825
1826 2005-09-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1827
1828         * configure.in: test version
1829
1830 2005-09-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1831
1832         * howm-backend.el (howm-occur): new command
1833
1834 2005-09-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1835
1836         * howm-vars.el (howm-view-contents-limit): default is changed to 10000
1837
1838 2005-09-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1839
1840         * action-lock.el
1841         (action-lock-open-regexp): include / at the end
1842         (action-lock-browse-regexp): ditto
1843
1844 2005-09-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1845
1846         * configure.in: test version
1847
1848         * honest-report.el (honest-report-screenshot): fix.
1849         window-end (without update) can be negative when completion window
1850         is displayed temporally.
1851
1852 2005-09-05  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1853
1854         * howm-common.el (howm-call-process-here): set coding system
1855         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/784
1856
1857         * howm-vars.el (howm-process-coding-system): new option
1858
1859 2005-09-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1860
1861         * howm-backend.el (action-lock-find-file): expand-file-name
1862         thx > hattori-san
1863         http://www.tom.sfc.keio.ac.jp/~hattori/blog/setting/2005/08/howm.html
1864
1865 2005-08-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1866
1867         * configure.in: test version
1868
1869         * howm-vars.el (howm-list-title): add howm-action-lock-date-search
1870         so that title is shown for `howm-search-today' (C-c , , .) by default.
1871         thx > nobu-san
1872         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
1873
1874         * howm-date.el (howm-action-lock-date-search): add `howm-set-command'.
1875
1876 2005-08-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1877
1878         * howm-view.el: add (require 'riffle)
1879         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/782
1880
1881 2005-08-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1882
1883         * configure.in: version 1.3.1
1884
1885 2005-08-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1886
1887         * configure.in: version 1.3.1rc1
1888
1889         * howm-vars.el (howm-get-locale): fix. never return nil
1890         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/780-781n
1891
1892 2005-08-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1893
1894         * howm-view.el (howm-view-summary-omit-same-name): new option
1895         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/779
1896
1897 2005-08-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1898
1899         * howm-view.el (howm-view-title-skip-regexp): new option
1900
1901 2005-08-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1902
1903         * howm-misc.el (howm-bug-shot): new command for bug report
1904
1905 2005-08-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1906
1907         * howm-misc.el (howm-bug-report):
1908         call bugshot-version-assoc internally
1909
1910         * honest-report.el: new tool for better bug report
1911
1912 2005-08-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1913
1914         * configure.in: test version
1915
1916         * riffle.el (riffle-define-derived-mode):
1917         defined to avoid slow down in xemacs.
1918
1919 2005-08-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1920
1921         * gfunc.el (gfunc-call): recursion is rewritten to loop.
1922         recursion seems remarkably slow in xemacs.
1923
1924         * configure.in: version 1.3.0
1925
1926 2005-07-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1927
1928         * configure.in: version 1.3.0rc5
1929
1930 2005-07-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1931
1932         * howm-view.el
1933         (howm-view-summary-item):
1934         don't show same name repeatedly.
1935         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/754
1936         (howm-view-summary-stripe): canceled.
1937         the above should be better.
1938         (howm-view-contents-mode): fix.
1939         howm-view-summary-font-lock-keywords must not work in contents buffer.
1940         (howm-view-summary-font-lock-keywords): add default.
1941         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/754
1942
1943         * howm-reminder.el (howm-with-schedule-summary-format): 
1944         use this macro and never use howm-view-summary-format directly.
1945
1946 2005-07-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1947
1948         * howm-view.el (howm-view-summary-stripe): new option.
1949         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/754
1950
1951         * configure.in: version 1.3.0rc4 again. mistake in packaging
1952
1953 2005-07-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1954
1955         * configure.in: version 1.3.0rc4
1956
1957         * howm-vars.el (howm-excluded-file-regexp-dir-char): fix.
1958         Both "\" and "/" indicate directory in win.
1959
1960 2005-07-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1961
1962         * howm-common.el (howm-message-time):
1963         Don't hide "No match" message even when howm-message-time is set.
1964         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/751
1965
1966         * riffle.el (riffle-summary): cleaned.
1967         global varibale *howm-view-summary-nop* is replaced with optional
1968         argument.
1969         "No match" message is moved to howm-view-summary.
1970
1971 2005-07-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1972
1973         * howm-common.el (howm-call-process): 
1974         howm-call-process-last-command keeps all arguments
1975         so that we can repeat the last call-process
1976         by (apply #'howm-call-process howm-call-process-last-command).
1977
1978 2005-07-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1979
1980         * howm-vars.el (howm-content-from-region): fix. Labels are corrected.
1981
1982 2005-07-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1983
1984         * configure.in: version 1.3.0rc3
1985
1986 2005-07-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1987
1988         * howm-menu.el (howm-menu-dynamic-setup): fix.
1989         canceled change in this function on 2005-05-10,
1990         so that underlines appear on come-from keywords
1991         in reminder lines in menu.
1992
1993 2005-06-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1994
1995         * configure.in: version 1.3.0rc2
1996
1997 2005-06-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
1998
1999         * howm-vars.el (howm-menu-lang):
2000         check locale to select default language.
2001
2002 2005-06-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2003
2004         * configure.in: version 1.3.0rc1
2005
2006 2005-06-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2007
2008         * configure.in: test version
2009
2010         * riffle.el (riffle-pop-to-buffer): fix.
2011         howm-view-summary-window-size didn't work when it is greater than
2012         half size.
2013         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/724
2014
2015 2005-06-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2016
2017         * configure.in: test version
2018
2019         * howm-mode.el (howm-template-receive-buffer): new option.
2020         By default, previous buffer is also passed to howm-template
2021         when it is a function.
2022         thx > https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Comment
2023
2024 2005-06-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2025
2026         * configure.in: test version
2027
2028 2005-06-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2029
2030         * howm-cl.el: cl functions are collected to single file
2031         and defalias-ed to inhibit warning during byte-compilation
2032         in emacs-22.0.50.1 (CVS version).
2033
2034         * howm-misc.el (howm-auto-save-buffers-p): 
2035         Inhibit warning 'reference to free variable'
2036         for auto-save-buffers-regexp during byte-compilation
2037         in emacs-22.0.50.1 (CVS version).
2038
2039 2005-06-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2040
2041         * configure.in: test version
2042
2043 2005-06-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2044
2045         * howm-vars.el
2046         (howm-action-lock-forward-kill-buffer): new option.
2047
2048         * howm-reminder.el (howm-action-lock-forward-invoke): 
2049         call undo-boundary before modification.
2050         howm-action-lock-forward-save-buffer shouldn't work when
2051         the corresponding buffer is already modified before this action.
2052
2053 2005-06-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2054
2055         * configure.in: test version
2056
2057         * howm-common.el (howm-time-difference-second): don't omit milliseconds.
2058         I can't remember the reason of omission
2059         and I cancel this change on 2005-03-09.
2060         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/709
2061
2062         * action-lock.el (action-lock-magic-return): fix.
2063         snatched RET from pobox-newline in pobox-mode.
2064         Indeed, old code snatched all RET wrongly from any modes.
2065         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/711
2066
2067 2005-06-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2068
2069         * configure.in: test version
2070
2071 2005-06-01  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2072
2073         * howm-vars.el: fix.
2074         write color condition in each defface
2075         to avoid error on monochrome display.
2076         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/706
2077
2078 2005-05-31  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2079
2080         * configure.in: test version
2081
2082 2005-05-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2083
2084         * howm-reminder.el
2085         (howm-action-lock-forward): fix.
2086         menu buffer was collapsed when one hits RET on "@"
2087         in "[2005-05-30]@ foo" in menu buffer with below setting.
2088         - (setq howm-menu-expiry-hours 2)
2089         - (setq howm-action-lock-forward-save-buffer t)
2090         - (setq howm-menu-refresh-after-save t) ;; this is default
2091         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/705
2092         (howm-action-lock-forward-invoke):
2093         kill-buffer when current-buffer was newly opened for this procedure.
2094         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/705
2095
2096 2005-05-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2097
2098         * configure.in: test version
2099
2100         * howm-vars.el (howm-funcall-if-defined): 
2101         cheat to avoid annoying "not known to be defined" warning
2102         in byte-compilation.
2103         thx > http://pc8.2ch.net/test/read.cgi/unix/1111816102/485
2104
2105         * howm-view.el (howm-view-sort-items): 
2106         defalias for compatibility. howmz needs it.
2107         http://noir.s7.xrea.com/archives/000136.html
2108         http://noir.s7.xrea.com/pub/zaurus/howmz.el
2109         thx > (TxT) san
2110         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?LinuxZaurus
2111
2112 2005-05-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2113
2114         * configure.in: test version
2115
2116         * howm-reminder.el (howm-todo-menu): fix.
2117         Insertion of separators was wrong.
2118         At least one item was placed between separators regardless of priority.
2119         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/703
2120
2121 2005-05-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2122
2123         * howm-vars.el (howm-action-lock-forward-save-buffer): 'defcustom'ed
2124
2125 2005-05-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2126
2127         * configure.in: test version
2128
2129         * howm-mode.el: fix.
2130         check direct requiring of howm-mode before loading howm-common.
2131         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/698
2132
2133 2005-05-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2134
2135         * configure.in: test version
2136
2137         * howm-vars.el
2138         (howm-menu-list-face): Its default is empty now
2139         so that we can avoid troubles of reverse-video for emacs -nw.
2140         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/697
2141         (howm-reminder-done-face): default is empty for light background
2142
2143         * howm-mode.el (howm-refresh): C-c , r on menu calls howm-menu-refresh
2144         because howm-initialize-buffer on menu erases all underlines.
2145         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/696
2146
2147 2005-05-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2148
2149         * howm-mode.el (howm-keyword-aliases):
2150         expand aliases of come-from keywords recursively
2151
2152         * howm-vars.el (howm-keyword-list-alias-sep):
2153         enable aliases of come-from keywords by default
2154
2155 2005-05-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2156
2157         * configure.in: test version
2158
2159 2005-05-19  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2160
2161         * howm-vars.el (howm-experimental): moved to howm group
2162
2163         * howm-reminder.el (howm-highlight-date-regexp-format): new option.
2164         Some people like to highlight 2005-05-19 rather than [2005-05-19]
2165         as today, because they use [2005-05-19 20:52]@ for their schedule.
2166
2167         * configure.in: test version
2168
2169         * howm-backend.el (howm-folder-territory-p:dir): fix
2170         wrongly returned nil for non-existing file name.
2171
2172 2005-05-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2173
2174         * configure.in: test version
2175
2176         * howm-common.el (howm-first-n): fix.
2177         avoid "Args out of range" error in xemacs.
2178         It happened at %recent in menu when number of note files are small
2179         or empty files exist.
2180         thx > Nanashi-san
2181         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
2182
2183 2005-05-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2184
2185         * configure.in: test version
2186
2187         * howm-reminder.el (howm-todo-menu): 
2188         remove deep reminders before sorting
2189
2190         * howm-vars.el (howm-menu-reminder-separators): new option
2191
2192         * howm-menu.el (howm-menu-todo): item can be a separator string
2193
2194 2005-05-16  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2195
2196         * configure.in: test version
2197
2198         * howm-mode.el (howm-keyword-search): 
2199         menu is searched only in howm-directory
2200
2201         * howm-menu.el (howm-menu): fix
2202         todo and schedule were searched only in howm-directory
2203         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/685
2204
2205         * howm-view.el (howm-view-directory): 
2206         set font-lock-keywords only when howm-ruby-mode-bug is non-nil
2207
2208         * howm-vars.el (howm-user-font-lock-keywords): new option
2209         thx > taku-san
2210         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?Idea
2211
2212 2005-05-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2213
2214         * howm-reminder.el
2215         (howm-schedule-sort-converter): 
2216         aware of time part in "[2005-05-15 21:36]@"
2217         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/683
2218         (howm-schedule-menu): show future schedule one more day
2219
2220         * configure.in: test version
2221
2222         * howm-vars.el (howm-after-save-hook): new hook
2223
2224         * howm-misc.el (howm-set-mode-p): howm-directory can be rast folder
2225
2226         * howm-backend.el
2227         (howm-create-file): 
2228         use howm-folder-get-page-create instead of direct mkdir
2229         (howm-make-folder:rast): rast folder
2230
2231         * gfunc.el (gfunc-def): set lisp-indent-hook
2232
2233         * howm-menu.el (howm-menu): 
2234         mkdir only when howm-directory is dir folder
2235         so that howm-directory can be any folder.
2236         At now, howm-menu-file should be defined in that case;
2237         howm-menu-initialize-skel assumes dir folder.
2238
2239 2005-05-14  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2240
2241         * configure.in: test version
2242
2243         * howm-misc.el (howm-prefix-names): renamed from howm-prex
2244
2245         * howm-vars.el (howm-prefix): renaming to howm-prefix-key is canceled
2246
2247 2005-05-13  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2248
2249         * howm-vars.el (howm-excluded-file-regexp): fix: wrong const values
2250
2251 2005-05-12  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2252
2253         * howm-view.el (howm-item-list-rangeset): add doc-str around this func
2254
2255 2005-05-11  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2256
2257         * howm-vars.el (howm-prefix-key): renamed to distinguish from function.
2258         use defvar instead of defcustom
2259         since setting this variable after loading howm may cause confusion.
2260
2261         * configure.in: test version
2262
2263         * howm-mode.el (howm-default-key-table): update
2264         some are added and some are now globally bound.
2265
2266         * howm-view.el
2267         (howm-view-list-title):
2268         - remove-duplicates
2269         - toggle title/notitle
2270         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/427
2271         (howm-view-summary-rebuild): simplified code
2272
2273         * howm-misc.el
2274         (howm-random-walk): list all memo first when called on non-howm buffer.
2275         (howm-auto-narrow): variable howm-auto-narrow can be t.
2276
2277         * howm-vars.el: Some hidden features are moved to official sections.
2278
2279 2005-05-10  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2280
2281         * howm-menu.el
2282         (howm-menu-shortcut-warn): show list of defined keys
2283         (howm-menu-invisible):
2284         tried to remove use of invisible property. but failed.
2285
2286         * howm-view.el
2287         (howm-view-search-in-result): aware of paragraph
2288         (howm-view-remove-by-contents): aware of paragraph
2289         (howm-view-list-title): aware of paragraph
2290         (howm-view-filter-uniq): aware of paragraph
2291
2292         * howm-vars.el (howm-file-name-format): added to howm-efficiency group
2293
2294 2005-05-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2295
2296         * riffle.el (howm-view-summary-window-size): 
2297         moved to howm-experimental group
2298
2299         * howm-vars.el (howm-view-before-open-hook): fix.
2300         used but not defined.
2301
2302         * configure.in: test version
2303
2304         * howm-vars.el: some variables are moved from howm-reminder.el.
2305         (howm-todo-menu-types): "." (done) is included by default
2306         so that one can easily customize several patterns by setting
2307         howm-menu-todo-priority and howm-todo-priority-done-bottom.
2308         Anyway, default value of howm-menu-todo-priority hides "." in menu.
2309         Since it may cause slow response, I also added it into howm-efficiency
2310         group.
2311         (howm-viewer): new customize group
2312
2313         * howm-menu.el (howm-menu-invoke):
2314         RET in menu-mode causes jump when the current line matches
2315         to howm-menu-list-regexp. No need to type C-a now.
2316
2317         * howm-vars.el (howm-history-limit): 0 means 'no record'
2318
2319         * howm-common.el (howm-write-history): remove duplicated entries
2320
2321         * howm-view.el: follow the changes of riffle.el
2322
2323 2005-05-07  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2324
2325         * riffle.el: use gfunc instead of riffle-controller
2326
2327         * howm.el: order of requires is modified; riffle.el requires gfunc.el.
2328
2329         * configure.in: test version
2330
2331         * howm-vars.el
2332         (howm-view-grep-command):
2333         use "grep -E" and "grep -F" instead of egrep and fgrep by default.
2334         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/670
2335         (howm-view-grep-file-stdin-option): 
2336         use "-f -" by default.
2337
2338         * howm-backend.el (howm-real-grep-multi):
2339         use howm-view-grep-command instead if howm-view-fgrep-command is nil.
2340
2341         * howm-mode.el (howm-list-title):
2342         show title by default for list of all/recent/around notes.
2343
2344         * howm-vars.el: new file
2345         begin to support defcustom
2346         thx >
2347         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?RoadMap
2348         http://pc8.2ch.net/test/read.cgi/unix/1077881095/668
2349
2350         * configure.in: version 1.2.3
2351
2352 2005-05-06  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2353
2354         * configure.in: version 1.2.3rc1
2355
2356         * howm-common.el (howm-with-schedule-interval): fix.
2357         moved from howm-reminder.el because that macro is used
2358         in another file howm-menu.el.
2359         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/669
2360
2361         * howm-mode.el (howm-search): fix.
2362         call howm-list-all for empty regexp.
2363         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/668
2364
2365 2005-05-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2366
2367         * configure.in: version 1.2.2
2368
2369 2005-04-29  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2370
2371         * howm-view.el
2372         (*howm-view-font-lock-keywords*): Spelling is corrected, and
2373         worthless function howm-view-font-lock-keywords is removed.
2374         (howm-view-contents-mode): hilight of searched keyword is prior
2375         to howm-view-contents-font-lock-keywords
2376
2377 2005-04-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2378
2379         * cheat-font-lock.el: fix.
2380         canceled the use of font-lock-add-keywords in
2381         cheat-font-lock-merge-keywords because "compiled keywords" may be
2382         passed from current implementation of riffle-contents-mode.
2383         I guess this is also related to 2005-04-08 problem.
2384
2385         * howm-common.el (howm-write-history): new option, howm-history-limit
2386
2387 2005-04-26  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2388
2389         * howm-reminder.el (howm-todo-parse-string): avoid warning
2390         "variable dummy bound but not referenced" in xemacs
2391
2392         * howm-common.el (howm-dont-warn-free-variable): 
2393         use macro for frequent trick to avoid warning
2394
2395         * howm-mode.el (howm-image-file-name-regexps): fix.
2396         Meadow-1.15 doesn't have image-file-name-regexps.
2397         thx > Touhi-san
2398         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
2399
2400 2005-04-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2401
2402         * howm-common.el (howm-exclude-p): fix.
2403         No file was searched when howm-directory is a dot-directory
2404         like "~/.howm".
2405         My previous cleaning up on this function is canceled.
2406         See the comment in the source code.
2407         thx > taku-san
2408         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
2409
2410 2005-04-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2411
2412         * howm-menu.el (howm-menu-copy-skel): fix.
2413         When come-from keyword %menu% isn't found,
2414         assume 0000-00-00-000000.howm as menu file if it exists.
2415         This can happen when you write (setq howm-keyword-header "<==")
2416         in sample/dot.emacs and then do 'make install && make test'.
2417         thx > taku-san
2418         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?BugReport
2419
2420         * howm-mode.el (howm-image-file-name-regexps): fix.
2421         (image-file-name-regexp) caused an error on Meadow 2.10
2422         unless max-specpdl-size is increased from the default value 600.
2423         thx > taku-san, Mo-san
2424         https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?MaxSpecpdlSize
2425
2426         * Makefile.am (EXTRA_DIST): test.bat was not included in tar.gz
2427
2428 2005-04-15  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2429
2430         * howm-menu.el (howm-menu): swap priority of two variables
2431         howm-menu-top and howm-menu-file.
2432         thx > http://pc8.2ch.net/test/read.cgi/unix/1077881095/648
2433
2434 2005-04-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2435
2436         * cheat-font-lock.el: use old code for emacs20
2437         New code may make howm-view-summary-open too slow.
2438
2439 2005-04-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2440
2441         * howm-backend.el (howm-real-grep-multi): new option variables
2442         howm-view-grep-extended-option and howm-view-grep-fixed-option.
2443         Now, we can use grep -E and grep -F instead of egrep and fgrep.
2444         This will help linux-zaurus users.
2445
2446 2005-03-30  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2447
2448         * howm-menu.el (howm-menu-search): embed search result into menu
2449
2450 2005-03-27  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2451
2452         * howm-backend.el
2453         (howm-folder-grep-internal:pages): fix.
2454         list order was reversed when howm-list-all-title is non-nil
2455         (howm-real-grep-single): fix. accept list of single pattern
2456         (howm-folder-files:namazu): variable r bound but not referenced
2457
2458 2005-03-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2459
2460         * howm-view.el (howm-view-filter-by-contents): support C-u (= reject)
2461
2462 2005-03-17  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2463
2464         * howm-view.el (howm-view-contents-item): fix.
2465         doubly displayed when matched to the last line of paragraph
2466
2467 2005-03-09  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2468
2469         * howm-common.el (howm-time-difference-second): omit microsecond
2470
2471         * howm-misc.el (howm-elp): initialize profiler
2472
2473 2005-03-08  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2474
2475         * test.bat: invoke test environment for win
2476
2477 2005-03-03  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2478
2479         * howm-misc.el
2480         (howm-random-walk-text): clean
2481         (howm-random-walk): kill old buffers after jump
2482
2483 2005-03-02  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2484
2485         * howm-misc.el (howm-random-walk): automatic random walk
2486
2487 2005-02-28  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2488
2489         * howm-mode.el (howm-list-normalize): fix.
2490         error when '[hoge' is searched.
2491
2492 2005-02-25  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2493
2494         * howm-misc.el (howm-bug-report): C-u to dump variables
2495
2496         * howm-mode.el (howm-create-default-title-content): fix.
2497         howm-title-from-search was ignored.
2498
2499         * howm-backend.el (howm-list-buffers-exclude): new option
2500
2501 2005-02-24  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2502
2503         * howm-mode.el (howm-keyword-list): never return ""
2504
2505 2005-02-23  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2506
2507         * howm-common.el: fix for xemacs and emacs20
2508
2509 2005-02-22  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2510
2511         * gfunc.el (gfunc-with): replace gfunc-def-with
2512
2513         * howm-backend.el: howm-page-load is renamed to howm-page-open
2514
2515         * howm-view.el (howm-view-set-item-list): comeback for howmoney
2516
2517         * howm-backend.el (howm-folder-grep-internal:namazu): fix.
2518         didn't work for 'or' patterns
2519
2520 2005-02-21  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2521
2522         * howm-backend.el
2523         (howm-folder-grep-internal:pages): fix.
2524         Specification of howm-page-type was changed.
2525         (howm-folder-grep-internal:pages-buffers): fix.
2526         must return list of items
2527
2528         * howm-common.el (howm-exclude-p): fast check only
2529
2530 2005-02-20  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2531
2532         * howm-backend.el (howm-files-in-directory): clean up
2533
2534         * howm-mode.el (howm-content-from-region): new option variable
2535
2536 2005-02-18  HIRAOKA Kazuyuki  <khi@users.sourceforge.jp>
2537
2538         * howm-mode.el (howm-excluded-file-regexp): add (image-file-name-regexp)
2539
2540         * howm-backend.el (howm-fake-grep-file): check file name before search.
2541         thx > Mocchan-san, Matsushita-san
2542         http://www.bookshelf.jp/pukiwiki/pukiwiki.php?%BC%C1%CC%E4%BD%B8%2F42
2543
2544         * howm-mode.el (howm-exclude-p): fast check option
2545
2546         * gfunc.el (gfunc-def): Description string is supported.
2547
2548         * howm-backend.el: clean up
2549
2550         * howm-common.el (howm-sort): renamed from howm-view-sort-items
2551
2552         * illusion.el: renamed from proxy-buffer.el
2553
2554         * gfunc.el
2555         (gfunc-def): args-declaration is added.
2556         (gfunc-def-with): new func
2557
2558         * howm-backend.el: 
2559         (howm-search-path-folder): howm-search-path is list of 'folders'.
2560         (howm-make-folder:namazu): namazu folder
2561         (howm-make-folder:rot13dir): rot13 folder/page
2562
2563         * proxy-buffer.el: new file