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