From 2f4139de014bf03898320a45fe52c92872c1e0f4 Mon Sep 17 00:00:00 2001
From: Dimitri van Heesch
Date: Mon, 25 Dec 2017 17:26:10 +0100
Subject: Updated changelog for release 1.8.14
---
doc/changelog.doc | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 127 insertions(+)
diff --git a/doc/changelog.doc b/doc/changelog.doc
index c5b2e3f..3efb31e 100644
--- a/doc/changelog.doc
+++ b/doc/changelog.doc
@@ -2,6 +2,133 @@
\tableofcontents
\section log_1_8 1.8 Series
+\subsection log_1_8_14 Release 1.8.14
+\htmlonly
+(release date 25-12-2017)
+
+
+
+- Add language type attribute to programlisting tag [view]
+
- Add links behind nav entries "Namespaces" and "Files" (matching "Classes") [view]
+
- Allow case insensitive file pattern matching based on CASE_SENSE_NAMES [view]
+
- Async load of mathjax javascript [view]
+
- Avoid generating unused dir_* output files for non HTML output formats [view]
+
- Bug 557094 - Wrong spacing in function names with french language (latex output) [view]
+
- Bug 652086 - does ALIAS work for VHDL code? [view]
+
- Bug 729237 - (UnFriendlyTemplate) Spurious warning when documenting friend template [view]
+
- Bug 733705 - parser misinterpreting fortran [view]
+
- Bug 743367 - Duplicate attribute (target="_top" target="_top") generated in .SVG files [view]
+
- Bug 775493 - Usage of underscore's in parameter names [view]
+
- Bug 776791 - [1.8.13 Regression] Segfault building the breathe docs [view]
+
- Bug 776870 - XML Parsing Error for operator<< methods when outputing to XHTML [view]
+
- Bug 776964 - Menu does not work without Javascript [view]
+
- Bug 776988 - Too greedy behavior of @ref const matching [view]
+
- Bug 778730 - doxygen build fails [view]
+
- Bug 779014 - Add "\~" command to internatioalization article [view]
+
- Bug 784281 - Problem RTF output: The class list "classes" within the namespace report is wrong indicated. [view]
+
- Bug 786409 - parsing error in Fortran file with preprocessing [view]
+, [view]
+
- Bug 787952 - Problem parsing c++ gnu::visibility [view]
+
- Bug 788209 - C++: False warning message when inheriting class from tag file [view]
+
- Bug 789007 - Error in markdown emphasis examples [view]
+
- Bug 789168 - Increasing access of inherited C++ members with 'using...' is not recognized by Doxygen [view]
+
- Bug 790320 - C++ parameter from lambda not recognized [view]
+
- Bug 790788 - Doxygen not showing the public, non-static member function [view]
+
- CMake: avoid if() around the whole contents of documentation CMakeLists.txt [view]
+
- CMake: avoid if() around the whole contents of plugin CMakeLists.txt [view]
+
- CMake: let CMake handle the C++ standard setting if target_compile_features() is used [view]
+
- CMake: let file(MAKE_DIRECTORY) create all directories at once [view]
+
- CMake: remove CUSTOM_(LINK|INCLUDE)_DIR [view]
+
- CMake: remove needless variable expansions [view]
+
- CMake: remove unused program searching [view]
+
- CMake: search for Qt5 only in config file mode [view]
+
- CMake: use GNUInstallDirs module for man pages directory [view]
+
- CMake: use add_test to create a test [view]
+
- CMakeLists: Avoid MSVC iconv changes for MinGW builds [view]
+
- Call endMemberItem consistently. [view]
+
- Change navtree collapsed list icon [view]
+
- Code color of , (comma) together with only in use statement [view]
+
- Corrected small type [view]
+
- Correction display of backtick in LaTeX [view]
+
- Correction of non reachable links and redirected links in documentation. [view]
+
- Documentation, correct referenced file [view]
+
- Doxygen/VHDLdocgen: [view]
+
- Encode invalid XML characters instead of skipping them. [view]
+
- Expose TOC placeholder in XML output. [view]
+
- Expose underlying enum type in the XML output. [view]
+
- Fetch filename property from object instead of hardcoded duplicated string [view]
+
- Fix C# property initializer parsing [view]
+
- Fix for regression in XML output generation after fixing bug 789168 [view]
+
- Fix https://bugzilla.gnome.org/show_bug.cgi?id=782583. [view]
+
- Fix minor markup issue in the documentation. [view]
+
- Fix not initialized pointer when parser is starting on a new file. [view]
+
- Fix typo [view]
+
- Fix: add missing newline char '\n' [view]
+
- Fix: add missing semicolon ';' at end of line [view]
+
- Fix: change 'CMakefiles' to 'CMakeFiles' (the 'F' is uppercase) [view]
+
- Fix: perl script regexp to toggle flex debug information [view]
+
- Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output. [view]
+
- Fixes for cross platform build with new LLVM/CLANG version [view]
+
- Fixup man page NAME section when page has title [view]
+
- Function declaration following a function definition incorrectly listed as calling dependencing [view]
+
- Further cleanup of lodepng code [view]
+
- Implement "double-space line breaks" syntax in Markdown [view]
+
- Improve Chinese translation [view]
+
- Inline attribute got reset for functions returning an explicit struct type [view]
+
- Isolated none-existing posix threading functions on Android [view]
+
- Marks JS as freely licensed [view]
+
- Misc. doxy and comment typos [view]
+
- Misc. typos [view]
+
- New table features mentioned in the documentation were not enabled. [view]
+
- Pass strings as const references. [view]
+
- Physical newlines in ALIASES configuration tags. [view]
+
- Propagate language information to all <programlisting> XML elements. [view]
+
- Properly copy images for the XML output. [view]
+
- Provide dot path to plantuml [view]
+
- Provide information about enum type "strongness" in the XML output. [view]
+
- Provide page brief in <briefdescription> of XML output. [view]
+
- Provide template parameters also for type aliases in the XML output. [view]
+
- Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3 that ships with XCode [view]
+
- Restore 'make tests' rule [view]
+
- Restore Makefile in vhdlparser dir [view]
+
- Spelling correction [view]
+
- Stripped unused LodePNG code to prevent false positives for coverity [view]
+
- Suppresses warning for XML <see langword="..."/> [view]
+
- Suppression warnings about deprecated directive [view]
+
- Update .travis.yml [view]
+, [view]
+
- Update mathjax path [view]
+
- Updated translator_de.h to doxygen 1.8.13 [view]
+
- Use hidden symbol visibility by default [view]
+
- Use language identifier instead of file extension for language attribute [view]
+
- Use language in stead of lang for language name attribute [view]
+
- Update of the Brazillian translation [view]
+
- [preprocessing.doc] typo amended [view]
+
- add decimal to base identifier [view]
+
- add the number of conditionals path and bugfix [view]
+
- build: fix the way lang_cfg.h is generated [view and view]
+
- bump version number for the development version/next release [view]
+
- const-ify [view]
+
- dot.cpp: Fix DotGfxHierarchyTable first class node loop [view]
+
- fix spelling [view]
+
- fix test to support new programlisting attribute [view]
+
- fix typo [view]
+
- fixes vhdl literal bug [view]
+
- line continuation characters inside comments embedded in a macro definition appeared in the output [view]
+
- make use of clang compilation database [view]
+
- new addon doxyparse, a source parsing engine [view]
+
- sqlite3gen: add index on params [view]
+
- sqlite3gen: add missing protectedsettable column [view]
+
- sqlite3gen: add openDbConnection [view]
+
- sqlite3gen: start checking operations status [view]
+
- sqlite3gen: use sqlite3_exec for schema setup [view]
+
- typos [view]
+
- update compound.xsd to add language attribute [view]
+
- using YAML in the output of "doxyparse" [view]
+
+
+\endhtmlonly
+
\subsection log_1_8_13 Release 1.8.13
\htmlonly
(release date 29-12-2016)
--
cgit v0.12