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