作図ソフト dia の改良版
Revision | 58260db482959e48b2fcb590565fbeec3c8a80f6 (tree) |
---|---|
Time | 2003-09-24 04:28:54 |
Author | Lars Clausen <lclausen@src....> |
Commiter | Lars Clausen |
pre3
@@ -1,5 +1,13 @@ | ||
1 | 1 | 2003-09-22 Lars Clausen <lrclause@cs.uiuc.edu> |
2 | 2 | |
3 | + * doc/pl/dia-manual.sgml: | |
4 | + * doc/en/dia-manual.xml: | |
5 | + * dia.spec (Release): | |
6 | + * configure.in: | |
7 | + * config.h.win32: | |
8 | + * NEWS: | |
9 | + pre3 improves font rendering speed. | |
10 | + | |
3 | 11 | * app/app_procs.c (app_init): Don't do pango init here, it's done |
4 | 12 | on demand in font.c now. |
5 | 13 |
@@ -1,3 +1,7 @@ | ||
1 | +dia-0.92-pre3: 22-Sep-2003 | |
2 | + | |
3 | +* Working caching of Pango context removes huge slowdown from pre2. | |
4 | + | |
1 | 5 | dia-0.92-pre2: 11-Sep-2003 |
2 | 6 | |
3 | 7 | * Ensure loading of fonts and (semi-)correct DPI setting for Pango. |
@@ -14,7 +14,7 @@ | ||
14 | 14 | #define GETTEXT_PACKAGE "dia" |
15 | 15 | #define LOCALEDIR "../lib/locale" |
16 | 16 | |
17 | -#define VERSION "0.92-pre2 | |
17 | +#define VERSION "0.92-pre3 | |
18 | 18 | |
19 | 19 | /* |
20 | 20 | * 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.92-pre2, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
3 | +AC_INIT(dia, 0.92-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 |
@@ -4,7 +4,7 @@ | ||
4 | 4 | Summary: A gtk+ based diagram creation program. |
5 | 5 | Name: %name |
6 | 6 | Version: %ver |
7 | -Release: pre2 | |
7 | +Release: pre3 | |
8 | 8 | Copyright: GPL |
9 | 9 | Group: Applications/ |
10 | 10 | Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz |
@@ -9,7 +9,7 @@ | ||
9 | 9 | <!ENTITY % entities SYSTEM "entities.xml"> |
10 | 10 | %entities; |
11 | 11 | |
12 | - <!ENTITY VERSION "0.92-pre2"> | |
12 | + <!ENTITY VERSION "0.92-pre3"> | |
13 | 13 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
14 | 14 | <!ENTITY QUICKSTART SYSTEM "usage-quickstart.xml"> |
15 | 15 | <!ENTITY CANVAS SYSTEM "usage-canvas.xml"> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"[ |
2 | -<!ENTITY VERSION "0.92-pre2"> | |
2 | +<!ENTITY VERSION "0.92-pre3"> | |
3 | 3 | <!ENTITY INTRODUCTION SYSTEM "intro.sgml"> |
4 | 4 | <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml"> |
5 | 5 | <!ENTITY CANVAS SYSTEM "usage-canvas.sgml"> |