]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Indentation.
authorBruno Haible <bruno@clisp.org>
Fri, 30 Jun 2006 14:11:48 +0000 (14:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:27 +0000 (12:13 +0200)
gettext-tools/src/ChangeLog

index fa84b3dba28f83967303672f9f501fa7e6c97e2d..c9dc9034ca987e1f77a6698203afb8b1a8d97aeb 100644 (file)
 
 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>
 
        (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.