Synch to No Gnus 200405230007.
[elisp/gnus.git-] / ChangeLog
1 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * etc/gnus/news-server.ast: Use library validation.
4
5 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * lisp/nnheader.el (mm-disable-multibyte): New function.
8         (mm-enable-multibyte): New function.
9         (mm-encode-coding-region): New function.
10         (mm-string-make-unibyte): New function.
11
12         * lisp/utf7.el: Require `nnheader' instead of `mm-util'.
13
14 2004-05-02  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15
16         * gnus-namazu.el (gnus-namazu-imap-group-prefix): Abolished.
17         (gnus-namazu-imap-maildir): Abolished.
18         (gnus-namazu-remote-groups): New option.
19         (gnus-namazu/call-namazu): Simplified.
20         (gnus-namazu/make-directory-table): Refer the above option.
21         (gnus-namazu/search): Cancel the last change to support IMAP.
22         (gnus-namazu-update-index): Ditto.
23         (gnus-namazu-update-indices): Ditto.
24
25 2004-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * lisp/gnus-vers.el: T-gnus 6.17.2 revision 00.
28
29 2004-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro.
32
33 2004-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm.
36         @url is now a synonym for @uref.
37
38 2004-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * lisp/gnus-util.el (gnus-set-work-buffer): Set buffer multibyte.
41         (gnus-select-frame-set-input-focus): Don't check whether
42         `focus-follows-mouse' is bound.
43         (frame-parameter): Remove.
44
45 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * lisp/pop3.el: Don't require `advice', `pces' and `path-util'.
48         (pop3-ssl-program-name): Use `executable-find' instead of
49         `exec-installed-p'.
50         (pop3-movemail): Don't use `write-region-as-binary'.
51         (pop3-open-server): Don't use `open-network-stream-as-binary'.
52         (pop3-open-ssl-stream): Don't use `as-binary-process'.
53         (pop3-open-tls-stream): Ditto.
54         (mail-source-fetch-pop): In Gnus, advise it to bind
55         `pop3-connection-type' and `pop3-leave-mail-on-server' while
56         fetching mails, according to `mail-sources'.
57
58 2004-03-24  KOSEKI Yoshinori  <kose@meadowy.org>
59
60         * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove.
61         (gnus-namazu-imap-maildir): New variable.
62
63 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
66         legacy-gnus-agent.el.
67
68 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
69
70         * make.bat: Make sure that gnus-load.el and sieve are writable to
71         avoid breakage.
72
73 2004-03-04  KOSEKI Yoshinori  <kose@meadowy.org>
74
75         * lisp/gnus-namazu.el (gnus-namazu-command-prefix): New variable.
76         (gnus-namazu-imap-group-prefix): Ditto.
77         (gnus-namazu/directory-table-use): Ditto.
78         (gnus-namazu/call-namazu): Use gnus-namazu-imap-group-prefix.
79         (gnus-namazu/search): Support Maildir.
80
81 2004-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
82
83         * make.bat: Fix directory test for Windows 9x/ME.  From Michael
84         Schierl <schierlm-public@gmx.de> (tiny change).
85
86 2004-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
87
88         * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook,
89         and @registeredsymbol.
90
91 2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.
94
95 2004-02-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
96
97         * texi/gnus-ja.texi (Contributors): Fix typo.
98
99 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * lisp/canlock.el: Reload sha1-el provided by FLIM when an old
102         version (maybe provided by the XEmacs ecrypt package) was loaded.
103
104         * lisp/dgnushack.el (max-specpdl-size): Don't modify the value.
105         (byte-optimize-form-code-walker): Simplify the test form; doc fix.
106         (char-after): Don't byte-optimize it.
107         (char-before): Ditto.
108         (dgnushack-bind-colon-keywords): Remove.
109
110 2004-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * lisp/smime.el: Remove.
113
114 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * lisp/gnus-art.el (gnus-article-add-button): Remove Mule 2 stuff.
117         * lisp/gnus-namazu.el: Don't autoload regexp-opt.
118         * lisp/gnus-util.el (gnus-read-event-char): Remove Mule 2 stuff.
119         * lisp/nnmail.el (nnmail-lazy): Ditto.
120
121 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * lisp/gnus-art.el (gnus-treat-smiley): Ignore Emacs version
124         number.
125
126         * lisp/gnus-cite.el (gnus-cite-add-face): Don't support old
127         Emacsen.
128
129         * lisp/gnus.el: Always autoload `x-face-decode-message-header' and
130         `x-face-mule-gnus-article-display-x-face'.
131
132         * lisp/pop3.el (pop3-md5): Always use the built-in `md5'.
133
134 2004-01-07  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
135
136         * etc/gnus-tut.txt: `G m' instead of `G V' (tiny patch).
137
138 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * lisp/gnus-clfns.el: Abolish.
141         * lisp/nnshimbun.el: Abolish.
142
143         * lisp/dgnushack.el: Allow loading dgnushack.el w/o dgnuspath.el.
144
145 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
146
147         * make.bat: Add missing parens.  From Robert Marshall
148         <spam@chezmarshall.freeserve.co.uk>.
149
150 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * aclocal.m4 (AC_CHECK_EMACS_FLAVOR): Don't check for Mule 2.
153         * sample.lpath.el: Remove.
154         * contrib/cus-dep.el: Remove.
155         * contrib/gnus-idna.el: Remove.
156         * contrib/passwd.el: Remove.
157         * contrib/regexp-opt.el: Remove.
158         * contrib/timer.el: Remove.
159         * lisp/canlock-om.el: Remove.
160         * lisp/dgnushack.el: Add `early-package-load-path' to `load-path'
161         for XEmacs 21.5; remove Mule 2 stuff.
162         * lisp/gnus-agent.el: Remove Mule 2 stuff.
163         * lisp/gnus-art.el: Ditto.
164         * lisp/gnus-cite.el: Ditto.
165         * lisp/gnus-ems.el: Ditto.
166         * lisp/gnus-msg.el: Ditto.
167         * lisp/gnus-namazu.el: Ditto.
168         * lisp/gnus-offline.el: Ditto.
169         * lisp/gnus-start.el: Ditto.
170         * lisp/gnus-util.el: Ditto.
171         * lisp/gnus-uu.el: Ditto.
172         * lisp/gnus.el: Ditto.
173         * lisp/lpath.el: Ditto.
174         * lisp/mail-source.el: Ditto.
175         * lisp/message.el: Ditto.
176         * lisp/mm-url.el: Ditto.
177         * lisp/nnfolder.el: Ditto.
178         * lisp/nnheader.el: Ditto.
179         * lisp/nnkiboze.el: Ditto.
180         * lisp/nnmail.el: Ditto.
181         * lisp/nnmaildir.el: Ditto.
182         * lisp/nnmbox.el: Ditto.
183         * lisp/nnmh.el: Ditto.
184         * lisp/nnml.el: Ditto.
185         * lisp/nnrss.el: Ditto.
186         * lisp/nnshimbun.el: Ditto.
187         * lisp/nntp.el: Ditto.
188         * lisp/score-mode.el: Ditto.
189         * texi/infohack.el: Ditto.
190         * texi/ptexinfmt.el: Ditto.
191
192 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * lisp/hex-util.el: Remove.
195         * lisp/md5.el: Remove.
196         * lisp/sha1-el.el: Remove.
197
198 2004-01-05  Simon Josefsson  <jas@extundo.com>
199
200         * GNUS-NEWS: Mention SASL, and that sieve-manage uses it.
201         Mention password.el.
202         Mention NTLM.
203
204 2004-01-04  Simon Josefsson  <jas@extundo.com>
205
206         * GNUS-NEWS: Add IMAP ID (RFC 2971) support.
207         Mention `W e' for editing all.SCORE.
208
209 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lisp/gnus-vers.el: T-gnus 6.17.1 revision 00.
212
213 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * lisp/gnus-vers.el: T-gnus 6.16.6 revision 00.
216
217 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * lisp/gnus-vers.el: T-gnus 6.16.5 revision 00.
220
221 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * lisp/gnus-vers.el: T-gnus 6.16.4 revision 00.
224
225 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * GNUS-NEWS: Update copyright.
228
229         * etc/gnus-tut.txt (Gnus FAQ): Remove text version.  Refer to info
230         documentation and online version instead.
231
232         * GNUS-NEWS: Changed "Dired integration"
233
234 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
235
236         * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'.
237
238 2003-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * lisp/gnus-vers.el: T-gnus 6.16.3 revision 00.
241
242 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * lisp/pop3.el: Autoload `open-ssl-stream' when compiling.
245
246 2003-12-23  Reiner Steib  <Reiner.Steib@gmx.de>
247
248         * GNUS-NEWS: Mention change of `e' in draft groups.
249
250 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * gnus-group.el (gnus-group-edit-group): Let the `C-c C-i' command
253         choose the language specific info file.
254
255 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * lisp/gnus-art.el: Require `mime-image' when Emacs is running on
258         the window system.
259
260         * lisp/gnus-sum.el: Don't require `mime-view'.
261
262 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * lisp/nnmail.el (nnmail-lazy): Replace `widget-default-get' with
265         the expanded form for Mule 2.
266
267 2003-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * lisp/dgnushack.el (dgnushack-make-cus-load): Use
270         contrib/cus-dep.el to build T-gnus with Mule 2.
271
272         * contrib/cus-dep.el: Imported from Emacs 20.7 for Mule 2.
273
274 2003-11-03  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
275
276         * lisp/message.el (message-forward-subject-name-subject): Fixed.
277
278 2003-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * texi/infohack.el: Don't fiddle with the `features' variable;
281         fix directories relative to the ../lisp directory in `load-path'.
282
283 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * Makefile.in (install-package): Don't call `compose-package'.
286         (install-package-ja): Ditto.
287         (package): Ditto.
288         (package-ja): Ditto.
289         (compose-package): Abolish.
290
291         * lisp/Makefile.in (compose-package): Abolish.
292
293         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
294         gnus-load.el when using XEmacs.
295         (dgnushack-dont-compile-files): Add gnus-load.el.
296         (dgnushack-auto-load-file): Abolish.
297         (dgnushack-make-auto-load): Don't delete the file specified by
298         `dgnushack-auto-load-file'.
299         (dgnushack-compose-package): Abolish.
300
301 2003-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * lisp/gnus-art.el (gnus-treat-display-x-face): Use `set-default'
304         instead of `custom-set-default' for old Emacsen.
305
306         * lisp/gnus-sum.el
307         (gnus-summary-search-article-highlight-matched-text): Replace
308         `gnus-treat-display-xface' with `gnus-treat-display-x-face'.
309
310 2003-08-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
311
312         * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to
313         reduce its spending time.
314
315 2003-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
316
317         * gnus-namazu.el (gnus-namazu/group-prefixed-name): Removed.
318         (gnus-namazu/real-group-name): Removed.
319         (gnus-namazu/decode-group-name): Removed.
320         (gnus-namazu/directory-table): New internal variable.
321         (gnus-namazu/make-directory-table): New function.
322         (gnus-namazu/search): Call the above function, and use
323         `gnus-namazu/directory-table' to get a real group name from a file
324         name.
325         (gnus-namazu-create-index): Call `gnus-namazu/make-directory-table'.
326         (gnus-namazu/update-sentinel): Ditto.
327         (gnus-namazu-update-all-indices): Simplified.
328         (gnus-namazu-update-indices): New function.
329
330 2003-07-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
331
332         * lisp/gnus-namazu.el (gnus-namazu/group-prefixed-name): Return
333         the whole name from a given group and a method, only when it
334         exists.  Otherwise, return nil.
335         (gnus-namazu/possible-real-groups): Removed.
336         (gnus-namazu/decode-group-name): The successor of the above
337         function.
338         (gnus-namazu/real-group-name): Use the above functions, and accept
339         the third optional argument, `method'.
340         (gnus-namazu/search): Change the order getting groups and article
341         numbers from file names.
342
343 2003-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * lisp/pop3.el: Silence the byte-compiler when modifying
346         `byte-compile-function-environment' for `md5' under latest Emacs.
347
348         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): Revive it
349         for Mule 2.
350
351 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
352
353         * texi/ptexinfmt.el: @verb, @tie, @/ support.
354         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
355         Use `ptexinfmt-disable-broken-notice-flag' instead.
356
357 2003-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * texi/infohack.el (infohack-texi-format): Include other files
360         first.
361
362 2003-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * lisp/lpath.el: Fbind `read-passwd' for Mule 2.
365
366 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * texi/infohack.el: Require `bytecomp'.
369
370 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
373
374         * lisp/nnshimbun.el: Moved to the emacs-w3m package.
375
376 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * texi/infohack.el (infohack-texi-format): Encode messages to
379         terminal while formatting info pages.
380
381 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * lisp/message.el (message-check-news-header-syntax): Replace
384         `mail-extract-address-components' with
385         `std11-extract-address-components'.
386         (message-sendmail-envelope-from): Ditto.
387         (message-buffer-name): Ditto.
388         (message-do-send-housekeeping): Ditto.
389
390 2003-06-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
391
392         * lisp/message.el (message-yank-original): When
393         `message-reply-headers' is equal to nil, do not reset its
394         message-id and references.
395
396         * .cvsignore, etc/.cvsignore, lisp/.cvsignore, texi/.cvsignore,
397         texi/ps/.cvsignore: Created.
398
399 2003-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
400
401         * lisp/message.el (message-fix-before-sending): Don't check for
402         `illegible text' messages (see the comment).
403
404 2003-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
407
408 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
409
410         We thank to Thierry Emery <thierry.emery@club-internet.fr> who
411         made it notice that there was a change to have to be merged from
412         Gnus. -- 2003-05-21 ky
413
414         * lisp/nnfolder.el (nnfolder-read-folder): Force to use a
415         multibyte buffer.
416
417 2003-05-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
418
419         * lisp/gnus-msg.el (gnus-message-make-user-agent): Don't use `@'
420         for rfc2616 compliance.
421
422 2003-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * lisp/gnus-msg.el (gnus-message-make-user-agent): Check whether
425         Mule 2 is running.
426
427 2003-05-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
428
429         * lisp/gnus-msg.el (gnus-user-agent): Added `gnus-mime-edit'.
430         (gnus-inews-add-send-actions): Use `gnus-message-make-user-agent'
431         instead of `gnus-extended-version'.
432         (xemacs-codename): Defvar while compiling.
433         (gnus-message-make-user-agent): Use `gnus-user-agent'.
434
435         * lisp/message.el (message-make-user-agent): If the "User-Agent" field
436         has alread exist, remove it.
437
438 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * lisp/gnus-vers.el: T-gnus 6.16.2 revision 00.
441
442 2003-05-05  Daiki Ueno  <ueno@unixuser.org>
443
444         * lisp/gnus-sum.el (gnus-summary-toggle-header): Call
445         article-decode-encoded-words explicitly.
446
447 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
450
451         * lisp/nnheader.el: Don't use `defun-maybe' for the extra std11-
452         stuff.
453
454 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * lisp/gnus-vers.el: T-gnus 6.16.1 revision 00.
457
458 See ChangeLog.4 for earlier changes.
459
460 ;; Local Variables:
461 ;; coding: iso-2022-7bit
462 ;; End: