OSDN Git Service

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