diff options
author | Bruno Haible <bruno@clisp.org> | 2009-03-29 16:42:10 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:16:03 +0200 |
commit | 9d26cf4ca912312334dcb82e2864310308a71ac9 (patch) | |
tree | 68dc65b910a99a0414588a50ab165c36e631a6f0 /NEWS | |
parent | b8a370e3bea026f5b12f61bd907830fbce99dc4a (diff) | |
download | external_gettext-9d26cf4ca912312334dcb82e2864310308a71ac9.zip external_gettext-9d26cf4ca912312334dcb82e2864310308a71ac9.tar.gz external_gettext-9d26cf4ca912312334dcb82e2864310308a71ac9.tar.bz2 |
Mention gfc-format-internal.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Version 0.18 - January 2008 xgettext command-line options for this case are: --qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t +* xgettext --language=GCC-source now recognizes also the format strings + used in the Fortran front-end of the GCC compiler, and marks them as + 'gfc-internal-format'. + * Updated the meaning of 'gcc-internal-format' to match GCC 4.3. Version 0.17 - November 2007 |