[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New pretest 21.0.102
From: |
Gerd Moellmann |
Subject: |
New pretest 21.0.102 |
Date: |
06 Apr 2001 16:04:55 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 |
There is a new pretest available, in
<ftp://alpha.gnu.org/gnu/emacs/unreadable/pretest/emacs.xtar.gz>
<ftp://alpha.gnu.org/gnu/emacs/unreadable/pretest/leim.xtar.gz>
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/unreadable/pretest/emacs.xdelta>
<ftp://alpha.gnu.org/gnu/emacs/unreadable/pretest/leim.xdelta>
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.
This fixes the problem with the Leim tar in .101, and contains
the patches I sent to the list.
Other changes since .101
src/ChangeLog
2001-04-06 Dave Love <address@hidden>
* composite.c (update_compositions) <check_mask & CHECK_HEAD>: Fix
test of `from'.
2001-04-06 Gerd Moellmann <address@hidden>
* composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of
PROP.
* xdisp.c (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
2001-04-05 Gerd Moellmann <address@hidden>
* sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
* editfns.c (Fcurrent_time_zone): Accept spaces in timezone
names.
* xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
(syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING.
* xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the
shell widget's position only if it is non-null.
* xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Set
f->output_data.x->widget to null after destroying it.
* fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to
FILENAME to bring it in synch with the documentation.
* xfaces.c (realizing_basic_faces_p): Renamed from
realize_default_face_p.
(realize_basic_faces): Set/clear realizing_basic_faces_p.
(realize_default_face): Don't set the flag.
lisp/ChangeLog
2001-04-06 Dave Love <address@hidden>
* international/encoded-kb.el (encoded-kbd-self-insert-ccl):
Remove redundant string-to-list.
2001-04-05 Stefan Monnier <address@hidden>
* composite.el (reference-point-alist): Doc fix.
2001-04-05 Sam Steingold <address@hidden>
* font-lock.el (font-lock-keywords-case-fold-search):
Make buffer-local. This fixes a very annoying bug when loading a Lisp
file made font-lock case-insensitive.
2001-04-05 Gerd Moellmann <address@hidden>
* faces.el (defface menu): Doc fix.
* wid-edit.el (widget-color-sample-face-get): Don't make
faces for undefined colors.
* version.el (emacs-version): Include LessTif/Motif version info.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- New pretest 21.0.102,
Gerd Moellmann <=