aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-07-26 13:29:08 +0900
committerKenichi Handa2010-07-26 13:29:08 +0900
commit50efd41b43c9b1b540c49c53d4e7824468ec7879 (patch)
tree4a3be8d0322c537816f47a0c6450fc13495edf35 /etc
parentdfe3c90fa5974e200483297e11bb889d0589b8f5 (diff)
parent7d383292d10b876efec43e77fd51c2665e912688 (diff)
downloademacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.tar.gz
emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/NEWS6
2 files changed, 12 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index ee1915245a0..a2770c12305 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12010-07-24 Christoph Scholtes <cschol2112@gmail.com>
2
3 * NEWS: Document new --distfiles configure.bat option and
4 `dist' make target on Windows.
5
12010-07-20 Juanma Barranquero <lekktu@gmail.com> 62010-07-20 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * PROBLEMS: Add note about use of backslashes in Windows paths. 8 * PROBLEMS: Add note about use of backslashes in Windows paths.
@@ -4941,7 +4946,7 @@
4941 * etags.c: Changes for VMS. 4946 * etags.c: Changes for VMS.
4942 Always define ETAGS on VMS. 4947 Always define ETAGS on VMS.
4943 Define macros GOOD and BAD for success and failure exit codes. 4948 Define macros GOOD and BAD for success and failure exit codes.
4944 (begtk, intk): Allow `$' in identifiers 4949 (begtk, intk): Allow `$' in identifiers.
4945 (main): Don't support -B, -F or -u on VMS. 4950 (main): Don't support -B, -F or -u on VMS.
4946 Alternate loop for scanning filename arguments. 4951 Alternate loop for scanning filename arguments.
4947 (system): Delete definition of this function. 4952 (system): Delete definition of this function.
diff --git a/etc/NEWS b/etc/NEWS
index 31dd69d5b4c..6b781ab8364 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,12 @@ displayed with a "spinning bar".
432** New configure.bat option --enable-checking builds emacs with extra 432** New configure.bat option --enable-checking builds emacs with extra
433runtime checks. 433runtime checks.
434 434
435** New configure.bat option --distfiles to specify files to be
436 included in binary distribution
437
438** New make target `dist' to create binary disttribution for Windows
439 platform
440
435 441
436---------------------------------------------------------------------- 442----------------------------------------------------------------------
437This file is part of GNU Emacs. 443This file is part of GNU Emacs.