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