Unstaged changes (WIP)
[sdk] / NEWS
1 Ecere SDK 0.44.11 (February 16, 2015)
2
3    * Bug fix release
4    * Fixed crash on writing initial config file on Linux                
5
6 Ecere SDK 0.44.10 (August 7, 2014)
7
8    * Compiler fixes and optimizations
9    * Better C99 compatibility (stdbool, complex numbers)
10    * Fixed C integer promotion issues
11    * Fixed and improved all samples (resources included)
12    * Improved 3DS model support
13    * EditBox and syntax highlighting fixes
14    * Internationalization improvements
15    * Clang and OS X Mavericks Support
16    * More reliable IDE debugger watches
17    * X11 full screen support
18    * X11 acquired input support
19    * X11 fixes (including improved fix for Unity)
20    * Various bug fixes
21    * Memory leaks fixes
22 ----------------------------------------
23 Ecere SDK 0.44.09.9 (February 20, 2014)
24
25    * 64 bit fixes
26    * IDE fixes
27    * X11 GUI driver fixes
28    * eC Compiler fixes
29    * HTTP fixes
30 ----------------------------------------
31 Ecere SDK 0.44.09 (August 30, 2013)
32
33    * Debugger fixes
34    * Documentor fixes
35    * Valgrind integration
36    * Improved usability with Unity
37 ----------------------------------------
38 Ecere SDK 0.44.08 (August 9, 2013)
39
40    * Update Windows installer with TDM/MinGW-w64
41    * A lot of bug fixes
42 ----------------------------------------
43 Ecere SDK 0.44.07 (April 22, 2013)
44
45    * Compiler Improvements
46    * Improved C headers compatibility
47    * Various bug fixes
48 ----------------------------------------
49 Ecere SDK 0.44.06 (March 28, 2013)
50
51    * Fixed bugs causing build to fail on PowerPC
52    * Fixed cross-bitness compiling issues
53    * Fixed UTF8 text processing issues
54    * Fixed serialization/unserialization of Map container objects
55    * Fixed ListBox row moving bug
56    * Fixed ColorPicker in IDE to be consistent with other dialogs
57    * Enabled holding up/down buttons down to reorder directories in compiler settings
58    * Relying on giflib rather than bundled libungif, taking out deps folder for Debian packages
59 ----------------------------------------
60 Ecere SDK 0.44.05 (March 18, 2013)
61
62    * Memory corruption bugs were fixed
63    * Cross-bitness compiling issues were fixed
64 ----------------------------------------
65 Ecere SDK 0.44.04 (March 10, 2013)
66
67    * Various Bug Fixes
68    * MinGW-w64 Support
69    * 64 Bit Support
70    * Basic Android Support
71    * Improved FreeBSD Support
72    * Improved OS X Support
73 ----------------------------------------
74 Ecere SDK 0.44.03 (January 27, 2013)
75
76    * Renaming libec0 Debian package to libecc0 to solve conflict with "Library for modular symbols and elliptic curves over Q" in Sid
77    * Various bug fixes
78 ----------------------------------------
79 Ecere SDK 0.44.02 (November 6, 2012)
80
81    * Fixed issue with 'arch: all' packages preventing installing on 64 bit system
82    * Fixed issue with GCC 4.7 whereas .bmp files would not load properly
83    * Fixed build issues with ARM and big endian (PPC) builds
84    * Various bug fixes
85    * Resolved target and host platform confusion in build system/makefiles
86    * Proper handling of __attribute__ in the compiler
87    * Resolved proper implementation of all per node settings in the build system
88    * Added support for a SYSROOT and GCC prefix in Compiler Settings
89    * Support for cross-compiling the tarball (e.g. Building for MinGW on Linux)
90    * Initial support for the Android platform
91 ----------------------------------------
92 Ecere SDK 0.44.01 (August 2012)
93
94    * Compiler Configurations Support for truly cross-compiler/platform makefiles
95    * Project and file monitoring crash fixes and support for monitoring added projects
96    * Fixed toolbar Save button
97    * Fixed problems building with GCC 4.7
98    * Fixed remaining bad usage of strcpy with newer GCC resulting in corrupt strings
99    * Improvements to EDA and SQLite driver (Better stepping, improved custom function support)
100    * Improvements to Stacker and auto-sizing support
101    * Manual Pages for ecc, ecs, ecp, epj2make, ear, ide and documentor
102    * Improved debian packaging
103    * Other bug fixes
104 ----------------------------------------
105 Ecere SDK 0.44 "Ryoanji" (March 13, 2012)
106
107    * Native Window decorations, toolbar and tool tips
108    * A new JSON-based .epj project format and powerful project settings, with powerful per File X Config X Platform Project Settings
109    * Internationalization support, with Chinese and Spanish available by setting the LANGUAGE environment variable to zh_CN or es_ES
110    * SQLite and Oracle drivers for Ecere Data Access (EDA)
111    * Improved eC Distributed Objects
112    * Less memory leaking on parsing code
113    * Line Numbers in the Code Editor
114    * Settings for multiple compilers (e.g. allowing to set up cross-compilers, different GCC versions...)
115    * Support for ccache and distcc to speed up your builds
116    * New Credits and License dialogs for the About box
117    * A bunch of new samples, PowerPoint Tutorials and extras (SSLSocket, Audio, WIA Scanning...)
118    * Coursework to accompany the Tao
119    * A new updated Windows installer, with MinGW (GCC 4.4.0 and GDB 7.0 were selected for working best)
120    * PPAs for Ubuntu working on both 32 and 64 bit machines, for Lucid Lynx, Maverick Meerkat, Natty Narwhal, Oneiric Ocelot and Precise Pangolin
121    * Numerous tracked issues were resolved, see the complete list at: http://ecere.com/mantis/changelog_page.php
122 ----------------------------------------
123  ( May 2011 )
124
125    * We adopted Git as our version control system.
126    * Our source repository is hosted on GitHub at http://github.com/ecere/sdk
127 ----------------------------------------
128 Ecere SDK 0.44 preview 1 (February 4, 2010)
129
130    * The toolkit will now build on 64-bit Linux systems (still as 32-bit).
131    * New more flexible (per file, config, and platform) project files (.epj) are supported.
132    * The IDE now generates cross-platform makefiles.
133    * The samples were updated, added to, and reorganized.
134    * A collection of useful eC code for diverse purposes ("extras") was added.
135    * There were improvements and bugfixes to the compiler and throughout the SDK
136 ----------------------------------------
137 Ecere SDK 0.44 draft 1 (December 25, 2008)
138
139    * First open-source which could bootstrap itself from GCC.
140    * The Ecere SDK is now Open Source under the revised BSD license.
141    * An automatic bootstrapping/build system was implemented.
142    * Mac OS X and PowerPC support was improved. A SQLite driver was added for the Ecere Data Access system.
143    * New IDE configuration options enable the integration of cross compilers. Lots of bugs were fixed.
144    * A tab control was added
145 ----------------------------------------
146 Ecere SDK 0.43 (September 4, 2008)
147
148    * Dynamic class templates for meta (generic) programming were introduced in the eC language.
149    * Proper syntax highlighting was implemented in the IDE.
150    * The debugger integration under Linux was significantly improved.
151    * Many bugs and other issues were resolved.
152    * Packages for Debian/Ubuntu and GoboLinux are now provided.
153 ----------------------------------------
154 Ecere SDK 0.42.1 (June 12, 2008)
155
156    * Major bugfixes and improvements were made to Ecere Database Access.
157    * Improvements were made to the Undo buffer.
158    * Various other bugfixes and improvements were made
159 ----------------------------------------
160 Ecere SDK 0.42 (May 16, 2008)
161
162    * An undo/redo buffer was added to the code editor.
163    * Installation on Windows Vista was made easier.
164    * libpng usage was improved.
165    * X support was improved.
166    * IDE improvements were made.
167    * Numerous bugs were fixed.
168    * The eC Compiler is self-hosting
169 ----------------------------------------
170  (December 5, 2007)
171
172    * Acovel Media Player 0.01
173 ----------------------------------------
174 Ecere SDK 0.41.17.11 (December 2, 2007)
175
176    * This release corrects an X performance issue introduced in the last release.
177    ----------------------------------------
178 Ecere SDK 0.41.17.10 (December 1, 2007)
179
180    * Mac OS X is now supported (through X11).
181    * Windows can now be closed through the window manager.
182    * Repositioning windows from the window manager doesn't confuse their positions anymore.
183    * 15-bit and 16-bit displays are now supported
184 ----------------------------------------
185 Ecere SDK 0.41.17.9 (November 25, 2007)
186
187    * Support for international input on X.
188    * Proper keysym support on X.
189    * Clipboard operations on X have been fixed.
190    * An issue on Windows where internal resources could not 
191      be accessed when a executable was inside a path containing
192      Unicode characters (the installer itself would not work) has been fixed
193 ----------------------------------------
194 Ecere SDK 0.41.17.8 (November 21, 2007)
195
196    * Additional X bitmap rendering support.
197    * Additonal samples: transparent clock, and a utility to take a screen shot
198     of the X desktop.
199    * An OpenGL and transparent window fix.
200    * Minor IDE and debugger improvements.
201    * Improvements to the networking system.
202    * Unicode and latest improvements are now available in Windows.
203    * Jumping behavior with the taskbar autohiding in Windows has been resolved.
204    * Support for reestablishing network connections in Windows has been added
205 ----------------------------------------
206 Ecere SDK 0.41.17.6 (November 15, 2007)
207
208    * This release adds transparency and alpha blending support through both XRender 
209      and OpenGL, XShape support for frameless windows, and shared memory support.
210    * Antialiasing now works in OpenGL.
211    * A proper distinction is made between key presses and releases and repeated key hits.
212    * Bugs were fixed.
213    * Additional samples were added.
214 ----------------------------------------
215 Ecere SDK 0.41.17.4 (November 9, 2007)
216
217    * Working Unicode support (UTF-8 across the API).
218    * Support for fonts in the X driver, located through fontconfig.
219    * XRender support (bitmap scaling and alpha blending).
220    * Improved X events support.
221    * Linking with newer libpng.so.12.
222    * Tested with X.org.
223    * The integrated debugger is now working (experimental).
224    * A positioning issue with panels on the left and top edges has been resolved
225 ----------------------------------------
226 Ecere SDK 0.41.17 (October 29, 2007)
227
228    * Minor feature enhancements and bugfixes.
229 ----------------------------------------
230  (October 21, 2007)
231
232    * Ecere Communicator 0.01 (Jabber & MSN Support)
233 ----------------------------------------
234 Ecere SDK 0.41.16 (August 30, 2007)
235 ----------------------------------------
236 Ecere SDK 0.40 (September 27, 2006) (v3)
237
238  * The Ecere runtime library and the IDE are now written in eC
239  * Windows Installer packaging MinGW
240 ---------------------------------------
241  ( November 2005 )      
242
243  * Debugger work begins (GDB integration)
244 ----------------------------------------
245  ( September 2005 )
246
247   * eC Distributed Objects
248   * CodeGuard Server/Client
249 ----------------------------------------
250  ( July 25, 2005 )
251
252  * Ecere Corporation 
253 ---------------------------------------
254  ( 2004 - 2005 )
255    * eC Language & Compiler
256
257    * Modern Ecere IDE
258       - Intelligent Code Editor
259       - Methods & property sheets
260       - Form Designer with Code/ Visual Synchronization
261
262    * Begin using MinGW
263  ---------------------------------------
264   ( November 2004 )
265
266  * Design of the eC language and development of the eC compiler starts
267 ----------------------------------------
268   ( October 2004 )
269
270  * CodeGuard ( Our own version control system )
271 ----------------------------------------
272   ( Summer 2004 )
273
274   * ICQ/AIM Ecere Communicator (eMessenger)
275   * The Dreamix Project - a set top box PVR
276   * Python Bindings for Ecere
277 ----------------------------------------
278   ( Early 2004 )
279
280   * More native default skin (Win2K)
281   * IDE Project Building work begins
282 ----------------------------------------
283 Ecere SDK 0.39 Pre-Release 5 (March 8, 2004)
284 Ecere SDK 0.39 Pre-Release 4 (November 26, 2003)
285 Ecere SDK 0.39 Pre-Release 3 (August 1, 2003)
286 Ecere SDK 0.39 Pre-Release 1 (April 6, 2003)
287
288    * Ecere Archiver
289    * Resources Support
290    * X11 Interface/Graphics
291    * Ecere Linux Distro / Ecere Partition Editor (gparted frontend)
292 ----------------------------------------
293 Ecere SDK 0.38 (January 18, 2003) (v2)
294
295    * Ecere is a C library working in DOS - SVGA/Console (Unfinished support),
296      Windows (GDI/OpenGL/DirectDraw/Direct3D) and Linux (Text only/NCurses)
297    * Ecere is modularized into sys, gfx, gui, net
298    * Original Ecere IDE (Text Editor + Original Form Designer)
299    * 3DS Support
300    * Networking Library (2D Networked Ecere Chess)
301    * Common Controls:
302       - Button
303       - DropBox
304       - ListBox
305       - EditBox
306       - Label
307       - Menu
308       - ScrollBar
309       - StatusBar
310       - MessageBox
311    * C++ wrapper class library
312 ----------------------------------------
313  ( May 2002 )
314
315    * eCom (File transfer / Chat client)
316 ----------------------------------------
317 Ecere SDK 0.37.7 (May 9, 2001)
318
319    * TCP/IP Sockets
320 ----------------------------------------
321 Ecere SDK 0.37.5 (September 2, 2000)
322 ----------------------------------------
323 Ecere SDK 0.37.4 (June 12, 2000) (v1)
324
325    * BMP Support
326    * PCX saving (Run Length Encoding compression)
327    * 3Dfx GLIDE, OpenGL, DirectDraw, GDI, SVGALib
328    * Object oriented window & event-driven messaging system
329    * Graphical User Interface runs in either Win32 Console,
330      Win32 API's window system, ECERE GUI system within a Win32 window,
331      NCURSES character based console for terminal support,
332      SVGALib interface (graphical or through the virtual console),
333      DOS (graphical or text mode)
334    * Supports Linux (GCC), DOS (DJGPP/Watcom), Win32 (Watcom/Borland/Visual)
335    * Joystick interface
336    * A full-featured multiline edit box control
337 ----------------------------------------
338  (1999-2001)
339
340  (Simis) Flight Sim Toolkit Enthusiasts Update
341    * 3Dfx GLIDE and OpenGL Support
342    * Quaternion rotation system, with SLERP'ing cameras
343    * Real Time Optimally Adapting Mesh (ROAM) system for terrain
344 ----------------------------------------
345 Ecere SDK 0.26 (1999) (v0)
346
347    * DOS (DJGPP) C library (graphical or text mode)
348    * 24 bit True color VESA or palletized bitmap/video support
349    * 3D Software Rendering
350    * ASCII 3D models (.ASC) loading
351    * FLC / FLI video playback support
352    * SoundBlaster Support
353    * MIDI (MPU/OPL3) player
354    * S3M player
355    * CD Audio Playback
356    * GUI CD Player
357 ----------------------------------------
358 Nova3D 3Dfx GLIDE Engine (1998)
359 ----------------------------------------
360 DirectDraw WarCraft II Clone (1997-1998)
361
362    * A*
363 ----------------------------------------
364 DJGPP WarCraft II Clone (Summer 1997) 
365
366    * 256 colors VESA Support
367    * WarCraft II font format support
368    * Sprites and tiles
369    * Button GUI Components
370    * DOS Interface Mouse / Keyboard
371 ----------------------------------------
372 The 3D Coding Blackhole Tutorial (http://ecere.com/3dbhole/ - 1996)
373
374    * Software textured polygon filling 3D engine (DOS/DJGPP)
375    * Gouraud and Flat Shading
376    * PCX loading