aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2007-10-19 00:00:21 +0000
committerMiles Bader2007-10-19 00:00:21 +0000
commit9c8020a8df03dc67a56d7df15664dcf7ace54bf0 (patch)
tree09b0646addff3c39f9e96ba89c04bdcc038a87a7 /admin
parentdfc3268dfa133a2e0a677f1af7c1ee548eae065d (diff)
parentbd3164743080f3eb5fc316aca7cc5322ca58fe33 (diff)
downloademacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.tar.gz
emacs-9c8020a8df03dc67a56d7df15664dcf7ace54bf0.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 890-898) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 122-128) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog16
-rwxr-xr-xadmin/make-emacs2
-rwxr-xr-xadmin/nt/makedist.bat8
3 files changed, 15 insertions, 11 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 10cec99a09b..e73eb21327c 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12007-10-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * make-emacs: Doc fix.
4
12007-08-28 Glenn Morris <rgm@gnu.org> 52007-08-28 Glenn Morris <rgm@gnu.org>
2 6
3 * admin.el: Provide self. 7 * admin.el: Provide self.
@@ -167,7 +171,7 @@
1672005-10-17 Bill Wohler <wohler@newt.com> 1712005-10-17 Bill Wohler <wohler@newt.com>
168 172
169 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list 173 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
170 since it's gone. Also marked mh-e as done. 174 since it's gone. Also marked mh-e as done.
171 175
1722005-10-11 Juanma Barranquero <lekktu@gmail.com> 1762005-10-11 Juanma Barranquero <lekktu@gmail.com>
173 177
@@ -213,11 +217,11 @@
213 217
2142005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org> 2182005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
215 219
216 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial. The 220 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
217 first line of every tutorial must begin with a sentence saying 221 The first line of every tutorial must begin with a sentence saying
218 "Emacs Tutorial" in the respective language. This should be 222 "Emacs Tutorial" in the respective language. This should be
219 followed by "See end for copying conditions", likewise in the 223 followed by "See end for copying conditions", likewise in the
220 respective language. 224 respective language.
221 225
2222005-03-29 Luc Teirlinck <teirllm@auburn.edu> 2262005-03-29 Luc Teirlinck <teirllm@auburn.edu>
223 227
diff --git a/admin/make-emacs b/admin/make-emacs
index 23b4e1c6374..94bf2092a8b 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -68,7 +68,7 @@ Build Emacs.
68 --help show this help 68 --help show this help
69 --all make clean versionclean first 69 --all make clean versionclean first
70 --boot make boostrap, log to boot.log 70 --boot make boostrap, log to boot.log
71 --enable-checking ENABLE_CHECKING=1 (implies Lisp union type) 71 --enable-checking ENABLE_CHECKING=1
72 --no-warn disable warnings 72 --no-warn disable warnings
73 --check-marked GC_CHECK_MARKED_OBJECTS=1 73 --check-marked GC_CHECK_MARKED_OBJECTS=1
74 --optim no debug defines 74 --optim no debug defines
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index 5afef00e9b3..db9446db36e 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -35,8 +35,8 @@ copy %3\README.W32 emacs-%1\README.W32
35rem Info-ZIP zip seems to be broken on Windows. 35rem Info-ZIP zip seems to be broken on Windows.
36rem It always writes to zip.zip and treats the zipfile argument as one 36rem It always writes to zip.zip and treats the zipfile argument as one
37rem of the files to go in it. 37rem of the files to go in it.
38rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS 38rem zip -9 -r %2-bin-i386 emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim -x emacs.mdp *.pdb *.opt *~ CVS
397z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp 397z a -tZIP -mx=9 -xr!emacs.mdp -xr!*.pdb -xr!*.opt -xr!*~ -xr!CVS -xr!.arch-inventory %2-bin-i386.zip emacs-%1/BUGS emacs-%1/COPYING emacs-%1/README emacs-%1/README.W32 emacs-%1/INSTALL emacs-%1/bin emacs-%1/etc emacs-%1/info emacs-%1/lisp emacs-%1/leim emacs-%1/site-lisp
40del emacs-%1\README.W32 40del emacs-%1\README.W32
41if not (%4) == () goto end 41if not (%4) == () goto end
42 42
@@ -49,8 +49,8 @@ copy %3\dump.bat emacs-%1\bin\dump.bat
49rem Info-ZIP zip seems to be broken on Windows. 49rem Info-ZIP zip seems to be broken on Windows.
50rem It always writes to zip.zip and treats the zipfile argument as one 50rem It always writes to zip.zip and treats the zipfile argument as one
51rem of the files to go in it. 51rem of the files to go in it.
52rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X 52rem zip -9 -r %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
537z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X 537z a -tZIP -mx=9 %2-barebin-i386.zip emacs-%1/README.W32 emacs-%1/bin emacs-%1/etc/DOC-X emacs-%1/COPYING
54del emacs-%1\README.W32 54del emacs-%1\README.W32
55if not (%4) == () goto end 55if not (%4) == () goto end
56 56