diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
commit | add611caeebe4c504652f99895c30846af239339 (patch) | |
tree | 340c86fb0f937a641d791803e4ebf5e93e84ab1a /ChangeLog | |
parent | 7adb4243ad629554e496de173977721a8a5d0110 (diff) |
Displayed the about window.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@157 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +10-05-19 Cyrille Bagard <nocbos@gmail.com> + + * Makefile.am: + Compute the revision number based on SVN. + + * pixmaps/Makefile.am: + Install most of the new pictures. + + * pixmaps/openida.png: + * pixmaps/openida_text.png: + * pixmaps/openida_text.xcf: + * pixmaps/openida.xcf: + * pixmaps/revision_0.png: + * pixmaps/revision_1.png: + * pixmaps/revision_2.png: + * pixmaps/revision_3.png: + * pixmaps/revision_4.png: + * pixmaps/revision_5.png: + * pixmaps/revision_6.png: + * pixmaps/revision_7.png: + * pixmaps/revision_8.png: + * pixmaps/revision_9.png: + * pixmaps/revision.png: + New entries: add all pictures needed for the about window. + + * revision.h: + Create the header file containing the revision number. + + * src/dialogs/about.c: + * src/dialogs/about.h: + New entries: display the about window. + + * src/dialogs/Makefile.am: + Add the about.[ch] to libdialogs_a_SOURCES. + + * src/dialogs/plugins.h: + Typo. + + * src/editor.c: + Add a help/about menu. + + * src/format/Makefile.am: + Exclude the dwarf directory from compilation (for now). + + * src/gtkext/support.h: + Typo. + 10-05-17 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |