作図ソフト dia の改良版
修訂 | 3215e581b91f24199f8b1678f8a7bbabad299cce (tree) |
---|---|
時間 | 2004-07-26 14:00:18 |
作者 | Lars Clausen <lclausen@src....> |
Commiter | Lars Clausen |
0.94-pre3
@@ -1,5 +1,12 @@ | ||
1 | 1 | 2004-07-25 Lars Clausen <lars@raeder.dk> |
2 | 2 | |
3 | + * dia.spec (Release): | |
4 | + * configure.in: | |
5 | + * NEWS: | |
6 | + * config.h.win32: | |
7 | + * doc/en/dia.xml: | |
8 | + * doc/pl/dia.xml: Pre3 coming out. | |
9 | + | |
3 | 10 | * lib/diarenderer.c (draw_polygon): |
4 | 11 | * plug-ins/dxf/dxf-export.c (export_dxf): Two fixes by Takeshi |
5 | 12 | Hamasaki <hma@syd.odn.ne.jp>: Correct header to be a 0 (zero) |
@@ -1,3 +1,7 @@ | ||
1 | +dia-0.94-pre3: 25-Jul-2004 | |
2 | + | |
3 | +Fixing a number of png issues and a few bugs. | |
4 | + | |
1 | 5 | dia-0.94-pre2: 17-Jul-2004 |
2 | 6 | |
3 | 7 | Second prerelease of version 0.94. Bunch of small fixes, but together |
@@ -17,7 +17,7 @@ | ||
17 | 17 | #define GETTEXT_PACKAGE "dia" |
18 | 18 | #define LOCALEDIR "../lib/locale" |
19 | 19 | |
20 | -#define VERSION "0.94-pre2" | |
20 | +#define VERSION "0.94-pre3" | |
21 | 21 | |
22 | 22 | /* |
23 | 23 | * We are linking libxml as DLL with either msvc or mingw, but this |
@@ -1,6 +1,6 @@ | ||
1 | 1 | dnl Process this -*- autoconf -*- file with autoconf to produce a |
2 | 2 | dnl configure script. |
3 | -AC_INIT(dia, 0.94-pre2, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
3 | +AC_INIT(dia, 0.94-pre3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
4 | 4 | AC_CONFIG_SRCDIR(app/diagram.c) |
5 | 5 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) |
6 | 6 |
@@ -6,7 +6,7 @@ Summary: A gtk+ based diagram creation program. | ||
6 | 6 | Name: %name |
7 | 7 | Version: %ver |
8 | 8 | # This indicates changes to the spec file after last time %ver has changed. |
9 | -Release: pre2 | |
9 | +Release: pre3 | |
10 | 10 | Copyright: GPL |
11 | 11 | Group: Applications/ |
12 | 12 | Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz |
@@ -8,7 +8,7 @@ | ||
8 | 8 | |
9 | 9 | [ |
10 | 10 | |
11 | - <!ENTITY VERSION "0.94-pre2"> | |
11 | + <!ENTITY VERSION "0.94-pre3"> | |
12 | 12 | |
13 | 13 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
14 | 14 |
@@ -1,7 +1,7 @@ | ||
1 | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
2 | 2 | |
3 | 3 | <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[ |
4 | -<!ENTITY VERSION "0.94-pre2"> | |
4 | +<!ENTITY VERSION "0.94-pre3"> | |
5 | 5 | <!ENTITY INTRODUCTION SYSTEM "intro.sgml"> |
6 | 6 | <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml"> |
7 | 7 | <!ENTITY CANVAS SYSTEM "usage-canvas.sgml"> |
@@ -642,7 +642,7 @@ draw_string (DiaRenderer *object, | ||
642 | 642 | |
643 | 643 | { |
644 | 644 | int height_pixels = dia_transform_length(renderer->transform, object->font_height); |
645 | - if (height_pixels < 2) { | |
645 | + if (height_pixels < 2) { /* "Greeking" instead of making tiny font */ | |
646 | 646 | int width_pixels = dia_transform_length( |
647 | 647 | renderer->transform, |
648 | 648 | dia_font_string_width(text, object->font, object->font_height)); |