aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2009-02-28 14:31:20 +0000
committerEli Zaretskii <[email protected]>2009-02-28 14:31:20 +0000
commit2a1573ff0de3423b89869ad9cce65a2ae68f4dde (patch)
treeb1f7cb94ff9bcff9192e1fc4de8fbe53d5e04fd4
parent1685daf251b0674fc94cda02bbfad6f2ecfcaa3e (diff)
*** empty log message ***
-rw-r--r--msdos/ChangeLog2
-rw-r--r--src/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index 868fb39596..887d66c0b4 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,7 +1,7 @@
2009-02-28 Eli Zaretskii <[email protected]>
* mainmake.v2 (boot): Don't require b-emacs.exe if not building
- out of CVS.
+ out of CVS. (Bug#2151)
2008-12-19 Eli Zaretskii <[email protected]>
diff --git a/src/ChangeLog b/src/ChangeLog
index ed8102ed4b..a50d382ba9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,7 +6,7 @@
2009-02-28 Eli Zaretskii <[email protected]>
* coding.c (detect_coding_charset): Fix change from 2008-10-21.
- Also, check iso-latin-*, not only iso-8859-*.
+ Also, check iso-latin-*, not only iso-8859-*. (Bug#2497)
2009-02-27 Glenn Morris <[email protected]>