summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-08-23 17:07:57 +0000
committerEli Zaretskii <eliz@gnu.org>2008-08-23 17:07:57 +0000
commit293a3986b89b70f09cad122efa722fff01aaf069 (patch)
treec6f0777542dc83e67cdfaf014ab51cfedbb69e08 /msdos
parent6ac0a19e959bdb4d304eab0db4dce6fae79a2045 (diff)
downloademacs-293a3986b89b70f09cad122efa722fff01aaf069.tar.gz
*** empty log message ***
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 99d89d266d6..132966982ea 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,30 @@
+2008-08-23 Eli Zaretskii <eliz@gnu.org>
+
+ * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
+ src/s/msdos.h).
+
+ * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
+
+ * sed1v2.inp (version): Define to empty.
+ (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
+ (EXEEXT): Define to .exe.
+ Edit "ln -f" into "cp -pf".
+ Edit "touch" into "djecho $@ >", to avoid requiring touch.exe.
+ (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.
+ Edit "`/bin/pwd`/" into "./".
+ Stubify emacs after it is dumped, to produce emacs.exe.
+ Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and
+ b-emacs.exe to 3072K.
+
+ * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
+ (emacs): Renamed from `man', to reflect changes in doc directory
+ structure. All callers changed.
+ (clean mostlyclean distclean maintainer-clean extraclean): Chdir
+ into doc/ for manuals. Add misc subdirectory.
+ (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
+ (install): Don't stubify/stubedit emacs.exe, this is now done by
+ src/Makefile.
+
2007-10-05 Eli Zaretskii <eliz@gnu.org>
* sed6.inp: Update comment to reflect doc directory structure.