Skip to content
  • JodyGoldberg's avatar
    Add new accelerators. <control><alt>Tab : inc indent · d5c234b1
    JodyGoldberg authored
    
    2006-11-08  Jody Goldberg <jody@gnome.org>
    
    	* 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 <jody@gnome.org>
    
    	* 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 <jody@gnome.org>
    
    	* 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 <jody@gnome.org>
    
    	* 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 <jody@gnome.org>
    
    	* sylk.c (slyk_file_open) : use the new
    	  gnm_push_C_locale/gnm_pop_C_locale utils.
    
    2006-11-08  Jody Goldberg <jody@gnome.org>
    
    	* dif.c (dif_file_save) : export errors, booleans, and values
    	  properly.
    
    2006-11-08  Jody Goldberg <jody@gnome.org>
    
    	* dif.c (dif_parse_sheet) : use the new
    	  gnm_push_C_locale/gnm_pop_C_locale utils.
    	(dif_file_save) : ditto.
    d5c234b1