There is a new pretest available in Please report results from compiling and running the pretest to . Your feedback is necessary for us to know on which platforms the pretest has been tried. Please say whether you built with LEIM or not. 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 CURRENT-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 CURRENT-TAR is the name of the tar file you downloaded. Information about xdelta can be found on the GNU ftp site, in /non-gnu/xdelta.README. Changes since 21.2.93 ====== ChangeLog 2002-12-09 Dave Love * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations. 2002-12-08 Dave Love * configure.in: Add targets s390-*-linux-gnu, mipsel-*-linux-gnu*. ====== etc/ChangeLog 2002-12-10 Kenichi Handa * TUTORIAL.sv: Renamed from TUTORIAL.se. ====== lib-src/ChangeLog 2002-12-18 Andrew Innes * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile, because GNU make doesn't append when using >> redirection. ====== lisp/ChangeLog 2003-01-29 Juanma Barranquero * composite.el (decompose-composite-char): Fix docstring. 2003-01-27 Juanma Barranquero * progmodes/cc-vars.el (c-offsets-alist): Fix typo. 2003-01-26 Juanma Barranquero * strokes.el (strokes-xpm-encode-length-as-string): Fix typo. * vcursor.el (vcursor-disable): Likewise. * eshell/esh-cmd.el (eshell-separate-commands): Likewise. * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise. * progmodes/cperl-mode.el (cperl-tips): Likewise. * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise. 2003-01-24 Juanma Barranquero * isearch.el (isearch-forward): Fix typo. 2003-01-23 Masatake YAMATO * progmodes/asm-mode.el (asm-mode): Added syntax table entries for /* */ comments. 2003-01-22 Juanma Barranquero * calculator.el (calculator-displayers, calculator-mode-map): Fix typos. 2003-01-20 Glenn Morris * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it. 2003-01-20 Vasily Korytov (tiny change) * progmodes/cperl-mode.el: Don't make faces depend on window-system. 2003-01-19 Andre Spiegel * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in order to get the latest version on the current branch. Update documentation of vc-BACKEND-checkout to explain this. * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV. (vc-rcs-checkin): By default, specify the current workfile branch as the check-in revision. (vc-rcs-revert): Unlock only if the user does have the lock. * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV. * vc-sccs.el (vc-sccs-checkout): Likewise. * log-view.el (log-view-message-re): The rev might be locked. 2002-12-18 Gustav H,Ae(Bllberg (tiny change) * progmodes/compile.el (compile-reinitialize-errors): Don't mark the buffer as modified unless it really is. 2002-12-15 Stefan Monnier * mail/undigest.el (rmail-digest-end-regexps): Simplify. (undigestify-rmail-message): Fix paren-bug and simplify. 2002-12-15 Dave Love * language/european.el (mac-roman): Add mime-charset property. * loadup.el (current-language-environment): Set custom-type after language files are loaded. 2002-12-13 Kenichi Handa * language/european.el (encode-mac-roman): Fix last change. * language/cyrillic.el (ccl-encode-koi8) (ccl-encode-alternativnyj): Fix last change. ====== lisp/gnus/ChangeLog 2003-01-27 Juanma Barranquero * imap.el (imap-mailbox-status): Fix typo. ====== lwlib/ChangeLog 2003-01-27 Jan Dj,Ad(Brv * lwlib-Xm.c (update_one_menu_entry): Deallocate widget_list. (destroy_all_children): Call it self to destroy sub menu children. ====== src/ChangeLog 2003-01-24 Andreas Schwab * minibuf.c (Fminibuffer_message): Verify type of parameter. 2003-01-21 Richard Dawe (tiny change) * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. 2003-01-20 Kenichi Handa * editfns.c (Fformat): Update thissize from field_width based on the actual width, in the string case (back-porting of the 2002-01-02 change in HEAD). 2003-01-16 Kenichi Handa * regex.c (GET_CHAR_BEFORE_2): Fix for the case that the previous char is eight-bit-graphic. (re_search_2): Likewise. 2003-01-15 Kenichi Handa * xdisp.c (message_dolog): Fix bug of the case that *Message* buffer is unibyte. 2003-01-13 Francesco Potort,Al(B * fileio.c (Fdelete_directory, Fdelete_file): Document the behaviour in front of symlinks. (Fdelete_file): Raise an error on directories. (Fdo_auto_save): Add gcpros around Ffile_name_directory. 2003-01-10 Andreas Schwab * alloc.c (pure_alloc): Correct alignment for Lisp_Floats. Reported by Berthold Gunreben . 2002-12-09 Dave Love * s/sol2-8.h: Removed. (Not necessary.) 2002-12-08 Dave Love * m/ibms390.h: New file. * m/mips.h (WORDS_BIG_ENDIAN): Don't define if little endian. 2002-12-06 Francesco Potorti` * xfns.c (png_load): Avoid double gamma correction for PNG images. .