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