• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revision286828e8a3b8ee3430df8f88e6914a4883f06a82 (tree)
Time2006-12-14 07:19:52
AuthorLars Clausen <lclausen@src....>
CommiterLars Clausen

Log Message

Version 0.96 first prerelease updates, and some build fixes.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
1+2006-12-13 Lars Clausen <lars@raeder.dk>
2+
3+ * Makefile.am (core-translation-report): Clean up after
4+ po-checktrans copying.
5+
6+ * lib/plug-ins.h (DIA_PLUGIN_API_VERSION): Updated due to changes.
7+
8+ * NEWS:
9+ * configure.in:
10+ * config.h.win32:
11+ * doc/en/dia.xml:
12+ * doc/pl/dia.xml:
13+ * doc/eu/dia.xml: Updated to version 0.96-pre1
14+
15+ * plug-ins/vdx/Makefile.am (libvdx_filter_la_SOURCES): Added
16+ visio-types.h
17+
18+ * po/POTFILES.in: Removed EML.sheet.in.
19+
120 2006-12-09 Lars Clausen <lars@raeder.dk>
221
322 * app/diapsft2renderer.c (ANNOYING_SCALE_FACTOR): Recalculated the
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,11 +36,14 @@ po/Makefile: po/Makefile.in
3636 (cd po ; make -f Makefile.in Makefile ; make) # gettext hack
3737
3838 core-translation-report: po/dia.pot $(srcdir)/po-checktrans.py $(srcdir)/po-checktrans
39- if [ "$(srcdir)" != "." ]; then \
39+ if [ ! "$(srcdir)" -ef "." ]; then \
4040 cp $(srcdir)/po-checktrans .; \
4141 cp $(srcdir)/po-checktrans.py .; \
4242 fi
4343 ./po-checktrans po/dia.pot $(srcdir)/po/*.po
44+ if [ ! "$(srcdir)" -ef "." ]; then \
45+ rm -f ./po-checktrans ./po-checktrans.py; \
46+ fi
4447
4548 all-local: core-translation-report po/Makefile
4649
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1-dia-0.96-pre1: 3-Dev-2006
1+dia-0.96-pre1: 13-Dev-2006
22
33 * First release candidate for 0.96. Main improvements:
44
--- a/config.h.win32
+++ b/config.h.win32
@@ -18,7 +18,7 @@
1818 #undef LOCALEDIR /* needs to be calculated at runtime */
1919 /* NOT: #define LOCALEDIR "../lib/locale" */
2020
21-#define VERSION "0.95+cvs"
21+#define VERSION "0.96-pre1"
2222
2323 /*
2424 * We are linking libxml as DLL with either msvc or mingw, but this
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 dnl configure script.
3-AC_INIT(dia, 0.95+cvs, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
3+AC_INIT(dia, 0.96-pre1, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66
--- a/doc/en/dia.xml
+++ b/doc/en/dia.xml
@@ -8,7 +8,7 @@
88
99 [
1010
11- <!ENTITY VERSION "0.95">
11+ <!ENTITY VERSION "0.96-pre1">
1212
1313 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1414
--- a/doc/eu/dia.xml
+++ b/doc/eu/dia.xml
@@ -4,7 +4,7 @@
44
55 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd" [
66
7- <!ENTITY VERSION "0.95">
7+ <!ENTITY VERSION "0.96-pre1">
88
99 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1010
--- a/doc/pl/dia.xml
+++ b/doc/pl/dia.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="iso-8859-1"?>
22
33 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[
4-<!ENTITY VERSION "0.95">
4+<!ENTITY VERSION "0.96-pre1">
55 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
66 <!ENTITY QUICKSTART SYSTEM "usage-quickstart.xml">
77 <!ENTITY CANVAS SYSTEM "usage-canvas.xml">
--- a/lib/plug-ins.h
+++ b/lib/plug-ins.h
@@ -48,7 +48,7 @@ G_BEGIN_DECLS
4848 * The list is by no means complete. If in doubt about your change
4949 * please ask on dia-list or alternative increment ;-) --hb
5050 */
51-#define DIA_PLUGIN_API_VERSION 7
51+#define DIA_PLUGIN_API_VERSION 8
5252
5353 typedef enum {
5454 DIA_PLUGIN_INIT_OK,
--- a/plug-ins/vdx/Makefile.am
+++ b/plug-ins/vdx/Makefile.am
@@ -4,6 +4,7 @@ pkglib_LTLIBRARIES = libvdx_filter.la
44
55 libvdx_filter_la_SOURCES = \
66 vdx.c \
7+ visio-types.h \
78 vdx-import.c \
89 vdx-export.c \
910 vdx-common.c \
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -199,7 +199,6 @@ sheets/ChemEng.sheet.in
199199 sheets/Circuit.sheet.in
200200 sheets/Contact.sheet.in
201201 sheets/Cybernetics.sheet.in
202-sheets/EML.sheet.in
203202 sheets/ER.sheet.in
204203 sheets/Electric.sheet.in
205204 sheets/FS.sheet.in