OSDN Git Service

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