2 - don't send yourself notifications in osm-upload-changes; ideally it
3 should send the notification to the last person that touched the
5 - see why changes to addr:* don't actually work, although present in the
7 - it seems none of the changes that should apply on nodes work
10 - clean up double spaces only on request, not always - useful for clean
11 osmchanges files which target a specific single change
12 - regexp pattern matching for input
13 - allow "logical and" to couple matching elements to make more refined
15 - allow more complex changes like:
16 "if name=fixme or name=tbd then remove the name tag and add a fixme
17 tag with value 'name unknown'"
18 "if name matches regexp 'DN (\d+)' and ref not defined, remove name and
19 add ref='DN$1'" - i.e. use perl regexps for input matching and output