Add prefix limit feature.
[gnus] / ChangeLog
1 2003-05-01  Simon Josefsson  <jas@extundo.com>
2
3         * GNUS-NEWS: Add prefix limit feature.
4
5 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6
7         * GNUS-NEWS: Added Article Buttons.  Added Upgrading (from Simon
8         Josefsson).  Add gnus-mime-delete-part, markup fixes and some
9         other corrections.  Mention Gnus FAQ.
10         
11
12 2003-04-30  Jesper Harder  <harder@ifa.au.dk>
13
14         * GNUS-NEWS: Additions.
15
16 2003-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
17
18         * GNUS-NEWS: Fixed X-Draft-Headers entry.
19
20 2003-04-27  Simon Josefsson  <jas@extundo.com>
21
22         * GNUS-NEWS: Fix PGP entry.  Doc GCC variable change.
23
24 2003-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * make.bat: Flag as binary to ensure DOS line terminators.  Delete
27         trailing whitespace.
28
29 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
30         From Frank Schmitt  <ich@frank-schmitt.net>
31
32         * etc/gnus-tut.txt: Update Gnus FAQ, delete trailing whitespace.
33
34 2003-04-17  Kevin Greiner  <kgreiner@xpediantsolutions.com>
35
36         * make.bat: Cleaned up end-of-line characters.
37
38 2003-04-17  Steve Youngs  <youngs@xemacs.org>
39
40         * Makefile.in (XEMACS): Use @EMACS@.
41
42         * aclocal.m4 (AC_PATH_LISPDIR): Set $datadir to $prefix/lib if
43         building with XEmacs.
44
45         * aclocal.m4 (AC_SET_BUILD_FLAGS): New.  So we can set XEmacs
46         command line options to '-batch -no-autoloads...' for a cleaner
47         build environment.
48
49         * configure.in: Use it.
50
51         * configure: Regenerate.
52
53 2003-04-16  Reiner Steib  <Reiner.Steib@gmx.de>
54         From Frank Schmitt  <ich@frank-schmitt.net>
55
56         * make.bat: New variable EMACS_ARGS.  Changed XEmacs args.
57
58 2003-03-23  Simon Josefsson  <jas@extundo.com>
59
60         * GNUS-NEWS: Add IDNA.  Add TLS.  Fix USEFOR reference.
61
62 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net> 
63         
64         * make.bat: Redone from scratch; supports both Emacs and XEmacs
65         now; correctly generate gnus-load.el; check for errors; use
66         makeinfo if available, infohack.el if it isn't; be less verbose
67         when copying files; copy files from etc/gnus and etc/smilies, too
68
69 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net> 
70         
71         * make-x.bat: Removed, make.bat does its job now.
72
73 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net> 
74         
75         * etc/gnus-tut.txt: Include Gnus FAQ from http://my.gnus.org.
76
77 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
78
79         * GNUS-NEWS: Renamed `gnus-unsightly-citation-regexp' to
80         `gnus-cite-unsightly-citation-regexp'.
81
82 2003-02-18  Simon Josefsson  <jas@extundo.com>
83
84         * GNUS-NEWS: Talk about canlock more.
85
86 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
87
88         * GNUS-NEWS: Add user visible changes from Michael Shields from
89         the past couple of days.  Actual text from Michael.
90
91 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
92
93         * etc/gnus-tut.txt: Update.
94
95 2003-01-15  Simon Josefsson  <jas@extundo.com>
96
97         * GNUS-NEWS: Add.  Fix from Reiner Steib
98         <4uce.02.r.steib@gmx.net>.
99
100 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
101
102         * make.bat: Removed "-no-init-file" (it's the same as "-q").  Use
103         new variables EMACSBATCH and GNUS_INFO_DIR.  Install gnus-?,
104         message-?, sieve and pgg (in texi).  Added hint for dir entries.
105
106         * make-x.bat: Ditto.
107
108 2003-01-13  Simon Josefsson  <jas@extundo.com>
109
110         * GNUS-NEWS: Add smileys, Sender:, message-utils.
111         Expand anti-spam.  Fixes.
112
113 2003-01-09  Simon Josefsson  <jas@extundo.com>
114
115         * etc/gnus/preview.xpm: Add.
116
117 2003-01-06  Simon Josefsson  <jas@extundo.com>
118
119         * etc/gnus/receipt.xpm: Add.
120
121 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
122
123         * etc/gnus/preview.xbm: Add.
124
125 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * etc/gnus/gnus.xpm (oort): Make the color replaceable.
128
129 2002-12-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
130
131         * etc/smilies/*.pbm: Made them binary.
132
133 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
134
135         * etc/smilies/blink.xpm: Changed smileys and some new ones from
136         Alex Schroeder <alex@emacswiki.org>.
137
138 2002-04-26  Steve Youngs  <youngs@xemacs.org>
139
140         * aclocal.m4 (AC_PATH_INFODIR): New.  Defaults to '$prefix/info'
141         for Emacs and 'site-packages/info' for XEmacs.
142         (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
143         for XEmacs.
144
145         * configure.in: Use 'AC_PATH_INFO_DIR'.
146
147 2002-02-22  Steve Youngs  <youngs@xemacs.org>
148
149         * aclocal.m4 (AC_PATH_LISPDIR): Default to
150         .../site-packages/lisp/gnus for XEmacs. 
151         (AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
152         XEmacs. 
153
154 2002-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
155
156         * etc/gnus/gnus.xpm: Remove some garbages at the end of the file.
157
158 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * etc/gnus/oort.xface (X-Face): Oort X-Face from
161         Raymond Scholz <ray-2002@zonix.de>.
162         
163 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
164
165         * etc/gnus/describe-group.xpm: Set pixels of first line to
166         background color. A bug in Emacs?
167
168 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
169
170         * ChangeLog, todo: (oops) changed buffer-file-coding-system back
171         to coding.
172
173 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
174
175         * make-x.bat: Ensure nonempty variable value.  Reported by Frank
176         Haun <pille3000@gmx.net>.
177
178 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
179
180         * ChangeLog, todo: Add `coding'.
181
182 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
183
184         * ChangeLog: changed coding to buffer-file-coding-system
185         * todo: same
186
187 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
188
189         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
190         Schmitt <ich@Frank-Schmitt.net>.
191
192 2001-11-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
193
194         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
195         dwimishness for old-time DOS users.  From Frank Schmitt
196         <ich@Frank-Schmitt.net>.
197
198 2001-11-15  Simon Josefsson  <jas@extundo.com>
199
200         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
201
202 2001-11-11  Simon Josefsson  <jas@extundo.com>
203
204         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
205         <pille3000@gmx.net>.
206
207 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
208
209         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
210         <oscholz@my.gnus.org>.
211
212 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
213
214         * etc/smilies/sad.pbm: New bitmap.
215         * etc/smilies/blink.pbm: Ditto.
216         Contributed by Kim F. Storm <storm@cua.dk>.
217
218 2001-10-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
219         From Frank Schmitt <ich@Frank-Schmitt.net>. 
220         
221         * make-x.bat: Use correct directory structure for XEmacs on Windows.
222
223 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
224
225         * Makefile.in (uninstall): Add.
226         
227         * etc/Makefile.in (uninstall): Add.
228
229 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
230
231         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
232
233 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
234
235         * aclocal.m4, configure.in: Check commercial fonts.
236
237 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
238
239         * configure.in: Generate texi/ps/Makefile.
240
241 2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
242
243         * make.bat: Use parameter "/copy" rather than "copy" for increased
244         dwimishness for old-time DOS users.
245
246 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
247
248         * make-x.bat: New.
249
250 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
251
252         * make.bat: Use infohack.el to create info files.
253
254 2001-05-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
255
256         * etc/Makefile.in (datadir): Set this variable, like in the other
257         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
258
259 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
260
261         * GNUS-NEWS: Copyright and others.
262
263 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
264
265         * aclocal.m4 (AC_CHECK_URL): Add.
266
267         * configure.in: Use it.
268
269 2001-01-15  Jesper Harder <harder@ifa.au.dk>
270
271         * make.bat: Fix doc.
272
273 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
274
275         * configure.in: Add etc/Makefile.
276
277 2000-12-20  Jesper Harder <jesper_harder@hotmail.com>
278
279         * make.bat: set max-lisp-eval-depth.
280
281 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
282
283         * make.bat: Makes it possible to generate the Info files on
284         windows again.
285
286 2000-08-24 Jesper Harder <jesper_harder@hotmail.com>
287
288         * make.bat: Use emacs.exe if emacs.bat does not exist.
289
290 2000-05-07  Pavel Janik  <Pavel.Janik@inet.cz>
291
292         * gnus.texi: direntry added.
293
294         * message.texi: direntry added.
295
296         * emacs-mime.texi: direntry added.
297
298 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * aclocal.m4 (AC_CHECK_W3): Fix typo.
301
302 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
303
304         * aclocal.m4: Stolen macros from w3.
305         * configure.in: Use them.
306         * configure: Generate it.
307
308 2000-04-22 20:25:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * GNUS-NEWS: Outline.
311
312 2000-01-06  Dave Love  <fx@gnu.org>
313
314         * aclocal.m4 (AM_PATH_LISPDIR): Check for user's EMACS setting.
315
316 1999-11-13  Adrian Aichner  <aichner@ecf.teradyne.com>
317
318         * xemacs.mak: New NMAKE file to support build and install on
319         Windows NT.
320
321 ;; Local Variables:
322 ;; coding: iso-2022-7bit
323 ;; End: