Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / resed / WhatsNew.txt
diff --git a/research/transmission_spectroscopy/resed/WhatsNew.txt b/research/transmission_spectroscopy/resed/WhatsNew.txt
new file mode 100644 (file)
index 0000000..1f25350
--- /dev/null
@@ -0,0 +1,346 @@
+ResEd\r
+\r
+2.2.0.6c - 2010-07-03\r
+---------------------\r
+o Fixed accelerator table bug. The editcombo control in the grid\r
+  did not behave as it should.\r
+o Fixed bug in names export. IDOK, IDCANCEL, ... and IDC_STATIC is no longer exported.\r
+o Added IDABORT, IDRETRY, IDIGNORE, IDYES, IDNO, IDCLOSE and IDHELP to button names.\r
+\r
+2.2.0.6b - 2010-03-11\r
+---------------------\r
+o Fixed a parser bug. If a control had an help id and no exstyle\r
+  the parser would fail.\r
+\r
+2.2.0.6 - 2009-12-29\r
+--------------------\r
+o Added Check for Update to tools menu.\r
+  - It lets you check the version at Sourceforge and compare it to yours.\r
+  - Download the ResEd.zip file.\r
+  - Unzip ResEd.zip.\r
+  - View the WhatsNew.txt file.\r
+  - Update to the new version.\r
+o Fixed a dialog editor bug that caused it imposible to select controls\r
+  on win95,98 and me.\r
+\r
+2.2.0.5b - 2009-10-15\r
+---------------------\r
+o The exe filename is now part of the registry key.\r
+  Just make a copy of ResEd.exe and name it ResEd2.exe or whatever.\r
+  This makes it possible to have different configurations for each exe.\r
+o The command ResEd /Delete will remove ResEd from registry.\r
+  NOTE!\r
+  If ResEd2 is used it must be removed with 'ResEd2 /Delete' before ResEd can be removed.\r
+o Resource names are now validated.\r
+\r
+2.2.0.5 - 2009-10-04\r
+--------------------\r
+o Added user defined name export format. Uses %name and %id.\r
+o Added unicode support to file system. Use Save Project As to convert\r
+  to or from unicode. Since only the file system supports unicode you are\r
+  limitted to the language your computer is set to handle.\r
+o Fixed bug where hiding the output window would consumes all CPU cycles.\r
+\r
+2.2.0.4 - 2009-09-19\r
+--------------------\r
+o Improved dialog editor control selection and moving with snap to grid.\r
+o Fixed menu editor bug if enter key was pressed.\r
+o Fixed dialog editor bug if a control was partially outside the tialog.\r
+\r
+2.2.0.3c - 2009-09-01\r
+---------------------\r
+o Fixed bug where exported names could contain duplicates.\r
+\r
+2.2.0.3b - 2009-08-21\r
+---------------------\r
+o The work area scrollbars are now hidden when not needed.\r
+o Fixed bug where editing MANIFEST, TOOLBAR, RCDATA or custom resource could leave\r
+  garbage at the end.\r
+o Fixed bug where changing the manifest filename did not work.\r
+o Fixed a bug where the properties combo would be set to '#define' when names are exported.\r
+\r
+Thanks to Cherry for reporting these bugs.\r
+\r
+2.2.0.3 - 2009-08-12\r
+--------------------\r
+o Accelerator table and string table now has an edit combo in its name column.\r
+  The combo items are names from menues. This might save you some typing.\r
+o Added PBS_MARQUEE progress bar style.\r
+o Added user defined resource types with embedded file data.\r
+o Updated help file.\r
+o Fixed bug with custom styles.\r
+o Fixed bug with duplicate #define\r
+o Fixed bug with sizing while caption is changed.\r
+o Fixed bug with parsing versioninfo using { and } instead of BEGIN and END.\r
+\r
+2.2.0.2 - 2009-05-14\r
+--------------------\r
+o Added BS_SPLITBUTTON, BS_DEFSPLITBUTTON, BS_COMMANDLINK and BS_DEFCOMMANDLINK button styles.\r
+o Added TBS_REVERSED, TBS_DOWNISLEFT, TBS_NOTIFYBEFOREMOVE and TBS_TRANSPARENTBKGND trackbar styles.\r
+o Added language (if any) to project items.\r
+o Added SysLink control.\r
+o Added Compile to tools menu. Use Option / Options / Path to define the compiler command.\r
+o Grids now resizes to window.\r
+o Updated help file.\r
+o Fixed bug with Chinese font names.\r
+o Fixed bug with RCDATA / RT_RCDATA,MANIFEST and TOOLBAR. Linefeeds was missing.\r
+o Fixed some minor bugs.\r
+\r
+2.2.0.1 - 2008-12-21\r
+--------------------\r
+o Fixed bug with opening project by command line or drop file.\r
+  Did not set / open include file properly.\r
+o Fixed paint bug when selectin control by using keyboard.\r
+\r
+2.2.0.0d - 2008-12-04\r
+---------------------\r
+o Added caption property to RichEdit control.\r
+o Fixed bug with multiline caption in design mode.\r
+o Fixed bug with multiline caption in dialog preview.\r
+\r
+2.2.0.0c - 2008-11-18\r
+---------------------\r
+o Fixed serious bug with adding a new dialog to a project.\r
+  ResEd could crash.\r
+\r
+2.2.0.0b - 2008-11-17\r
+---------------------\r
+o Reduced flicker on dialog editor.\r
+o Fixed bug with menu editor.\r
+\r
+2.2.0.0 - 2008-11-06\r
+---------------------\r
+o Dialog editor uses dialogunits instead of pixels.\r
+o Fixed bug with custom styles.\r
+o To make a custom control keep it's height, enter a negative default height.\r
+  Example:\r
+  "mtcombo.dll,Mt_ComboBox32,IDC_MTCB,,MTComboBox,100,-100,50000003,00000000"\r
+o Added support for custom controls that has the the CustomControlInfoA function.\r
+  Also, if the dll has a group icon then the icon is used on the toolbox button.\r
+  Example:\r
+  "mtcombo.dll,,IDC_MTCB,,,,-100"\r
+\r
+2.1.0.3b - 2008-10-27\r
+---------------------\r
+o Fixed bug with Options / Custom styles. \r
+\r
+2.1.0.3 - 2008.10.07\r
+--------------------\r
+o Fixed bug with style manager. Could show unrelated / duplicated styles.\r
+o Fixed bug with quoted menu text.\r
+\r
+2.1.0.2 - 2008.09.10\r
+--------------------\r
+o Added Open Project As Text.\r
+o Fixed bug with menu editor.\r
+o Fixed bug with menu preview.\r
+\r
+2.1.0.1 - 2008.07.03\r
+--------------------\r
+o Added preview to menu editor.\r
+o Language resource is now a child dialog.\r
+o Fixed problem with edit / richedit ES_NUMBER / ES_DISABLENOSCROLL style.\r
+o Fixed bug when showing menu accelerator on prview of a dialog with menu.\r
+o Fixed bug when dragging the dialog preview, with a menu, over the desiged dialog.\r
+\r
+2.1.0.0 - 2008.04.21\r
+--------------------\r
+o Previous modal dialogs are now child dialogs.\r
+  This makes the ResEd UI more uniform.\r
+o It is now possible to type the dialogs font.\r
+o Fixed problem with context menu on a dual screen system.\r
+o Fixed problem with keyboard resize after preview was used.\r
+o Added option to set Borland compatible.\r
+o Added option to set textmode font.\r
+o Added option to set resource startid and increment.\r
+o Added preview on resource files (bitmap, icon, cursor, ani cursor and avi clip).\r
+o It is now possible to directly edit the xStyle and xExStyle hex values.\r
+o Enhanced the custom control support. It is now possibe to add controls that are not RadASM compatible.\r
+  Example: Old rich edit control.\r
+  In Custom control field, type: "Riched32.dll,richedit,IDC_RED,Text,RichEdit,100,100,503110C4,00000200"\r
+  In Style mask field, type: WS_,ES_\r
+\r
+  This can also be used as a shortcut for often used controls.\r
+  Example: Horizontal line.\r
+  In Custom control field, type: ",static,IDC_LINE,,Horizontal line,100,2,50000110,00000000"\r
+  In Style mask field, type: WS_,SS_\r
+\r
+  Format for Custom control field: "[dll],class,name,[caption],tooltip,width,height,style,exstyle"\r
+  Format for Style mask field: Style1[,Style2[,Style3]]\r
+o Added option for custom styles.\r
+o Added options for default project path and system include path.\r
+  These paths are optional and can be left blank.\r
+o Added option to add custom resource types. You can also specify an editor for the resource.\r
+  Example:\r
+  Name:   MTTEXT\r
+  Value:  0\r
+  Files:  Text (*.txt)|*.txt|All files (*.*)|*.*\r
+  Editor: notpad.exe\r
+o Added option to browse for defines file on project open.\r
+o Added mru projects to file menu.\r
+o Added ResEd help file.\r
+o Added Window Styles help file by Philippe Berthault\r
+o Added SaveSel property to richedit control.\r
+\r
+2.0.0.0b - 2008.03.12\r
+---------------------\r
+o Added SS_REALSIZEIMAGE style.\r
+o Fixed some bugs.\r
+\r
+2.0.0.0 - 2008.02.05\r
+--------------------\r
+o RAResEd is now a single control. This makes it easier to use it in your own IDE.\r
+o Added nicer toolbar and menu.\r
+o Added option to use standard menu.\r
+o Added Undo / Redo to dialog editor\r
+  NOTE! Undo / Redo resets Send to Back / Bring to Front.\r
+  The only way to avoid this problem is to properly set the tabindexes.\r
+  Most important is that a GroupBox or Tab control should have a lower tabindex\r
+  than all the controls it contain.\r
+o Added support for IDOK / IDCANCEL to Button control.\r
+o Added support for IDC_STATIC to Static, Image and Shape controls.\r
+o Added option to define IDC_STATIC.\r
+o Added better support for multiline captions (Edit, Static and Button controls).\r
+  NOTE. Use Ctrl+Enter to insert a new line in the multiline text box.\r
+o Added TOOLBAR resource.\r
+o Added Text mode to dialog editor.\r
+o Fixed bugs with Image and Animate controls (name / id problems).\r
+o Fixed bug with #include <windows.h>.\r
+o Fixed bug with Add XP Manifest. #define MANIFEST 24 was not included.\r
+  This prevented the newly created application from running.\r
+\r
+1.1.4.3 - 2007.11.08\r
+--------------------\r
+o Added NM_DBLCLK notification when double clicking on dialog or control.\r
+o Added multiselected controls propery.\r
+o It is now possible to set default export filename to [Project].xxx.\r
+  - [Project] will be replaced by project filename.\r
+o Added option to set Simple Properties.\r
+o Added option to keep toolbox selection.\r
+o Style manager now supports RAEdit, RAGrid and SpreadSheet custom controls.\r
+o Fixed bug with caption containing double quote.\r
+o Fixed toolbar tooltip bug.\r
+\r
+1.1.4.2b - 2007.07.20\r
+---------------------\r
+o Fixed bugs when creating a new project and Save #defines to [Project].h file was enabled.\r
+\r
+1.1.4.2 - 2007.07.19\r
+---------------------\r
+o Dialog editor now checks if the controls name exist.\r
+o Added option to set dialog ,menu and rcdata default start ID and increment.\r
+o When adding a new resource like dialog, menu or rcdata an unique ID for the resource is generated.\r
+o When adding a new resource like menu or rcdata an unique name for the resource is generated.\r
+o Fixed bug where parser did not accept hex numbers with uppercase X.\r
+\r
+1.1.4.1 - 2007.07.02\r
+---------------------\r
+o Added option to save #defines to [Project].h file.\r
+o Fixed bug where grid combobox would show in taskbar.\r
+o Fixed bug where acceleratortable name or ID could not be changed.\r
+\r
+1.1.4.0 - 2007.05.16\r
+---------------------\r
+o Added option to size dialog to font\r
+o Fixed statusbar style bugs\r
+\r
+1.1.3.9 - 2007.05.02\r
+---------------------\r
+o Added xp manifest.\r
+o Added RCDATA.\r
+\r
+1.1.3.8 - 2007.04.30\r
+---------------------\r
+o Expanded string table memory from 64K to 512K\r
+o Fixed bug where changing class for a user defined control did not work.\r
+o Fixed image control bugs (ID / Name / Type mixup).\r
+o Fixed checkbox style bugs.\r
+\r
+1.1.3.7 - 2007.01.31\r
+---------------------\r
+o A user defined control can now have a caption text.\r
+\r
+1.1.3.6 - 2007.01.28\r
+---------------------\r
+o Holding Alt key inverts Snap to Grid setting. Thanks to AlexB.\r
+\r
+1.1.3.5b - 2007.01.10\r
+---------------------\r
+o Fixed bugs with listview styles.\r
+\r
+1.1.3.5 - 2007.01.02\r
+--------------------\r
+o Added 'Auto renumber ID's' to format menu\r
+  Start ID for auto renumber is taken from currently selected control in a multiselection.\r
+\r
+1.1.3.4 - 2006.12.07\r
+--------------------\r
+o Added 'Save as RadASM dlg file' to project menu\r
+\r
+1.1.3.3 - 2006.10.31\r
+--------------------\r
+o Added PowerBasic name export option.\r
+\r
+1.1.3.2 - 2006.10.17\r
+--------------------\r
+o Fixed bug where preview dialog did not work with WS_EX_LAYERED or WS_EX_TRANSPARENT extended styles.\r
+o Fixed bug where sizing or moving a control by using keyboard did not update changes when saved.\r
+\r
+1.1.3.1 - 2006.08.15\r
+--------------------\r
+o Fixed bug where setting WS_EX_LAYERED would crash ResEd.\r
+o Fixed bug where setting WS_EX_TRANSPARENT would make dialopg disappear.\r
+\r
+1.1.3.0 - 2006.05.06\r
+--------------------\r
+o Made option, tools menu and help menu dialogs larger.\r
+o Made project path removal from filenames in resources and include files case insensitive.\r
+o Updated internal grid component.\r
+o It is now possible to manually edit filename in resource and include file grids.\r
+o Pushing OK while still in grid edit mode now updates grid data.\r
+o New Project now forces you to create a file since several functions are dependant on a project path.\r
+o Accelerator key INSERT returned wrong code.\r
\r
+1.1.2.9 - 2006.04.23\r
+--------------------\r
+o Fixed bug where radasm custom controls on a dialog would trigger endless paint loop.\r
+o Added support for line continuations in strings in the parser.\r
+o Added SS_CENTERIMAGE style to parser and stylemanager.\r
+o Fixed a bug where copy and paste a groupbox or tabcontrol would create duplicate tabindexes\r
+  and ResEd would crash after reporting the problem.\r
+o Fixed a paint bug in User Defined Control.\r
+\r
+1.1.2.8 - 2006.03.29\r
+--------------------\r
+o New style manager to set control styles.\r
+o Added Default to button text alignment.\r
+o Added function to set tabindexes.\r
+o Fixed a fontsize bug.\r
+\r
+1.1.2.7 - 2006.03.13\r
+--------------------\r
+o Swapped position of OK / Cancel button on some dialogs.\r
+o Fixed bug where Center in dialog did not work as expected if there was a multiselection.\r
+\r
+1.1.2.6 - 2006.03.08\r
+--------------------\r
+o Fixed bug where name export was not always auto saved to project path.\r
+o Fixed bug where resource file open dialog would not show if existing file was not in project path.\r
+o Fixed bug where include file open dialog would not show if existing file was not in project path.\r
+o Fixed bug where ResEd had an exit code of 1.\r
+o Updated the internal RAGrid component.\r
+\r
+1.1.2.5 - 2005.11.15\r
+--------------------\r
+o Fixed a paste bug. Controls did not get uniqe names.\r
+o Fixed a design problem with a groupbox on a tabcontrol. The groupbox would fall behind the tabcontrol.\r
+o Click and drag on Dialog creates a multiselect rectangle.\r
+o Shift+Click and drag on Dialog, GroupBox or TabControl creates a multiselect rectangle.\r
+o Added Center in Dialog function.\r
+o Fixed bug where Styles as Hex optionn would not take place until ResEd was restarted.\r
+o Added Add button to menu editor.\r
+o Menu editor now copies 'indent' from above line.\r
+o Fixed bug where NOT WS_VISIBLE would not be written as hex when Styles as Hex was selected.\r
+o Fixed paint bugs with property button.\r
+\r
+KetilO\r

UCC git Repository :: git.ucc.asn.au