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