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