aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Scholtes2012-02-05 15:51:11 -0700
committerChristoph Scholtes2012-02-05 15:51:11 -0700
commit533183f36a33411897041aeb9a5c3fe274f0ea92 (patch)
treef4624fc3f2637421c4fe25ef83323375b96d8633
parent3e44c7824fbd6bdc2396d89637f6760c70d9be39 (diff)
downloademacs-533183f36a33411897041aeb9a5c3fe274f0ea92.tar.gz
emacs-533183f36a33411897041aeb9a5c3fe274f0ea92.zip
Added missing bug numbers to Changelog entries.
-rw-r--r--ChangeLog2
-rw-r--r--nt/ChangeLog4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 57476bbc791..d7d9b14c929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 12012-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 @@
12012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 12012-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
142012-02-04 Eli Zaretskii <eliz@gnu.org> 142012-02-04 Eli Zaretskii <eliz@gnu.org>
15 15