2015-10-02 Norbert Koch * Makefile (VERSION): XEmacs package 2.03 released. 2015-10-01 Henry S. Thompson * Makefile (MAINTAINER): change from Mike Kupfer to me 2015-09-18 Norbert Koch * Makefile (VERSION): XEmacs package 2.02 released. 2015-06-25 Michael Sperber * lisp/parse-time.el (fboundp): Conditionalize this on the existence of `digit-char-p'. 2015-02-28 Norbert Koch * Makefile (VERSION): XEmacs package 2.01 released. 2015-02-26 Mike Kupfer * README.xemacs-packaging: New file: notes on packaging Gnus for XEmacs. 2014-09-08 Norbert Koch * Makefile (VERSION): XEmacs package 2.00 released. 2014-08-20 Mats Lidell * lisp/message.el (message-use-idna): Use nil as default since calculated value will not byte-compile. * lisp/gnus-art.el (gnus-use-idna): Ditto. 2014-06-22 Norbert Koch * Makefile (VERSION): XEmacs package 1.99 released. 2014-05-22 Norbert Koch * Makefile (VERSION): XEmacs package 1.98 released. 2014-05-18 Mats Lidell * gnus-fun.el (gnus-grab-cam-face): Upstream security issue. Do not use predictable temp-file name. (http://bugs.debian.org/747100) Patch by Glenn Morris. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.97 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.96 released. 2014-05-13 Jerry James * .cvsignore: Remove. * texi/.cvsignore: Remove. * texi/ps/.cvsignore: Remove. * .hgignore: New file. 2012-06-26 Norbert Koch * Makefile (VERSION): XEmacs package 1.95 released. 2012-06-18 Mike Kupfer * gnus/lisp/custom-load.el: Deleted (possibly an artifact from the conversion from CVS). * etc/gnus/dead.xpm: Deleted in favor of the copy in etc/smilies. * lisp/smiley.el (smiley-nosey-regexp-alist): (smiley-deformed-regexp-alist): Add entry for "dead", from upstream smiley.el. * README.readmes: New file describing the upstream READMEs and what was done with them. * Makefile (DATA_2_FILES, DATA_1_FILES): Add the READMEs to the list of files to package. (EXTRA_SOURCES): Add COPYING (package it, too). * Makefile (AUTHOR_VERSION): Change to 5.10.10. Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2010-01-10 Norbert Koch * Makefile (VERSION): XEmacs package 1.94 released. 2008-04-03 Stefan Monnier * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): Fix last change in case the element is not even a symbol. 2008-03-20 Stefan Monnier * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): Prefer fboundp to functionp so it works with macros as well. 2008-04-07 Stefan Monnier * mail-source.el (mail-source-value): Prefer fboundp to functionp so it works with macros as well. 2008-03-25 Norbert Koch * Makefile (VERSION): XEmacs package 1.93 released. 2008-03-12 Ville Skyttä * lisp/mm-decode.el (mm-display-external): Use `itimer-list' if `timer-list' is not available. 2008-01-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.92 released. 2007-12-24 Aidan Kehoe * lisp/gnus-sum.el: * lisp/gnus-sum.el (put-display-table): New. * lisp/gnus-sum.el (get-display-table): New. Provide with #'defun-when-void, so as to not override the 21.5 implementation. * lisp/gnus-sum.el (gnus-summary-set-display-table): * lisp/gnus-xmas.el (gnus-xmas-summary-set-display-table): Use #'put-display-table, not #'aref, to deal with the case where the display table is a char table and not a vector. 2007-03-06 Norbert Koch * Makefile (VERSION): XEmacs package 1.91 released. 2007-03-05 Mike Kupfer * lisp/gnus-spec.el (gnus-parse-simple-format): Add required 2nd argument to (setq dontinsert), using the fix from the HEAD branch at gnus.org. * Makefile (AUTHOR_VERSION): Change to 5.10.8. (MAINTAINER): Change from Steve Youngs to me. * Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2006-03-16 Norbert Koch * Makefile (VERSION): XEmacs package 1.90 released. 2006-03-16 Steve Youngs * Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2006-01-04 Norbert Koch * Makefile (VERSION): XEmacs package 1.89 released. 2006-01-04 Steve Youngs * Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2005-12-19 Norbert Koch * Makefile (VERSION): XEmacs package 1.88 released. 2005-12-19 Steve Youngs * Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2005-11-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.87 released. 2005-11-15 Steve Youngs * Sync with upstream stable branch. Please see the ChangeLog.upstream files for details. 2005-10-12 Norbert Koch * Makefile (VERSION): XEmacs package 1.86 released. 2005-04-03 Norbert Koch * Makefile (VERSION): XEmacs package 1.85 released. 2005-04-03 Steve Youngs * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Fix an "unrecognised menu descriptor" error. From Katsumi Yamaoka 2005-03-20 Norbert Koch * Makefile (VERSION): XEmacs package 1.84 released. 2005-03-19 Aidan Kehoe * lisp/mm-util.el (mm-xemacs-find-mime-charset): Only call mm-xemacs-find-mime-charset-1 if we have the mule feature available at runtime. 2005-03-14 Norbert Koch * Makefile (VERSION): XEmacs package 1.83 released. 2005-03-14 Aidan Kehoe * lisp/mm-util.el (mm-coding-system-priorities): Healthier default with non-Japanese language environments. 2005-03-13 Steve Youngs * lisp/gnus-util.el (gnus-emacs-version): Support SXEmacs in `gnus-extended-version'. 2005-03-13 Steve Youngs * lisp/gnus.el: Don't try and mark `gnus-agent-save-groups' as an autoloaded function. From: Andrey Slusar . 2005-03-13 Steve Youngs * Sync to upstream 5.10 branch. See ChangeLog.upstream files for details. * Makefile (AUTHOR_VERSION): Bump to 5.10.7 2004-10-01 Norbert Koch * Makefile (VERSION): XEmacs package 1.82 released. 2004-09-29 Norbert Koch * Makefile (VERSION): XEmacs package 1.81 released. 2004-09-28 Steve Youngs * Sync to upstream 5.10 branch. See ChangeLog.upstream files for details. 2004-06-07 Norbert Koch * Makefile (VERSION): XEmacs package 1.80 released. 2004-06-07 Steve Youngs * Makefile (MAINTAINER): Update my email address. * Sync to upstream 5.10 branch. Upstream Gnus has branched off a 5.10 series (there is talk of a 5.10.7 release some time). This syncs our package to that. See the ChangeLog.upstream files for details. * lisp/gnus-idna.el: Removed. Unfortunately there is no mention of this in the upstream ChangeLogs. 2004-01-27 Norbert Koch * Makefile (VERSION): XEmacs package 1.79 released. 2004-01-26 Jerry James * lisp/gnus-spec.el (gnus-parse-simple-format): Fix setq value omission. 2004-01-17 Norbert Koch * Makefile (VERSION): XEmacs package 1.78 released. 2004-01-16 Steve Youngs * lisp/gnus.el: Autoload `message-y-or-n-p' 2004-01-12 Norbert Koch * Makefile (VERSION): XEmacs package 1.77 released. 2004-01-12 Steve Youngs * Makefile (DONTCOMPILE): Add _pkg.el, auto-autoloads.el, and custom-load.el to prevent circular dependencies and double files in the tarballs. 2004-01-05 Norbert Koch * Makefile (VERSION): XEmacs package 1.76 released. 2004-01-05 Steve Youngs * Makefile (AUTHOR_VERSION): Gnus 5.10.6 is released. See the ChangeLog.upstream files for details. 2003-12-08 Norbert Koch * Makefile (VERSION): XEmacs package 1.75 released. 2003-12-08 Steve Youngs * lisp/lpath.el: Maybe bind `with-timeout'. * lisp/dgnushack-xemacs.el: Defalias `match-string-no-properties' to `match-string'. * Makefile (DONTCOMPILE): Add gpg*.el. (REQUIRES): Remove rmail, tm, and apel. 2003-12-08 Katsumi Yamaoka * lisp/gnus-util.el: Revert 2003-11-29 change, instead, provide the compiler macro for rmail-select-summary if rmail is not available. 2003-12-04 Norbert Koch * Makefile (VERSION): XEmacs package 1.74 released. 2003-12-03 Steve Youngs * Makefile (REQUIRES): Remove fsf-compat, add ps-print. (LISPFILES): Removed. (DONTCOMPILE): New. For any lisp that shouldn't be compiled. (ELCS): Use it. (PRELOADS): New. Preload lisp/dgnushack-xemacs.el & lisp/lpath.el * lisp/dgnushack.el: New. We don't do anything with this file, it's only here because it exists in the upstream tree. * lisp/dgnushack-xemacs.el: New. XEmacs package version of above. * lisp/lpath.el: New. From upstream tree. 2003-11-29 Jerry James * lisp/gnus-util.el: Get rmail definitions when compiling. * lisp/gnus-xmas.el: Add autoloads for macros defined in gnus.el. 2003-12-01 Steve Youngs * lisp/mm-url.el: Require itimer when building with XEmacs. * lisp/gpg.el: Ditto. 2003-10-13 Norbert Koch * Makefile (VERSION): XEmacs package 1.73 released. 2003-10-12 Adrian Aichner * texi/gnus.texi: General typo and whitespace fixes from gnus CVS, carefully avoiding syncing documentation of new features. * texi/gnus.texi (Mail Source Specifiers): uref fixes. 2003-10-10 Norbert Koch * Makefile (VERSION): XEmacs package 1.72 released. 2003-10-09 Steve Youngs * Makefile (MAINTAINER): Update my email address. 2003-05-18 Norbert Koch * Makefile (VERSION): XEmacs package 1.71 released. 2003-05-18 Vin Shelton * Makefile (REQUIRES): Add sasl. 2003-05-14 Norbert Koch * Makefile (VERSION): XEmacs package 1.70 released. 2003-05-14 Steve Youngs * Sync to upstream version 5.10.2 See the ChangeLog.upstream files for details. * Makefile (AUTHOR_VERSION): Bump. 2003-05-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.69 released. 2003-05-02 Steve Youngs * Sync to upstream version 5.10.1. See the ChangeLog.upstream files for details of changes. * Makefile (AUTHOR_VERSION): Bump to 5.10.1. (REQUIRES): Add pgg, net-utils, os-utils, dired, sieve. (EXTRA_SOURCES): Add the upstream ChangeLogs. (DATA_2_FILES): Add the .pbm files. (DATA_4_FILES): Removed. (DATA_4_DEST): Removed. (DATA_5_FILES): Removed. (DATA_5_DEST): Removed. (EXTRA_TEXI_FILES): Remove 'gnusmail.texi', add 'doclicense.texi'. * package-info.in (provides): Update to include all provides. 2003-03-27 Norbert Koch * Makefile (VERSION): XEmacs package 1.68 released. 2003-03-27 Steve Youngs * Makefile (MAINTAINER): Put my name there. (LISPFILES): The directory is now 'lisp/' not gnus/lisp/'. (EXTRA_SOURCES): Ditto. (DATA_5_FILES): Ditto. (EXPLICIT_DOCS): Ditto. (EXTRA_TEXI_FILES): Ditto. (AUTOLOAD_PATH): Ditto. (DATA_4_DEST): Put these files into etc/gnus/gnusrefcard/. (DATA_5_DEST): Put these files into etc/gnus/. (EXTRA_SOURCES): Add lisp/GNUS-NEWS. 2003-03-09 Ben Wing * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Use EXPLICIT_DOCS instead of explicitly giving the targets and dependencies. Specify EXTRA_TEXI_FILES. 2003-03-02 Norbert Koch * Makefile (VERSION): XEmacs package 1.67 released. * Makefile (VERSION): XEmacs package 1.66 released. 2003-01-03 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.65 released. 2002-12-17 Jerry James * Makefile (REQUIRES): Add tm and apel to satisfy transitive dependencies from rmail. 2002-11-29 Ben Wing * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. 2002-10-15 Ville Skyttä * Makefile (srckit): Remove. (.PHONY): Remove srckit. 2002-10-14 Ville Skyttä * Makefile (MANUALS): Removed (unused). 2002-09-26 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.64 released. 2002-09-25 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 1.63 released. 2002-09-17 Ville Skyttä * Makefile (REQUIRES): Add ecrypto, we'll use md5 from there. (EXTRA_SOURCES): New, add gnus/lisp/md5.el.upstream. * package-info.in (provides): Remove md5. 2002-06-27 Steve Youngs * Makefile (VERSION): XEmacs package 1.62 released. 2002-06-08 Steve Youngs * Makefile (VERSION): XEmacs package 1.61 released. 2002-05-10 Steve Youngs * Makefile (VERSION): XEmacs package 1.60 released. 2002-05-07 Jerry James * etc/gnusrefcard/Makefile: Synch with last maintainer version. * etc/gnusrefcard/README: Ditto. * etc/gnusrefcard/gnusref.tex: Ditto. 2002-03-25 Steve Youngs * Makefile (VERSION): 1.59 released. 2002-03-17 Adrian Aichner * gnus/texi/Makefile: New file. * gnus/texi/Makefile: include .../XEmacs.rules for generic HTML rules. * gnus/texi/Makefile (HTML_FILES): Moved here from ../../Makefile. * gnus/texi/Makefile (HTML_DEP): Ditto. 2002-03-17 Adrian Aichner * Makefile: Add html rule to invoke gnus/texi/Makefile. 2002-01-13 Steve Youngs * package-info.in (provides): Update to include all provides. 2002-01-07 Adrian Aichner * Makefile (HTML_FILES): New. * Makefile (HTML_DEP): New. 2001-08-29 Don Pellegrino * ./gnus/lisp/gnus-msg.el (gnus-inews-do-gcc): Don't use 'gnus-alive-p". 2001-06-06 Mark Thomas * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To fix so it works with older versions of XEmacs. 2001-02-14 Steve Youngs * gnus-win.el: (gnus-configure-windows). Use 'switch-to-buffer' instead of 'set-buffer' if featurep 'xemacs. (gnus-remove-some-windows): Ditto. 2001-02-08 Steve Youngs * Sync with author version 5.8.8. 2000-11-08 Steve Youngs * ./gnus/lisp/custom-load.el: Removed - generated file. * ./gnus/lisp/rfc2104.el: Moved to mail-lib package. 2000-11-07 Martin Buchholz * ./gnus/texi/gnus.texi: Doc fix. 2000-10-05 Martin Buchholz * *: Mega typo fix. 2000-09-25 Steve Youngs * Makefile: Bring into line with author version 5.8.7 (LISPFILES): New variable. (ELCS): Use LISPFILES. (DATA_FILES): Use wildcards. 2000-08-22 Steve Youngs * Makefile: Remove target 'clean' because it's covered in XEmacs.rules (REQUIRES): Add fsf-compat 2000-07-10 Andreas Jaeger * Imported version 5.8.7. * Makefile (ELCS): Added new files. (TEXI_FILES): Added new files. (REQUIRES): Remove apel and tm since those are not needed anymore. (MANUALS): Added emacs-mime. (INFO_FILES): Added emacs-mime. (AUTHOR_VERSION): Updated. 2000-02-13 Gunnar Evermann * Makefile (DATA_2_FILES): Install etc/smilies/*.x?m instead of only *.xpm. From Yoshiaki Kasahara 2000-01-07 Andreas Jaeger * Makefile: Removed mailheader.el. * gnus/gnus/lisp/mailheader.el: Moved to package mail-lib in for Gnus 5.8.x usage. 1999-12-05 Andreas Jaeger * Makefile (REQUIRES): Add eterm. Patch by Jan Vroonhof . 1999-03-12 Charles G Waldman * Makefile: install gnus-tut.txt 1999-02-17 SL Baur * Gnus' version of pop3.el is no longer used by XEmacs. 1998-09-25 SL Baur * Synch with Gnus-5.6.44. 1998-09-05 SL Baur * Synch with Gnus-5.6.43. 1998-08-28 SL Baur * Synch with Gnus-5.6.42. 1998-08-27 SL Baur * Synch with Gnus-5.6.41. * Synch with Gnus-5.6.40. 1998-08-22 SL Baur * Synch with Gnus-5.6.39. 1998-08-19 SL Baur * Synch with Gnus-5.6.38. 1998-08-14 SL Baur * Synch with Gnus-5.6.36. * Synch with Gnus-5.6.35. 1998-08-13 SL Baur * Synch with Gnus-5.6.34. 1998-08-11 SL Baur * Synch with Gnus-5.6.33. 1998-08-09 SL Baur * Synch with Gnus-5.6.31. 1998-08-06 SL Baur * Synch with Gnus-5.6.29. 1998-07-26 SL Baur * Synch with Gnus-5.6.27. 1998-07-24 SL Baur * Synch with Gnus-5.6.25. 1998-07-06 SL Baur * Synch with Gnus-5.6.23. 1998-06-29 SL Baur * Synch with Gnus-5.6.22. 1998-06-27 SL Baur * Synch with Gnus-5.6.20+gnus.texi patch. 1998-06-26 SL Baur * Synch with Gnus-5.6.16+Karl Kleinpaste patch. 1998-06-24 SL Baur * Synch with Gnus-5.6.13. 1998-06-01 SL Baur * Synch with Gnus-5.6.10. 1998-04-06 SL Baur * Makefile (binkit): Use TAR/EXCLUDES variables from XEmacs.rules. 1998-03-31 SL Baur * Synch with gnus-5.6.4. 1998-03-19 SL Baur * Synch with gnus-5.6.3. 1998-03-08 SL Baur * Synch with gnus-5.6.2. 1998-03-07 SL Baur * Synch with gnus-5.6.1. 1998-02-28 SL Baur * Synch with qgnus-0.34. 1998-02-23 SL Baur * Synch with qgnus-0.32. 1998-02-16 SL Baur * Synch with qgnus-0.28. 1998-02-15 SL Baur * Synch with qgnus-0.27. 1998-02-14 SL Baur * Synch with qgnus-0.26. 1998-02-13 SL Baur * Synch with qgnus-0.25. 1998-02-11 SL Baur * Synch with qgnus-0.24. 1998-01-25 SL Baur * gnus/lisp/auto-autoloads.el: Restore. 1998-01-24 SL Baur * Makefile (VERSION): Update to package standard 1.0. * package-info.in: Ditto.