~vcs-imports/gettext/trunk

« back to all changes in this revision

Viewing changes to gettext-tools/src/ChangeLog

  • Committer: Daiki Ueno
  • Author(s): Miguel Ángel Arruga Vivas
  • Date: 2013-06-13 08:45:34 UTC
  • Revision ID: git-v1:2c3f428a748eaa9a8cc2cc2f457ed8633e438d20
Support GtkBuilder file format in the Glade scanner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-06-13  Miguel Angel Arruga Vivas  <rosen644835@gmail.com>
 
2
            Daiki Ueno  <ueno@gnu.org>
 
3
 
 
4
        Support for GtkBuilder file format in the Glade scanner.
 
5
        * x-glade.h (EXTENSIONS_GLADE): Recognize .ui.
 
6
        * x-glade.c (element_parser): New struct.
 
7
        (start_element_glade1): New function split from start_element_handler.
 
8
        (end_element_glade1): New function split from end_element_handler.
 
9
        (start_element_glade2): New function split from start_element_handler.
 
10
        (end_element_glade2): New function split from end_element_handler.
 
11
        (start_element_gtkbuilder): New function.
 
12
        (end_element_gtkbuilder): New function.
 
13
        (element_parser_glade1): New variable.
 
14
        (element_parser_glade2): New variable.
 
15
        (element_parser_gtkbuilder): New variable.
 
16
        (start_element_handler): Delegate the actual parsing logic to
 
17
        specific element_parser.
 
18
        (end_element_handler): Likewise.
 
19
        Thanks to Miguel Ángel Arruga Vivas for the initial implementation
 
20
        and the discussion in
 
21
        <https://lists.gnu.org/archive/html/bug-gettext/2013-03/msg00074.html>
 
22
        footnote 2.
 
23
 
1
24
2013-06-10  Daiki Ueno  <ueno@gnu.org>
2
25
 
3
26
        * Makefile.am: Use $(MKDIR_P) instead of $(mkdir_p).