]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
doc: comment changes.
[bison.git] / ChangeLog
index a4a0368f2d3f63b2fee2671621f1f2242d9378a4..d52c41c9590f9306a8c567bb206789977f379e80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2009-09-16  Akim Demaille  <demaille@gostai.com>
+
+       doc: comment changes.
+       * doc/bison.texinfo: Comment changes.
+
+2009-09-16  Akim Demaille  <demaille@gostai.com>
+
+       doc: spell checking.
+       * doc/bison.texinfo: here.
+
+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
+       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).
+       * tests/named-ref.at: Adjust testcases.
+       * NEWS (2.5): Add an announcement about named references.
+
 2009-09-13  Joel E. Denny  <jdenny@clemson.edu>
 
        tests: clean up push.at test group titles.