From b76e1adff2a02bb9a121d945e5ae90007c05d19505ba822a2a3349da5d364bc9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Apr 2018 08:15:43 +0000 Subject: [PATCH] * Issue #315: Worked around slow load of QPrinter constructor in Fedora 27 by lazy loading the printer settings only when needed for printing or print preview rather than during application startup. * Fixed line break tokenizing to not include paragraph breaks. OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=31 --- ghostwriter.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghostwriter.changes b/ghostwriter.changes index 9970e5b..6520b1e 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -2,11 +2,11 @@ Mon Apr 16 17:05:07 UTC 2018 - seb95.scou@gmail.com - Update to version 1.6.2 - * Issue #315: Worked around slow load of QPrinter constructor - in Fedora 27 by lazy loading the printer settings only when - needed for printing or print preview rather than during - application startup. - * Fixed line break tokenizing to not include paragraph breaks. + * Issue #315: Worked around slow load of QPrinter constructor in + Fedora 27 by lazy loading the printer settings only when needed + for printing or print preview rather than during application + startup. + * Fixed line break tokenizing to not include paragraph breaks. ------------------------------------------------------------------- Mon Apr 9 15:17:14 UTC 2018 - seb95.scou@gmail.com