1.1 Binary file demos/vym-projectplan.vym has changed
2.1 --- a/tex/vym.changelog Mon Jan 07 14:52:49 2008 +0000
2.2 +++ b/tex/vym.changelog Mon Jan 07 14:52:51 2008 +0000
2.3 @@ -1,3 +1,8 @@
2.4 +-------------------------------------------------------------------
2.5 +Mon Jan 7 14:59:56 CET 2008 - uwedr@suse.de
2.6 +
2.7 +- Bugfix: vym.pro includes french translation now
2.8 +
2.9 -------------------------------------------------------------------
2.10 Mon Dec 17 16:32:48 CET 2007 - uwedr@suse.de
2.11
3.1 --- a/tex/vym.tex Mon Jan 07 14:52:49 2008 +0000
3.2 +++ b/tex/vym.tex Mon Jan 07 14:52:51 2008 +0000
3.3 @@ -105,7 +105,7 @@
3.4
3.5 \section{Introduction}
3.6 \subsection{What is a \vym map?}
3.7 -A \vym map (abbreviated below as {\em map}) is a tree like structure:
3.8 +A \vym map (abbreviated below as {\em map}) is a tree-like structure:
3.9 \maximage{images/example1.png}
3.10 Such maps can be drawn by hand on a sheet of paper or flip chart and help to
3.11 structure your thoughts. While a tree like structure like the illustration above can be
3.12 @@ -242,7 +242,7 @@
3.13 \subsection{Menus and Context menus}
3.14 At the top of each window you will find the menubar. The options provided there
3.15 are similar to those you are probably used to from other applications. Note that
3.16 -many (and even more) options are availabe via {\em context menus}. Those
3.17 +many (and even more) options are available via {\em context menus}. Those
3.18 are available if you right-click onto an object in a map (on Mac~OS~X
3.19 Command-Click).
3.20
3.21 @@ -322,7 +322,7 @@
3.22 arrow keys. Depending on the {\em orientation} of a branch tap
3.23 \key{\la} or \key{\ra} to move nearer to the mapcenter or deeper
3.24 down into the branches. Within a set of branches, let's call them a
3.25 -{\em subtree}, you can use \key{\ua} and \key{\da} to go up and down. You can
3.26 +{\em subtree}, you can use \key{PgUp} and \key{PgDn} to go up and down. You can
3.27 also use \key{Home} and \key{End} to select the first and last branch.
3.28
3.29
3.30 @@ -1063,7 +1063,7 @@
3.31 \subsection {Contextmenu and special keys}
3.32 Most Macs unfortunatly just have a single mouse button. In order to show
3.33 the context menu which usually would be opened with the right mouse
3.34 -button, you can click while pressing the \key{command}-key.
3.35 +button, you can click while pressing the \key{kommand}-key.
3.36
3.37 Especially on Laptops some of the keys usually used on PC keyboards seem
3.38 to be missing. The QT-Mac Edition of \vym has its own keyboard
3.39 @@ -1422,7 +1422,7 @@
3.40 {\tt <!-- INSERT PAGE HEADING-->} & heading of a page
3.41 (mainbranch or child of mainbranch, depending on the use of
3.42 sections) \\
3.43 - {\tt <!-- INSERT LIST --> } & all childs of the branch above \\
3.44 + {\tt <!-- INSERT LIST --> } & all children of the branch above \\
3.45 \end{tabular}
3.46 \end{center}
3.47 \end{enumerate}
4.1 --- a/version.h Mon Jan 07 14:52:49 2008 +0000
4.2 +++ b/version.h Mon Jan 07 14:52:51 2008 +0000
4.3 @@ -7,7 +7,7 @@
4.4 #define __VYM_VERSION "1.11.4"
4.5 //#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
4.6 #define __VYM_CODENAME "Codename: development version"
4.7 -#define __VYM_BUILD_DATE "2007-12-17"
4.8 +#define __VYM_BUILD_DATE "2008-01-02"
4.9
4.10
4.11 bool checkVersion(const QString &);
5.1 --- a/vym.pro Mon Jan 07 14:52:49 2008 +0000
5.2 +++ b/vym.pro Mon Jan 07 14:52:51 2008 +0000
5.3 @@ -142,6 +142,7 @@
5.4 TRANSLATIONS += lang/vym_en.ts
5.5 TRANSLATIONS += lang/vym_es.ts
5.6 TRANSLATIONS += lang/vym_it.ts
5.7 +TRANSLATIONS += lang/vym_fr.ts
5.8
5.9 isEmpty( PREFIX ) {
5.10 PREFIX = /usr/local