OSDN Git Service

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