summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-08-19 11:02:03 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:44 +0200
commit012803fbf11d258e87f66b17b390c9bd7ee60ccf (patch)
tree03f3bc534000fd3eaca421154313d03c530fd6af /src/ChangeLog
parente89f1591141eeef32ad0cc12704ee99aa01c7986 (diff)
downloadexternal_gettext-012803fbf11d258e87f66b17b390c9bd7ee60ccf.zip
external_gettext-012803fbf11d258e87f66b17b390c9bd7ee60ccf.tar.gz
external_gettext-012803fbf11d258e87f66b17b390c9bd7ee60ccf.tar.bz2
Support for PHP.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 325e221..326e23a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
+2002-08-18 Bruno Haible <bruno@clisp.org>
+
+ * message.h (enum format_type): New enum value 'format_php'.
+ (NFORMATS): Increment.
+ * message.c (format_language, format_language_pretty): Add entry
+ for php.
+ * format.h (formatstring_php): New declaration.
+ * format-php.c: New file.
+ * format.c (formatstring_parsers): Add entry for php.
+ * x-php.h: New file.
+ * x-php.c: New file.
+ * xgettext.c: Include x-php.c.
+ (main): Call x_php_extract_all, x_php_keyword.
+ (language_to_scanner): Add PHP rule.
+ (extension_to_language): Add PHP rule.
+ * Makefile.am (noinst_HEADERS): Add x-php.h.
+ (FORMAT_SOURCE): Add format-php.c.
+ (xgettext_SOURCES): Add x-php.c.
+
2002-08-17 Bruno Haible <bruno@clisp.org>
* urlget.c (fetch): Also try invoking the 'curl' program.