GraphicsMagick: Update generated files
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.89.1665013503.1350.graphicsmagick-commit@lists.sourceforge.net> |
changeset edc5419a7bbb in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=edc5419a7bbb
summary: Update generated files
diffstat:
Makefile.in | 4 +-
aclocal.m4 | 101 ++++++-
www/ChangeLog-2003.html | 8 +-
www/ChangeLog-2006.html | 8 +-
www/ChangeLog-2007.html | 16 +-
www/ChangeLog-2008.html | 8 +-
www/ChangeLog-2009.html | 18 +-
www/ChangeLog-2010.html | 10 +-
www/ChangeLog-2012.html | 4 +-
www/ChangeLog-2013.html | 6 +-
www/ChangeLog-2014.html | 4 +-
www/ChangeLog-2015.html | 18 +-
www/ChangeLog-2016.html | 8 +-
www/ChangeLog-2017.html | 8 +-
www/ChangeLog-2018.html | 33 +-
www/ChangeLog-2021.html | 728 +++++++++++++++++++++++++++++------------------
16 files changed, 600 insertions(+), 382 deletions(-)
diffs (truncated from 1649 to 500 lines):
diff -r 84a67b87643e -r edc5419a7bbb Makefile.in
--- a/Makefile.in Wed Oct 05 17:18:16 2022 -0500
+++ b/Makefile.in Wed Oct 05 18:44:46 2022 -0500
@@ -225,8 +225,8 @@
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
diff -r 84a67b87643e -r edc5419a7bbb aclocal.m4
--- a/aclocal.m4 Wed Oct 05 17:18:16 2022 -0500
+++ b/aclocal.m4 Wed Oct 05 18:44:46 2022 -0500
@@ -20,6 +20,106 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
+#
+# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
+# Foundation, Inc.
+# Written by Scott James Remnant, 2004.
+#
+# This file is free software; the Free Software Foundation gives
+# unlimited permission to copy and/or distribute it, with or without
+# modifications, as long as this notice is preserved.
+
+# serial 5 lt~obsolete.m4
+
+# These exist entirely to fool aclocal when bootstrapping libtool.
+#
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
+# which have later been changed to m4_define as they aren't part of the
+# exported API, or moved to Autoconf or Automake where they belong.
+#
+# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
+# using a macro with the same name in our local m4/libtool.m4 it'll
+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
+# and doesn't know about Autoconf macros at all.)
+#
+# So we provide this file, which has a silly filename so it's always
+# included after everything else. This provides aclocal with the
+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
+# because those macros already exist, or will be overwritten later.
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
+#
+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
+# Yes, that means every name once taken will need to remain here until
+# we give up compatibility with versions before 1.7, at which point
+# we need to keep only those names which we still refer to.
+
+# This is to help aclocal find these macros, as it can't see m4_define.
+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
+
+m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
+m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
+m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
+m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
+m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
+m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
+m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
+m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
+m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
+m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
+m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
+m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
+m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
+m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
+m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
+m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
+m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
+m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
+m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
+m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
+m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
+m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
+m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
+m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
+m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
+m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
+m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
+m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
+m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
+m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
+m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
+m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
+m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
+m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
+m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
+m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
+m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
+m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
+m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
+m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
+m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
+
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
@@ -1171,6 +1271,5 @@
m4_include([m4/ltoptions.m4])
m4_include([m4/ltsugar.m4])
m4_include([m4/ltversion.m4])
-m4_include([m4/lt~obsolete.m4])
m4_include([m4/pkg.m4])
m4_include([acinclude.m4])
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2003.html
--- a/www/ChangeLog-2003.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2003.html Wed Oct 05 18:44:46 2022 -0500
@@ -3714,12 +3714,8 @@
<li><p>magick/image.c (DestroyImage): Comment out new assertions until
we are certain that there are no ill effects.</p></li>
<li><p>coders/mat.c (ReadMATImage): Set image->depth to valid values.</p></li>
-<li><dl class="simple">
-<dt>PerlMagick/Magick.xs: Update so that new DestroyImage assertions</dt>
-<dd><p>aren't asserted.</p>
-</dd>
-</dl>
-</li>
+<li><p>PerlMagick/Magick.xs: Update so that new DestroyImage assertions
+aren't asserted.</p></li>
<li><p>magick/list.c (DestroyImageList): Update so that new DestroyImage
assertions aren't asserted.</p></li>
<li><p>coders/wpg.c (ReadWPGImage): Don't leave dangling pointer when
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2006.html
--- a/www/ChangeLog-2006.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2006.html Wed Oct 05 18:44:46 2022 -0500
@@ -252,12 +252,8 @@
<li><p>magick/semaphore.c (AllocateSemaphoreInfo): Allow semaphores to
recurse on POSIX systems which support recursive semaphores but
also warn if the semaphore recurses.</p></li>
-<li><dl class="simple">
-<dt>magick/log.c (SetLogEventMask): Avoid deadlock if invoked before</dt>
-<dd><p>log.mgk has been loaded.</p>
-</dd>
-</dl>
-</li>
+<li><p>magick/log.c (SetLogEventMask): Avoid deadlock if invoked before
+log.mgk has been loaded.</p></li>
<li><p>magick/attribute.c (GenerateEXIFAttribute): Fix memory leak on
error which was reported by Michal Kowalczuk.</p></li>
</ul>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2007.html
--- a/www/ChangeLog-2007.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2007.html Wed Oct 05 18:44:46 2022 -0500
@@ -129,12 +129,8 @@
<p>2007-10-20 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>mat.c: Attempt to read <cite>logic</cite> type modification</dt>
-<dd><p>as monochrome image.</p>
-</dd>
-</dl>
-</li>
+<li><p>mat.c: Attempt to read <cite>logic</cite> type modification
+as monochrome image.</p></li>
</ul>
</blockquote>
<p>2007-10-07 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
@@ -856,12 +852,8 @@
<ul class="simple">
<li><p>magick/forward.h: New header file to support forward type
declarations.</p></li>
-<li><dl class="simple">
-<dt>coders/pnm.c (ReadPNMImage): Fix pixel scaling problem caused by</dt>
-<dd><p>floating point rounding error.</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/pnm.c (ReadPNMImage): Fix pixel scaling problem caused by
+floating point rounding error.</p></li>
</ul>
</blockquote>
<p>2007-07-07 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2008.html
--- a/www/ChangeLog-2008.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2008.html Wed Oct 05 18:44:46 2022 -0500
@@ -1698,12 +1698,8 @@
at least 880 free() calls at destruction time. While these
operations did not take long, they are still an unnecessary
overhead, which is increased in thread-safe applications.</p></li>
-<li><dl class="simple">
-<dt>magick/module.c (OpenModule): Ignore requests to open modules</dt>
-<dd><p>which have already been opened.</p>
-</dd>
-</dl>
-</li>
+<li><p>magick/module.c (OpenModule): Ignore requests to open modules
+which have already been opened.</p></li>
<li><p>GraphicsMagick.spec.in: Add --with-included-ltdl to the default
options since this seems safest until the libltdl validation logic
is fully robust. This should be made user-configurable in the
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2009.html
--- a/www/ChangeLog-2009.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2009.html Wed Oct 05 18:44:46 2022 -0500
@@ -869,13 +869,9 @@
<p>2009-08-08 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple....">glennrp<span>@</span>simple<span>.</span><span>.</span><span>.</span><span>.</span></a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>coders/png.c: Made compatible with libpng-1.4.0beta74 and later</dt>
-<dd><p>(won't work with libpng-1.4.0beta35 through beta73) due to change
-in names of png_struct members "trans" and "trans_values").</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/png.c: Made compatible with libpng-1.4.0beta74 and later
+(won't work with libpng-1.4.0beta35 through beta73) due to change
+in names of png_struct members "trans" and "trans_values").</p></li>
</ul>
</blockquote>
<dl class="simple">
@@ -1442,12 +1438,8 @@
<p>2009-05-22 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>coders/txt.c Fixed char vs int parameter problem.</dt>
-<dd><p>Better detection of too dark 16bit or 32bit images.</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/txt.c Fixed char vs int parameter problem.
+Better detection of too dark 16bit or 32bit images.</p></li>
</ul>
</blockquote>
<p>2009-05-22 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2010.html
--- a/www/ChangeLog-2010.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2010.html Wed Oct 05 18:44:46 2022 -0500
@@ -516,13 +516,9 @@
<p>2010-03-03 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple...">glennrp<span>@</span>simple<span>.</span><span>.</span><span>.</span></a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>coders/png.c: restored missing "US" in PNG_USER_CHUNK_CACHE_MAX</dt>
-<dd><p>at line 102. Added some (unsigned long) typecasts on print statements
-to stifle warnings.</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/png.c: restored missing "US" in PNG_USER_CHUNK_CACHE_MAX
+at line 102. Added some (unsigned long) typecasts on print statements
+to stifle warnings.</p></li>
</ul>
</blockquote>
<p>2010-03-03 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2012.html
--- a/www/ChangeLog-2012.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2012.html Wed Oct 05 18:44:46 2022 -0500
@@ -471,7 +471,9 @@
</blockquote>
<p>2012-08-12 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<p>* PerlMagick/t/input_jnx.jnx: Small JNX test file.</p>
+<ul class="simple">
+<li><p>PerlMagick/t/input_jnx.jnx: Small JNX test file.</p></li>
+</ul>
</blockquote>
<p>2012-08-11 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2013.html
--- a/www/ChangeLog-2013.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2013.html Wed Oct 05 18:44:46 2022 -0500
@@ -314,8 +314,10 @@
</blockquote>
<dl class="simple">
<dt>2013-08-26 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></dt>
-<dd><p>* dcrawdcraw.c Updated from autor
-* dcrawdcraw.c.patch</p>
+<dd><ul class="simple">
+<li><p>dcrawdcraw.c Updated from autor</p></li>
+<li><p>dcrawdcraw.c.patch</p></li>
+</ul>
</dd>
</dl>
<p>2013-08-25 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2014.html
--- a/www/ChangeLog-2014.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2014.html Wed Oct 05 18:44:46 2022 -0500
@@ -491,7 +491,9 @@
</blockquote>
<p>2014-08-09 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<p>* coders/webp.c webp cannot be compiled when HasWEBP is not set.</p>
+<ul class="simple">
+<li><p>coders/webp.c webp cannot be compiled when HasWEBP is not set.</p></li>
+</ul>
</blockquote>
<p>2014-08-08 Glenn Randers-Pehrson <<a class="reference external" href="mailto:glennrp%40simple.dallas.tx.us">glennrp<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2015.html
--- a/www/ChangeLog-2015.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2015.html Wed Oct 05 18:44:46 2022 -0500
@@ -206,8 +206,10 @@
</blockquote>
<p>2015-08-30 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<p>* magick/ImageMagick.rc Replace Imagemagick.ico by GraphicsMagick.ico</p>
-<p>* magick/Imagemagick.ico is no longer needed and not referenced anywhere.</p>
+<ul class="simple">
+<li><p>magick/ImageMagick.rc Replace Imagemagick.ico by GraphicsMagick.ico</p></li>
+<li><p>magick/Imagemagick.ico is no longer needed and not referenced anywhere.</p></li>
+</ul>
</blockquote>
<p>2015-08-22 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
@@ -1163,7 +1165,9 @@
</blockquote>
<p>2014-03-24 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<p>* coders/wpg.c More paranoa in checking ReadBlobByte() negative return.</p>
+<ul class="simple">
+<li><p>coders/wpg.c More paranoa in checking ReadBlobByte() negative return.</p></li>
+</ul>
</blockquote>
<p>2015-03-23 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
@@ -1486,12 +1490,8 @@
<p>2014-02-22 Jaroslav Fojtik <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>VisualMagickconfigureconfigure.cpp Fixed crash.</dt>
-<dd><p>Renamed debug to configure_d.exe to prevent mess.</p>
-</dd>
-</dl>
-</li>
+<li><p>VisualMagickconfigureconfigure.cpp Fixed crash.
+Renamed debug to configure_d.exe to prevent mess.</p></li>
</ul>
</blockquote>
<p>2015-02-21 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2016.html
--- a/www/ChangeLog-2016.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2016.html Wed Oct 05 18:44:46 2022 -0500
@@ -882,12 +882,8 @@
<p>2016-04-02 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>coders/mat.c Matlab V4 files are also rotated.</dt>
-<dd><p>* PerlMagick/t/input_gray_lsb_double_V4.mat Demo Matlab V4 file.</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/mat.c Matlab V4 files are also rotated.</p></li>
+<li><p>PerlMagick/t/input_gray_lsb_double_V4.mat Demo Matlab V4 file.</p></li>
</ul>
</blockquote>
<p>2016-04-01 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2017.html
--- a/www/ChangeLog-2017.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2017.html Wed Oct 05 18:44:46 2022 -0500
@@ -607,12 +607,8 @@
<p>2017-09-11 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>magick/shear.c: Possible evil loop might waste CPU for long time</dt>
-<dd><p>without any reason.</p>
-</dd>
-</dl>
-</li>
+<li><p>magick/shear.c: Possible evil loop might waste CPU for long time
+without any reason.</p></li>
</ul>
</blockquote>
<p>2017-09-10 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2018.html
--- a/www/ChangeLog-2018.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2018.html Wed Oct 05 18:44:46 2022 -0500
@@ -1600,12 +1600,8 @@
<p>2018-04-21 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
<ul class="simple">
-<li><dl class="simple">
-<dt>coders/topol.c Emit error when tile storage overflows image data;</dt>
-<dd><p>fixes oss-fuzz 7769 thanks to oss-fuzz.</p>
-</dd>
-</dl>
-</li>
+<li><p>coders/topol.c Emit error when tile storage overflows image data;
+fixes oss-fuzz 7769 thanks to oss-fuzz.</p></li>
</ul>
</blockquote>
<p>2018-04-20 Greg Wolfe <<a class="reference external" href="mailto:gregory.wolfe%40kodakalaris.com">gregory<span>.</span>wolfe<span>@</span>kodakalaris<span>.</span>com</a>></p>
@@ -2165,13 +2161,10 @@
</blockquote>
<p>2018-03-23 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<ul>
-<li><p>coders/mat.c Fix forged amount of frames 7076. (Credit to OSS-Fuzz)</p>
-<blockquote>
-<p>* coders/topol.c Check for forged image that overflows file size
-(fuzz 6836).</p>
-</blockquote>
-</li>
+<ul class="simple">
+<li><p>coders/mat.c Fix forged amount of frames 7076. (Credit to OSS-Fuzz)</p></li>
+<li><p>coders/topol.c Check for forged image that overflows file size
+(fuzz 6836).</p></li>
</ul>
</blockquote>
<p>2018-03-23 Greg Wolfe <<a class="reference external" href="mailto:gregory.wolfe%40kodakalaris.com">gregory<span>.</span>wolfe<span>@</span>kodakalaris<span>.</span>com</a>></p>
@@ -2194,14 +2187,10 @@
</blockquote>
<p>2018-03-22 Fojtik Jaroslav <<a class="reference external" href="mailto:JaFojtik%40seznam.cz">JaFojtik<span>@</span>seznam<span>.</span>cz</a>></p>
<blockquote>
-<ul>
-<li><dl>
-<dt>coders/topol.c Use rather MagickSwabArrayOfUInt32() to</dt>
-<dd><p>flip all array elements at once.</p>
-<p>* magick/annotate.c Compilation issue - using C++ syntax in C code.</p>
-</dd>
-</dl>
-</li>
+<ul class="simple">
+<li><p>coders/topol.c Use rather MagickSwabArrayOfUInt32() to
+flip all array elements at once.</p></li>
+<li><p>magick/annotate.c Compilation issue - using C++ syntax in C code.</p></li>
</ul>
</blockquote>
<p>2018-03-20 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
@@ -2790,7 +2779,7 @@
GetLocaleExceptionMessage". (Credit to OSS-Fuzz)</p></li>
</ul>
</blockquote>
-<p>2018-02-07 Greg Wolfe <<a class="reference external" href="mailto:gregory.wolfe%40kodakalaris.com">gregory<span>.</span>wolfe<span>@</span>kodakalaris<span>.</span>com</a>></p>
+<p>2018-02-07 Greg Wolfe <<a class="reference external" href="mailto:gregory.wolfe%40kodakalaris.com">gregory<span>.</span>wolfe<span>@</span>kodakalaris<span>.</span>com</a>></p>
<blockquote>
<ul class="simple">
<li><p>magick/render.c (IsPoint): Fixed a bug in which
diff -r 84a67b87643e -r edc5419a7bbb www/ChangeLog-2021.html
--- a/www/ChangeLog-2021.html Wed Oct 05 17:18:16 2022 -0500
+++ b/www/ChangeLog-2021.html Wed Oct 05 18:44:46 2022 -0500
@@ -39,54 +39,63 @@
<div class="document">
<p>2021-12-31 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
-<p>* doc/{gmdoc2html, gmdocselect, imdoc2man, imdocselect}: Fixes to
-work better with both GNU sed and Solaris/Illumos sed.</p>
-<p>* doc/GNUmakefile: Use GNU make rules to produce the full imdoc
+<ul class="simple">
+<li><p>doc/{gmdoc2html, gmdocselect, imdoc2man, imdocselect}: Fixes to
+work better with both GNU sed and Solaris/Illumos sed.</p></li>
+<li><p>doc/GNUmakefile: Use GNU make rules to produce the full imdoc
list for man, html, and tex, rather than relying on a shell
wildcard expression, since the order produced by the shell
-wildcard expression is indeterminate.</p>
+wildcard expression is indeterminate.</p></li>
+</ul>
</blockquote>
<p>2021-12-30 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
-<p>* www/index.rst: Document that
+<ul class="simple">
+<li><p>www/index.rst: Document that
<a class="reference external" href="https://graphicsmagick.sourceforge.io/index.html">https://graphicsmagick.sourceforge.io/index.html</a> is also
-available.</p>
-<p>* www/programming.rst: Update URLs. Add a link to a 'Go' binding.</p>
-<p>* Copyright.txt: Update Copyright text for 2022 and prepare for
-new year.</p>
+available.</p></li>
+<li><p>www/programming.rst: Update URLs. Add a link to a 'Go' binding.</p></li>
+<li><p>Copyright.txt: Update Copyright text for 2022 and prepare for
+new year.</p></li>
+</ul>
</blockquote>
<p>2021-12-29 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
-<p>* coders/{gif.c, meta.c, miff.c, mpc.c, pdb.c, pnm.c xpm.c}: Rely
+<ul class="simple">
+<li><p>coders/{gif.c, meta.c, miff.c, mpc.c, pdb.c, pnm.c xpm.c}: Rely