From: Gerd Moellmann Date: Mon, 3 Jul 2000 13:49:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f51694043f0ef49a8e1c2ca342abc3700c3cc5a;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 1a5e112af5a..1500ca83a13 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 332bb16dda5..2efa91c95a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-07-03 Gerd Moellmann + * 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. diff --git a/man/ChangeLog b/man/ChangeLog index 208259baabd..76831d6474e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2000-07-03 Gerd Moellmann + + * 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 * programs.texi (Documentation): Describe how man pages with diff --git a/src/ChangeLog b/src/ChangeLog index 1bc2bf0b8bb..611bace2375 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-07-03 Gerd Moellmann + * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define. + * fns.c (sweep_weak_table): Mark only objects that are not marked already.