GraphicsMagick: Update symbol remappings which are enabled by PR...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.36372.1671979867.1567.graphicsmagick-commit@lists.sourceforge.net> |
changeset f0fd4e7e990c in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f0fd4e7e990c summary: Update symbol remappings which are enabled by PREFIX_MAGICK_SYMBOLS diffstat: ChangeLog | 4 ++++ magick/symbols.h | 1 + www/Changelog.html | 3 +++ 3 files changed, 8 insertions(+), 0 deletions(-) diffs (37 lines): diff -r 70a3dffe5256 -r f0fd4e7e990c ChangeLog --- a/ChangeLog Sun Dec 25 08:25:41 2022 -0600 +++ b/ChangeLog Sun Dec 25 08:50:53 2022 -0600 @@ -1,5 +1,9 @@ 2022-12-25 Bob Friesenhahn <[email protected]> + * magick/symbols.h: Update symbol remappings which are enabled by + PREFIX_MAGICK_SYMBOLS. The only new symbol since the last release + is IsEventLogged(). + * NEWS.txt: Updated the news. 2022-12-25 Fojtik Jaroslav <[email protected]> diff -r 70a3dffe5256 -r f0fd4e7e990c magick/symbols.h --- a/magick/symbols.h Sun Dec 25 08:25:41 2022 -0600 +++ b/magick/symbols.h Sun Dec 25 08:50:53 2022 -0600 @@ -489,6 +489,7 @@ #define IsAccessibleAndNotEmpty GmIsAccessibleAndNotEmpty #define IsAccessible GmIsAccessible #define IsAccessibleNoLogging GmIsAccessibleNoLogging +#define IsEventLogged GmIsEventLogged #define IsEventLogging GmIsEventLogging #define IsGeometry GmIsGeometry #define IsGlob GmIsGlob diff -r 70a3dffe5256 -r f0fd4e7e990c www/Changelog.html --- a/www/Changelog.html Sun Dec 25 08:25:41 2022 -0600 +++ b/www/Changelog.html Sun Dec 25 08:50:53 2022 -0600 @@ -40,6 +40,9 @@ <p>2022-12-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> <blockquote> <ul class="simple"> +<li><p>magick/symbols.h: Update symbol remappings which are enabled by +PREFIX_MAGICK_SYMBOLS. The only new symbol since the last release +is IsEventLogged().</p></li> <li><p>NEWS.txt: Updated the news.</p></li> </ul> </blockquote>