[Xfce4-commits] [xfce/libxfce4util] branch master updated (09c590d -> fd5f1f0)
noreply at xfce.org
noreply at xfce.org
Sun Dec 10 13:46:59 CET 2017
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository xfce/libxfce4util.
from 09c590d Fix make distcheck build
new 4785e47 Better documentation processing
new 9b9124e Migrate away from sgml templates for documentation
new 441d69e Fix some gtk-doc warnings
new fd5f1f0 Fix documentation warnings
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/Makefile.am | 2 +-
docs/libxfce4util-docs.sgml | 60 -------
docs/libxfce4util-docs.xml | 49 ++++++
docs/libxfce4util-sections.txt | 1 +
docs/tmpl/debug.sgml | 34 ----
docs/tmpl/libxfce4util-config.sgml | 88 ----------
docs/tmpl/libxfce4util-unused.sgml | 36 ----
docs/tmpl/xfce-fileutils.sgml | 33 ----
docs/tmpl/xfce-generics.sgml | 110 -------------
docs/tmpl/xfce-i18n.sgml | 115 -------------
docs/tmpl/xfce-kiosk.sgml | 55 -------
docs/tmpl/xfce-license.sgml | 61 -------
docs/tmpl/xfce-miscutils.sgml | 112 -------------
docs/tmpl/xfce-posix-signal-handler.sgml | 73 --------
docs/tmpl/xfce-rc.sgml | 275 -------------------------------
docs/tmpl/xfce-resource.sgml | 124 --------------
docs/tmpl/xfce-utf8.sgml | 42 -----
libxfce4util/libxfce4util-config.c | 9 +
libxfce4util/xfce-fileutils.c | 9 +
libxfce4util/xfce-generics.h | 83 ++++++++++
libxfce4util/xfce-i18n.c | 20 ++-
libxfce4util/xfce-kiosk.c | 8 +
libxfce4util/xfce-license.c | 6 +
libxfce4util/xfce-miscutils.c | 8 +
libxfce4util/xfce-posix-signal-handler.c | 13 ++
libxfce4util/xfce-posix-signal-handler.h | 6 +
libxfce4util/xfce-rc.c | 16 ++
libxfce4util/xfce-resource.c | 8 +
libxfce4util/xfce-resource.h | 4 +-
libxfce4util/xfce-utf8.c | 9 +
30 files changed, 243 insertions(+), 1226 deletions(-)
delete mode 100644 docs/libxfce4util-docs.sgml
create mode 100644 docs/libxfce4util-docs.xml
delete mode 100644 docs/tmpl/debug.sgml
delete mode 100644 docs/tmpl/libxfce4util-config.sgml
delete mode 100644 docs/tmpl/libxfce4util-unused.sgml
delete mode 100644 docs/tmpl/xfce-fileutils.sgml
delete mode 100644 docs/tmpl/xfce-generics.sgml
delete mode 100644 docs/tmpl/xfce-i18n.sgml
delete mode 100644 docs/tmpl/xfce-kiosk.sgml
delete mode 100644 docs/tmpl/xfce-license.sgml
delete mode 100644 docs/tmpl/xfce-miscutils.sgml
delete mode 100644 docs/tmpl/xfce-posix-signal-handler.sgml
delete mode 100644 docs/tmpl/xfce-rc.sgml
delete mode 100644 docs/tmpl/xfce-resource.sgml
delete mode 100644 docs/tmpl/xfce-utf8.sgml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list