Skip to content

Commit 2413db3

Browse files
author
csaba
committed
* CHANGES.txt: Updated to reflect the changes.
* doc/*.html:
1 parent 1d778f4 commit 2413db3

File tree

9 files changed

+57
-33
lines changed

9 files changed

+57
-33
lines changed

modules/mentry/CHANGES.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
What is new in Mentry 3.11?
1+
What is new in Mentry 3.12?
22
---------------------------
33

4+
1. Added support for the platform-independent handling of mouse wheel
5+
events (TIP 474), introduced in Tk 8.7a4 (as of January 9, 2021).
6+
7+
2. Included the same version 2.18 of the mega-widget utility package
8+
mwutil as in the most recent Tablelist release 6.12.
9+
10+
What was new in Mentry 3.11?
11+
----------------------------
12+
413
1. Adapted the "aqua" theme support to Tk releases 8.6.10 and 8.6.11,
514
including the support for the Dark Mode appearance, introduced in
615
Mac OS version 10.14 (Mojave). When using Tk 8.6.10 or later, the

modules/mentry/doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>The Multi-Entry Widget Package Mentry 3.11</title>
4+
<title>The Multi-Entry Widget Package Mentry 3.12</title>
55

66
<meta name="Author" content="Csaba Nemethi">
77
<meta name="Keywords" content="mentry, widget, entry, label">
88
</head>
99

1010
<body>
1111
<div align="center">
12-
<h1>The Multi-Entry Widget Package Mentry 3.11</h1>
12+
<h1>The Multi-Entry Widget Package Mentry 3.12</h1>
1313

1414
<h3>by</h3>
1515

modules/mentry/doc/mentry.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>Mentry Programmer's Guide</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

@@ -148,8 +148,8 @@ <h3 id="ov_what">What Is Mentry?</h3>
148148
<h3 id="ov_get">How to Get It?</h3>
149149

150150
<p>Mentry is available for free download from the same URL as Wcb.&nbsp; The
151-
distribution file is <code>mentry3.11.tar.gz</code> for UNIX and
152-
<code>mentry3_11.zip</code> for Windows.&nbsp; These files contain the same
151+
distribution file is <code>mentry3.12.tar.gz</code> for UNIX and
152+
<code>mentry3_12.zip</code> for Windows.&nbsp; These files contain the same
153153
information, except for the additional carriage return character preceding
154154
the linefeed at the end of each line in the text files for Windows.</p>
155155

@@ -171,29 +171,29 @@ <h3 id="ov_install">How to Install It?</h3>
171171
respectively.</p>
172172

173173
<p>To install Mentry <i>on UNIX</i>, <code>cd</code> to the desired directory
174-
and unpack the distribution file <code>mentry3.11.tar.gz</code>:</p>
174+
and unpack the distribution file <code>mentry3.12.tar.gz</code>:</p>
175175

176176
<blockquote>
177177
<pre>
178-
gunzip -c mentry3.11.tar.gz | tar -xf -
178+
gunzip -c mentry3.12.tar.gz | tar -xf -
179179
</pre>
180180
</blockquote>
181181

182182
<p>On most UNIX systems this can be replaced with</p>
183183

184184
<blockquote>
185185
<pre>
186-
tar -zxf mentry3.11.tar.gz
186+
tar -zxf mentry3.12.tar.gz
187187
</pre>
188188
</blockquote>
189189

190-
<p>Both commands will create a directory named <code>mentry3.11</code>, with
190+
<p>Both commands will create a directory named <code>mentry3.12</code>, with
191191
the subdirectories <code>demos</code>, <code>doc</code>, and
192192
<code>scripts</code>.</p>
193193

194194
<p><i>On Windows</i>, use WinZip or some other program capable of unpacking
195-
the distribution file <code>mentry3_11.zip</code> into the directory
196-
<code>mentry3.11</code>, with the subdirectories <code>demos</code>,
195+
the distribution file <code>mentry3_12.zip</code> into the directory
196+
<code>mentry3.12</code>, with the subdirectories <code>demos</code>,
197197
<code>doc</code>, and <code>scripts</code>.</p>
198198

199199
<p>The file <code>mentryThemes.tcl</code> in the <code>scripts</code>

modules/mentry/doc/mentryDateTime.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>Multi-Entry Widgets for Date and Time</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

@@ -110,9 +110,12 @@ <h2 id="dateMentry">The <code><b>mentry::dateMentry</b></code> Command</h2>
110110
<dd class="tm">The actions performed by the <code>Up</code> and
111111
<code>Down</code> keys can also be triggered by rolling the mouse
112112
wheel.&nbsp; In addition, on Mac OS Classic and Mac OS X Aqua, the actions
113-
performed by the <code>Prior</code> and <code>Next</code> keys can also be
114-
triggered by rolling the mouse wheel while holding down the
115-
<code>Option</code> key.</dd>
113+
performed by the <code>Prior</code> and <code>Next</code> keys are also
114+
triggered by the <code><b>&lt;Option-MouseWheel&gt;</b></code> event.&nbsp;
115+
The same holds true on all windowing systems if the Tk version is 8.7a4 or
116+
later, where the <code><b>Option</b></code> modifier is bound to the
117+
<code>Option</code> key on Mac OS X and to the <code>Alt</code> key on
118+
Windows and X11.</dd>
116119

117120
<dt class="tm"><b>KEYWORDS</b></dt>
118121

@@ -186,9 +189,12 @@ <h2 id="timeMentry">The <code><b>mentry::timeMentry</b></code> Command</h2>
186189
<dd class="tm">The actions performed by the <code>Up</code> and
187190
<code>Down</code> keys can also be triggered by rolling the mouse
188191
wheel.&nbsp; In addition, on Mac OS Classic and Mac OS X Aqua, the actions
189-
performed by the <code>Prior</code> and <code>Next</code> keys can also be
190-
triggered by rolling the mouse wheel while holding down the
191-
<code>Option</code> key.</dd>
192+
performed by the <code>Prior</code> and <code>Next</code> keys are also
193+
triggered by the <code><b>&lt;Option-MouseWheel&gt;</b></code> event.&nbsp;
194+
The same holds true on all windowing systems if the Tk version is 8.7a4 or
195+
later, where the <code><b>Option</b></code> modifier is bound to the
196+
<code>Option</code> key on Mac OS X and to the <code>Alt</code> key on
197+
Windows and X11.</dd>
192198

193199
<dt class="tm"><b>KEYWORDS</b></dt>
194200

@@ -274,9 +280,12 @@ <h2 id="dateTimeMentry">The <code><b>mentry::dateTimeMentry</b></code>
274280
<dd class="tm">The actions performed by the <code>Up</code> and
275281
<code>Down</code> keys can also be triggered by rolling the mouse
276282
wheel.&nbsp; In addition, on Mac OS Classic and Mac OS X Aqua, the actions
277-
performed by the <code>Prior</code> and <code>Next</code> keys can also be
278-
triggered by rolling the mouse wheel while holding down the
279-
<code>Option</code> key.</dd>
283+
performed by the <code>Prior</code> and <code>Next</code> keys are also
284+
triggered by the <code><b>&lt;Option-MouseWheel&gt;</b></code> event.&nbsp;
285+
The same holds true on all windowing systems if the Tk version is 8.7a4 or
286+
later, where the <code><b>Option</b></code> modifier is bound to the
287+
<code>Option</code> key on Mac OS X and to the <code>Alt</code> key on
288+
Windows and X11.</dd>
280289

281290
<dt class="tm"><b>KEYWORDS</b></dt>
282291

modules/mentry/doc/mentryFixedPoint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<h1>Multi-Entry Widgets for Real Numbers<br>
1515
in Fixed-Point Format</h1>
1616

17-
<h2>For Mentry Version 3.11</h2>
17+
<h2>For Mentry Version 3.12</h2>
1818

1919
<h3>by</h3>
2020

modules/mentry/doc/mentryIPAddr.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>Multi-Entry Widgets for IP Addresses</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

@@ -90,9 +90,12 @@ <h2 id="ipAddrMentry">The <code><b>mentry::ipAddrMentry</b></code>
9090
<dd class="tm">The actions performed by the <code>Up</code> and
9191
<code>Down</code> keys can also be triggered by rolling the mouse
9292
wheel.&nbsp; In addition, on Mac OS Classic and Mac OS X Aqua, the actions
93-
performed by the <code>Prior</code> and <code>Next</code> keys can also be
94-
triggered by rolling the mouse wheel while holding down the
95-
<code>Option</code> key.</dd>
93+
performed by the <code>Prior</code> and <code>Next</code> keys are also
94+
triggered by the <code><b>&lt;Option-MouseWheel&gt;</b></code> event.&nbsp;
95+
The same holds true on all windowing systems if the Tk version is 8.7a4 or
96+
later, where the <code><b>Option</b></code> modifier is bound to the
97+
<code>Option</code> key on Mac OS X and to the <code>Alt</code> key on
98+
Windows and X11.</dd>
9699

97100
<dt class="tm"><b>KEYWORDS</b></dt>
98101

modules/mentry/doc/mentryIPv6Addr.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>Multi-Entry Widgets for IPv6 Addresses</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

@@ -92,9 +92,12 @@ <h2 id="ipv6AddrMentry">The <code><b>mentry::ipv6AddrMentry</b></code>
9292
<dd class="tm">The actions performed by the <code>Up</code> and
9393
<code>Down</code> keys can also be triggered by rolling the mouse
9494
wheel.&nbsp; In addition, on Mac OS Classic and Mac OS X Aqua, the actions
95-
performed by the <code>Prior</code> and <code>Next</code> keys can also be
96-
triggered by rolling the mouse wheel while holding down the
97-
<code>Option</code> key.</dd>
95+
performed by the <code>Prior</code> and <code>Next</code> keys are also
96+
triggered by the <code><b>&lt;Option-MouseWheel&gt;</b></code> event.&nbsp;
97+
The same holds true on all windowing systems if the Tk version is 8.7a4 or
98+
later, where the <code><b>Option</b></code> modifier is bound to the
99+
<code>Option</code> key on Mac OS X and to the <code>Alt</code> key on
100+
Windows and X11.</dd>
98101

99102
<dt class="tm"><b>KEYWORDS</b></dt>
100103

modules/mentry/doc/mentryThemes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>Commands Related to Tile Themes</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

modules/mentry/doc/mentryWidget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div align="center">
1414
<h1>The <code><b>mentry::mentry</b></code> Command</h1>
1515

16-
<h2>For Mentry Version 3.11</h2>
16+
<h2>For Mentry Version 3.12</h2>
1717

1818
<h3>by</h3>
1919

0 commit comments

Comments
 (0)