2002-12-12 J.H.M. Dassen (Ray) * Release 1.0.11 2002-12-08 J.H.M. Dassen (Ray) * Makefile.am: Dropped config.rpath from EXTRA_DIST - it's nowhere to be found. Added the intltool .in scripts to EXTRA_DIST so they're available in the distcheck tree. * Makefile.am, configure.in: Use the macros dir rather than the m4 one. 2002-11-24 Jody Goldberg * src/xml-io.c (gnumeric_xml_read_workbook) : Use the new parser as suggested by Daniel. 2002-11-22 Jody Goldberg * src/sheet-control-gui.c (scg_setup_group_buttons) : fix ungrouping. 2002-11-21 Jody Goldberg * src/colrow.c (colrow_get_global_outline) : new. * src/commands.c (cmd_colrow_hide_correct_selection) : just in case, don't reset the selection unless we are going to set it to something. (cmd_colrow_hide_undo) : convert from elements+flag -> 2 lists. (cmd_colrow_hide_redo) : ditto. (cmd_colrow_hide_finalize) : ditto. (cmd_selection_colrow_hide) : ditto. (cmd_selection_outline_change) : ditto. (cmd_global_outline_change) : new. 2002-11-20 Jody Goldberg * src/sheet-control-gui.c (scg_setup_group_buttons) : hook up the outline buttons to a callback. (cb_outline_button) : new. 2002-11-10 J.H.M. Dassen (Ray) * acinclude.m4: Updated included lcmessage.m4. 2002-11-10 J.H.M. Dassen (Ray) * configure.in: Reenabled AM_ACLOCAL_INCLUDE. 2002-11-09 gettextize * Makefile.am (SUBDIRS): Add m4. (EXTRA_DIST): Add config.rpath mkinstalldirs. * configure.in (AC_OUTPUT): Add po/Makefile.in, 2002-11-09 J.H.M. Dassen (Ray) * configure.in: define GETTEXT_PACKAGE; added AC_PROG_INTLTOOL; dropped AM_ACLOCAL_INCLUDE; declared INSIDE_GNOME_COMMON. * Makefile.am: export GETTEXT_PACKAGE for po/Makefile. 2002-11-09 gettextize * Makefile.am (SUBDIRS): Remove intl. * Makefile.am (SUBDIRS): Add m4. (EXTRA_DIST): Add config.rpath mkinstalldirs. * configure.in (AC_OUTPUT): Add po/Makefile.in, 2002-11-08 J.H.M. Dassen (Ray) * configure.in: Make newer automake happy: * Dropped AC_ARG_PROGRAM as AM_INIT_AUTOMAKE already does it for us. * Reworked Guile handling. * Removed src/Makefile and intl/Makefile from AC_OUTPUT * Removed AC_SUBST(gnumeric_version), * Added AM_GNU_GETTEXT([external]). * Added m4/Makefile to AC_OUTPUT. 2002-11-07 J.H.M. Dassen (Ray) * configure.in: Use three-argument-form of AC_DEFINE for use with newer automake. 2002-11-07 Andreas J. Guelzow http://bugzilla.gnome.org/show_bug.cgi?id=78356 * src/stf.c (stf_init) : text export is lossy too. (78356) * src/workbook-view.c (wb_view_save_as) : don't mark the workbook clean unless we saved under the new name. 2002-11-05 Andreas J. Guelzow * src/workbook-edit.c (wbcg_set_entry) : stop editing before changing the entry. 2002-11-05 J.H.M. Dassen (Ray) * configure.in: Consistently use $python_prog to find out about Python, don't assume there is a "python" binary. 2002-11-01 J.H.M. Dassen (Ray) * src/sheet-control-gui.c (cb_sheet_object_canvas_event) : Fixed build problem. 2002-10-23 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=96617 * src/sheet-control-gui.c (cb_sheet_object_canvas_event) : Fully init object drag here too. 2002-10-31 Andrew Moise * src/stf.c: Null-terminate STF probe string. 2002-10-30 J.H.M. Dassen (Ray) * debian/README.Debian, debian/gnome-gnumeric.xpm, debian/gnumeric-doc.postinst, debian/gnumeric-doc.postrm, debian/gnumeric-gda.files: New. * debian/changelog, debian/control, debian/copyright, debian/gnumeric-doc.dirs, debian/gnumeric-doc.doc-base, debian/gnumeric-doc.files, debian/gnumeric.dirs, debian/gnumeric.menu, debian/rules: Updated. 2002-10-11 Morten Welinder * src/goal-seek.c (fake_df): Use FINITE, not finite, for HPUX. Sigh. We have to do better for 1.1.x. 2002-10-06 Jody Goldberg * configure.in : post release bump