View | Details | Raw Unified
Collapse All | Expand All

(-) ChangeLog (+6 lines)
 Lines 1-3    Link Here 
2004-09-08  Fernando Herrera  <fherrera@onirica.com>
	* backends/markup-tree.c: (markup_entry_get_value): Read the schema 
	file until a matching locale is found and the C one. This solves 
	bug #152175 when current locale is before the C.
2004-08-30  Mark McLoughlin  <mark@skynet.ie>
2004-08-30  Mark McLoughlin  <mark@skynet.ie>
	* configure.in: post-release bump to 2.7.93.
	* configure.in: post-release bump to 2.7.93.
(-) backends/markup-tree.c (-1 / +1 lines)
 Lines 1502-1508    Link Here 
            }
            }
          /* Quit as soon as we have the best possible locale */
          /* Quit as soon as we have the best possible locale */
          if (local_schemas[0] != NULL)
          if (local_schemas[0] != NULL && c_local_schema != NULL)
            break;
            break;
          tmp = tmp->next;
          tmp = tmp->next;