included <typeinfo>
authorinsilmaril
Tue, 16 Oct 2007 09:53:23 +0000
changeset 60256c9bb79d20b
parent 601 54475d6f006a
child 603 c73bb30448db
included <typeinfo>
tex/vym.changelog
tex/vym.tex
version.h
     1.1 --- a/tex/vym.changelog	Tue Oct 16 09:53:22 2007 +0000
     1.2 +++ b/tex/vym.changelog	Tue Oct 16 09:53:23 2007 +0000
     1.3 @@ -1,3 +1,15 @@
     1.4 +-------------------------------------------------------------------
     1.5 +Tue Oct 16 11:51:43 CEST 2007 - uwedr@suse.de
     1.6 +
     1.7 +- Bugfix: included <typeinfo> for compiling in beta
     1.8 +
     1.9 +-------------------------------------------------------------------
    1.10 +Wed Oct 04 12:43:48 CEST 2007 - uwedr@suse.de
    1.11 +
    1.12 +- Version: 1.10.1
    1.13 +- Bugfix: Missing action for editing URL in context menu
    1.14 +- Bugfix: "Hide in Export" didn't work
    1.15 +
    1.16  -------------------------------------------------------------------
    1.17  Mon Sep 04 15:52:22 CEST 2007 - uwedr@suse.de
    1.18  
     2.1 --- a/tex/vym.tex	Tue Oct 16 09:53:22 2007 +0000
     2.2 +++ b/tex/vym.tex	Tue Oct 16 09:53:23 2007 +0000
     2.3 @@ -572,7 +572,7 @@
     2.4  types of files, both local or on the internet. To enter the URL of
     2.5  any document, press \key{U} or right-click  onto a branch to open the contextmenu then choose
     2.6  "References\ra Edit URL". If you want to use a file dialog to
     2.7 -conveniently choose a local file you can use~\key{SHIFT-U}.
     2.8 +conveniently choose a local file you can use~\key{U}.
     2.9  
    2.10  After an URL was entered, a little globe will appear in the branch. By
    2.11  clicking on the globe in the toolbar or the context menu an external
     3.1 --- a/version.h	Tue Oct 16 09:53:22 2007 +0000
     3.2 +++ b/version.h	Tue Oct 16 09:53:23 2007 +0000
     3.3 @@ -4,10 +4,10 @@
     3.4  #include <QString>
     3.5  
     3.6  #define __VYM_NAME "VYM"
     3.7 -#define __VYM_VERSION "1.10.0"
     3.8 -#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
     3.9 -//#define __VYM_CODENAME "Codename: development version"
    3.10 -#define __VYM_BUILD_DATE "September 4, 2007"
    3.11 +#define __VYM_VERSION "1.10.1"
    3.12 +//#define __VYM_CODENAME "Codename: 1.10.0-RC-3"
    3.13 +#define __VYM_CODENAME "Codename: development version"
    3.14 +#define __VYM_BUILD_DATE "September 30, 2007"
    3.15  
    3.16  
    3.17  bool checkVersion(const QString &);