2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 0.23 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 0.22 released. 2014-05-13 Jerry James * .cvsignore: Remove. * .hgignore: New file. 2008-07-26 Norbert Koch * Makefile (VERSION): XEmacs package 0.21 released. 2008-07-16 Aidan Kehoe * ascii-armor.el: * ascii-armor.el (ascii-armor-to-vec16): * md5-old.el (md5-i2): * md5-old.el (md5<<<): * md5-old.el (md5+): * md5-old.el (md5-t): * md5-old.el (md5-vector): * rc16.el (rc16-set-key): * rc16.el (rc16-mixin): * rc16.el (rc16-short): * sha1-old.el (sha1): * sha1-old.el (sha1<<<): * sha1-old.el (sha1+): * sha1-old.el (sha1-vector): Don't try to use character syntax for integers above #xFF, use integer hex syntax instead. 2005-09-26 Norbert Koch * Makefile (VERSION): XEmacs package 0.20 released. 2005-05-30 Reiner Steib * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int' by `string-to-number'. 2005-05-17 Katsumi Yamaoka * encrypt.el (encrypt): Add :group. 2005-02-22 Simon Josefsson * encrypt.el (encrypt-password-cache-expiry): Remove (use `password-cache-expiry' instead). Reported by Arne Jørgensen . (encrypt): Add password-cache and password-cache-expiry as group members. 2004-01-05 Simon Josefsson * md4.el (print-int32, print-string-hexa): Remove. Suggested by Jesper Harder . 2004-11-30 Norbert Koch * Makefile (VERSION): XEmacs package 0.19 released. 2004-11-29 Simon Josefsson * encrypt.el: New file. * Makefile (ELCS): Add encrypt.elc. 2004-09-16 Norbert Koch * Makefile (VERSION): XEmacs package 0.18 released. 2004-09-16 Simon Josefsson * hex-util.el: Add arch-tag cookie. 2004-09-12 Simon Josefsson * sha1-dl.el: Removed. 2004-09-12 Simon Josefsson * sha1-el.el, password.el: Gnus CVS sync changes for the the following ChangeLog entries, until 2004-02-09 below. 2004-09-01 Simon Josefsson * sha1-el.el: Renamed to sha1.el. 2004-08-04 Teodor Zlatanov * password.el: add comments on using password-read-and-add (password-read-and-add): new function to read and add the password to the cache at once 2004-03-05 Jesper Harder * sha1-el.el (sha1-maximum-internal-length): Doc fix. 2004-03-04 Katsumi Yamaoka * password.el: Don't autoload run-at-time for Emacs. * sha1-el.el: Don't autoload executable-find. 2004-01-07 Katsumi Yamaoka * sha1-el.el (sha1-string-external): Use with-temp-buffer. 2004-01-07 Katsumi Yamaoka * sha1-el.el (sha1-string-external): Make it can return a string in binary form. (sha1-region-external): Ditto. (sha1-string-internal): Ditto. (sha1-region-internal): Ditto. (sha1-region): Ditto. (sha1-string): Ditto. (sha1): Ditto. 2004-02-09 Norbert Koch * Makefile (VERSION): XEmacs package 0.17 released. 2004-02-06 Simon Josefsson * sha1-el.el: Gnus CVS sync changes for the the following ChangeLog entries, until 2004-01-07 below, suggested by Steve Youngs . 2004-01-07 Katsumi Yamaoka * sha1-el.el (sha1-string-external): Use with-temp-buffer. 2004-01-07 Katsumi Yamaoka * sha1-el.el (sha1-string-external): Make it can return a string in binary form. (sha1-region-external): Ditto. (sha1-string-internal): Ditto. (sha1-region-internal): Ditto. (sha1-region): Ditto. (sha1-string): Ditto. (sha1): Ditto. 2004-01-17 Norbert Koch * Makefile (VERSION): XEmacs package 0.16 released. 2004-01-16 Simon Josefsson * password.el: Add. * Makefile (REQUIRES): Add xemacs-base. (ELCS): Add password.el. 2003-12-16 Norbert Koch * Makefile (VERSION): XEmacs package 0.15 released. 2003-12-15 Simon Josefsson * hex-util.el, sha1-el.el: Gnus CVS sync changes for the following ChangeLog entries, until 2001-12-29 below. 2003-12-16 Simon Josefsson * sha1-el.el (autoload): Don't use ignore-errors. (sha1-use-external): Use condition-case. Suggested by Katsumi Yamaoka . 2003-12-15 Simon Josefsson * sha1-el.el (autoload): Ignore errors for executable-find. (XEmacs ecrypto does not require sh-script where executable.el is located.) (sha1-use-external): Likewise. * sha1-el.el (sha1): Add defgroup. (sha1-maximum-internal-length, sha1-program, sha1-use-external) (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL. (sha1): Autoload. 2002-02-20 Katsumi Yamaoka * hex-util.el: Remove trailing whitespaces, replace spc+tab with tab, replace leading whitespaces with tabs. 2001-12-29 ShengHuo ZHU * sha1-el.el (sha1-use-external): New variable. (sha1-region): Use it. (sha1-string): Ditto. 2003-10-31 Norbert Koch * Makefile (VERSION): XEmacs package 0.14 released. 2003-06-22 Norbert Koch * Makefile (VERSION): XEmacs package 0.13 released. 2003-06-21 Simon Josefsson * blowfish.el (blowfish-add, blowfish-f, blowfish-s-box-inits) (blowfish-p-array-inits): Use #xCAFE instead of ?\xCAFE, suggested by "Stephen J. Turnbull" and reported by sigurd@12move.de (Karl Pflästerer). 2003-03-09 Ben Wing * Makefile: Delete explicit compile:: and binkit: rules. 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. 2002-09-25 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 0.12 released. 2002-09-17 Ville Skyttä * md5-el.el (md5-update): Comment typo fix. 2002-08-12 Rendhalver [Peter Brown] * Makefile (VERSION): XEmacs package 0.11 released. 2002-08-07 Ville Skyttä * Package moved to official location in xemacs-packages. 2002-08-02 Simon Josefsson * hex-util.el: New file. * package-info.in: Fix package name, fix provides. * sha1-el.el (sha1): autoload. * md5-el.el (md5): autoload. (md5-program, md5-maximum-internal-length): defcustom. * md4.el (md4): autoload. * sha1.el, sha1-el.el, sha1-dl.el, md5.el, md5-el.el, md5-dl.el: Replace with versions from FLIM. Supports emacsen that can load dynamic libraries, otherwise should be equal. * Makefile (PACKAGE): Fix package name. (ELCS): Add md4.elc md5.elc md5-el.elc md5-dl.elc sha1.elc sha1-el.elc sha1-dl.elc hex-util.elc. 2002-08-01 Ville Skyttä * .cvsignore: New. * Makefile: Fix path to XEmacs.rules. (CATEGORY): Change to unsupported. * package-info.in (distribution): Change to unsupported. 2002-06-13 Simon Josefsson * ecrypto: New package, from Ecrypto2.0.tgz (29436 bytes, MD5 01e74632426b429b9468158ad52ef973) from http://web.mit.edu/thouis/www/ecrypto.html written by Ray Jones .