diff options
| author | Kenichi Handa | 2010-07-26 13:29:08 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-26 13:29:08 +0900 |
| commit | 50efd41b43c9b1b540c49c53d4e7824468ec7879 (patch) | |
| tree | 4a3be8d0322c537816f47a0c6450fc13495edf35 /etc | |
| parent | dfe3c90fa5974e200483297e11bb889d0589b8f5 (diff) | |
| parent | 7d383292d10b876efec43e77fd51c2665e912688 (diff) | |
| download | emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.tar.gz emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 7 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Document new --distfiles configure.bat option and | ||
| 4 | `dist' make target on Windows. | ||
| 5 | |||
| 1 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | 6 | 2010-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. |
| @@ -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 |
| 433 | runtime checks. | 433 | runtime 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 | ---------------------------------------------------------------------- |
| 437 | This file is part of GNU Emacs. | 443 | This file is part of GNU Emacs. |