diff options
author | Часлав Илић (Chusslove Illich) <caslav.ilic@gmx.net> | 2015-05-11 15:30:55 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-05-11 15:33:42 +0900 |
commit | e4863193c05ee219079e3adbc04bfe4c068c57c3 (patch) | |
tree | 486c1fbe78a15cef2f51d90ca1576add7be5eb77 /gettext-tools/src/ChangeLog | |
parent | 45a858d7228165a2c8d89f8c93fa000b02325cc8 (diff) | |
download | external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.zip external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.tar.gz external_gettext-e4863193c05ee219079e3adbc04bfe4c068c57c3.tar.bz2 |
kde: Enable ki18n keywords by default
* gettext-tools/src/x-c.c (init_flag_table_kde): New function.
(additional_keywords_kde): New variable.
(activate_additional_keywords_kde): New function.
(init_keywords): Optional addition of KDE-specific keywords.
* gettext-tools/src/x-c.h (init_flag_table_kde): New function declaration.
(activate_additional_keywords_kde): New function declaration.
* gettext-tools/src/xgettext.c (main): Invoke addition of KDE-specific
keywords when language is C++ with KDE.
* NEWS: Mention --kde behavior change.
Diffstat (limited to 'gettext-tools/src/ChangeLog')
-rw-r--r-- | gettext-tools/src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index a8e070e..ae39c01 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,14 @@ +2015-05-08 Часлав Илић (Chusslove Illich) <caslav.ilic@gmx.net> (tiny change) + + * x-c.c (init_flag_table_kde): New function. + (additional_keywords_kde): New variable. + (activate_additional_keywords_kde): New function. + (init_keywords): Optional addition of KDE-specific keywords. + * x-c.h (init_flag_table_kde): New function declaration. + (activate_additional_keywords_kde): New function declaration. + * xgettext.c (main): Invoke addition of KDE-specific keywords when + language is C++ with KDE. + 2015-03-20 Daiki Ueno <ueno@gnu.org> kde-kuit: Use xmlns to avoid element name conflict |