aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-12 22:00:20 +0000
committerRichard M. Stallman2003-07-12 22:00:20 +0000
commit800bebe3b77eff03e00293ae94c3086fea5cccfc (patch)
treeb8c9ecdf102c946b614c46e295545bc7a68de6ec
parentfdf83dbbfa574645b365fbb2d986c66d84d6f333 (diff)
downloademacs-800bebe3b77eff03e00293ae94c3086fea5cccfc.tar.gz
emacs-800bebe3b77eff03e00293ae94c3086fea5cccfc.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog5
4 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d72d7a91655..90065ca79bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12003-07-12 Richard M. Stallman <rms@gnu.org>
2
3 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4
12003-07-09 Kim F. Storm <storm@cua.dk> 52003-07-09 Kim F. Storm <storm@cua.dk>
2 6
3 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new 7 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
diff --git a/etc/NEWS b/etc/NEWS
index b5f7d1bace6..a67947e6196 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -92,6 +92,9 @@ See the files mac/README and mac/INSTALL for build instructions.
92** M-x view-file and commands that use it now avoid interfering 92** M-x view-file and commands that use it now avoid interfering
93with special modes such as Tar mode. 93with special modes such as Tar mode.
94 94
95** The apropos commands don't sort by scores unless they show scores.
96The option apropos-show-scores controls both uses of scores.
97
95+++ 98+++
96** The old bindings C-M-delete and C-M-backspace have been deleted, 99** The old bindings C-M-delete and C-M-backspace have been deleted,
97since there are situations where one or the other will shut down 100since there are situations where one or the other will shut down
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d892cb29df6..507f9b0496a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12003-07-12 Richard M. Stallman <rms@gnu.org>
2
3 * apropos.el (apropos-show-scores): Make it customizable.
4 Document new meaning.
5 (apropos): Compute scores from symbols.
6 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
7
12003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> 82003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 9
3 * ps-bdf.el: Fix copyright line. 10 * ps-bdf.el: Fix copyright line.
diff --git a/src/ChangeLog b/src/ChangeLog
index 241636e3fd3..143aaac4bf2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-07-12 Paul Eggert <eggert@twinsun.com>
2
3 * unexelf.c (unexec): Consider a section to precede the .bss
4 section if its addresses overlap that of .bss.
5
12003-07-12 Richard M. Stallman <rms@gnu.org> 62003-07-12 Richard M. Stallman <rms@gnu.org>
2 7
3 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g. 8 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.