Skip to content

Commit

Permalink
* misc: final v15.40 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Dec 20, 2012
1 parent 15b756f commit 39c5a7b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 18 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ MUI TextEditor MCC class - ChangeLog
$Id$
$URL$

#### v15.40 RELEASE ############################################################

2012-12-20 Jens Langner <Jens.Langner@light-speed.de>

* misc: final v15.40 release preparations

2012-11-29 Thore B�ckelmann <tboeckel@gmx.de>

* mcc/MixedFunctions.c, mcc/PrintLineWithStyle.c: apply MUIPEN() to all pen
Expand Down
3 changes: 2 additions & 1 deletion dist/MCC_TextEditor/Install-MCC
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
; 1.4 11.06.2010: extended the final message that a reboot might be
; necessary to be able to use the just installed version.
; 1.5 21.05.2012: fixed the wrong selection of the builtin language.
; 1.6 20.12.2013: changed MorphOS desription to include 3.x

;----------------------------------------------------------------------------
; /// language bit definition, do not change these!!
Expand Down Expand Up @@ -140,7 +141,7 @@
(help @askchoice-help)
(choices "AmigaOS 3.x"
"AmigaOS 4.x"
"MorphOS 1.x/2.x"
"MorphOS 1.x/2.x/3.x"
"AROS i386"
"AROS PPC"
"AROS x86_64"
Expand Down
8 changes: 4 additions & 4 deletions doc/MCC_TextEditor.readme
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Short: TextEditor custom class for MUI, V15.39
Short: TextEditor custom class for MUI, V15.40
Author: TextEditor.mcc Open Source Team
Uploader: Jens Langner <Jens.Langner@light-speed.de>
Type: dev/mui
Version: 15.39
Replaces: dev/mui/MCC_TextEditor-15.38.lha
Version: 15.40
Replaces: dev/mui/MCC_TextEditor-15.39.lha
Requires: AmigaOS 3.0+, MorphOS or AROS, MUI 3.8+, 68020+/PPC604e+
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros

Expand Down Expand Up @@ -59,7 +59,7 @@ LEGALESE

TextEditor.mcc was originally written in 1997 and is Copyright (C) 1997-2000
by Allan Odgaard. As of version 15.10, released in April 2005, the gadget is
maintained and Copyright (C) 2005-2010 by the TextEditor.mcc Open Source Team.
maintained and Copyright (C) 2005-2012 by the TextEditor.mcc Open Source Team.

TextEditor.mcc is distributed under the GNU Lesser General Public License
(LGPL) and the development is hosted at SourceForge.net:
Expand Down
21 changes: 12 additions & 9 deletions include/muiextra.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
#ifndef MUIA_Framedisplay_Spec
#define MUIA_Framedisplay_Spec 0x80421794 // V11 isg struct MUI_FrameSpec
#define MUIA_Framedisplay_Spec 0x80421794UL // V11 isg struct MUI_FrameSpec
#endif
#ifndef MUIA_Imagedisplay_Spec
#define MUIA_Imagedisplay_Spec 0x8042a547 // V11 isg struct MUI_ImageSpec
#define MUIA_Imagedisplay_Spec 0x8042a547UL // V11 isg struct MUI_ImageSpec
#endif
#ifndef MUIA_Imageadjust_Type
#define MUIA_Imageadjust_Type 0x80422f2b // V11 i.. LONG
#define MUIA_Imageadjust_Type 0x80422f2bUL // V11 i.. LONG
#endif
#ifndef MUIA_Prop_Release
#define MUIA_Prop_Release 0x80429839
#define MUIA_Prop_Release 0x80429839UL
#endif
#ifndef MUIA_Prop_DeltaFactor
#define MUIA_Prop_DeltaFactor 0x80427C5E
#define MUIA_Prop_DeltaFactor 0x80427C5EUL
#endif
#ifndef MUIA_Prop_DoSmooth
#define MUIA_Prop_DoSmooth 0x804236ce // V4 i.. LONG
#define MUIA_Prop_DoSmooth 0x804236ceUL // V4 i.. LONG
#endif
#ifndef MUIM_GoActive
#define MUIM_GoActive 0x8042491a
#define MUIM_GoActive 0x8042491aUL
#endif
#ifndef MUIM_GoInactive
#define MUIM_GoInactive 0x80422c0c
#define MUIM_GoInactive 0x80422c0cUL
#endif
#ifndef MUIM_Mccprefs_RegisterGadget
#define MUIM_Mccprefs_RegisterGadget 0x80424828 // V20
#define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
#endif
#ifndef MUIA_Text_Copy
#define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
#endif
#ifndef MBQ_MUI_MAXMAX
#define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
Expand Down
4 changes: 2 additions & 2 deletions mcc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 15
#define LIB_REVISION 39
#define LIB_DATE "05.08.2012"
#define LIB_REVISION 40
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2005-2012 TextEditor.mcc Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions mcp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 15
#define LIB_REVISION 39
#define LIB_DATE "05.08.2012"
#define LIB_REVISION 40
#define LIB_DATE "20.12.2012"
#define LIB_COPYRIGHT "Copyright (C) 2005-2012 TextEditor.mcc Open Source Team"

// set the LIB_REV_STRING
Expand Down

0 comments on commit 39c5a7b

Please sign in to comment.