summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlex Rozenman <rozenman@gmail.com>2009-10-03 18:29:14 +0200
committerAlex Rozenman <rozenman@gmail.com>2009-10-03 18:29:14 +0200
commit5b1ff42379edbbf37b135d33aa5fb3c72da2dca1 (patch)
tree4ed0548e5cd5f46e02ec90e39af45d1edff6ed6f /ChangeLog
parent47eced3099712180364f4e01b839242027d9a9d8 (diff)
downloadbison-5b1ff42379edbbf37b135d33aa5fb3c72da2dca1.tar.gz
Add additional space after periods in NEWS.
* NEWS (2.5): here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b0bb876..35b71eeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-03 Alex Rozenman <rozenman@gmail.com>
+
+ Add additional space after periods in NEWS.
+ * NEWS (2.5): here.
+
2009-09-29 Joel E. Denny <jdenny@clemson.edu>
Use the correct conversion specifier for size_t.
@@ -22,16 +27,17 @@
2009-09-19 Alex Rozenman <rozenman@gmail.com>
Keep sub-messages aligned. Fix strings for translation.
- * src/location.h: (location_print): Add return value.
- * src/location.c: (location_print): Return number of printed
+ * src/location.h (location_print): Add return value.
+ * src/location.c (location_print): Return number of printed
characters.
- * src/complain.h: Two new functions (complain_at_indent,
- warn_at_indent).
- * src/complain.cpp: Implement the alignment mechanism. Add new
- static variable (indent_ptr). Use and update it (error_message,
- complain_at_indent, warn_at_indent).
- * src/scan-code.l: Fix strings for translations. Use new *_indent
- functions (parse_ref, show_sub_messages).
+ * src/complain.h (complain_at_indent, warn_at_indent): Prototype
+ new functions.
+ * src/complain.cpp (indent_ptr): New static variable.
+ (error_message, complain_at_indent, warn_at_indent): Implement
+ the alignment mechanism.
+ * src/scan-code.l (parse_ref, show_sub_messages): Fix strings
+ for translations. Use new alignment mechanism.
+ * tests/named-ref.at: Adjust test-cases.
* NEWS (2.5): Add an announcement about named references.
2009-09-17 Akim Demaille <demaille@gostai.com>