OSDN Git Service

Do not track .orig files.
[mingw/wtklite.git] / ChangeLog
1 2013-08-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Do not track .orig files.
4
5         * .hgignore (**.orig): Add pattern.
6         * .gitignore (*.orig): Likewise.
7
8 2013-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
9
10         Add default handler for WM_CLOSE message.
11
12         * wtklite.h (GenericWindow::OnClose): New inline method.
13         * wndproc.cpp (GenericWindow::OnClose): Map it to WM_CLOSE.
14
15 2012-09-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
16
17         Change package name from wtk/wtkplus to wtklite.
18
19         * configure.ac (AC_INIT): Set package name field to wtklite.
20
21         * wtkplus.h: Rename file as...
22         * wtklite.h: ...this.
23
24         * Makefile.in: Change corresponding generated library name...
25         (libwtkplus.a): ...from this...
26         (libwtklite.a): ...to this.
27
28         * all files: Update references accordingly.
29
30 2012-09-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
31
32         Licence wording enhancements.
33
34         * install-sh: Excepting this (which remains unchanged)...
35         * all source files: Explicitly note requirement to quote disclaimer in
36         all copies and substantial portions of the software.
37
38 2012-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
39
40         New package.