From 49e8e41363a51d65d04980131b7b66b5af63043f Mon Sep 17 00:00:00 2001 From: Detlef Groth Date: Sun, 12 Nov 2023 08:42:13 +0100 Subject: [PATCH] adding function execute-region for macro development --- ChangeLog | 10 +++++++--- jasspa/macros/me.ehf | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e77062..6fb1f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,14 +7,18 @@ > > Created By : Jon Green > Created : Fri Feb 6 11:13:34 2004 -> Last Modified : <231112.0701> +> Last Modified : <231112.0840> > Authors: : John Green, Steven Phillips, Detlef Groth + [231112] adding new command execute-region, insert-template now interactive + using macro variable .insert-template.templates, docu updates for + change-font-type, insert-macro, execute-region + [231111] version bump in C-code for next release to v09.12.22 - fixing frame resize issue by removing it after font-change + fixing frame resize issue after font-change by removing it taking code from me23 from Steve improved change-font-type, now this works - change-font-type "chivo" + change-font-type "chivo" if Chivo Mono font is installed as X11-font [231108] little fix for Dracula them for link background, change-font-type now works as well like this diff --git a/jasspa/macros/me.ehf b/jasspa/macros/me.ehf index 4aa9521..1c50de0 100644 --- a/jasspa/macros/me.ehf +++ b/jasspa/macros/me.ehf @@ -5030,7 +5030,9 @@ Miscellaneous Information * [231212] new function with interactive selection: lslminsert-template(3)le using lslm.insert-template.templates(5)le variable - docu update for changelogs and insert-template + adding new function lslmexecute-region(3)le for easier + macro development, docu update for changelogs and insert-template, + execute-region, change-font-type * [231111] version bump in C-code for next release to v09.12.22 fixing frame resize issue by removing it after font-change