OSDN Git Service

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