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