-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
43 lines (28 loc) · 1.17 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2009-03-17 David King <amigadave@gmail.com>
* Makefile.am: Fix build for recursive make.
* configure.ac: Fix AC_CONFIG_SRCDIR and AC_CONFIG_FILES.
* src/main_window.h: Add missing #endif.
2009-03-14 David King <amigadave@gmail.com>
* src/*.[cpp|h]: Indent two spaces.
2009-03-14 David King <amigadave@gmail.com>
* Makefile.am:
* src/*.cpp: Move .cpp files to .cc.
* AUTHORS: Add email addresses.
2009-03-08 David King <amigadave@gmail.com>
* src/*.h: Make protected class members private. Change "config.h" to
<config.h>. Add include guards. Trim use of virtual keyword. Use
explicit for single-argument constructors.
* src/*.cpp: Remove DEBUG ifdefs.
2009-03-08 David King <amigadave@gmail.com>
* data/imp_mainwindow_ui.xml: Move from src/.
* src/*.[cpp|h]: Remove executable bit.
2009-03-08 David King <amigadave@gmail.com>
* .gitignore: New file.
* AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README: Remove
executable bit.
* autogen.sh: Add autogen script.
* configure.ac, Makefile.am: Alter for non-recursive make.
2009-01-20 David King <amigadave@gmail.com>
* Initial commit.
2008-10-10 David King <amigadave@gmail.com>
* First version.