OSDN Git Service

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