summaryrefslogtreecommitdiff
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-12-11 23:32:41 +0000
committerPavel Janík <Pavel@Janik.cz>2002-12-11 23:32:41 +0000
commit649fc2c55b24de625125a9eb4adffe6d4748a29f (patch)
tree678cc71ec27a62dd8576b85d374fc0aefd4de83f /lib-src/ChangeLog
parent590dbcbaa6a2e1a06a589e2ba779c50c5a855e5b (diff)
downloademacs-649fc2c55b24de625125a9eb4adffe6d4748a29f.tar.gz
Make sure every message ends with a blank line, because some mbox parsers
require a blank line before "From " lines.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index b316887fb43..4f0c6a07002 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
+
+ * b2m.pl: Make sure every message ends with a blank line, because
+ some mbox parsers require a blank line before "From " lines.
+
2002-12-08 Richard M. Stallman <rms@gnu.org>
* getopt.c: Do include libintl.h if HAVE_LIBINTL_H.