aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-03-23 03:47:54 +0000
committerGlenn Morris2007-03-23 03:47:54 +0000
commit7ba3f463dfca7d8be81b893242ce35c9ab4d3cb6 (patch)
tree87c6784658e503d2798b9026cd8ef8eea68154b4
parent7a1b6618e13b6bd33736974aec0166c54bdbd97b (diff)
downloademacs-7ba3f463dfca7d8be81b893242ce35c9ab4d3cb6.tar.gz
emacs-7ba3f463dfca7d8be81b893242ce35c9ab4d3cb6.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--etc/ChangeLog11
-rw-r--r--etc/NEWS4
3 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a1999a1b5c3..382686b3fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12007-03-23 Glenn Morris <rgm@gnu.org>
2
3 * configure.in: Restore support for hp800 (removed 2007-01-27)
4 following clarification of legal status.
5
12007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change) 62007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2 7
3 * configure.in: Add support for AIX4.3 on IBM RS6000. 8 * configure.in: Add support for AIX4.3 on IBM RS6000.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 930ecd7eadd..22fa670bdb4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,5 +1,16 @@
12007-03-23 Glenn Morris <rgm@gnu.org> 12007-03-23 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): Delete
4 unused variables.
5 (dired-refcards, misc-refcards, survival-card, viper-cards): New
6 targets.
7 (all): Also build dired-refcards and misc-refcards.
8 (clean, distclean, maintainer-clean): Depend on mostlyclean.
9 (SOURCES): Remove non-existent files.
10 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
11 Mark as phony.
12 (.ps files): Specify default papersize in the dvips command.
13
3 * fr-refcard.tex (\letterpaper): Switch to A4. 14 * fr-refcard.tex (\letterpaper): Switch to A4.
4 (\section): Reduce \vskips to fit on A4 paper. 15 (\section): Reduce \vskips to fit on A4 paper.
5 (\shortcopyrightnotice): Display at end of first column. 16 (\shortcopyrightnotice): Display at end of first column.
diff --git a/etc/NEWS b/etc/NEWS
index 8b22fd38b84..6797014b146 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -144,10 +144,6 @@ See the files mac/README and mac/INSTALL for build instructions.
144** Support for GNU/Linux systems on X86-64 machines was added. 144** Support for GNU/Linux systems on X86-64 machines was added.
145 145
146--- 146---
147** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines
148was removed.
149
150---
151** Mac OS 9 port now uses the Carbon API by default. You can also 147** Mac OS 9 port now uses the Carbon API by default. You can also
152create non-Carbon build by specifying `NonCarbon' as a target. See 148create non-Carbon build by specifying `NonCarbon' as a target. See
153the files mac/README and mac/INSTALL for build instructions. 149the files mac/README and mac/INSTALL for build instructions.