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