# HG changeset patch
# User insilmaril
# Date 1122546205 0
# Node ID c93caccfc1163bb25c8e72a228fba6cbfb19e3db
# Parent  cf1e44192f1e3fe9d73811f12d93ba74b62ad017
1.7.3 Bugfix: scrolled frames were not hidden

diff -r cf1e44192f1e -r c93caccfc116 tex/vym.changelog
--- a/tex/vym.changelog	Thu Jul 28 10:23:24 2005 +0000
+++ b/tex/vym.changelog	Thu Jul 28 10:23:25 2005 +0000
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Thu Jul 28 11:57:38 CEST 2005 
+
+- Version 1.7.3
+- Bugfix: Frames didn't become invisible if scrolled
+
+-------------------------------------------------------------------
+Thu Jul 28 11:57:38 CEST 2005 
+
+- Version 1.7.2
+- Bugfix: if selection changed before undo, undo worked on wrong
+  branch
+- included math.h again to enable compiling with gcc4  
+
 -------------------------------------------------------------------
 Mi Jul 27 17:27:14 CEST 2005
 
diff -r cf1e44192f1e -r c93caccfc116 version.h
--- a/version.h	Thu Jul 28 10:23:24 2005 +0000
+++ b/version.h	Thu Jul 28 10:23:25 2005 +0000
@@ -1,7 +1,7 @@
 #ifndef VERSION_H 
 #define VERSION_H
 
-#define __VYM_VERSION__ "1.7.2"
-#define __BUILD_DATE__ "July 27, 2005"
+#define __VYM_VERSION__ "1.7.3"
+#define __BUILD_DATE__ "July 28, 2005"
 
 #endif