~ubuntu-branches/ubuntu/maverick/intltool/maverick

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-08-03 09:36:48 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070803093648-o43vt3wh40i99lpu
Tags: 0.36.0-1
* New upstream release.
  - Drop patch 70_fix-intltool-extract-check, merged upstream.
  - Drop patch 71_m4-warnings, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-08-02  Rodney Dawes  <dobey.pwns@gmail.com>
 
2
 
 
3
        * configure.in: Up version to 0.36.0 for release
 
4
 
 
5
        * intltool.m4: Up serial to 36
 
6
 
 
7
2007-08-02  Rodney Dawes  <dobey.pwns@gmail.com>
 
8
 
 
9
        * configure.in:
 
10
        * Makefile.am:
 
11
        * intltool.m4:
 
12
        Don't need the xgettext/msgfmt/msgmerge/iconv checks any more
 
13
        Don't need to substitute xgettext/msgfmt/msgmerge/iconv variables
 
14
 
 
15
        * intltool-merge.in.in: Add isProgramInPath and isGNUGettextTool
 
16
        methods and check for GNU iconv here
 
17
 
 
18
        * intltool-update.in.in (Get_Program_Path):
 
19
        Rename to isProgramInPath
 
20
        Use $devnull to redirect
 
21
        Pass --version to $file to avoid "no input file" errors
 
22
        (isGNUGettextTool): New method to check for GNU gettext tools
 
23
        (GenerateHeaders, GeneratePOTemplate, POFile_Update):
 
24
        (Console_Write_TranslationStatus, Console_Write_CoverateReport):
 
25
        Update to use isGNUGettextTool to ensure we use GNU gettext tools
 
26
 
 
27
        Fixes #301364 and #311936
 
28
 
 
29
2007-08-02  Rodney Dawes  <dobey.pwns@gmail.com>
 
30
 
 
31
        * intltool-update.in.in (isIntltoolExtractInPath):
 
32
        Rename to Get_Program_Path
 
33
        (GenerateHeaders, GeneratePOTemplate): Use Get_Program_Path method
 
34
        to find the path for $EXTRACT and $XGETTEXT
 
35
 
 
36
        Fixes #349560
 
37
 
 
38
2007-08-01  David Zeuthen  <davidz@redhat.com>
 
39
 
 
40
        * intltool-update.in.in, intltool.m4: Add support for PolicyKit
 
41
        policy XML files (extension .policy).
 
42
 
 
43
        Fixes #462312
 
44
 
 
45
2007-08-01  Rodney Dawes  <dobey.pwns@gmail.com>
 
46
 
 
47
        Patch from Wouter Bolsterlee <wbolster@gnome.org>
 
48
 
 
49
        * intltool-update.in.in. (FindLeftoutFiles):
 
50
        Don't need to strip $SRCDIR from filenames when adding to hash table
 
51
        Gettext doesn't require the reference to not have the leading ../
 
52
 
 
53
        Fixes #449938
 
54
 
 
55
2007-07-20  Danilo Šegan <danilo@gnome.org>
 
56
 
 
57
        Patch from Leonardo Boshell  <lb@kmc.com.co>
 
58
 
 
59
        * intltool-extract.in.in (entity_decode): Decode &amp; after all the
 
60
        other entities to avoid double decoding.
 
61
        * intltool-merge.in.in (entity_decode): Decode &amp; at the end and
 
62
        decode &gt; as well so strings are decoded exactly the same by the
 
63
        extract and merge tools.
 
64
        * tests/cases/extract14.xml.in:
 
65
        * tests/cases/merge12.xml.in:
 
66
        * tests/cases/test.po:
 
67
        * tests/results/extract14.xml.in.h:
 
68
        * tests/results/merge12.xml:
 
69
        * tests/selftest.pl.in: New tests to check that entities in XML files
 
70
        are decoded in the proper order.
 
71
 
 
72
        Fixes #411698.
 
73
 
 
74
2007-06-30  Rodney Dawes  <dobey.pwns@gmail.com>
 
75
 
 
76
        * intltool-update.in.in (FindLeftoutFiles):
 
77
        Look for files in $SRCDIR/.. as well as ..
 
78
        Strip $SRCDIR from the filenames when adding to the hash table
 
79
        Strip $SRCDIR from the filenames when looking up in the hash table
 
80
        Strip $SRCDIR from the filenames when listing in missing
 
81
        
 
82
        Fixes #438722
 
83
 
 
84
2007-06-30  Rodney Dawes  <dobey.pwns@gmail.com>
 
85
 
 
86
        * intltool-update.in.in (GeneratePOTemplate):
 
87
        Don't write $SRCDIR/../ or ../ to POTFILES.in.temp
 
88
        Pass .. as the --directory argument to xgettext
 
89
        Pass --default-domain to xgettext
 
90
        Pass --flag arguments for glib functions to xgettext
 
91
 
 
92
        Fixes #449938
 
93
 
 
94
2007-06-28  Rodney Dawes  <dobey.pwns@gmail.com>
 
95
 
 
96
        * intltool.m4: Fix autoconf warnings
 
97
        Patch from Guillem Jover
 
98
 
 
99
        Fixes #430093
 
100
 
 
101
2007-06-27  Rodney Dawes  <dobey.pwns@gmail.com>
 
102
 
 
103
        * Makefile.in.in: Add dummy install-exec
 
104
 
 
105
        Fixes #448200
 
106
 
 
107
2007-03-17  Thomas Andersen  <phomes@gmail.com>
 
108
 
 
109
        * tests/cases/extract13.desktop.in
 
110
        Remove invalid category "Application"
 
111
 
 
112
        Fixes #417659
 
113
 
 
114
2007-03-02  Danilo Šegan  <danilo@gnome.org>
 
115
 
 
116
        Fix #413461 (resulting from #399476 fix).
 
117
 
 
118
        * intltool-update.in.in (isIntltoolExtractInPath): Added.
 
119
        (GenerateHeaders): Use isIntltoolExtractInPath instead of -x.
 
120
 
 
121
2007-02-28  Tor Lillqvist  <tml@novell.com>
 
122
 
 
123
        * tests/selftest.pl.in: Use --strip-trailing-cr on Windows. (This
 
124
        requires a reasonably new GNU diff. The 2.8.7 one from gnuwin32
 
125
        seems to work fine.) Fixes make check on Windows.
 
126
 
1
127
2007-02-23  Rodney Dawes  <dobey@novell.com>
2
128
 
3
129
        * NEWS: