Release coccinelle-0.2.3rc3
[bpt/coccinelle.git] / changes.txt
index be3440a..2db95f2 100644 (file)
@@ -23,6 +23,7 @@
 - identifiers can be constrained to be different from an inherited
   identifier metavariable, or from a set containing both concrete
   identifiers and inherited identifier metavariables.
+- support for ocaml scripting
 
 ** Features:
 - drop inconsistent paths check when only one node was matched
 - Add a new option, -ignore_unknown_options, to ease the integration
   of Coccinelle as a checker in a toolchain.
 - error in python code causes immediate abort of spatch
-- use the same algorithm for collecing grep tokens as for collecting
+- use the same algorithm for collecting grep tokens as for collecting
   glimpse tokens
+- Add scripts/spatch.bash_completion for automatic completion of common
+  options under the bash shell.
 
 ** Bugfix:
 - drop inconsistent paths check when only one node was matched
@@ -61,6 +64,9 @@
 - matching and transformation allowed on inline
 - allow removed field between two ... in structure initialization
 - allow removing an entire structure initialization
+- manage labels within do while 0 macros
+- added space after : in printing a conditional expression.  Thanks to Josh
+  Triplett for noticing the problem.
 
 * 0.2.2
 ** Language: