From 36ab9d97e40744785067c09ee96519ec5d3954f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 31 Jul 2023 21:27:46 +0200 Subject: [PATCH] core: fix styles in ChangeLog --- ChangeLog.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 6df77f22e..e2ef904c4 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -210,7 +210,7 @@ Build:: * core: remove obsolete cpack config * core: add "stable-number" and "devel-number" in script version.sh * core: add quotes around paths in CMake files (issue #29) - * doc: convert docgen.py to C, remove autogen files from repository, add parameter `--doc-gen` to `weechat-headless` binary, add CMake option `ENABLE_DOC_INCOMPLETE` + * doc: convert docgen.py to C, remove autogen files from repository, add parameter `--doc-gen` to `weechat-headless` binary, add CMake option "ENABLE_DOC_INCOMPLETE" [[v3.8]] == Version 3.8 (2023-01-08) @@ -2031,7 +2031,7 @@ Documentation:: Build:: * core: add CA_FILE option in CMake and configure to setup default value of option weechat.network.gnutls_ca_file (default is "/etc/ssl/certs/ca-certificates.crt") (task #12725) - * core: disable build of doc by default, add CMake option ENABLE_MAN to compile man page (off by default) + * core: disable build of doc by default, add CMake option "ENABLE_MAN" to compile man page (off by default) * xfer: fix compilation on OpenBSD (bug #39071) [[v0.4.1]]