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