diff options
author | fluxgen <fluxgen> | 2002-09-07 18:56:49 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-07 18:56:49 (GMT) |
commit | a2b39c533e9b4fbf629f0ed64e70d0008044a399 (patch) | |
tree | ee78c25b0051f09c89adae0bf5fd6fd187f67a97 | |
parent | 8b60a62d4740d174020c2c977a7077ebd9d02ca6 (diff) | |
download | fluxbox-a2b39c533e9b4fbf629f0ed64e70d0008044a399.zip fluxbox-a2b39c533e9b4fbf629f0ed64e70d0008044a399.tar.bz2 |
changelog format
-rw-r--r-- | doc/Coding_style | 12 |
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 | |||
210 | and name filenames so it's clear what they hold so it's easier to find | 210 | and name filenames so it's clear what they hold so it's easier to find |
211 | functions, classes and other stuff. | 211 | functions, classes and other stuff. |
212 | 212 | ||
213 | |||
214 | ChangeLog format: | ||
215 | *year/month/day: | ||
216 | * whats changed (who changed it) | ||
217 | which file | ||
218 | |||
219 | ex: | ||
220 | |||
221 | *02/01/01: | ||
222 | * Fixed bug workspace change (TheDude) | ||
223 | Workspace.cc | ||
224 | |||