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