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