]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Jul 2000 13:49:08 +0000 (13:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Jul 2000 13:49:08 +0000 (13:49 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 1a5e112af5ade71ac64f80c65744f14edbe82b99..1500ca83a13c1d0fe97be33d439ceb39df5471bd 100644 (file)
--- 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
index 332bb16dda579c62a680137df32489497670af04..2efa91c95a154a5267e48dd7049ff0d98094b2d2 100644 (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.
 
index 208259baabda21e97c18635083e78f2f48429eb6..76831d6474ef48b9af7841df1dc88cf5d7da05a6 100644 (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
index 1bc2bf0b8bb4516b2e7ab929a672a622d61407bf..611bace23753968b9a559c66c08c39d16eb73b16 100644 (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.