]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update the file list.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Oct 2024 20:21:30 +0000 (22:21 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Oct 2024 20:21:30 +0000 (22:21 +0200)
* gettext-tools/src/FILES: Update.
* gettext-tools/src/write-desktop.h: Fix comment.
* gettext-tools/src/write-xml.h: Likewise.

gettext-tools/src/FILES
gettext-tools/src/write-desktop.h
gettext-tools/src/write-xml.h

index 72754a2bbc4931ec9c07745e6674daf8df1e36eb..dfdbe83b3dd230315d09469d1ec44851efb1a1bb 100644 (file)
@@ -63,9 +63,6 @@ xerror-handler.c
 | write-stringtable.c
 |               Output of a list-of-messages to a NeXTstep/GNUstep .strings
 |               file.
-| write-desktop.h
-| write-desktop.c
-|               Output of a list-of-messages to a .desktop file.
 +-------------- Writing PO files
 
 +-------------- Reading PO files
@@ -305,6 +302,12 @@ msgl-check.c
 | write-qt.h
 | write-qt.c
 |               Generating Qt .qm files.
+| write-desktop.h
+| write-desktop.c
+|               Writing a .desktop file.
+| write-xml.h
+| write-xml.c
+|               Writing to an XML file.
 | msgfmt.c
 |               Main source for the 'msgfmt' program.
 |
index 4b20761b93087a442bec56b8899263055bca3b2d..f1c2bf87af90e485abf09d118870d4548dca0f90 100644 (file)
@@ -1,6 +1,5 @@
-/* Reading Desktop Entry files.
-   Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free
-   Software Foundation, Inc.
+/* Writing Desktop Entry files.
+   Copyright (C) 1995-2024 Free Software Foundation, Inc.
    This file was written by Daiki Ueno <ueno@gnu.org>.
 
    This program is free software: you can redistribute it and/or modify
index 8bf0dfc56d5149171cbb2dab7b56ccbc81359daf..5b80ac4b704290e17a0e02eb0ee66256e7999cbb 100644 (file)
@@ -1,6 +1,5 @@
-/* Reading XML files.
-   Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free
-   Software Foundation, Inc.
+/* Writing XML files.
+   Copyright (C) 2024 Free Software Foundation, Inc.
    This file was written by Daiki Ueno <ueno@gnu.org>.
 
    This program is free software: you can redistribute it and/or modify