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