aboutsummaryrefslogtreecommitdiff
path: root/doc/Coding_style
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-07 18:56:49 (GMT)
committerfluxgen <fluxgen>2002-09-07 18:56:49 (GMT)
commita2b39c533e9b4fbf629f0ed64e70d0008044a399 (patch)
treeee78c25b0051f09c89adae0bf5fd6fd187f67a97 /doc/Coding_style
parent8b60a62d4740d174020c2c977a7077ebd9d02ca6 (diff)
downloadfluxbox-a2b39c533e9b4fbf629f0ed64e70d0008044a399.zip
fluxbox-a2b39c533e9b4fbf629f0ed64e70d0008044a399.tar.bz2
changelog format
Diffstat (limited to 'doc/Coding_style')
-rw-r--r--doc/Coding_style12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Coding_style b/doc/Coding_style
index 0cd9211..0c10170 100644
--- a/doc/Coding_style
+++ b/doc/Coding_style
@@ -210,3 +210,15 @@ Don't create free-functions, encapsulate them in a namespace or a class
210and name filenames so it's clear what they hold so it's easier to find 210and name filenames so it's clear what they hold so it's easier to find
211functions, classes and other stuff. 211functions, classes and other stuff.
212 212
213
214ChangeLog format:
215*year/month/day:
216 * whats changed (who changed it)
217 which file
218
219ex:
220
221*02/01/01:
222 * Fixed bug workspace change (TheDude)
223 Workspace.cc
224