all repos — fluxbox @ a2b39c533e9b4fbf629f0ed64e70d0008044a399

custom fork of the fluxbox windowmanager

changelog format
fluxgen fluxgen
commit

a2b39c533e9b4fbf629f0ed64e70d0008044a399

parent

8b60a62d4740d174020c2c977a7077ebd9d02ca6

1 files changed, 12 insertions(+), 0 deletions(-)

jump to
M doc/Coding_styledoc/Coding_style

@@ -210,3 +210,15 @@ Don't create free-functions, encapsulate them in a namespace or a class

and name filenames so it's clear what they hold so it's easier to find functions, classes and other stuff. + +ChangeLog format: +*year/month/day: + * whats changed (who changed it) + which file + +ex: + +*02/01/01: + * Fixed bug workspace change (TheDude) + Workspace.cc +