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.91 ./ChangeLog 2002-10-15 Richard M. Stallman * Makefile.in (bootstrap-lisp): Don't ignore errors. Fix typo in .PHONY spec. ./lisp/gnus/ChangeLog 2002-10-21 Juanma Barranquero * gnus-cus.el (gnus-group-customize): Fix typo. * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise. * gnus-util.el (gnus-parse-netrc): Likewise. * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise. * nnweb.el (nnweb-dejanews-create-mapping) (nnweb-reference-create-mapping, nnweb-altavista-create-mapping) (nnweb-google-create-mapping): Likewise. ./lisp/ChangeLog 2002-10-24 Juanma Barranquero * textmodes/outline.el (outline-minor-mode): Add customization group. Patch from Matthew Swift . 2002-10-23 Richard M. Stallman * files.el (risky-local-variable-p): New function. (hack-one-local-variable): Call it. (compile-command): Use `stringp' for `safe-local-variable' property. * progmodes/compile.el (compile-internal): Update process-environment before calling start-process. * emacs-lisp/easy-mmode.el (define-minor-mode): Don't call eval-after-load while building Emacs. * simple.el (display-message-or-buffer): Don't try to display an empty output in the echo area. * gud.el (gud-gdb-massage-args): Pass default-directory to gdb. * Makefile.in (compile-files): Protect from shell bugs. 2002-10-21 Juanma Barranquero * wid-edit.el (widget-choose): Fix typo. * calendar/diary-lib.el (diary-name-pattern): Likewise. * emacs-lisp/elint.el (elint-error, elint-warning): Likewise. * emacs-lisp/lisp.el (beginning-of-defun): Likewise. * emulation/edt-mapper.el (top-level): Likewise. * eshell/esh-var.el (eshell/define): Likewise. * mail/feedmail.el (feedmail-nuke-body-in-fcc) (feedmail-queue-draft-directory): Likewise. * net/ange-ftp.el (ange-ftp-ls): Likewise. * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise. * progmodes/cperl-mode.el (cperl-invert-if-unless): Likewise. * progmodes/ebrowse.el (ebrowse-ts) (ebrowse-view/find-file-and-search-pattern): Likewise. * progmodes/f90.el (f90-insert-end): Likewise. * progmodes/hideif.el (hide-ifdef-region): Likewise. * progmodes/sh-script.el (sh-indent-for-then): Likewise. * textmodes/bibtex.el (bibtex-find-entry-location): Likewise. * textmodes/sgml-mode.el (html-imenu-index): Likewise. * emacs-lisp/edebug.el (edebug-gensym): Fix spacing. 2002-10-16 Juanma Barranquero * vc-hooks.el (vc-insert-file): Fix typo. * replace.el (occur): Likewise. * subr.el (remove, remq): Likewise. 2002-10-15 Dave Love * man.el (Man-getpage-in-background): Set width in environment. 2002-10-15 Andre Spiegel * vc-hooks.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved here from vc.el. 2002-10-14 Juanma Barranquero * international/mule.el (set-selection-coding-system): Fix spacing. 2002-10-11 Kenichi Handa * international/utf-8.el (mule-utf-8): Don't specify post-read-conversion function. ./src/ChangeLog 2002-10-23 Richard M. Stallman * w32fns.c (syms_of_w32fns ): Get rid of string token concatenation that doesn't work right. * process.c (wait_reading_process_input): Call stop_polling along with turn_on_atimers. * coding.c (run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark. 2002-10-16 Richard M. Stallman * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME. 2002-10-15 Eli Zaretskii * sysdep.c [MSDOS] (request_sigio, unrequest_sigio): Don't define them, they are defined in msdos.c. 2002-10-15 Dave Love * unexelf.c (unexec): Deal with .got on Irix 6.5. 2002-10-14 Juanma Barranquero * xselect.c (syms_of_xselect): Fix docstring for `selection-coding-system'. * w16select.c (syms_of_win16select): Likewise. * w32select.c (syms_of_w32select): Likewise. 2002-10-09 Jan D. * xterm.c (XTread_socket): Pass ReparentNotify to Xt. The shell widget interprets ConfigureNotify differently depending on if it has been reparented or not. This fixes the bug that Motif-menus are misplaced under some windowmanagers (CDE an WindowMaker at least). .