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