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