emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: New pretest


From: Fred Kunz
Subject: RE: New pretest
Date: Thu, 30 Jan 2003 10:36:12 -0800

Built with LEIM using gcc 3.2.1 on Windows XP SP1. 
So everythings seems to be working fine.

-----Original Message-----
From: Richard Stallman [mailto:address@hidden 
Sent: Thursday, January 30, 2003 7:21 AM
To: address@hidden
Subject: New pretest


Thanks to Francesco Portorti, there is a new pretest available in

  <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-21.2.95.tar.gz>
  <ftp://alpha.gnu.org/gnu/emacs/pretest/leim-21.2.95.tar.gz>

Please report results from compiling and running the pretest to
<address@hidden>.  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

  <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-21.2.93-21.2.95.xdelta>
  <ftp://alpha.gnu.org/gnu/emacs/pretest/leim-21.2.93-21.2.95.xdelta>

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  <address@hidden>

        * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.

2002-12-08  Dave Love  <address@hidden>

        * configure.in: Add targets s390-*-linux-gnu, mipsel-*-linux-gnu*.

======
etc/ChangeLog

2002-12-10  Kenichi Handa  <address@hidden>

        * TUTORIAL.sv: Renamed from TUTORIAL.se.

======
lib-src/ChangeLog

2002-12-18  Andrew Innes  <address@hidden>

        * 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  <address@hidden>

        * composite.el (decompose-composite-char): Fix docstring.

2003-01-27  Juanma Barranquero  <address@hidden>

        * progmodes/cc-vars.el (c-offsets-alist): Fix typo.

2003-01-26  Juanma Barranquero  <address@hidden>

        * 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  <address@hidden>

        * isearch.el (isearch-forward): Fix typo.

2003-01-23  Masatake YAMATO  <address@hidden>

        * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
        /* */ comments.

2003-01-22  Juanma Barranquero  <address@hidden>

        * calculator.el (calculator-displayers, calculator-mode-map): Fix
typos.

2003-01-20  Glenn Morris  <address@hidden>

        * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.

2003-01-20  Vasily Korytov  <address@hidden>  (tiny change)

        * progmodes/cperl-mode.el: Don't make faces depend on window-system.

2003-01-19  Andre Spiegel  <address@hidden>

        * 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ållberg  <address@hidden>  (tiny change)

        * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
        buffer as modified unless it really is.

2002-12-15  Stefan Monnier  <address@hidden>

        * mail/undigest.el (rmail-digest-end-regexps): Simplify.
        (undigestify-rmail-message): Fix paren-bug and simplify.

2002-12-15  Dave Love  <address@hidden>

        * 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  <address@hidden>

        * 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  <address@hidden>

        * imap.el (imap-mailbox-status): Fix typo.

======
lwlib/ChangeLog

2003-01-27  Jan Djärv  <address@hidden>

        * 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  <address@hidden>

        * minibuf.c (Fminibuffer_message): Verify type of parameter.

2003-01-21  Richard Dawe  <address@hidden>  (tiny change)

        * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.

2003-01-20  Kenichi Handa  <address@hidden>

        * 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  <address@hidden>

        * 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  <address@hidden>

        * xdisp.c (message_dolog): Fix bug of the case that *Message*
        buffer is unibyte.

2003-01-13  Francesco Potortì  <address@hidden>

        * 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  <address@hidden>

        * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
        Reported by Berthold Gunreben <address@hidden>.

2002-12-09  Dave Love  <address@hidden>

        * s/sol2-8.h: Removed.  (Not necessary.)

2002-12-08  Dave Love  <address@hidden>

        * m/ibms390.h: New file.

        * m/mips.h (WORDS_BIG_ENDIAN): Don't define if little endian.

2002-12-06  Francesco Potorti`  <address@hidden>

        * xfns.c (png_load): Avoid double gamma correction for PNG
        images.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]