• 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

Revisionfdef94a427756815cc99f64c141ca73e861f9a7e (tree)
Time1999-01-24 21:12:49
AuthorAlexander Larsson <alexl@src....>
CommiterAlexander Larsson

Log Message

Updates to docs for release.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
1-1999-01-22 Alexander Larsson <alex@c125.ryd.student.liu.se>
1+1999-01-24 Alexander Larsson <alla@lysator.liu.se>
2+
3+ * INSTALL:
4+ Added text about needing gtk 1.1.13 and gnome-xml.
5+
6+ * NEWS:
7+ Described changes since last version (0.20).
8+
9+ Released version 0.30, tagged DIA_0_30.
10+
11+1999-01-22 Alexander Larsson <alla@lysator.liu.se>
212
313 * app/magnify.c (magnify_button_release):
414 Fixed a problem when zooming in on a very small box would
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,18 @@
1+Dia needs Gtk+ at least version 1.1.13 installed.
2+It can be found at:
3+
4+ftp://ftp.gtk.org/pub/gtk/v1.1/glib-1.1.13.tar.gz
5+and
6+ftp://ftp.gtk.org/pub/gtk/v1.1/gtk+-1.1.13.tar.gz
7+
8+Binaries availible at:
9+ftp://ftp.gtk.org/pub/gtk/binary/devel/RPMS/
10+or
11+ftp://ftp.gtk.org/pub/gtk/binary/devel/DEBIAN/
12+
13+As of version 0.30 Dia also needs libxml (also known as gnome-xml) version
14+0.99.3. It can be found here:
15+ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/libxml/libxml-0.99.3.tar.gz
116
217 To build, run:
318
@@ -12,3 +27,4 @@ or install it (defaulting at /usr/local/, change it with --prefix=xxx in configu
1227 /usr/local/bin/dia
1328
1429
30+
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,14 @@
1+News in version 0.30:
2+
3+* Dia now has a layer system, much like the GIMP.
4+* The fileformat changed from my own binary format to an easily readable
5+ XML format.
6+* New objects for Entity-Relationship modeling.
7+* New objects for UML and networking diagrams.
8+* Much better properties dialogs for most objects.
9+* Postscript output fixed, should work better now.
10+* Updated to use Gtk 1.1.x features.
11+* New features: Align objects, command line loading, etc.
12+* Internal updates.
13+* Lots of bugfixes and cleanups.
14+