diff options
| author | Christoph Scholtes | 2010-07-24 16:04:10 -0600 |
|---|---|---|
| committer | Christoph Scholtes | 2010-07-24 16:04:10 -0600 |
| commit | e0d6af9cc6544f93da4fac99226f0f9cfa01440d (patch) | |
| tree | 00d3612d31179c2eee198629ae1934dc44953b45 /nt/ChangeLog | |
| parent | 4ad28e2787389c20cefaa9817996650430c6f119 (diff) | |
| download | emacs-e0d6af9cc6544f93da4fac99226f0f9cfa01440d.tar.gz emacs-e0d6af9cc6544f93da4fac99226f0f9cfa01440d.zip | |
Code cleanup. Added ChangeLog entry.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index fbf5bdbaa30..4bbf483eb69 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> | 1 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> |
| 2 | 2 | ||
| 3 | * makefile.w32-in: Use temporary directory to create distribution | ||
| 4 | zip files in `dist' target. | ||
| 5 | * zipdist.bat: Simplify code using temporary directory. | ||
| 6 | |||
| 7 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> | ||
| 8 | |||
| 3 | New make target for Windows platform: make dist (bug#6602) | 9 | New make target for Windows platform: make dist (bug#6602) |
| 4 | 10 | ||
| 5 | * INSTALL: Document new dist target and add section about | 11 | * INSTALL: Document new dist target and add section about |