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