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