OSDN Git Service

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