OSDN Git Service

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