There is a new pretest available in If you have the tars from the previous pretest, and you have the `xdelta' utility, you can instead download the much smaller You can use a command like $ xdelta patch XDELTA PREVIOUS-TAR NEW-TAR to generate the new tar from the old one, where XDELTA is the xdelta file you downloaded, PREVIOUS-TAR is the tar file from the previous pretest, and NEW-TAR is the name of the new tar file. Information about xdelta can be found on the GNU ftp site, in /non-gnu/xdelta.README. Changes since 21.2.92 ChangeLog 2002-11-22 Juanma Barranquero * config.guess, config.sub: Updated from master source. 2002-11-14 Francesco Potorti` * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. lib-src/ChangeLog 2002-12-02 Richard M. Stallman * emacsclient.c (main): Test HAVE_GETCWD, not BSD_SYSTEM. lisp/ChangeLog 2002-12-04 Pavel Jan,Bm(Bk * progmodes/antlr-mode.el (antlr): New URL. 2002-12-02 Richard M. Stallman * finder.el (finder-commentary): Use *Finder-package* buffer. * server.el (server-buffer-done): Test of server-existing-buffer was backwards. 2002-11-27 Kenichi Handa * language/european.el (encode-mac-roman): Deal with unencodable characters. * language/cyrillic.el (ccl-encode-koi8) (ccl-encode-alternativnyj): Deal with unencodable characters. 2002-11-18 Dhruva Krishnamurthy (tiny change) * progmodes/cc-styles.el (cc-align): Required by c-set-style. 2002-11-18 Juanma Barranquero * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie. 2002-11-16 Edward M. Reingold * calendar/diary-lib.el (make-diary-entry): Allow for local variables at end of diary file. 2002-11-16 Ivan Zakharyaschev (tiny change) * international/codepage.el (cp866-decode-table): Fix the translation table. 2002-11-14 Per Cederqvist (tiny change) * progmodes/etags.el (find-tag-default): Copy text at point without properties. 2002-11-11 Fabrice Bauzac (tiny change) * dired-aux.el (dired-show-file-type): Format filename with "%s" to escape any format-like sequences it could contain. 2002-11-03 Andre Spiegel * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to its current version in dired.el. 2002-10-28 Matthew Swift (tiny change) * progmodes/compile.el (grep-find-use-xargs): Fix docstring. 2002-10-28 Francesco Potorti` * comint.el (comint-password-prompt-regexp): Synch with main trunk. 2002-10-24 Matthew Swift (tiny change) lisp/gnus/ChangeLog 2002-10-29 Dave Love * rfc2047.el (ietf-drums): Don't require. (message-posting-charset): defvar when compiling. (rfc2047-header-encoding-alist): Add `address-mime' part. (rfc2047-charset-encoding-alist): Use B for iso-8859-7, iso-8859-8. Doc fix. (rfc2047-q-encoding-alist): Augment header list. (rfc2047-encoding-type, rfc2047-syntax-table): New. (rfc2047-encode-message-header): Account for address-mime method. (rfc2047-dissect-region): Rewritten for RFC2822 rules. Now just return list of strings. (rfc2047-encode-region): Change test for need to encode word. Change rfc2047-encode call. (rfc2047-encode): Remove CHARSET arg and decide encoding from region contents. src/ChangeLog 2002-11-29 Dave Love * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was already provided. 2002-11-14 Francesco Potorti` * s/sol2-8.h: New file. 2002-11-08 Juanma Barranquero * dispextern.h [!HAVE_X_WINDOWS]: Define XColor. * w32fns.c: * xfaces.c: Remove definition of XColor. * w32term.c (w32_term_init): Pass XColor to w32_define_color, not COLORREF. 2002-11-08 Kenichi Handa * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef (back-porting of the 2002-11-05 change in HEAD). 2002-10-30 John Paul Wallington * xdisp.c (message_with_string): Error if STRING is not a string. 2002-10-25 Kenichi Handa * xfns.c (x_set_name): Encode by Qcompound_text unconditionally. (x_set_title): Likewise. .