--- psiconv/trunk/lib/psiconv/data.h 2001/01/31 00:35:06 102 +++ psiconv/trunk/lib/psiconv/data.h 2001/02/08 20:03:49 107 @@ -193,6 +193,7 @@ psiconv_bool_t keep_with_next; psiconv_bool_t on_next_page; psiconv_bool_t no_widow_protection; + psiconv_bool_t wrap_to_fit_cell; psiconv_length_t border_distance; psiconv_bullet bullet; psiconv_border left_border; @@ -455,6 +456,9 @@ psiconv_formula_op_pow, psiconv_formula_op_pos, psiconv_formula_op_neg, + psiconv_formula_op_not, + psiconv_formula_op_and, + psiconv_formula_op_or, psiconv_formula_op_con, psiconv_formula_op_bra, psiconv_formula_mark_eof,