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

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2008-07-21 19:18:54 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080721191854-x3np84cqv4ye98pp
Tags: 0.40.1-1
* New upstream bugfix release.
* debian/control.in:
  + Update Standards-Version to 3.8.0, no additional changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-07-21  Rodney Dawes  <dobey.pwns@gmail.com>
 
2
 
 
3
        * configure.in:
 
4
        Up version to 0.40.1 for release
 
5
 
 
6
2008-07-21  Rodney Dawes  <dobey.pwns@gmail.com>
 
7
 
 
8
        * intltoolize.in:
 
9
        Remove the AC_CONFIG_AUX_DIR checks as we no longer need it
 
10
        We do not copy the scripts locally now, only Makefile.in.in
 
11
 
 
12
        Fixes #323968
 
13
 
 
14
2008-07-20  Rodney Dawes  <dobey.pwns@gmail.com>
 
15
 
 
16
        * intltool-update.in (FindLeftoutFiles):
 
17
        Check for NC_ as well as C_ N_ Q_ and _
 
18
        (FindPOTKeywords):
 
19
        No need to escape = and _ in a string
 
20
        Add NC_ to the list of keywords
 
21
        Use context and string argument specifiers for C_ and NC_
 
22
 
 
23
        Fixes #543665
 
24
 
 
25
2008-06-06  Rodney Dawes  <dobey.pwns@gmail.com>
 
26
 
 
27
        * README:
 
28
        * doc/I18N-HOWTO:
 
29
        Replace AC_PROG_INTLTOOL references with IT_PROG_INTLTOOL
 
30
 
 
31
        Fixes #531894
 
32
 
 
33
2008-06-06  Rodney Dawes  <dobey.pwns@gmail.com>
 
34
 
 
35
        * intltool-update.in (FindPOTKeywords):
 
36
        Replace U_ with C_ as keyword argument to xgettext
 
37
        U_ does not exist in gi18n.h
 
38
 
 
39
        Fixes #536970
 
40
 
 
41
2008-06-06  Tor Lillqvist  <tml@novell.com>
 
42
 
 
43
        * intltool-update.in (GenerateHeaders): If running under
 
44
        ActiveState Perl then prefix the intltool-extract command with the
 
45
        Perl interpreter pathname, as the system() function has no clue
 
46
        about Unixish executable scripts indicated by just a hashbang
 
47
        line.
 
48
 
 
49
        (The MSYS Perl, as it runs on a Unix emulator, would be able to
 
50
        run executable scripts based on their hashbang lines just fine,
 
51
        but then MSYS Perl doesn't come with XML::Parser. Installing
 
52
        XML::Parser for MSYS Perl is somewhat hard. So usually when using
 
53
        mingw+MSYS to build GNOMEish software one wants to use
 
54
        ActicveState's Perl to run the intltool scripts, even if the
 
55
        built-in MSYS Perl is good for other Perl uses.)
 
56
 
1
57
2008-06-03  Rodney Dawes  <dobey.pwns@gmail.com>
2
58
 
3
59
        * configure.in: