1
0
Fork 0

- tracking changes.

This commit is contained in:
cage 2020-12-31 19:20:09 +01:00
parent 0e2e883d1a
commit 2ed8ce8acb
2 changed files with 37 additions and 0 deletions

View File

@ -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,

View File

@ -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