CVSROOT:        /cvs/gnome
Module name:    gnumeric
Changes by:     jody    05/05/19 22:08:31

Modified files:
        .              : BUGS ChangeLog NEWS 
        plugins/applix : applix-read.c 
        plugins/derivatives: options.c 
        plugins/excel  : ChangeLog ms-chart.c ms-container.c 
                         ms-container.h ms-excel-read.c ms-excel-read.h 
                         ms-formula-read.c 
        plugins/fn-complex: functions.c 
        plugins/fn-database: functions.c 
        plugins/fn-date: functions.c 
        plugins/fn-eng : functions.c 
        plugins/fn-erlang: functions.c 
        plugins/fn-financial: functions.c 
        plugins/fn-info: functions.c 
        plugins/fn-logical: functions.c 
        plugins/fn-lookup: functions.c 
        plugins/fn-math: functions.c 
        plugins/fn-r   : functions.c 
        plugins/fn-random: functions.c 
        plugins/fn-stat: functions.c 
        plugins/fn-string: functions.c 
        plugins/numtheory: numtheory.c 
        plugins/openoffice: openoffice-read.c 
        src            : collect.c collect.h commands.c expr-name.c 
                         expr-name.h expr.h func-builtin.c 
                         func-builtin.h func.c func.h parse-util.h 
                         parser.y value.c value.h workbook.c xml-io.c 
                         xml-sax-read.c xml-sax-write.c 

Log message:
Add some const.

2005-05-18  Jody Goldberg <[EMAIL PROTECTED]>

http://bugzilla.gnome.org/show_bug.cgi?id=166611
* ms-formula-read.c (excel_parse_formula) : Create a fwd declaration
of a NAME record that has not been read yet being used in a PTG_NAME.

* ms-excel-read.c (excel_read_NAME) : keep a count of the name
records and use fwd declaration if they exist.
(excel_workbook_destroy) : move the names array into the workbook from
the container.
(excel_workbook_new) : ditto.

2005-05-18  Jody Goldberg <[EMAIL PROTECTED]>

http://bugzilla.gnome.org/show_bug.cgi?id=304528
* ms-chart.c (ms_excel_chart_read) : don't leak the array for invalid
series (Analysis.xls).  Handle missing siindex record (chap03-1.xls).

2005-05-18  Jody Goldberg <[EMAIL PROTECTED]>

* src/expr-name.c (expr_name_new) : make public
(expr_name_add) : accept a stub object.

2005-05-17  Jody Goldberg <[EMAIL PROTECTED]>

* src/workbook.c (workbook_focus_other_sheet) : fix

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2005-05-19%2022:07&maxdate=2005-05-19%2022:09

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

Reply via email to