Commit 6164009c authored by Ben Avison's avatar Ben Avison
Browse files

Switched Euro option on for all builds, at Kevin's request.

(This stops system font character 128 being reprogrammed to a tick, and also
stops the desktop font being switched to WimpSymbol when character 128 is
encountered.)

Version 4.32. Tagged as 'Wimp-4_32'
parent 01a5c4eb
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
Option Autoscr, false ; Add Wimp_AutoScroll and dragbox-within-window facilities Option Autoscr, false ; Add Wimp_AutoScroll and dragbox-within-window facilities
Option StickyEdges, false ; Allow windows to "stick" when dragged over edge of screen Option StickyEdges, false ; Allow windows to "stick" when dragged over edge of screen
Option MultiClose, false ; Allow Ctrl-Alt clicks on close/iconise buttons Option MultiClose, false ; Allow Ctrl-Alt clicks on close/iconise buttons
Option Euro, false ; Don't map fancy fonts' char 128 to tick - used for Euro Option Euro, true ; Don't map fancy fonts' char 128 to tick - used for Euro
Option PushBothBars, false ; Push in both scrollbars on adjust-drags Option PushBothBars, false ; Push in both scrollbars on adjust-drags
Option DoubleHeightVDU4, false ; Wimp_SetMode selects modes with double height VDU 4 output Option DoubleHeightVDU4, false ; Wimp_SetMode selects modes with double height VDU 4 output
Option ForceTwitter, false :LAND: Twitter ; Twitter needs-help windows & ignore interlace ModeFlags bit Option ForceTwitter, false :LAND: Twitter ; Twitter needs-help windows & ignore interlace ModeFlags bit
......
...@@ -24,7 +24,6 @@ module_postfix SETS " Ursula" ...@@ -24,7 +24,6 @@ module_postfix SETS " Ursula"
Option KernelLocksFreePool, true ; use OS_Memory 10 to lock Free Pool for Wimp_ClaimFreeMemory Option KernelLocksFreePool, true ; use OS_Memory 10 to lock Free Pool for Wimp_ClaimFreeMemory
Option UrsulaHighlighting, true ; Uses icon highlighting algorithm to suit Ursula new-look Option UrsulaHighlighting, true ; Uses icon highlighting algorithm to suit Ursula new-look
Option Euro, true ; Don't map fancy fonts' char 128 to tick - used for Euro
Option TrueIcon2, true :LAND: TrueIcon1 ; true colour support, phase 2 Option TrueIcon2, true :LAND: TrueIcon1 ; true colour support, phase 2
Option TrueIcon3, true :LAND: TrueIcon2 ; true colour support, phase 3 (windows) Option TrueIcon3, true :LAND: TrueIcon2 ; true colour support, phase 3 (windows)
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
Option KernelLocksFreePool, true ; use OS_Memory 10 to lock Free Pool for Wimp_ClaimFreeMemory Option KernelLocksFreePool, true ; use OS_Memory 10 to lock Free Pool for Wimp_ClaimFreeMemory
Option UrsulaHighlighting, true ; Uses icon highlighting algorithm to suit Ursula new-look Option UrsulaHighlighting, true ; Uses icon highlighting algorithm to suit Ursula new-look
Option Euro, true ; Don't map fancy fonts' char 128 to tick - used for Euro
Option TrueIcon2, true :LAND: TrueIcon1 ; true colour support, phase 2 Option TrueIcon2, true :LAND: TrueIcon1 ; true colour support, phase 2
Option TrueIcon3, true :LAND: TrueIcon2 ; true colour support, phase 3 (windows) Option TrueIcon3, true :LAND: TrueIcon2 ; true colour support, phase 3 (windows)
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
GBLS Module_FullVersion GBLS Module_FullVersion
Module_MajorVersion SETS "4.31" Module_MajorVersion SETS "4.32"
Module_Version SETA 431 Module_Version SETA 432
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "28 Sep 1999" Module_Date SETS "07 Oct 1999"
Module_FullVersion SETS "4.31" Module_FullVersion SETS "4.32"
END END
/* (4.31) /* (4.32)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 4.31 #define Module_MajorVersion_CMHG 4.32
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 28 Sep 1999 #define Module_Date_CMHG 07 Oct 1999
#define Module_MajorVersion "4.31" #define Module_MajorVersion "4.32"
#define Module_Version 431 #define Module_Version 432
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "28 Sep 1999" #define Module_Date "07 Oct 1999"
#define Module_FullVersion "4.31" #define Module_FullVersion "4.32"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment