1.7.3 Bugfix: scrolled frames were not hidden
authorinsilmaril
Thu, 28 Jul 2005 10:23:25 +0000
changeset 141c93caccfc116
parent 140 cf1e44192f1e
child 142 3590c3490789
1.7.3 Bugfix: scrolled frames were not hidden
tex/vym.changelog
version.h
     1.1 --- a/tex/vym.changelog	Thu Jul 28 10:23:24 2005 +0000
     1.2 +++ b/tex/vym.changelog	Thu Jul 28 10:23:25 2005 +0000
     1.3 @@ -1,3 +1,17 @@
     1.4 +-------------------------------------------------------------------
     1.5 +Thu Jul 28 11:57:38 CEST 2005 
     1.6 +
     1.7 +- Version 1.7.3
     1.8 +- Bugfix: Frames didn't become invisible if scrolled
     1.9 +
    1.10 +-------------------------------------------------------------------
    1.11 +Thu Jul 28 11:57:38 CEST 2005 
    1.12 +
    1.13 +- Version 1.7.2
    1.14 +- Bugfix: if selection changed before undo, undo worked on wrong
    1.15 +  branch
    1.16 +- included math.h again to enable compiling with gcc4  
    1.17 +
    1.18  -------------------------------------------------------------------
    1.19  Mi Jul 27 17:27:14 CEST 2005
    1.20  
     2.1 --- a/version.h	Thu Jul 28 10:23:24 2005 +0000
     2.2 +++ b/version.h	Thu Jul 28 10:23:25 2005 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  #ifndef VERSION_H 
     2.5  #define VERSION_H
     2.6  
     2.7 -#define __VYM_VERSION__ "1.7.2"
     2.8 -#define __BUILD_DATE__ "July 27, 2005"
     2.9 +#define __VYM_VERSION__ "1.7.3"
    2.10 +#define __BUILD_DATE__ "July 28, 2005"
    2.11  
    2.12  #endif