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