]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 2003 22:00:20 +0000 (22:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 2003 22:00:20 +0000 (22:00 +0000)
ChangeLog
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index d72d7a916551e15a6e7e99331f67a96d10c12ec9..90065ca79bfe00242aaa15d1c5ef6e679e67f900 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b5f7d1bace67b3cabc1fb6aff27b3ea8864c2256..a67947e6196696fd6570fe9e39b30631ae041bb9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -92,6 +92,9 @@ See the files mac/README and mac/INSTALL for build instructions.
 ** 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
index d892cb29df627d21183c3f51113178d69f94091f..507f9b0496a49a7e5612b7532a6fb177b656c171 100644 (file)
@@ -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.
index 241636e3fd3522d8cd7ee6e3cacdff0d2b30eda1..143aaac4bf208b0c2175118f11e0cab7c901042a 100644 (file)
@@ -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.