From: Andre Noll Date: Sun, 6 May 2018 08:54:47 +0000 (+0200) Subject: Merge branch 'refs/heads/t/doc' X-Git-Tag: v0.6.2~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f4019242252bf8e7594a72efdac6214a5abd4364 Merge branch 'refs/heads/t/doc' Some minor documentation improvements. Cooking for four months. * refs/heads/t/doc: Fix bad grammar "allows ". doc: Move filter examples to man page. doc: Move sender examples to manual page. --- f4019242252bf8e7594a72efdac6214a5abd4364 diff --cc NEWS.md index 4fd9dcb4,d0bd6585..9ced85e9 --- a/NEWS.md +++ b/NEWS.md @@@ -1,13 -1,6 +1,15 @@@ NEWS ==== +------------------------------------------- +0.6.2 (to be accounced) "elastic diversity" +------------------------------------------- + +- para_gui no longer waits up to one second to update the screen when +the geometry of the terminal changes. + ++- Minor documentation improvements. ++ ---------------------------------------- 0.6.1 (2017-09-23) "segmented iteration" ---------------------------------------- diff --cc mp.c index c5702c62,3f6cfbe6..bade05bc --- a/mp.c +++ b/mp.c @@@ -6,10 -6,10 +6,10 @@@ * This file contains the public and the private API of the flex/bison based * mood parser. * - * The public API (at the bottom of the file) allows to parse the same mood + * The public API (at the bottom of the file) allows parsing the same mood * definition many times in an efficient manner. * - * The first function to all is \ref mp_init(), which analyzes the given mood + * The first function to call is \ref mp_init(), which analyzes the given mood * definition syntactically. It returns the abstract syntax tree of the mood * definition and pre-compiles all regular expression patterns to make later * pattern matching efficient.