*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-07-03 13:49:08 +00:00
parent 2c8a6e9e96
commit 2f51694043
4 changed files with 16 additions and 5 deletions

View file

@ -427,11 +427,9 @@ on terminals.
** Sound support
Emacs supports playing sound files on GNU/Linux and the free BSDs
(Voxware driver and native BSD driver, aka as Luigi's driver).
Currently supported file formats are RIFF-WAVE (*.wav) and Sun Audio
(*.au). You must configure Emacs with the option `--with-sound=yes'
to enable sound support.
Emacs supports playing sound files on GNU/Linux and FreeBSD (Voxware
driver and native BSD driver, aka as Luigi's driver). Currently
supported file formats are RIFF-WAVE (*.wav) and Sun Audio (*.au).
** A new variable, backup-by-copying-when-privileged-mismatch, gives
the highest file uid for which backup-by-copying-when-mismatch will be

View file

@ -1,5 +1,8 @@
2000-07-03 Gerd Moellmann <gerd@gnu.org>
* faces.el (face-spec-set): Ignore invalid attributes like 20.x.
(face-x-resources): Remove duplicate entry for :font.
* textmodes/refer.el (refer-find-entry-internal): Use some-window
instead of cycling through windows with next-window.

View file

@ -1,3 +1,11 @@
2000-07-03 Gerd Moellmann <gerd@gnu.org>
* viper.texi, vip.texi, widget.texi, ada-mode.texi, sc.texi
* reftex.texi, pcl-cvs.texi, mh-e.texi, idlwave.texi
* forms.texi, faq.texi, eudc.texi, emacs.texi, ediff.texi
* dired-x.texi, cl.texi, cc-mode.texi, autotype.texi: Use
dircategory `Emacs'.
2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
* programs.texi (Documentation): Describe how man pages with

View file

@ -1,5 +1,7 @@
2000-07-03 Gerd Moellmann <gerd@gnu.org>
* m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
* fns.c (sweep_weak_table): Mark only objects that are not
marked already.