OSDN Git Service

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