(nnshimbun-request-article): Handle the
[elisp/gnus.git-] / ChangeLog
1 2002-01-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2
3         * lisp/nnshimbun.el (nnshimbun-request-article): Handle the
4         article properly when no group is specified.
5         (nnshimbun-write-nov, nnshimbun-save-nov): Save nov databases only
6         when their sizes are greater than zero.
7
8         * lisp/gnus-namazu.el (gnus-namazu-query-highlight): New option.
9         (gnus-namazu-query-highlight-face): New face.
10         (gnus-namazu/check-cache-group): New function.
11         (gnus-namazu/cache-group-candidates): Ditto.
12         (gnus-namazu/search): Call `gnus-namazu/check-cache-group' to get
13         groups for cached articles.
14         (gnus-namazu/highlight-words): New function.
15         (gnus-namazu-search): Set the group parameter `highlight-words'
16         when `gnus-namazu-query-highlight' is equal to the other value
17         than nil.
18
19         * lisp/gnus-ja.texi (Namazu Groups): Updated.
20
21 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
24         non-list forms in the top level.
25
26 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
27
28         * ChangeLog, todo: (oops) changed buffer-file-coding-system back
29         to coding.
30
31 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
32
33         * make-x.bat: Ensure nonempty variable value.  Reported by Frank
34         Haun <pille3000@gmx.net>.
35
36 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
37
38         * ChangeLog, todo: Add `coding'.
39
40 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
41
42         * ChangeLog: changed coding to buffer-file-coding-system
43         * todo: same
44
45 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
46
47         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
48         Schmitt <ich@Frank-Schmitt.net>.
49
50 2001-12-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
51
52         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
53         the expression to decide whether `gnus-summary-buffer-name' should
54         be advised.
55         (gnus-namazu/setup): Strict checking the other Gnus variants than
56         Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
57
58 2001-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * lisp/nnheader.el (mm-multibyte-string-p): Alias to
61         `multibyte-string-p' or `ignore'.
62
63 2001-12-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
64
65         * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
66         advice.
67
68         * lisp/gnus-namazu.el (top): Update comments.
69         (gnus-namazu-indexed-servers): Abolished.
70         (gnus-namazu-index-directories, gnus-namazu-command): Changed the
71         default value.
72         (gnus-namazu/group-name-regexp): New internal constant.
73         (gnus-namazu/indexed-servers): New function.
74         (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
75         Add the entry for ephemeral groups generated by
76         `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
77         (gnus-namazu/group-prefixed-name): Fix.
78         (gnus-namazu/search): Stricten checking the return value of
79         `gnus-namazu/call-namazu'.  Install changes in order to avoid the
80         difference between regexp-opt module of FSF Emacs and one of XEmacs.
81         (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
82         Refer `gnus-namazu/group-name-regexp'.
83         (gnus-namazu-search): Slightly modified.
84
85 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * lisp/message.el (message-mimic-kill-buffer): Bind
88         `message-kill-buffer-and-remove-file' to nil while calling the
89         function `message-kill-buffer'.
90
91         * texi/message-ja.texi, texi/message-ja.texi: Update.
92
93         * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
94         Mule; don't fbind coding-system-list for Mule.
95
96 2001-12-03  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
97         (cf. news://news.gnus.org/gnus.gnus-bug #48523)
98
99         * lisp/message.el (message-kill-buffer-and-remove-file): New user
100         option.
101         (message-kill-buffer): Don't remove the backup file if
102         `message-kill-buffer-and-remove-file' is nil.
103
104 2001-12-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
105
106         * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
107         option.
108         (gnus-namazu/group-alist): New internal variable.
109         (gnus-namazu/setup): Initialize it.
110         (gnus-namazu/shutdown) New function.
111         (gnus-namazu/request-list): Ditto.
112         (gnus-namazu/group-prefixed-name): Ditto.
113         (gnus-namazu/search): Call it instead of
114         `gnus-group-prefixed-name' in order to normalize a group name on a
115         case-insensitive file system.
116
117 2001-12-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
118
119         * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
120         option.
121         (gnus-namazu/normalize-results): Refined.
122
123         * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
124         (gnus-namazu-index-directories): New option.
125         (gnus-namazu-coding-system): Changed the default value for Windows
126         and OS/2.
127         (gnus-namazu/setup): Follow the abolition of
128         `gnus-namazu-index-directory'.
129         (gnus-namazu/normalize-results): New inline function.
130         (gnus-namazu/call-namazu): Set `file-name-coding-system' and
131         `pathname-coding-system' to handle querys which include multibyte
132         characters.  Not reset locale environments.  Refer
133         `gnus-namazu-locale' and `gnus-namazu-index-directories'.
134         (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
135         Modify a regular expression.
136         (gnus-namazu/get-target-groups): Modify a regular expression.
137         (gnus-namazu/get-current-query): Ditto.
138         (gnus-namazu/truncate-article-list): Ditto.
139
140 2001-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * lisp/mm-url.el: Require `path-util'.
143         (mm-url-program): Replace `executable-find' to `exec-installed-p'.
144
145 2001-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
148
149         * lisp/canlock-om.el: New file.
150         * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
151         when `MULE' is bound.
152         (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
153         not bound.
154         * lisp/message.el: Require `canlock-om' when Mule is running;
155         autoload cus-edit for the function `customize-save-variable'.
156         * lisp/nnheader.el (customize-save-variable): Remove.
157
158 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * lisp/message.el (message-strip-special-text-properties): Default
161         to t because of the new function `message-tamago-not-in-use-p'.
162
163 2001-11-26  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
164
165         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
166         dwimishness for old-time DOS users.  From Frank Schmitt
167         <ich@Frank-Schmitt.net>.
168
169 2001-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * lisp/message.el (message-strip-special-text-properties): Default
172         to nil temporarily (it should be automated).
173         (message-forbidden-properties): Undo last change.
174         (message-strip-forbidden-properties): Undo last change; synch with
175         Oort Gnus.
176
177 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * lisp/message.el (message-forbidden-properties): Defcustom; make
180         it a list; don't include `intangible', `invisible',
181         `modification-hooks' or `read-only'.
182         (message-strip-forbidden-properties): Convert the value of
183         `message-forbidden-properties' to plist.
184
185 2001-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
188         command `gnus-group-make-shimbun-group'.
189         (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
190
191         * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
192         shimbun groups.
193         (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
194
195 2001-11-15  Simon Josefsson  <jas@extundo.com>
196
197         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
198
199 2001-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
202         `gnus-smiley-display'.
203
204 2001-11-11  Simon Josefsson  <jas@extundo.com>
205
206         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
207         <pille3000@gmx.net>.
208
209 2001-11-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
210
211         * texi/infohack.el (infohack-texi-format): To process
212         write-protected files safely, make this buffer be writable after
213         `find-file'
214
215 2001-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * lisp/nnheader.el (customize-save-variable): Defun-maybe.
218
219 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
220
221         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
222         <oscholz@my.gnus.org>.
223
224 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
225
226         * etc/smilies/sad.pbm: New bitmap.
227         * etc/smilies/blink.pbm: Ditto.
228         Contributed by Kim F. Storm <storm@cua.dk>.
229
230 2001-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * lisp/message.el (rfc822-goto-eoh): Remove.
233
234 2001-10-19  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
235         From Frank Schmitt <ich@Frank-Schmitt.net>.
236
237         * make-x.bat: Use correct directory structure for XEmacs on Windows.
238
239 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * lisp/message.el (rfc822-goto-eoh): Define it when void.
242
243 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * lisp/message.el (message-resend, message-send): Undo.
246
247 2001-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * lisp/message.el (message-resend): Bind
250         `inhibit-field-text-motion' to t while resending a mail.
251
252 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * lisp/message.el (message-send): Remove the text property `field'
255         from the encoding buffer.
256
257 2001-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
260         `gnus-ding-file-coding-system' instead of
261         `gnus-startup-file-coding-system'; go to the beginning of the
262         buffer before searching.
263         (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
264         instead of `gnus-startup-file-coding-system'.
265
266 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * lisp/message.el (message-send-news): Modify the value of
269         `mime-field-encoding-method-alist' to encode newsgroup names.
270
271         * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
272         `article-decode-group-name' to decode newsgroup names.
273         (gnus-article-decode-hook): Default to nil.
274
275 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
276
277         * Makefile.in (uninstall): Add.
278
279         * etc/Makefile.in (uninstall): Add.
280
281 2001-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * lisp/message.el (message-fix-before-sending): Don't expose
284         invisible MIME parts; don't use `message-find-invisible-regions'.
285         (message-find-invisible-regions): Remove.
286         (invisible-region): Advise the function to add the text property
287         `mime-edit-invisible'.
288         (message-invisible-region): Remove.
289         (message-save-drafts): Copy all the text properties from the
290         editing buffer to the encoding buffer.
291         (message-send): Ditto.
292
293 2001-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
296         instead of `mm-string-as-multibyte'.
297         (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
298         instead of `mm-insert-file-contents'.
299
300 2001-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
303
304 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
305
306         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
307
308 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
309
310         * aclocal.m4, configure.in: Check commercial fonts.
311
312 2001-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
313
314         * lisp/message.el (message-find-invisible-regions): Look for the
315         text-property `mime-edit-invisible' as well as `message-invisible'.
316         (message-save-drafts): Copy the text-property `mime-edit-invisible'
317         from the message editing buffer to the encoding buffer.
318         (message-send): Ditto.
319
320 2001-09-27  Katsuhiro Hermit Endo  <hermit@koka-in.org>
321
322         * texi/gnus-ja.texi (Article Hiding): Fix typo.
323
324 2001-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
327
328 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
329
330         * configure.in: Generate texi/ps/Makefile.
331
332 2001-09-21  Kai Gro\eN_johann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
333
334         * make.bat: Use parameter "/copy" rather than "copy" for increased
335         dwimishness for old-time DOS users.
336
337 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
338
339         * make-x.bat: New.
340
341 2001-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
344         to `load-path'.
345
346 2001-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
349         available.
350
351 2001-09-17  Keiichi Suzuki  <keiichi@nanap.org>
352
353         * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
354         `regexp-quote' for each addresses.
355
356 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
357
358         * texi/gnus-ja.texi (Drafts): Fix typo.
359
360 2001-09-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
361
362         * lisp/lpath.el: Removed `current-language-environment' and
363         `language-info-alist'.
364
365 2001-09-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
366
367         * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
368         of the requested article only when the current directory does noe
369         equal to `gnus-original-article-buffer'.
370
371         * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
372         article from `gnus-original-article-buffer' to
373         `gnus-article-buffer'.  Generate `gnus-original-article-buffer'
374         safely.
375
376 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
377
378         * lisp/gnus-namazu.el: Updated documents.
379
380         * texi/gnus-ja.texi (Namazu Groups): New subsection.
381
382 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
385
386         * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
387         is required.
388
389         * contrib/regexp-opt.el: Imported from Emacs 20.2.
390
391         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
392         `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
393         `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
394         v2.33 or later is running.
395
396 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
397
398         * lisp/gnus-namazu.el (top): Not require `std11'.
399         (gnus-namazu/get-current-from): Use
400         `mail-extract-address-components' instead of
401         `std11-extract-address-components'.
402
403         * lisp/gnus-namazu.el: New file.
404
405         * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
406
407         * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
408         `gnus-namazu-search'.
409
410         * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
411         `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
412
413 2001-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished.  Use the
416         new function `gnus-correct-pad-form' instead.
417         * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
418
419 2001-09-05  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
420
421         * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
422         of process environments.
423
424 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
425
426         * lisp/nnir.el (top): Added code to avoid byte-compile warning
427         about `nnimap-server-buffer'.
428         (nnir-run-namazu): Disable locale of Namazu.
429
430 2001-09-04  KOSEKI Yoshinori  <kose@meadowy.org>
431
432         * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
433
434 2001-09-04  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
435
436         * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
437
438         * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
439         `gnus-group-make-nnir-group', and define "S" as
440         `gnus-group-make-shimbun-group'.
441
442         * lisp/gnus.el (top): Add autoload of
443         `gnus-group-make-nnir-group'.
444
445         * lisp/nnir.el: Import from
446         ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
447
448 2001-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * lisp/gnus-util.el (gnus-truncate-string): Abolished.
451
452 2001-08-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
453
454         * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
455         `shimbun-groups' to detect avaiable groups of specified server.
456
457 2001-08-17  KANEMATSU Daiji  <kanematu@sra.co.jp>
458
459         * lisp/message.el (message-signature-separator-for-insertion): New
460         customizable variable which is used for signature separator.
461         * lisp/message.el (message-insert-signature): Use variable
462         `message-signature-separator-for-insertion' instead of hard code.
463
464 2001-08-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
465
466         * texi/gnus-ja.texi (Browsing the Web): Fix typo.
467
468 2001-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
471
472 2001-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
475         article into `gnus-original-article-buffer' instead of
476         `gnus-article-buffer'.
477
478 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * lisp/mml2015.el: Require `gnus-clfns' when compiling.
481         * lisp/gnus-clfns.el (string-to-list): New compiler macro.
482
483 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
486         articles with `gnus-cache-articles-in-group' even if the current
487         group is not a virtual group (see ChangeLog.1 1999-03-02).
488
489 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
492
493         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
494
495         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
496         `gnus-retrieve-parsed-headers'.
497         (gnus-fetch-headers): Ditto.
498
499         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
500
501         * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
502         (gnus-cache-retrieve-parsed-headers): Abolished.
503
504 2001-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
507         `nnmail-expiry-wait-function' to nil if the group's parameter
508         `expiry-wait' is specified by the user or the shimbun's default
509         value is provided.
510
511 2001-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * lisp/gnus-msg.el (gnus-message-make-user-agent): New
514         implementation.
515
516 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * lisp/gnus-clfns.el (copy-list): New compiler macro.
519
520 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
523         `kbd'.
524
525         * lisp/nnheader.el (mm-read-coding-system): New function which is
526         a substitute for mm-util.el.
527
528 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
531
532         * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
533         NEWGROUPS command.
534
535         * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
536         `message-make-date' instead of `current-time-string'.
537         (gnus-ask-server-for-new-groups): Ditto.
538         (gnus-check-first-time-used): Ditto.
539
540 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * texi/message-ja.texi (message-citation-line-function): Add a
543         comma just after the `@xref' form.
544
545         * lisp/nnheader.el (nnheader-header-value): Ignore leading
546         whitespaces.
547
548         * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
549         `make-autoload' to handle `define-derived-mode'.
550
551 2001-07-12  Katsumi Yamaoka <yamaoka@jpl.org>
552
553         * lisp/message.el (message-yank-original): Unwind-protect while
554         suspending font-lock.
555         (message-mode): Modify for the following changes.
556         (message-font-lock-keywords-2): Abolished.
557         (message-font-lock-keywords-1): Abolished.
558         (message-font-lock-keywords): Unified.
559         (message-font-lock-cited-text-matcher): Abolished.
560         (font-lock-after-change-function): Don't advise it.
561         (message-font-lock-last-position): Abolished.
562         (message-font-lock-citation-name-max-column): Abolished.
563         (message-font-lock-cited-text-regexp) Abolished.
564         (message-font-lock-fence-close-position): Abolished.
565         (message-font-lock-fence-open-position): Abolished.
566         (message-font-lock-fence-close-regexp): Abolished.
567         (message-font-lock-fence-open-regexp): Abolished.
568
569 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
570
571         * lisp/message.el (message-font-lock-keywords-1): Replace regexp
572         for mml tags with `mime-edit-tag-regexp'.
573
574 2001-07-10  Katsumi Yamaoka <yamaoka@jpl.org>
575
576         * lisp/message.el (message-font-lock-keywords-2): Move definitions
577         for cited texts and mml tags to `message-font-lock-keywords-1'.
578
579 2001-07-10  Katsuhiro Hermit Endo <hermit@koka-in.org>
580
581         * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
582
583 2001-07-09  Katsumi Yamaoka <yamaoka@jpl.org>
584
585         * lisp/dgnushack.el: Add the parent directory of the directory
586         where the APEL modules are installed to `load-path' according to
587         the description of the file Mule23@1934.
588
589 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
590
591         * make.bat: Use infohack.el to create info files.
592
593 2001-07-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
594
595         * README.semi: Modify URI of emacs-w3m.
596         * README.semi.ja: Ditto.
597         * Mule23@1934.en: Ditto.
598         * Mule23@1934.ja: Ditto.
599         * lisp/nnshimbun.el: Ditto.
600
601         * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
602         (Web Newspaper): Modify URI of emacs-w3m.
603
604 2001-07-06  KITAGAWA Takurou  <i30x1641@ip.media.kyoto-u.ac.jp>
605
606         * lisp/Makefile.in (clever): Use `if test... then' instead of
607         `test... &&'.
608
609 2001-07-06  Katsumi Yamaoka <yamaoka@jpl.org>
610
611         * lisp/Makefile.in (clever): Change the quoting style for the
612         elisp form to check for XEmacs-p.
613
614         * lisp/dgnushack.el: Require `path-util' first, and then search
615         for the path if it is not found.
616
617 2001-07-05  Katsumi Yamaoka <yamaoka@jpl.org>
618
619         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
620
621 2001-06-28  Akitada Koyama  <cx2@kh.rim.or.jp>
622
623         * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
624         html documents inline.
625
626 2001-06-28  Katsumi Yamaoka <yamaoka@jpl.org>
627
628         * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
629         a description.
630         * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
631
632         * lisp/message.el (message-yank-original): Suspend font-lock'ing
633         while citing an original message.
634         (message-suspend-font-lock-when-citing): New user option.
635
636 2001-06-25  Katsumi Yamaoka <yamaoka@jpl.org>
637
638         * lisp/gnus-clfns.el (find-cl-run-time-functions): New
639         implementation.
640
641 2001-06-22  Katsumi Yamaoka <yamaoka@jpl.org>
642
643         * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
644         fields in `gnus-original-article-buffer'.
645
646 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
647
648         * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
649         bogus changes; use the value of `nnshimbun-pre-fetch-article' if
650         the value of the group parameter `prefetch-articles' is nil; do
651         likewise for `encapsulate-images'.
652
653 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
654
655         * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
656         `nnshimbun-pre-fetch-article' if the value of the group parameter
657         `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
658
659 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
660
661         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
662         doc-string that both the values `off' and nil specifies not to
663         encapsulate images.
664         (nnshimbun-pre-fetch-article): Default to `off'.
665
666 2001-06-18  Katsumi Yamaoka <yamaoka@jpl.org>
667
668         * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
669         `nnshimbun-encapsulate-article'.
670         (nnshimbun-request-article-1): Replace `encapsulate-article' with
671         `encapsulate-images'.
672         (nnshimbun-find-parameter): Ditto.
673         (nnshimbun-group-parameters): Ditto.
674         (nnshimbun-group-parameters-custom): Ditto.
675
676 2001-06-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
677
678         * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
679         `encapsulate-article' as a customizable option, and modified
680         `prefetch-articles'.
681         (nnshimbun-group-parameters): Add document for
682         `encapsulate-article'.
683         (nnshimbun-encapsulate-article): New server variable.
684         (nnshimbun-find-parameter): Add code for `encapsulate-article'.
685         (nnshimbun-request-article-1): Refer `encapsulate-article' group
686         parameter to control `shimbun-encapsulate-article' value when
687         `shimbun-article' is called.
688
689 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
690
691         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
692
693 2001-06-14  Katsumi Yamaoka <yamaoka@jpl.org>
694
695         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
696         `nnshimbun-find-parameter'.
697         (nnshimbun-generate-nov-database): Bind a full group name while
698         processing.
699         (nnshimbun-find-parameter): New implementation to refer to the
700         nnshimbun group parameters.
701         (nnshimbun-index-range): Add a document that it's just a default.
702         (nnshimbun-pre-fetch-article): Ditto.
703         (nnshimbun-group-parameters): Specify a parameter type as `list'.
704         (TopLevel): Remove the local variable "-*- coding: junet; -*-".
705
706 2001-06-13  Katsumi Yamaoka <yamaoka@jpl.org>
707
708         * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
709         parameter.  It also provides the user option
710         `nnshimbun-group-parameters-alist' and the function
711         `nnshimbun-find-group-parameters'.
712         (nnshimbun-group-parameters-custom): New variable.
713         (TopLevel): Require `gnus' expressly.
714
715 2001-06-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
716
717         * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
718         (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
719         (nnshimbun-request-expire-articles): Fixed.
720
721 2001-06-12  Katsumi Yamaoka <yamaoka@jpl.org>
722
723         * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
724         `locate-library' to check for the existence of mailcap.el in the
725         same directory of gnus.el.
726         (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
727         that I made.
728
729 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
730
731         * lisp/lpath.el: Don't Fbind `xml-node-children'.
732
733 2001-06-11  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
734
735         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
736         inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
737         is nil.
738
739 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
740
741         * lisp/gnus-group.el (toplevel): Removed autoload code for
742         "nnshimbun".
743
744         * texi/gnus-ja.texi (Web Newspaper): Add documents about
745         `nnshimbun-index-range'.
746
747 2001-06-11  Katsumi Yamaoka <yamaoka@jpl.org>
748
749         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
750         refer to the variable `nnshimbun-keep-last-article', we should
751         keep the last article anyway.
752         (nnshimbun-keep-last-article): Abolished.
753
754         * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
755         make-shimbun-group'.
756
757 2001-06-11  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
758
759         * lisp/nnshimbun.el: Remove some garbage.
760
761 2001-06-10  Katsumi Yamaoka <yamaoka@jpl.org>
762
763         * texi/message-ja.texi: Use `iso-2022-7bit' instead of
764         `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
765         FSF Emacsen.
766         * texi/gnus-ja.texi: Ditto.
767
768 2001-06-09  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
769
770         * lisp/nnshimbun.el (top-level): Updated comments.
771         (nnshimbun): New customize group.
772         (nnshimbun-keep-last-article): Defined as customize variable.
773         (nnshimbun-keep-unparsable-dated-articles): Ditto.
774         (nnshimbun-insert-nov): Use `when' instead of `if'.
775         (gnus-group-shimbun-server-history): Imported from
776         `gnus-group.el'.
777         (gnus-group-make-shimbun-group): Ditto.
778
779         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
780         definition is moved to `nnshimbun.el' and autload code is added.
781         (gnus-group-shimbun-server-history): Its definition is moved to
782         `nnshimbun.el'.
783
784 2001-06-08  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
785
786         * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
787         (nnshimbun-index-range): New variable.
788         (nnshimbun-close-server): Check status strictly to close server
789         safely.
790         (nnshimbun-generate-nov-database): Refer the group paramter
791         `nnshimbun-index-range' as the second parameter of
792         `shimbun-headers'.
793         (shimbun-mua-use-entire-index): Removed.
794         (nnshimbun-request-article-1): Replace a date string in
795         `gnus-newsgroup-data' only when article header has non-nil value.
796         (nnshimbun-insert-nov): Fixed condition to decide whether
797         `X-Nnshimbun-Id' should be inseted or not.
798
799 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
800
801         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
802         (nnshimbun-request-expire-articles): Simplified; refer to the
803         shimbun's default expiration days.
804
805 2001-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
806
807         * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
808         Emacsen.
809
810 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
811
812         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
813         group parameter `expiry-wait' when expiring a closed group.
814
815 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
816
817         * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
818         string in `gnus-newsgroup-data' based on the newly retrieved
819         article.
820
821 2001-06-07  Katsumi Yamaoka <yamaoka@jpl.org>
822
823         * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
824         inhibiting the expiring.
825
826 2001-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
827
828         * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
829         (nnshimbun-request-expire-articles): New function.
830         (nnshimbun-keep-unparsable-dated-articles): New variable.
831         (nnshimbun-keep-last-article): New variable.
832         (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
833         (nnshimbun-string-or): New macro.
834         (nnshimbun-tmp-string): New internal variable.
835         (TopLevel): Require `message' for `message-make-date'.
836
837 2001-05-30  Katsumi Yamaoka <yamaoka@jpl.org>
838
839         * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
840         useless non-global var; scroll the output window automatically.
841
842 2001-05-31  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
843
844         * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
845         (nnshimbun-check-header): Removed.
846         (nnshimbun-make-shimbun-header): Don't call
847         `nnshimbun-header-xref'.
848         (nnshimbun-request-group): Simplified.
849         (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
850         instead of `nnshimbun-check-header'.
851         (nnshimbun-insert-nov): New function.
852         (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
853         instead of `nnheader-insert-nov'.
854         (nnshimbun-replace-nov-entry): New function.
855
856 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
857
858         * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
859         `dolist'; protect against errors.
860
861 2001-05-29  Katsumi Yamaoka <yamaoka@jpl.org>
862
863         * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
864         use `last'.
865         (nnshimbun-make-shimbun-header): Use the following macros.
866         (nnshimbun-mail-header-from): New macro whose definition will be
867         changed statically for Gnus or gnus.
868         (nnshimbun-mail-header-subject): Ditto.
869         (TopLevel): Don't require `gnus-clfns'.
870
871         * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
872
873         * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
874         the developers.
875         (cl-run-time-functions): New variable.
876         (TopLevel): Don't require `cl' at run-time.
877
878 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
879
880         * texi/gnus-ja.texi (Web Newspaper): Updated.
881
882 2001-05-28  Katsumi Yamaoka <yamaoka@jpl.org>
883
884         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
885         "nnshimbun.el" if the library "shimbun" is not found.
886         (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
887         (locate-library): Redefine it for Mule before it is called.
888
889         * README.semi.ja: Update for the use of Emacs-W3M.
890         * README.semi: Ditto.
891         * Mule23@1934.ja: Ditto.
892         * Mule23@1934.en: Ditto.
893
894 2001-05-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
895
896         * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
897
898         * lisp/gnus-group.el (gnus-group-make-shimbun-group):
899         Reconstructed to use `shimbun'.
900
901         * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
902         FLIM can't be found.
903
904 2001-05-17  Kai =?iso-8859-1?q?Gro=DFjohann?=  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
905
906         * etc/Makefile.in (datadir): Set this variable, like in the other
907         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
908
909 2001-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
910
911         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
912         `widget-convert-button', `widget-create' and `widget-put'; ignore
913         `defface'.
914
915 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
916
917         * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
918         built-in function.
919
920         * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
921         `defgroup'.
922
923 2001-05-14  Katsumi Yamaoka <yamaoka@jpl.org>
924
925         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
926
927         * lisp/nnmail.el: Don't bind the colon keywords here.
928         * lisp/gnus.el (gnus-colon-keywords): New variable which will
929         default to the value of `dgnushack-colon-keywords'; bind them.
930         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
931         dgnuskwds.el.
932         (dgnushack-colon-keywords): New constant which will have the colon
933         keywords shuld be bound at run-time for old Emacsen; cache them in
934         the file dgnuskwds.el and bind them.
935         (dgnushack-bind-colon-keywords): New function.
936         (locate-library): Make the function to be silent for Mule.
937         * lisp/Makefile.in (clean): Remove dgnuskwds.el.
938
939 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
940
941         * lisp/message.el (message-maybe-encode): Don't use
942         `end-of-invisible'.
943
944 2001-05-07  Katsumi Yamaoka <yamaoka@jpl.org>
945
946         * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
947
948 2001-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
949
950         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
951
952         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
953         `gnus-article-buffer' just before `gnus-article-prepare-display' is
954         called.
955         (gnus-article-mime-edit-article-setup): Ditto.
956         (gnus-article-prepare-display): Don't bind `buffer-read-only'
957         because of `inhibit-read-only'; don't set the value of
958         `gnus-article-current-summary' here; delete all extents or overlays
959         and clear the value of `gnus-button-marker-list' in advance; make
960         it to run in `gnus-article-buffer'.
961         (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
962         (article-toggle-headers): Don't bind `buffer-read-only' because of
963         `inhibit-read-only'.
964         (article-hide-headers): Ditto.
965
966 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
967
968         * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
969
970 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
973
974 2001-04-16  Katsumi Yamaoka <yamaoka@jpl.org>
975
976         * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
977
978 2001-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
979
980         * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
981         Emacsen; don't bind `mh-lib-progs'.
982
983 2001-04-10  Katsumi Yamaoka <yamaoka@jpl.org>
984
985         * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
986         bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
987
988 2001-04-09  Katsumi Yamaoka <yamaoka@jpl.org>
989
990         * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
991
992 2001-04-03  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
993
994         * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
995         asahi.com.
996         (nnshimbun-asahi-get-headers): Ditto.
997         (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
998
999 2001-04-02  Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001         * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
1002         multiple articles even if there is a detached minibuffer frame on
1003         some window managers.
1004
1005 2001-03-21  Thierry Emery <thierry.emery@club-internet.fr>
1006
1007         * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
1008         mode.
1009
1010 2001-03-19  Katsumi Yamaoka <yamaoka@jpl.org>
1011
1012         * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
1013         * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
1014
1015 2001-03-13  Katsumi Yamaoka <yamaoka@jpl.org>
1016
1017         * lisp/message.el (message-fix-before-sending): Hide again the
1018         invisible property of encoded binary data parts after checking is
1019         done.
1020         (message-find-invisible-regions): New function.
1021         (message-save-drafts, message-send): Inherit the invisible property
1022         of encoded binary data parts to make MIME-Edit find the MIME part
1023         boundaries.
1024
1025         * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
1026         (dgnushack-make-load): Ditto.
1027
1028 2001-03-12  Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030         * lisp/dgnushack.el (dgnushack-compose-package): New function.
1031         (dgnushack-make-load): Add autoload for cus-load if it is missing.
1032
1033         * lisp/Makefile.in (compose-package): Use
1034         `dgnushack-compose-package'.
1035         (clean, clever): Remove custom-load.el.
1036
1037         * Makefile.in (elclean): Remove custom-load.el.
1038
1039 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
1040
1041         * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
1042         entity even if `gnus-show-mime' is nil.
1043
1044 2001-03-08  Katsumi Yamaoka <yamaoka@jpl.org>
1045
1046         * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
1047         adjusted.
1048
1049         * lisp/gnus-clfns.el (string): New compiler macro.
1050         (string): Defun-maybe as an ordinary function since it won't be
1051         provided in cl.
1052         * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
1053
1054 2001-03-06  Katsumi Yamaoka <yamaoka@jpl.org>
1055
1056         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
1057         `url-current-mime-charset' is bound.
1058
1059 2001-03-04  Katsumi Yamaoka <yamaoka@jpl.org>
1060
1061         * lisp/gnus.el (gnus-info-find-node): Pretend to be
1062         `gnus-article-mode' in the article buffer.
1063
1064 2001-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1065
1066         * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
1067         (nnshimbun-kinsoku-bol-list): Ditto.
1068
1069 2001-03-01  Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071         * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
1072
1073         * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
1074         `dolist'.
1075
1076         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
1077
1078         * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
1079         is defined properly.
1080
1081 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083         * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
1084         * lisp/nnshimbun.el: Ditto.
1085         * lisp/nnfolder.el: Ditto.
1086         * lisp/mm-util.el: Ditto.
1087         * lisp/gnus-vers.el: Ditto.
1088         * lisp/gnus-sum.el: Ditto.
1089         * lisp/gnus-score.el: Ditto.
1090         * lisp/gnus-nocem.el: Ditto.
1091
1092         * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
1093         (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
1094         (gnus-setup-for-offline): Ditto.
1095
1096         * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
1097         don't require `gnus-clfns'.
1098
1099         * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
1100         macros.
1101         (mapc): Remove.
1102
1103         * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
1104         `gnus-article-read-summary-keys'.
1105
1106 2001-02-28  Katsumi Yamaoka <yamaoka@jpl.org>
1107
1108         * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
1109         the forwarded parts undecoded.
1110         (gnus-article-decode-article-as-default-mime-charset): Set the
1111         value of `default-mime-charset' buffer-locally.
1112
1113 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1114
1115         * lisp/gnus.el: Add autoloads for
1116         `gnus-summary-digest-post-forward' and
1117         `gnus-summary-digest-mail-forward'.
1118
1119         * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1120         `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1121         with `gnus-summary-digest-post-forward' and
1122         `gnus-summary-digest-mail-forward'.
1123
1124         * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1125         repair the command `gnus-summary-post-digest' and rename it.
1126         (gnus-summary-digest-mail-forward): Ditto.
1127         (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1128         `gnus-uu-digest-post-forward' with
1129         `gnus-summary-digest-post-forward' and
1130         `gnus-summary-digest-mail-forward'.
1131
1132 2001-02-27  Katsumi Yamaoka <yamaoka@jpl.org>
1133
1134         * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1135         `gnus-inhibit-treatment' to t while fetching the raw article.
1136
1137         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1138         `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1139         is being done;  turn off font-lock first;  query if the buffer is
1140         modified.
1141         (gnus-article-mime-edit-done): New function.
1142         (gnus-article-mime-edit-article-setup): Make the window fill its
1143         frame;  clear the buffere modified flag;  substitute key definition
1144         `gnus-article-edit-done' with `gnus-article-mime-edit-done';  don't
1145         turn off font-lock here;  bind `mime-edit-insert-user-agent-field'
1146         to nil while `mime-edit-exit' is being done.
1147         (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1148
1149 2001-02-23  Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151         * lisp/dgnushack.el: Don't require `emu'.
1152
1153 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155         * lisp/message.el (message-forward-subject-author-subject): Decode
1156         `From' field.
1157
1158 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1159
1160         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1161
1162         * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1163         `gnus-retrieve-parsed-headers' when the backend is nnimap.  It is
1164         only a temporary fix for an infloop on nnimap.  FIXME!!!
1165         (gnus-select-newsgroup): Ditto.
1166
1167 2001-02-16  Katsumi Yamaoka <yamaoka@jpl.org>
1168
1169         * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1170         about `gnus-article-display-hook.'
1171         * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1172         `gnus-article-display-hook.'
1173
1174         * lisp/gnus.el (gnus-article-display-hook): Abolished.
1175
1176         * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1177         `gnus-article-display-hook'.
1178         * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1179         (gnus-summary-search-article): Ditto.
1180
1181         * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1182         `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1183
1184         * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1185         `gnus-article-prepare-hook' after an article has been prepared;
1186         don't evaluate `gnus-article-display-hook'.
1187
1188 2001-02-15  Katsumi Yamaoka <yamaoka@jpl.org>
1189
1190         * lisp/message.el (message-cite-original-without-signature):
1191         Extract from field for the simple citation line.
1192
1193 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
1194
1195         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1196
1197         * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1198         (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1199         (dgnushack-make-auto-load): Remove auto-autoloads.el.
1200         (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1201
1202         * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1203         custom-load.el.
1204         (compose-package): Call `gnus-load.elc' and then rename
1205         gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1206         `dgnushack-make-autoloads'.
1207         (clever): No need to remove custom-load.el.
1208
1209         * Makefile.in (elclean): Remove gnus-load.el instead of
1210         custom-load.el.
1211
1212         * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1213
1214 2001-02-13  Katsumi Yamaoka <yamaoka@jpl.org>
1215
1216         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1217
1218 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1219
1220         * GNUS-NEWS: Copyright and others.
1221
1222 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1223
1224         * aclocal.m4 (AC_CHECK_URL): Add.
1225
1226         * configure.in: Use it.
1227
1228 2001-02-08  Katsumi Yamaoka <yamaoka@jpl.org>
1229
1230         * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1231         parentheses.
1232
1233 2001-02-08  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1234
1235         * lisp/nnshimbun.el: Add `bbdb-ml' support.
1236
1237 2001-02-02  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
1238
1239         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
1240         of `xemacs'.
1241         (nnshimbun-xemacs-get-headers): Ditto.
1242
1243 2001-02-06  Katsumi Yamaoka <yamaoka@jpl.org>
1244
1245         * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
1246
1247 2001-02-01  Katsumi Yamaoka <yamaoka@jpl.org>
1248
1249         * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
1250         gnus-ja.texi or message-ja.texi is given.  It is needed for some
1251         make command if which can not understand "%-ja:" or "%-ja.info:".
1252
1253 2001-01-31  Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255         * lisp/gnus-sum.el (gnus-summary-display-article): Replace
1256         `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
1257
1258 2001-01-29  Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260         * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
1261         `buffer-substring-no-properties' instead of `format'.
1262
1263 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1264
1265         * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
1266
1267 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1268
1269         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1270
1271         * Makefile.in (install-package-lisp): Use
1272         `install-without-compiling' instead of `install'.
1273
1274         * lisp/Makefile.in (install): Use `install-without-compiling'.
1275         (install-without-compiling): New target.
1276
1277 2001-01-22  Katsumi Yamaoka <yamaoka@jpl.org>
1278
1279         * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
1280         `infohack-texi-format'.
1281
1282         * texi/infohack: (infohack-texi-format): New function.
1283         * lisp/dgnushack.el (dgnushack-texi-format): Move to
1284         texi/infohack.el and rename.
1285         (dgnushack-texi-add-suffix-and-format): Remove.
1286
1287         * texi/ptexinfmt.el: New file.
1288         * lisp/ptexinfmt.el: Move to texi/.
1289
1290 2001-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1291
1292         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1293
1294 2001-01-17  Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296         * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
1297         files for autoloads already exist.
1298         (dgnushack-unexporting-files): More useful message.
1299
1300         * lisp/Makefile.in (install): Call `clever' before installing.
1301         (install-lisp): Remove.
1302         (clever): Check for whether the all elc files should be recompiled.
1303
1304         * Makefile.in (xclever): New target.
1305         (install-package-lisp): Replace `install-lisp' with `install'.
1306         (install-package-ja): Replace `xlick' with `xclever'.
1307         (install-package): Ditto.
1308
1309 2001-01-17  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
1310
1311         * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
1312
1313 2001-01-15  Jesper Harder <harder@ifa.au.dk>
1314
1315         * make.bat: Fix doc.
1316
1317 2001-01-15  Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319         * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
1320         the required value of `recursive-load-depth-limit' for Emacs 21.
1321
1322         * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
1323         correctly.
1324         (message-get-reply-headers): Ditto.
1325
1326 2001-01-15  Keiichi Suzuki  <keiichi@nanap.org>
1327
1328         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
1329         while `bbdb-annotate-message-sender' is being done.
1330
1331 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
1332
1333         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
1334
1335 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1336
1337         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
1338         extents for XEmacs 21.1 using `format'.
1339
1340         * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
1341
1342 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
1343
1344         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1345
1346         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
1347         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
1348         running.
1349
1350         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
1351         `smiley-toggle-buffer' when compiling.
1352         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
1353         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
1354         running.
1355         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
1356         `gnus-bitmap'.
1357         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
1358
1359 2001-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1360
1361         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1362
1363         * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
1364         is not supported.
1365
1366 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
1367
1368         * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
1369         `:function', `:function-document', `:variable',
1370         `:variable-document', `:variable-group', `:variable-type' and
1371         `:variable-default' for old Emacsen.
1372
1373 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1374
1375         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1376
1377         * configure: Regenerate.
1378         * configure.in: Add `AC_PATH_ETCDIR'.
1379         * Makefile.in (install-etc): New target.
1380
1381         * lisp/nnheader.el (mm-image-load-path): Alias to
1382         `nnheader-image-load-path'.
1383         (nnheader-image-load-path): New function copied from
1384         the function `mm-image-load-path' in mm-util.el.
1385
1386         * lisp/drums.el: Remove.
1387
1388 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1389
1390         * configure.in: Add etc/Makefile.
1391
1392 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
1393
1394         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
1395         `save-excursion'.
1396         (gnus-bug): Pop up the sending buffer first.
1397
1398         * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
1399         doc-string.
1400
1401         * lisp/dgnushack.el
1402         (byte-compile-file-form-custom-declare-variable): Use `defvar'
1403         instead of `custom-declare-variable' to make the variable
1404         uncustomizable if the arguments has the keyword `:version'.
1405
1406 2000-12-22  Katsuhiro Hermit Endo  <hermit@koka-in.org>
1407
1408         * README.semi.ja: Fix typo.
1409
1410 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1411
1412         * lisp/lpath.el: Fbind `compose-mail' for Mule.
1413
1414         * lisp/dgnushack.el (TopLevel): Byte-optimize
1415         `custom-declare-variable', `custom-declare-group, and
1416         `custom-declare-face' to omit unsupported keywords when Mule is
1417         running.
1418
1419 2000-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1420
1421         * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
1422
1423         * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
1424         to signal an error when Mule is running.
1425         (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
1426         `:set-after' if colon keyword is not available.
1427         (TopLevel): Require `custom'.
1428
1429         * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
1430         Mule.
1431         (TopLevel): Don't require `custom' here.
1432
1433 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
1434
1435         * make.bat: set max-lisp-eval-depth.
1436
1437 See ChangeLog.3 for earlier changes.
1438
1439 ;; Local Variables:
1440 ;; coding: iso-2022-7bit
1441 ;; End: