changeset 51886:8065f7ca3329

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jul 2003 22:00:20 +0000
parents 1167403cc11b
children a39d64d1eb50
files ChangeLog etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 4 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 12 21:59:54 2003 +0000
+++ b/ChangeLog	Sat Jul 12 22:00:20 2003 +0000
@@ -1,3 +1,7 @@
+2003-07-12  Richard M. Stallman  <rms@gnu.org>
+
+	* configure.in [netbsd systems]: Define HAVE_CRTIN properly.
+
 2003-07-09  Kim F. Storm  <storm@cua.dk>
 
 	* INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
--- a/etc/NEWS	Sat Jul 12 21:59:54 2003 +0000
+++ b/etc/NEWS	Sat Jul 12 22:00:20 2003 +0000
@@ -92,6 +92,9 @@
 ** M-x view-file and commands that use it now avoid interfering
 with special modes such as Tar mode.
 
+** The apropos commands don't sort by scores unless they show scores.
+The option apropos-show-scores controls both uses of scores.
+
 +++
 ** The old bindings C-M-delete and C-M-backspace have been deleted,
 since there are situations where one or the other will shut down
--- a/lisp/ChangeLog	Sat Jul 12 21:59:54 2003 +0000
+++ b/lisp/ChangeLog	Sat Jul 12 22:00:20 2003 +0000
@@ -1,3 +1,10 @@
+2003-07-12  Richard M. Stallman  <rms@gnu.org>
+
+	* apropos.el (apropos-show-scores): Make it customizable.
+	Document new meaning.
+	(apropos): Compute scores from symbols.
+	(apropos-print): Don't sort by scores if apropos-show-scores is nil.
+
 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 	* ps-bdf.el: Fix copyright line.
--- a/src/ChangeLog	Sat Jul 12 21:59:54 2003 +0000
+++ b/src/ChangeLog	Sat Jul 12 22:00:20 2003 +0000
@@ -1,3 +1,8 @@
+2003-07-12  Paul Eggert  <eggert@twinsun.com>
+
+	* unexelf.c (unexec): Consider a section to precede the .bss
+	section if its addresses overlap that of .bss.
+
 2003-07-12  Richard M. Stallman  <rms@gnu.org>
 
 	* Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.