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