0. old reports waiting for ACK =============================================

1. For the upcoming release =========================================================================
	+ BUG: doc/datasheet.html missing [report: Barjac]
	+ FEATURE: loading order [report: hzeller]
		-> files loaded from the CLI or GUI are prepended in the layer stack; this is good, because on GUI load we want most recently loaded file on top
		-> but loading multiple files at once (CLI lists or GUI multi-selection) end up in reverse order because of this
		-> there could be loading groups (a CLI list is one group, a GUI multi-selection is one group); the whole group would be loaded with order preserved (from up-down) but the whole group would be prepended

2. For later releases ===============================================================================
	- CLEANUP: remove inline, use RND_INLINE - check src_3rd as well (librnd5 critical)
	- BUG: wrongorder of layers when design saved to tEDAx and reloaded [report: aron]
	- BUG: apply bug_files/TODO/gui_layersel_move.patch  in src_plugins/gui/ [report: aron]
	- BUG: {i c p}, tree tab, layer colors, [4], edit at user role: saves a conf array with empty nodes up to [4] [report: Alain]
	- DOC: pool node on how to create and load a "project file" action script that loads specific file names and assigns colors to the resulting layers [report: Alain]
	- FEATURE: librnd API extension: load multiple files using the GUI [report: Ade]
	- FEATURE: librnd API extension: drag&drop reodering of layers [report: hzeller]
	- FEATURE: flip like in pcb-rnd (same hotkeys: tab et al); when reversing layer order, watch out for sublayers! [report: aron]
	- FEATURE: draw.c: [report: cuvoodoo]
		- add popup menu+dialog for the transformations per layer
	- replace byacc with byaccic:
		- gcode
		- gerber

