2004-04-05 Jody Goldberg * Release 1.2.9 2004-04-08 Jody Goldberg * src/gnumeric-gconf.c (gnm_conf_init_essential) : move the live scroll delay and the autocompletion status here from. (gnm_conf_init_extras) : here. So that we initialize it before we copy it when creating aworkbookview. 2004-04-05 Jody Goldberg * src/style-border.c (style_border_draw_diag) : back port adjustment draw double lined diagonals the same way we print them 2004-04-03 J.H.M. Dassen (Ray) * configure.in: substitute WARN_CFLAGS as src/cut-n-paste-code/foocanvas/libfoocanvas/Makefile references it directly. 2004-04-01 Jody Goldberg * src/item-edit.c (item_edit_event) : basic cursor position support. * src/print-cell.c (print_cell_background) : draw diagonals. * src/style-border.c (style_border_print_diag) : fill in. Where did this code go ? I could have sworn I implemented this years ago. 2004-03-30 Jody Goldberg Test case. Enter '1/2/2003' in a cell then shrink the column. When you grow the col again the hashes remain. * src/cell-draw.c (cell_calc_layout) : mark hashed values as variable width so that they resize when columns change size. 2004-03-30 Jody Goldberg Test case. Enter string into C3 that spans into E3 then change alignment * src/commands.c (cmd_format_undo) : be lazy, queue a full redraw in case spans changed. (cmd_format_redo) : ditto. 2004-03-25 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=137818 * src/style.c (required_updates_for_style) : redraw for h-align, striketrough, underline, and font colour changes. 2004-04-01 Morten Welinder * src/format.c (append_hour_elapsed): Fix precision issues. http://bugzilla.gnome.org/show_bug.cgi?id=138182. 2004-03-31 Morten Welinder * src/value.c (parse_database_criteria): Since we're g_free-ing, allocate with g_new and not g_alloca. 2004-03-16 Jody Goldberg * configure.in : post release bump