Version 1.9.0
authorinsilmaril
Wed, 04 Jul 2007 11:05:39 +0000
changeset 5400666af6f7700
parent 539 7dde64ce0577
child 541 2501bce00de9
Version 1.9.0
demos/vym-projectplan.vym
tex/vym.changelog
tex/vym.tex
version.h
     1.1 Binary file demos/vym-projectplan.vym has changed
     2.1 --- a/tex/vym.changelog	Wed Jul 04 11:05:19 2007 +0000
     2.2 +++ b/tex/vym.changelog	Wed Jul 04 11:05:39 2007 +0000
     2.3 @@ -1,3 +1,9 @@
     2.4 +-------------------------------------------------------------------
     2.5 +Tue Jul  4 10:57:04 CEST 2007 - uwedr
     2.6 +
     2.7 +- Version: 1.9.0
     2.8 +- Bugfix: auto-select/auto-edit new branches
     2.9 +
    2.10  -------------------------------------------------------------------
    2.11  Fri Jun 29 11:12:55 CEST 2007 - uwedr
    2.12  
     3.1 --- a/tex/vym.tex	Wed Jul 04 11:05:19 2007 +0000
     3.2 +++ b/tex/vym.tex	Wed Jul 04 11:05:39 2007 +0000
     3.3 @@ -70,6 +70,39 @@
     3.4  
     3.5  \newpage
     3.6  
     3.7 +\section*{Credits}
     3.8 +Many people have sent me their feedback and ideas, and all of that has
     3.9 +helped a lot to make \vym better. Thanks to all of you!
    3.10 +
    3.11 +For this manual I would like to send some special thanks to
    3.12 +
    3.13 +\begin{itemize}
    3.14 +	\item {\em Peter Adamson} for lots of feedback and proofreading of my
    3.15 +	      far from perfect english
    3.16 +	\item The team of {\em AClibre (Academia y Conocimiento Libre)}
    3.17 +          in Colombia for their translation of
    3.18 +          the manual to spanish:
    3.19 +		  \begin{center}
    3.20 +			\begin{tabular}{|p{7cm}|p{5.5cm}|} \hline
    3.21 +				Encargado & Actividad \\ \hline
    3.22 +				\begin{itemize}
    3.23 +				   \item Vanessa Carolina Guti\'errez Sanchez
    3.24 +				   \item Erika Tatiana Luque Melo
    3.25 +				   \item Jeffrey Steve Borb\'on Sanabria
    3.26 +				   \item John Edisson Ortiz Rom\'an
    3.27 +				\end{itemize} &
    3.28 +				\begin{itemize}
    3.29 +					\item Traducci\'onl
    3.30 +					\item Revisi\'on y correcciones varias
    3.31 +					\item Estructuraci\'on y exporte
    3.32 +					\item Revisi\'on y correcciones varias
    3.33 +				\end{itemize}     \\ \hline
    3.34 +			\end{tabular}	
    3.35 +		\end{center}
    3.36 +\end{itemize}
    3.37 +\newpage
    3.38 +
    3.39 +
    3.40  \section{Introduction}
    3.41  \subsection{What is a \vym map?}
    3.42  A \vym map (abbreviated below as {\em map}) is a tree like structure:
     4.1 --- a/version.h	Wed Jul 04 11:05:19 2007 +0000
     4.2 +++ b/version.h	Wed Jul 04 11:05:39 2007 +0000
     4.3 @@ -4,10 +4,10 @@
     4.4  #include <QString>
     4.5  
     4.6  #define __VYM_NAME "VYM"
     4.7 -#define __VYM_VERSION "1.8.76"
     4.8 -//#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     4.9 -#define __VYM_CODENAME "Codename: development version"
    4.10 -#define __VYM_BUILD_DATE "June 29, 2007"
    4.11 +#define __VYM_VERSION "1.9.0"
    4.12 +#define __VYM_CODENAME "Codename: 1.10.0-beta-1"
    4.13 +//#define __VYM_CODENAME "Codename: development version"
    4.14 +#define __VYM_BUILD_DATE "July 04, 2007"
    4.15  
    4.16  
    4.17  bool checkVersion(const QString &);