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