summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorChristoph Scholtes <cschol2112@gmail.com>2012-02-05 15:51:11 -0700
committerChristoph Scholtes <cschol2112@gmail.com>2012-02-05 15:51:11 -0700
commit533183f36a33411897041aeb9a5c3fe274f0ea92 (patch)
treef4624fc3f2637421c4fe25ef83323375b96d8633 /nt
parent3e44c7824fbd6bdc2396d89637f6760c70d9be39 (diff)
downloademacs-533183f36a33411897041aeb9a5c3fe274f0ea92.tar.gz
Added missing bug numbers to Changelog entries.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d696b88abb4..66e988792a4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,6 +1,6 @@
2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
- * README.W32: Clarification for inclusion in source tarball.
+ * README.W32: Clarification for inclusion in source tarball. (Bug#9750)
* gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
@@ -9,7 +9,7 @@
* makefile.w32-in (maybe-copy-distfiles)
(maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
(create-tmp-dist-dir): Added to make --distfiles optional.
- (dist): Use create-tmp-dist-dir and maybe-copy-distfiles.
+ (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261)
2012-02-04 Eli Zaretskii <eliz@gnu.org>