summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-06-30 14:11:48 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:27 +0200
commitfd17469981c52c360bd0475323fef302aebbb707 (patch)
tree833f80de1736f260d4a134569fd4156704031bec
parent84699745c849e5b4714842ca0a54a1d4d5018462 (diff)
downloadexternal_gettext-fd17469981c52c360bd0475323fef302aebbb707.zip
external_gettext-fd17469981c52c360bd0475323fef302aebbb707.tar.gz
external_gettext-fd17469981c52c360bd0475323fef302aebbb707.tar.bz2
Indentation.
-rw-r--r--gettext-tools/src/ChangeLog44
1 files changed, 22 insertions, 22 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index fa84b3d..c9dc903 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -856,27 +856,27 @@
2005-10-03 Bruno Haible <bruno@clisp.org>
- * message.c (message_list_alloc, message_list_free,
- message_list_hash_insert_entry, message_list_remove_if_not,
- message_list_msgids_changed, message_list_search): Update.
- * write-qt.c (write_qm): Update.
- * xgettext.c (flag_context_list_table_lookup,
- flag_context_list_table_insert): Update.
- * x-awk.c (x_awk_keyword, extract_parenthesized): Update.
- * x-c.c (add_keyword, x_c_lex): Update.
- * x-csharp.c (x_csharp_keyword, extract_parenthesized: Update.
- * x-elisp.c (x_elisp_keyword, read_object): Update.
- * x-glade.c (x_glade_keyword, start_element_handler): Update.
- * x-java.c (x_java_keyword, extract_parenthesized): Update.
- * x-librep.c (x_librep_keyword, read_object): Update.
- * x-lisp.c (x_lisp_keyword, read_object): Update.
- * x-perl.c (x_perl_keyword, extract_variable, interpolate_keywords,
- extract_balanced): Update.
- * x-php.c (x_php_keyword, extract_parenthesized): Update.
- * x-python.c (x_python_keyword, extract_parenthesized): Update.
- * x-scheme.c (x_scheme_keyword, read_object): Update.
- * x-sh.c (x_sh_keyword, read_command): Update.
- * x-tcl.c (x_tcl_keyword, read_command): Update.
+ * message.c (message_list_alloc, message_list_free,
+ message_list_hash_insert_entry, message_list_remove_if_not,
+ message_list_msgids_changed, message_list_search): Update.
+ * write-qt.c (write_qm): Update.
+ * xgettext.c (flag_context_list_table_lookup,
+ flag_context_list_table_insert): Update.
+ * x-awk.c (x_awk_keyword, extract_parenthesized): Update.
+ * x-c.c (add_keyword, x_c_lex): Update.
+ * x-csharp.c (x_csharp_keyword, extract_parenthesized: Update.
+ * x-elisp.c (x_elisp_keyword, read_object): Update.
+ * x-glade.c (x_glade_keyword, start_element_handler): Update.
+ * x-java.c (x_java_keyword, extract_parenthesized): Update.
+ * x-librep.c (x_librep_keyword, read_object): Update.
+ * x-lisp.c (x_lisp_keyword, read_object): Update.
+ * x-perl.c (x_perl_keyword, extract_variable, interpolate_keywords,
+ extract_balanced): Update.
+ * x-php.c (x_php_keyword, extract_parenthesized): Update.
+ * x-python.c (x_python_keyword, extract_parenthesized): Update.
+ * x-scheme.c (x_scheme_keyword, read_object): Update.
+ * x-sh.c (x_sh_keyword, read_command): Update.
+ * x-tcl.c (x_tcl_keyword, read_command): Update.
2005-10-01 Bruno Haible <bruno@clisp.org>
@@ -2233,7 +2233,7 @@
(main): Handle --qt option. More checks for contradicting options.
Call msgdomain_write_qt.
(usage): Mention Qt mode.
- (format_directive_domain): Ignore domain directive if in Qt mode.
+ (format_directive_domain): Ignore domain directive if in Qt mode.
* Makefile.am (noinst_HEADERS): Add write-qt.h.
(FORMAT_SOURCE): Add format-qt.c.
(msgfmt_SOURCES): Add write-qt.c.