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