diff options
| author | Christoph Scholtes | 2012-02-05 15:51:11 -0700 |
|---|---|---|
| committer | Christoph Scholtes | 2012-02-05 15:51:11 -0700 |
| commit | 533183f36a33411897041aeb9a5c3fe274f0ea92 (patch) | |
| tree | f4624fc3f2637421c4fe25ef83323375b96d8633 | |
| parent | 3e44c7824fbd6bdc2396d89637f6760c70d9be39 (diff) | |
| download | emacs-533183f36a33411897041aeb9a5c3fe274f0ea92.tar.gz emacs-533183f36a33411897041aeb9a5c3fe274f0ea92.zip | |
Added missing bug numbers to Changelog entries.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 |
2 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> | 1 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 2 | ||
| 3 | * make-dist (README.W32): Include file in source tarball. | 3 | * make-dist (README.W32): Include file in source tarball. (Bug#9750) |
| 4 | 4 | ||
| 5 | * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform | 5 | * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform |
| 6 | specific makefiles to support getopt_.h generation with MSVC. | 6 | specific makefiles to support getopt_.h generation with MSVC. |
diff --git a/nt/ChangeLog b/nt/ChangeLog index d696b88abb4..66e988792a4 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> | 1 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 2 | ||
| 3 | * README.W32: Clarification for inclusion in source tarball. | 3 | * README.W32: Clarification for inclusion in source tarball. (Bug#9750) |
| 4 | 4 | ||
| 5 | * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC. | 5 | * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC. |
| 6 | 6 | ||
| @@ -9,7 +9,7 @@ | |||
| 9 | * makefile.w32-in (maybe-copy-distfiles) | 9 | * makefile.w32-in (maybe-copy-distfiles) |
| 10 | (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH) | 10 | (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH) |
| 11 | (create-tmp-dist-dir): Added to make --distfiles optional. | 11 | (create-tmp-dist-dir): Added to make --distfiles optional. |
| 12 | (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. | 12 | (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261) |
| 13 | 13 | ||
| 14 | 2012-02-04 Eli Zaretskii <eliz@gnu.org> | 14 | 2012-02-04 Eli Zaretskii <eliz@gnu.org> |
| 15 | 15 | ||