From b7c6d48cb6086417c817cbad3d7058411c601aef Mon Sep 17 00:00:00 2001 From: cage Date: Sat, 19 Sep 2020 19:19:52 +0200 Subject: [PATCH] - tracking changes. --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7624d88..d3c4130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2020-09-19 cage + + * src/stack.lisp: + + - fixed 'stack-raise-to-top' + Swapping the position of the window to be raised with the head + of the was a bad idea. Sometimes a windows could go behind + the omnipresent windows (messages, thread etc.) and never shown + (as covered by the others). + +2020-09-18 cage + + * src/program-events.lisp: + + - fixed indentation. + +2020-09-18 cage + + * src/os-utils.lisp, src/ui-goodies.lisp: + + - lowered permancence of notification when updating timelines; + - fixed managing of editor arguments. + 2020-09-12 cage * po/it.po, po/tinmop.pot: