started doxygen documentation
authorinsilmaril
Wed, 25 Apr 2007 16:02:55 +0000
changeset 4797a651cb19690
parent 478 f4aae4fdc1bc
child 480 4e2c9394c7da
started doxygen documentation
demos/liveform.vym
demos/math.vym
demos/time-management.vym
demos/todo.vym
flags/flag-url-16x16.png
tex/vym.changelog
tex/vym.tex
     1.1 Binary file demos/liveform.vym has changed
     2.1 Binary file demos/math.vym has changed
     3.1 Binary file demos/time-management.vym has changed
     4.1 Binary file demos/todo.vym has changed
     5.1 Binary file flags/flag-url-16x16.png has changed
     6.1 --- a/tex/vym.changelog	Wed Apr 25 16:02:54 2007 +0000
     6.2 +++ b/tex/vym.changelog	Wed Apr 25 16:02:55 2007 +0000
     6.3 @@ -1,8 +1,17 @@
     6.4 +-------------------------------------------------------------------
     6.5 +Fri Apr 24 18:34:48 CEST 2007 - uwe
     6.6 +
     6.7 +- Feature: autosave
     6.8 +- Feature: number of undo/redo levels can be changed in settings 
     6.9 +- Feature: branch property window settings are saved
    6.10 +- Bugfix: Unscroll all childs has saveState now
    6.11 +- Bugfix: Invisible selection after switching mapeditor
    6.12 +
    6.13  -------------------------------------------------------------------
    6.14  Tue Apr 10 15:18:39 CEST 2007 - uwedr
    6.15  
    6.16  - Version: 1.8.71
    6.17 -- Feature: Added basic macros
    6.18 +- Feature: Added basic macros and documentation
    6.19  
    6.20  -------------------------------------------------------------------
    6.21  Sat Mar 31 10:59:55 CEST 2007 - uwe
     7.1 --- a/tex/vym.tex	Wed Apr 25 16:02:54 2007 +0000
     7.2 +++ b/tex/vym.tex	Wed Apr 25 16:02:55 2007 +0000
     7.3 @@ -305,8 +305,7 @@
     7.4  by using the arrow-keys, it will unscroll temporary. This is shown as a
     7.5  scroll with a little hour glass. If the temporary unscrolled part is not
     7.6  longer needed, it will be hidden again automatically. It is also
     7.7 -possible to unscroll all branches using "Edit\ra Unscroll all scrolled
     7.8 -branches".
     7.9 +possible to unscroll a whole subtree using "Edit\ra Unscroll all childs".
    7.10  
    7.11  You can also hide parts of the map while exporting it e.g. to a webpage
    7.12  or a presentation, see \ref{hideexport} for details.
    7.13 @@ -1018,20 +1017,20 @@
    7.14  \begin{center}
    7.15  \begin{tabular}{cccp{8cm}}\\ 
    7.16  \bf Option	& \bf Comment & \bf Argument & \bf Description \\ \hline
    7.17 -v & version &			& Show version ov \vym\\
    7.18 +d & debug	&			& Turn on debugging output \\ 
    7.19 +h & help	&			& Show help\\
    7.20  l & local	&			& Use local paths to stylesheets, translations, icons, 
    7.21                            etc. instead of system paths. Useful for testing\\
    7.22 -h & help	&			& Show help\\
    7.23 +q & quit	&			& Quit immediatly after startup. Useful for benchmarks.\\
    7.24  r & run 	& filename	& Run script\\
    7.25 -q & quit	&			& Quit immediatly after startup. Useful for benchmarks.\\
    7.26 +v & version &			& Show version ov \vym\\
    7.27  \end{tabular}
    7.28  \end{center}
    7.29  You can also give several filenames at the commandline to let \vym open
    7.30  several maps at once.
    7.31   
    7.32  
    7.33 - \section{Scripts} \label{scripts}
    7.34 - %FIXME
    7.35 + \section{Scripts} \label{scripts} %FIXME
    7.36  
    7.37  
    7.38