OSDN Git Service

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