(render_strip) Fix bug that sometimes caused joined text in joined
[pspp] / src / ChangeLog
index aa5395836685525cf3ff37d99993800cae19a4f1..7b5fb3d71351dcf4c914f1fd01659e79d5f78653 100644 (file)
@@ -1,3 +1,19 @@
+Tue Feb  3 20:09:54 2004  Ben Pfaff  <blp@gnu.org>
+
+       * tab.c: (render_strip) Fix bug that sometimes caused joined text
+         in joined cells to be rendered outside box boundaries.
+
+Tue Feb  3 18:56:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * random.c (rng_create): Fixed seeding so that it gets reseeded after
+       SET seed=xx has been called.
+
+Mon Jan 19 14:08:09 2004  Ben Pfaff  <blp@gnu.org> 
+
+       * random.c (rng_get_double): Fix always-returning-zero bug in my
+       preferred way, and at the same time make sure rounding doesn't
+       bite us.
+
 Thu Jan  1 23:16:41 2004  Ben Pfaff  <blp@gnu.org>
 
        * html.c: (change_attributes) Dead code, removed.