Merge from emacs--devo--0
[gnus] / ChangeLog
1 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * Makefile.in (SED_I, CODENAME_PATTERN): New.
4         (OLD_PATTERN): Adjust.
5         (release-bump-version): Use new variables.  Allow going from
6         development version to release.
7
8 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9
10         * Makefile.in (release-bump-version): Adjust version
11         in (gnus)Troubleshooting.
12
13 007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * GNUS-NEWS: Generated.
16
17 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18
19         * Relicense "GPLv2 or later" files to "GPLv3 or later".
20
21 2007-09-17  Alexander Solovyov  <piranha@piranha.org.ua>  (tiny change)
22
23         * make.bat: Initial check didn't work if path contained spaces.
24
25 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
26
27         * Makefile.in (COMMIT_STRING): New variable.
28         (release-bump-version): Use it.
29         (bump-version, bump-version-commit): New targets.
30
31 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
32
33         * todo: Add comment.  Remove duplicate item.
34
35 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
36
37         * README: Bump version number.
38
39 2007-04-11  Didier Verna  <didier@xemacs.org>
40
41         * GNUS-NEWS: Generated.
42
43 2007-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
44
45         * GNUS-NEWS: Generated.
46
47 2007-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * README: Bump ngnus version.
50
51 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
52
53         * GNUS-NEWS: Generated.
54
55 2006-10-09  Romain Francoise  <romain@orebokech.com>
56
57         * todo: Fix some typos.
58
59 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
60
61         * make.bat: Use "echo *" to clarify the output.
62         (:lisp, :infotest): Avoid "not found" errors
63         (:etc): Remove etc\gnus.  Be more verbose.  Add new smilies.
64         Simplify.
65
66 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
67
68         * etc/Makefile.in (install): Install new smileys.
69
70 2006-04-11  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>
71
72         * etc/images/smilies/grayscale/*.xpm: New larger grayscale smileys.
73
74         * etc/images/smilies/medium/*.xpm: New colorful smileys.
75
76 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
77
78         * README: No Gnus v0.4 is released.
79
80 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
81
82         * Makefile.in (release-sign-files): Use rm -f.
83         (RELEASE_COMMIT_FILES): Add ./ChangeLog.
84         (release-bump-version): Add README.
85         (release-check-settings): OLD_TAG, not OLDTAG.
86         (release-commit): Echo command lines before prompt.
87         (RELEASE_COMMIT_FILES): Add README.
88         (OLD_PATTERN): Fix.
89         (release-bump-version): Fix gnusversionname substitution.
90         (OLD_PATTERN): Add grouping.
91
92 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
93
94         * Makefile.in (GZIP_PROG): Use gzip -f.
95         (release-bump-version, RELEASE_COMMIT_FILES): Add README.
96         (release-sign-files): Remove old *.sig files.
97
98         * README: Say "development version".  Let sentences end with
99         double space.
100
101 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * Makefile.in (GZIP_PROG): New variable.
104         (release-diff): Use it.
105         (release-sign-files): New sign-only target.  Use GPG_AGENT_INFO.
106
107 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * Makefile.in (TAR_BALL_EXTRA, release-make-tar-ball, README):
110         Remove; README is in CVS now.
111         (release-files, release-files-signed, release-cvs-export)
112         (release-make-tar-ball): Use $(VERSION) instead of $(TAG).
113         (OLD_PATTERN): Catch stable and trunk.
114         (CIN): New variable.
115         (release-files, release-files-signed, release-cvs-export)
116         (release-make-tar-ball, release-diff, release-post-clean): Add
117         CIN.
118         (OLD_PATTERN): Remove quotes.
119         (release-bump-version): Fix typo.
120
121         * etc/images/README: Add more Emacs 22 icons.  Add suggestion on
122         how to use those in Emacs 21.
123
124         * etc/images/close.xpm, etc/images/cut.xpm, etc/images/home.xpm,
125         etc/images/index.xpm, etc/images/jump-to.xpm, etc/images/new.xpm,
126         etc/images/next-node.xpm, etc/images/open.xpm,
127         etc/images/preferences.xpm, etc/images/prev-node.xpm,
128         etc/images/saveas.xpm, etc/images/spell.xpm: New icons duplicated
129         from Emacs 22.
130
131         * README: Addition from 5.10.6 tar ball.  Clarify "beta".
132         Simplify Info directory setting.  Update required Emacs and XEmacs
133         version.  Use current Gnus version in examples.
134
135 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
136
137         * GNUS-NEWS: Generated.
138
139         * Makefile.in (CVS_IGNORE_FILES): Additions.
140         (release-files-signed): New target.
141
142         * etc/images/README: Update separator.xpm.
143
144 2006-03-30  Romain Francoise  <romain@orebokech.com>
145
146         * GNUS-NEWS: Generated.
147
148 2006-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
149
150         * etc/images/separator.xpm: Update from Emacs CVS.
151
152         * GNUS-NEWS: Generated.
153
154 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * Makefile.in (release-bump-version): Consider named Gnus versions
157         in replacements.
158
159         * todo: Update "tool bar icons".
160
161 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * Makefile.in (release-revert-files): Replace
164         release-revert-changelog.
165         (release-diff): Remove garbage.
166
167 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
168
169         * etc/images/README: Add GIMP script.
170         (attach.xpm): Move to top level.
171         (sort-*.xpm) Add.
172
173         * etc/images/sort-ascending.xpm,
174         etc/images/sort-column-ascending.xpm,
175         etc/images/sort-criteria.xpm, etc/images/sort-descending.xpm,
176         etc/images/sort-row-ascending.xpm: New icons from GNOME 2.6.
177
178 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
179
180         * Makefile.in (release-check-settings): Add status and
181         suggestions.
182         (release-files): Remove duplicate release-cvs-export.
183         (README): New target.
184         (release-files, release-make-tar-ball, release-diff): List files.
185         (README, release-make-tar-ball): Fix.
186
187 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * GNUS-NEWS: Generated.
190
191         * Makefile.in (release-*): New targets.
192
193 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
194
195         * todo: Remove nnweb.  Add: widget for posting styles, doc string
196         for utility functions, LIST SUBSCRIPTIONS, divide emacs-mime.texi,
197         change servers.
198
199         * etc/images/README (next-page.xpm): From Gnome, not from Emacs
200         22.
201
202         * cancel.xpm, copy.xpm, diropen.xpm, help.xpm, left-arrow.xpm,
203         next-page.xpm, paste.xpm, print.xpm, redo.xpm, right-arrow.xpm,
204         save.xpm, search.xpm: New icons duplicated from Emacs 22.
205
206         * etc/images/README: Add these icons.
207
208         * etc/images/README: Describe the new images.
209
210         * etc/gnus/gnus-setup.ast, etc/gnus/news-server.ast: Use
211         texinfo-mode.
212
213         * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: Rename
214         char*.
215
216 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
217
218         * xemacs.mak: Remove outdated file.  Use make.bat instead.
219
220 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
221
222         * make.bat: Add note about "Out of environment space" on Windows
223         98 SE.  Avoid `>' in echo.
224
225 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * ChangeLog, texi/ChangeLog, lisp/ChangeLog: Fix "From so-and-so"
228         and "(tiny change)" entries.
229
230 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
231
232         * etc/images/gnus/mail_send.xpm: Emacs 21 icon for
233         message-tool-bar-retro.
234
235 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * make.bat (:etc): Also consider images in images/mail and
238         images/.
239
240         * etc/Makefile.in (install, uninstall): Also consider images in
241         images/mail and images/.
242
243         * etc/images/connect.xpm, etc/images/contact.xpm,
244         etc/images/delete.xpm, etc/images/describe.xpm,
245         etc/images/disconnect.xpm, etc/images/exit.xpm,
246         etc/images/lock-broken.xpm, etc/images/lock-ok.xpm,
247         etc/images/lock.xpm, etc/images/refresh.xpm,
248         etc/images/gnus/toggle-subscription.xpm,
249         etc/images/mail/attach.xpm, etc/images/mail/compose.xpm,
250         etc/images/mail/copy.xpm, etc/images/mail/forward.xpm,
251         etc/images/mail/inbox.xpm, etc/images/mail/move.xpm,
252         etc/images/mail/not-spam.xpm, etc/images/mail/outbox.xpm,
253         etc/images/mail/reply-all.xpm, etc/images/mail/reply.xpm,
254         etc/images/mail/save-draft.xpm, etc/images/mail/send.xpm,
255         etc/images/mail/spam.xpm: New icons from GNOME 2.6.
256
257 2006-02-21  Miguel Frasson  <frasson@math.leidenuniv.nl>
258
259         * etc/images/separator.xpm: Copy of sep.xpm from AUCTeX.
260
261 2006-02-21  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>
262
263         * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: New icons.
264
265 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * Makefile.in (clean): Clean all subdirectories; remove *~.
268         (elclean): Remove lisp/auto-autoloads.el, lisp/custom-load.el, and
269         lisp/gnus-load.el.
270         (distclean): Don't use sub-make to run clean; use $(MAKE) instead
271         of make.
272
273         * etc/Makefile.in (clean): New rule.
274         (distclean): Use it; remove Makefile.
275
276 2005-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * GNUS-NEWS: Generated.
279
280 2005-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281
282         * Testing CVS setup.  Yes.  Yes.  Yes.  Yes.
283
284 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * aclocal.m4 (AC_PATH_LISPDIR): Default to .../site-lisp/gnus for
287         Emacs.
288         (AC_PATH_ETCDIR): Don't change the default value for Emacs.
289
290         * configure: Generated.
291
292         * Makefile.in (list-installed-shadows): New entry.
293         (remove-installed-shadows): New entry.
294
295         * GNUS-NEWS: Generated.
296
297 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
298
299         * todo: Remove some items that are already done.  Add some new
300         items.  Add some comments.
301
302 2005-08-10  Romain Francoise  <romain@orebokech.com>
303
304         * GNUS-NEWS: Generated.
305
306 2005-07-18  Romain Francoise  <romain@orebokech.com>
307
308         * GNUS-NEWS: Generated.
309
310 2005-02-19  Miles Bader  <miles@gnu.org>
311
312         * etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.
313
314         * etc/Makefile.in (install, uninstall): Fix installed image dirs.
315
316         * etc/Makefile.in (install): Put gnus-tut.txt in the right place.
317
318         * Makefile.in (all): Don't do sub-make in etc.
319         * etc/Makefile.in (all): Remove target.
320
321         * make.bat: Do image copies properly.
322
323 2005-02-18  Miles Bader  <miles@gnu.org>
324
325         Move all remaining images from etc/gnus to etc/images/gnus.
326
327 2004-06-18  Reiner Steib  <Reiner.Steib@gmx.de>
328
329         * Makefile.in (all): Do sub-make in etc.
330         * etc/Makefile.in (all): Link . to images.
331         (install, uninstall): Use $(etcdir)/images for images.
332         * make.bat: Likewise.
333
334 2005-01-02  Romain Francoise  <romain@orebokech.com>
335
336         * GNUS-NEWS: Generated.
337
338 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * GNUS-NEWS: Generated.
341
342 2004-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * GNUS-NEWS: Generated.
345
346 2004-09-30  Simon Josefsson  <jas@extundo.com>
347
348         * Makefile.in (GNUS-NEWS): Depend on texi/gnus-news.texi.
349
350         * GNUS-NEWS: Generated.
351
352 2004-09-29  Simon Josefsson  <jas@extundo.com>
353
354         * GNUS-NEWS: Generated.
355
356         * Makefile.in (GNUS-NEWS): Add.
357
358 2004-09-11  Simon Josefsson  <jas@extundo.com>
359
360         * GNUS-NEWS: Generated.
361
362 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
363
364         * etc/.cvsignore: Remove unused.
365
366 2004-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
367
368         * make.bat: Fix line endings around arch-tag.
369
370 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
371
372         * etc/gnus/gnus-setup.ast (Setting up a NNTP server)
373         (Setting up local mail storage (nnml)): fixed some bugs, added a
374         new screen - still testing
375
376 2004-06-01  Simon Josefsson  <jas@extundo.com>
377
378         * make.bat: Add SASL manual.
379
380 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * etc/gnus/news-server.ast: Use library validation.
383
384 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
385
386         * make.bat: Make sure that gnus-load.el and sieve are writable to
387         avoid breakage.
388
389 2004-03-01  Michael Schierl  <schierlm-public@gmx.de>  (tiny change)
390
391         * make.bat: Fix directory test for Windows 9x/ME.
392
393 2004-01-07  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
394
395         * etc/gnus-tut.txt: `G m' instead of `G V'
396
397 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
398
399         * make.bat: Add missing parens.  From Robert Marshall
400         <spam@chezmarshall.freeserve.co.uk>.
401
402 2004-01-05  Simon Josefsson  <jas@extundo.com>
403
404         * GNUS-NEWS: Mention SASL, and that sieve-manage uses it.
405         Mention password.el.
406         Mention NTLM.
407
408 2004-01-04  Simon Josefsson  <jas@extundo.com>
409
410         * GNUS-NEWS: Add IMAP ID (RFC 2971) support.
411         Mention `W e' for editing all.SCORE.
412
413 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
414
415         * GNUS-NEWS: Update copyright.
416
417         * etc/gnus-tut.txt (Gnus FAQ): Remove text version.  Refer to info
418         documentation and online version instead.
419
420         * GNUS-NEWS: Changed "Dired integration"
421
422 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
423
424         * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'.
425
426 2003-12-23  Reiner Steib  <Reiner.Steib@gmx.de>
427
428         * GNUS-NEWS: Mention change of `e' in draft groups.
429
430 2003-05-01  Jesper Harder  <harder@ifa.au.dk>
431
432         * etc/gnus-tut.txt (http): Update.
433
434 2003-05-01  Simon Josefsson  <jas@extundo.com>
435
436         * GNUS-NEWS: Add prefix limit feature.
437
438 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
439
440         * GNUS-NEWS: Added Article Buttons.  Added Upgrading (from Simon
441         Josefsson).  Add gnus-mime-delete-part, markup fixes and some
442         other corrections.  Mention Gnus FAQ.
443
444
445 2003-04-30  Jesper Harder  <harder@ifa.au.dk>
446
447         * GNUS-NEWS: Additions.
448
449 2003-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * GNUS-NEWS: Fixed X-Draft-Headers entry.
452
453 2003-04-27  Simon Josefsson  <jas@extundo.com>
454
455         * GNUS-NEWS: Fix PGP entry.  Doc GCC variable change.
456
457 2003-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * make.bat: Flag as binary to ensure DOS line terminators.  Delete
460         trailing whitespace.
461
462 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
463         From Frank Schmitt  <ich@frank-schmitt.net>
464
465         * etc/gnus-tut.txt: Update Gnus FAQ, delete trailing whitespace.
466
467 2003-04-17  Kevin Greiner  <kgreiner@xpediantsolutions.com>
468
469         * make.bat: Cleaned up end-of-line characters.
470
471 2003-04-17  Steve Youngs  <youngs@xemacs.org>
472
473         * Makefile.in (XEMACS): Use @EMACS@.
474
475         * aclocal.m4 (AC_PATH_LISPDIR): Set $datadir to $prefix/lib if
476         building with XEmacs.
477
478         * aclocal.m4 (AC_SET_BUILD_FLAGS): New.  So we can set XEmacs
479         command line options to '-batch -no-autoloads...' for a cleaner
480         build environment.
481
482         * configure.in: Use it.
483
484         * configure: Regenerate.
485
486 2003-04-16  Reiner Steib  <Reiner.Steib@gmx.de>
487         From Frank Schmitt  <ich@frank-schmitt.net>
488
489         * make.bat: New variable EMACS_ARGS.  Changed XEmacs args.
490
491 2003-03-23  Simon Josefsson  <jas@extundo.com>
492
493         * GNUS-NEWS: Add IDNA.  Add TLS.  Fix USEFOR reference.
494
495 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
496
497         * make.bat: Redone from scratch; supports both Emacs and XEmacs
498         now; correctly generate gnus-load.el; check for errors; use
499         makeinfo if available, infohack.el if it isn't; be less verbose
500         when copying files; copy files from etc/gnus and etc/smilies, too
501
502 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
503
504         * make-x.bat: Removed, make.bat does its job now.
505
506 2003-03-22  Frank Schmitt  <ich@frank-schmitt.net>
507
508         * etc/gnus-tut.txt: Include Gnus FAQ from http://my.gnus.org.
509
510 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
511
512         * GNUS-NEWS: Renamed `gnus-unsightly-citation-regexp' to
513         `gnus-cite-unsightly-citation-regexp'.
514
515 2003-02-18  Simon Josefsson  <jas@extundo.com>
516
517         * GNUS-NEWS: Talk about canlock more.
518
519 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
520
521         * GNUS-NEWS: Add user visible changes from Michael Shields from
522         the past couple of days.  Actual text from Michael.
523
524 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
525
526         * etc/gnus-tut.txt: Update.
527
528 2003-01-15  Simon Josefsson  <jas@extundo.com>
529
530         * GNUS-NEWS: Add.  Fix from Reiner Steib
531         <4uce.02.r.steib@gmx.net>.
532
533 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
534
535         * make.bat: Removed "-no-init-file" (it's the same as "-q").  Use
536         new variables EMACSBATCH and GNUS_INFO_DIR.  Install gnus-?,
537         message-?, sieve and pgg (in texi).  Added hint for dir entries.
538
539         * make-x.bat: Ditto.
540
541 2003-01-13  Simon Josefsson  <jas@extundo.com>
542
543         * GNUS-NEWS: Add smileys, Sender:, message-utils.
544         Expand anti-spam.  Fixes.
545
546 2003-01-09  Simon Josefsson  <jas@extundo.com>
547
548         * etc/gnus/preview.xpm: Add.
549
550 2003-01-06  Simon Josefsson  <jas@extundo.com>
551
552         * etc/gnus/receipt.xpm: Add.
553
554 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
555
556         * etc/gnus/preview.xbm: Add.
557
558 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * etc/gnus/gnus.xpm (oort): Make the color replaceable.
561
562 2002-12-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
563
564         * etc/smilies/*.pbm: Made them binary.
565
566 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
567
568         * etc/smilies/blink.xpm: Changed smileys and some new ones from
569         Alex Schroeder <alex@emacswiki.org>.
570
571 2002-04-26  Steve Youngs  <youngs@xemacs.org>
572
573         * aclocal.m4 (AC_PATH_INFODIR): New.  Defaults to '$prefix/info'
574         for Emacs and 'site-packages/info' for XEmacs.
575         (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
576         for XEmacs.
577
578         * configure.in: Use 'AC_PATH_INFO_DIR'.
579
580 2002-02-22  Steve Youngs  <youngs@xemacs.org>
581
582         * aclocal.m4 (AC_PATH_LISPDIR): Default to
583         .../site-packages/lisp/gnus for XEmacs.
584         (AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
585         XEmacs.
586
587 2002-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
588
589         * etc/gnus/gnus.xpm: Remove some garbages at the end of the file.
590
591 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * etc/gnus/oort.xface (X-Face): Oort X-Face from
594         Raymond Scholz <ray-2002@zonix.de>.
595
596 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
597
598         * etc/gnus/describe-group.xpm: Set pixels of first line to
599         background color. A bug in Emacs?
600
601 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
602
603         * ChangeLog, todo: (oops) changed buffer-file-coding-system back
604         to coding.
605
606 2001-12-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
607
608         * make-x.bat: Ensure nonempty variable value.  Reported by Frank
609         Haun <pille3000@gmx.net>.
610
611 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
612
613         * ChangeLog, todo: Add `coding'.
614
615 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
616
617         * ChangeLog: changed coding to buffer-file-coding-system
618         * todo: same
619
620 2001-12-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
621
622         * make-x.bat: Code cleanup.  Fix a bug with "/copy".  From Frank
623         Schmitt <ich@Frank-Schmitt.net>.
624
625 2001-11-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
626
627         * make-x.bat: Use parameter "/copy" rather than "copy" for increased
628         dwimishness for old-time DOS users.  From Frank Schmitt
629         <ich@Frank-Schmitt.net>.
630
631 2001-11-15  Simon Josefsson  <jas@extundo.com>
632
633         * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
634
635 2001-11-11  Simon Josefsson  <jas@extundo.com>
636
637         * make-x.bat: Don't use -nw.  Suggested by Frank Haun
638         <pille3000@gmx.net>.
639
640 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
641
642         * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
643         <oscholz@my.gnus.org>.
644
645 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
646
647         * etc/smilies/sad.pbm: New bitmap.
648         * etc/smilies/blink.pbm: Ditto.
649         Contributed by Kim F. Storm <storm@cua.dk>.
650
651 2001-10-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
652         From Frank Schmitt <ich@Frank-Schmitt.net>.
653
654         * make-x.bat: Use correct directory structure for XEmacs on Windows.
655
656 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
657
658         * Makefile.in (uninstall): Add.
659
660         * etc/Makefile.in (uninstall): Add.
661
662 2001-09-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
663
664         * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
665
666 2001-09-27 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
667
668         * aclocal.m4, configure.in: Check commercial fonts.
669
670 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
671
672         * configure.in: Generate texi/ps/Makefile.
673
674 2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
675
676         * make.bat: Use parameter "/copy" rather than "copy" for increased
677         dwimishness for old-time DOS users.
678
679 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
680
681         * make-x.bat: New.
682
683 2001-07-04  Yair Friedman  <yairfr@Amdocs.com>
684
685         * make.bat: Use infohack.el to create info files.
686
687 2001-05-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
688
689         * etc/Makefile.in (datadir): Set this variable, like in the other
690         Makefile.in's.  Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
691
692 2001-02-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
693
694         * GNUS-NEWS: Copyright and others.
695
696 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
697
698         * aclocal.m4 (AC_CHECK_URL): Add.
699
700         * configure.in: Use it.
701
702 2001-01-15  Jesper Harder  <harder@ifa.au.dk>
703
704         * make.bat: Fix doc.
705
706 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
707
708         * configure.in: Add etc/Makefile.
709
710 2000-12-20  Jesper Harder  <jesper_harder@hotmail.com>
711
712         * make.bat: set max-lisp-eval-depth.
713
714 2000-10-12  Jesper Harder  <jesper_harder@hotmail.com>
715
716         * make.bat: Makes it possible to generate the Info files on
717         windows again.
718
719 2000-08-24 Jesper Harder  <jesper_harder@hotmail.com>
720
721         * make.bat: Use emacs.exe if emacs.bat does not exist.
722
723 2000-05-07  Pavel Janik  <Pavel.Janik@inet.cz>
724
725         * gnus.texi: direntry added.
726
727         * message.texi: direntry added.
728
729         * emacs-mime.texi: direntry added.
730
731 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * aclocal.m4 (AC_CHECK_W3): Fix typo.
734
735 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
736
737         * aclocal.m4: Stolen macros from w3.
738         * configure.in: Use them.
739         * configure: Generate it.
740
741 2000-04-22 20:25:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * GNUS-NEWS: Outline.
744
745 2000-01-06  Dave Love  <fx@gnu.org>
746
747         * aclocal.m4 (AM_PATH_LISPDIR): Check for user's EMACS setting.
748
749 1999-11-13  Adrian Aichner  <aichner@ecf.teradyne.com>
750
751         * xemacs.mak: New NMAKE file to support build and install on
752         Windows NT.
753
754     Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
755     2007 Free Software Foundation, Inc.
756
757   This file is part of GNU Emacs.
758
759   GNU Emacs is free software; you can redistribute it and/or modify
760   it under the terms of the GNU General Public License as published by
761   the Free Software Foundation; either version 3, or (at your option)
762   any later version.
763
764   GNU Emacs is distributed in the hope that it will be useful,
765   but WITHOUT ANY WARRANTY; without even the implied warranty of
766   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
767   GNU General Public License for more details.
768
769   You should have received a copy of the GNU General Public License
770   along with GNU Emacs; see the file COPYING.  If not, write to the
771   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
772   Boston, MA 02110-1301, USA.
773
774 ;; Local Variables:
775 ;; coding: iso-2022-7bit
776 ;; fill-column: 79
777 ;; add-log-time-zone-rule: t
778 ;; End:
779
780 ;;; arch-tag: 60301ba8-b152-41b3-8fb2-173bba77f2a8