summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1796965..5334f77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: