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