aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-03 13:49:08 +0000
committerGerd Moellmann2000-07-03 13:49:08 +0000
commit2f51694043f0ef49a8e1c2ca342abc3700c3cc5a (patch)
tree2e73a1c9ee3366de554414b563e7413f4fe287de
parent2c8a6e9e96a4c5450f0d1c439376b7ddc4c515c5 (diff)
downloademacs-2f51694043f0ef49a8e1c2ca342abc3700c3cc5a.tar.gz
emacs-2f51694043f0ef49a8e1c2ca342abc3700c3cc5a.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/ChangeLog3
-rw-r--r--man/ChangeLog8
-rw-r--r--src/ChangeLog2
4 files changed, 16 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a5e112af5a..1500ca83a13 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -427,11 +427,9 @@ on terminals.
427 427
428** Sound support 428** Sound support
429 429
430Emacs supports playing sound files on GNU/Linux and the free BSDs 430Emacs supports playing sound files on GNU/Linux and FreeBSD (Voxware
431(Voxware driver and native BSD driver, aka as Luigi's driver). 431driver and native BSD driver, aka as Luigi's driver). Currently
432Currently supported file formats are RIFF-WAVE (*.wav) and Sun Audio 432supported file formats are RIFF-WAVE (*.wav) and Sun Audio (*.au).
433(*.au). You must configure Emacs with the option `--with-sound=yes'
434to enable sound support.
435 433
436** A new variable, backup-by-copying-when-privileged-mismatch, gives 434** A new variable, backup-by-copying-when-privileged-mismatch, gives
437the highest file uid for which backup-by-copying-when-mismatch will be 435the 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 @@
12000-07-03 Gerd Moellmann <gerd@gnu.org> 12000-07-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4 (face-x-resources): Remove duplicate entry for :font.
5
3 * textmodes/refer.el (refer-find-entry-internal): Use some-window 6 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4 instead of cycling through windows with next-window. 7 instead of cycling through windows with next-window.
5 8
diff --git a/man/ChangeLog b/man/ChangeLog
index 208259baabd..76831d6474e 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
12000-07-03 Gerd Moellmann <gerd@gnu.org>
2
3 * viper.texi, vip.texi, widget.texi, ada-mode.texi, sc.texi
4 * reftex.texi, pcl-cvs.texi, mh-e.texi, idlwave.texi
5 * forms.texi, faq.texi, eudc.texi, emacs.texi, ediff.texi
6 * dired-x.texi, cl.texi, cc-mode.texi, autotype.texi: Use
7 dircategory `Emacs'.
8
12000-06-22 Eli Zaretskii <eliz@is.elta.co.il> 92000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * programs.texi (Documentation): Describe how man pages with 11 * 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 @@
12000-07-03 Gerd Moellmann <gerd@gnu.org> 12000-07-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
4
3 * fns.c (sweep_weak_table): Mark only objects that are not 5 * fns.c (sweep_weak_table): Mark only objects that are not
4 marked already. 6 marked already.
5 7