From 2ed8ce8acb9b6ca9f252b7a76831f587d5a725f7 Mon Sep 17 00:00:00 2001 From: cage Date: Thu, 31 Dec 2020 19:20:09 +0100 Subject: [PATCH] - tracking changes. --- ChangeLog | 30 ++++++++++++++++++++++++++++++ NEWS.org | 7 +++++++ 2 files changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e9648a..21f2b82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2020-12-31 cage + + * modules/next-previous-open.lisp, + * modules/rewrite-message-urls.lisp, + * src/hooks.lisp, + * src/hooks.lisp, + * src/main.lisp, + * src/misc-utils.lisp, + * src/open-message-link-window.lisp: + * src/package.lisp, + * src/scheduled-events.lisp, + * src/ui-goodies.lisp: + * etc/init.lisp, + * modules/rewrite-message-urls.lisp, + * src/command-line.lisp, + * src/main.lisp, + * src/open-message-link-window.lisp, + * src/program-events.lisp, + + - added a profiling macro; + - added function to stop event dispatching; + - Added a command line switch to load a module; + - fixed 'run-hook-compose'; + - reverse link order in window; + - added 'run-hook-compose'; + - added a module to rewrite URLs; + - made scheduled updating of chat messages happening only when a + chat window is shown; this changes should make the program more + responsive when scrolling the text of the main window. + 2020-12-30 cage * etc/init.lisp, diff --git a/NEWS.org b/NEWS.org index 90cf3f7..f5a40bb 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,10 @@ +* 2020-12-31 version 0.4.2 + + - Bugfix + - Removed lag when scrolling the main window + - New modules + - Added a module to rewrite URLs in main and link windows. + * 2020-12-30 version 0.4.1 - New features