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