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