CVSROOT:        /cvs/gnome
Module name:    gnumeric
Changes by:     jody    06/11/08 21:45:01

Modified files:
        .              : ChangeLog NEWS 
        plugins/dif    : ChangeLog dif.c 
        plugins/excel  : ChangeLog xlsx-read.c xlsx-write.c 
        plugins/fn-lookup: functions.c 
        plugins/openoffice: ChangeLog openoffice-read.c 
                            openoffice-write.c 
        plugins/sylk   : ChangeLog sylk.c 
        src            : GNOME_Gnumeric-gtk.xml.in gnumeric-canvas.c 
                         gutils.c gutils.h sheet-object-graph.c 
                         sheet-object.c wbcg-actions.c workbook-view.c 
                         xml-io.c xml-sax-read.c xml-sax-write.c 

Log message:
2006-11-08  Jody Goldberg <[EMAIL PROTECTED]>

* src/wbcg-actions.c  : Add new accelerators.
<control><alt>Tab : inc indent
<control><alt><shift>Tab : dec indent.
<shift><alt>Right : group
<shift><alt>Left : ungroup

* src/GNOME_Gnumeric-gtk.xml.in : Add explicit accelerator entries for
the inc/dec indent because they are not in the menu by default, so
their accels are not enabled.

* src/gnumeric-canvas.c (gnm_canvas_key_mode_sheet) : don't eat
Alt-left/right.  We want those for accelerators.

2006-11-08  Jody Goldberg <[EMAIL PROTECTED]>

* src/gutils.c (gnm_push_C_locale) : new utility to set the C locale
(gnm_pop_C_locale) : and restore it.  Useful for persistence to avoid
problems with decimal points.
* src/xml-io.c (xml_cellregion_read) : Use it here.
(xml_workbook_read) : and here.
* src/xml-sax-read.c (gnm_xml_file_open) : ditto.
* src/xml-sax-write.c (gnm_xml_file_save) : ditto.
(gnm_cellregion_to_xml) : ditto.

* src/sheet-object-graph.c (gnm_sog_write_object) : do not change the
locale here.
* src/sheet-object.c (sheet_object_write_object) : that logic belongs
here.  Use the new push/pop C_locale routines.

2006-11-09  Jody Goldberg <[EMAIL PROTECTED]>

* xlsx-read.c (xlsx_file_open) : use the new
gnm_push_C_locale/gnm_pop_C_locale utils.
* xlsx-write.c (xlsx_file_save) : ditto.

2006-11-09  Jody Goldberg <[EMAIL PROTECTED]>

* openoffice-read.c (openoffice_file_open) : use the new
gnm_push_C_locale/gnm_pop_C_locale utils.
* openoffice-write.c (openoffice_file_save) : ditto.

2006-11-09  Jody Goldberg <[EMAIL PROTECTED]>

* sylk.c (slyk_file_open) : use the new
gnm_push_C_locale/gnm_pop_C_locale utils.

2006-11-08  Jody Goldberg <[EMAIL PROTECTED]>

* dif.c (dif_file_save) : export errors, booleans, and values
properly.

2006-11-08  Jody Goldberg <[EMAIL PROTECTED]>

* dif.c (dif_parse_sheet) : use the new
gnm_push_C_locale/gnm_pop_C_locale utils.
(dif_file_save) : ditto.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2006-11-08%2021:44&maxdate=2006-11-08%2021:46

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to