From: Martin Mares Date: Tue, 28 Jan 2014 15:30:41 +0000 (+0100) Subject: Doc: Indentation X-Git-Tag: v5.99~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dfb14592e2632a12bd995295a3ac8d40ba647a32;p=libucw.git Doc: Indentation --- diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 9ab1921f..9cab4058 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -22,12 +22,12 @@ Release notes argument (item count) of `GARY_PUSH` and `GARY_POP`. If you want to push/pop multiple elements at once, use `GARY_PUSH_MULTI` and `GARY_POP_MULTI`. * *Incompatible:* The interface of the <> module was cleaned up - to remove non-systematic side-effects. The `HEAP_INSERT` operation is now - a proper insert (previously, it was just cleanup after insertion performed - by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN` - operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and - `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements - in the heap, please check the notes at individual functions. + to remove non-systematic side-effects. The `HEAP_INSERT` operation is now + a proper insert (previously, it was just cleanup after insertion performed + by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN` + operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and + `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements + in the heap, please check the notes at individual functions. * The <> has been improved: ** Multiple instances of the configuration parser are supported. ** *Incompatible:* As there may be more instances, we can no longer use