home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / NEWS.txt < prev    next >
Encoding:
Text File  |  2003-12-15  |  8.1 KB  |  204 lines

  1. Version 4.9.8.0
  2. * Changed position of compiler/linker parameters in Project Options.
  3. * Improved help file
  4. * Bug fixes
  5.  
  6. Version 4.9.7.9
  7. * Resource errors are now reported in the Resource sheet
  8. * Many bug fixes
  9.  
  10. Version 4.9.7.8
  11. * Made whole bottom report control floating instead of only debug output.
  12. * Many bug fixes
  13.  
  14. Version 4.9.7.7
  15. * Printing settings are now saved
  16. * New environment options : "watch variable under mouse" and "Report watch errors"
  17. * Bug fixes
  18.  
  19. Version 4.9.7.6
  20. * Debug variable browser
  21. * Added possibility to include in a Template the Project's directories (include, libs and ressources)
  22. * Changed tint of Class browser pictures colors to match the New Look style
  23. * Bug fixes
  24.  
  25. Version 4.9.7.5
  26. * Bug fixes
  27.  
  28. Version 4.9.7.4
  29. * When compiling with debugging symbols, an extra definition is passed to the
  30.   compiler: -D__DEBUG__
  31. * Each project creates a <project_name>_private.h file containing version
  32.   information definitions
  33. * When compiling the current file only, no dependency checks are performed
  34. * ~300% Speed-up in class parser
  35. * Added "External programs" in Tools/Environment Options (for units "Open with")
  36. * Added "Open with" in project units context menu
  37. * Added "Classes" toolbar
  38. * Fixed pre-compilation dependency checks to work correctly
  39. * Added new file menu entry: Save Project As
  40. * Bug-fix for double quotes in devcpp.cfg file read by vUpdate
  41. * Other bug fixes
  42.  
  43. Version 4.9.7.3
  44. * When adding debugging symbols on request, remove "-s" option from linker
  45. * Compiling progress window
  46. * Environment options : "Show progress window" and "Auto-close progress window"
  47. * Bug fixes
  48.  
  49. Version 4.9.7.2
  50. * Bug fixes
  51.  
  52. Version 4.9.7.1
  53. * "Build priority" per-unit
  54. * "Include file in linking process" per-unit
  55. * New feature: compile current file only
  56. * Separated C++ compiler options from C compiler options in Makefile (see bug report #654744)
  57. * Separated C++ include dirs from C include dirs in Makefile (see bug report #654744)
  58. * Necessary UI changes in Project Options
  59. * Added display of project filename, project output and a summary of the project files in Project Options General tab.
  60. * Fixed the "compiler-dirs-with-spaces" bug that crept-in in 4.9.7.0
  61. * Multi-select files in project-view (when "double-click to open" is configured in Environment Settings)
  62. * Resource files are treated as ordinary files now
  63. * Updates in "Project Options/Files" code
  64. * MSVC import now creates the folders structure of the original VC project
  65. * Bug fixes
  66.  
  67. Version 4.9.7.0
  68. * Allow customizing of per-unit compile command in projects
  69. * Added two new macros: <DATE> and <DATETIME>
  70. * Added support for macros in the "default source code" (Tools/Editor Options/Code)
  71. * Separated layout info from project file. It is now kept in a different file
  72.   (the same filename as the project's but with extension ".layout"). If you
  73.   have your project under CVS control, you ''ll know why this had to happen...
  74. * Compiler settings per-project
  75. * Compiler set per-project
  76. * Implemented new compiler settings framework
  77. * "Compile as C++" per-unit
  78. * "Include file in compilation process" per-unit
  79. * Project version info (creates the relevant VERSIONINFO struct in the private
  80.   resource)
  81. * Support XP Themes (creates the CommonControls 6.0 manifest file and includes
  82.   it in the private resource)
  83. * Added CVS "login" and "logout" commands
  84. * Project manager and debugging window (in Debug tab) can now be trasnformed into floating windows.
  85. * Added "Add Library" button in Project Options
  86. * Bug fixes
  87.  
  88. Version 4.9.6.9
  89. * Implemented search in help files for the word at cursor (context sensitive help)
  90. * Implemented "compiler sets" infrastructure to switch between different compilers easily (e.g. gcc-2.95 and gcc-3.2)
  91. * Added "Files" tab in CVS form to allow selection of more than one file for
  92.   the requested CVS action
  93.   
  94. Version 4.9.6.8
  95. * support for DLL application hosting, for debugging and executing DLLs under Dev-C++.
  96. * New class browser option: "Show inherited members"
  97. * Added support for the '::' member access operator in code-completion
  98. * Added *working* function arguments hint
  99. * Added bracket highlighting. When the caret is on a bracket, that bracket and
  100.   its counterpart are highlighted
  101. * Nested folders in project view
  102.  
  103. Version 4.9.6.7
  104. * XP Theme support
  105. * Added CVS commands "Add" and "Remove"
  106. * Added configuration option for "Templates Directory" in "Environment Options"
  107. * Code-completion updates
  108. * Bug fixes
  109.  
  110. Version 4.9.6.6
  111. * Editor colors are initialized properly on Dev-C++ first-run
  112. * Added doxygen-style comments in NewClass, NewMemberFunction and NewMemberVariable wizards
  113. * Added file's date/time stamp in File/Properties window
  114. * Current windows listing in Window menu
  115. * Bug fixes
  116.  
  117. Version 4.9.6.5
  118. * CVS support
  119. * Window list (in Window menu)
  120. * bug fixes
  121.  
  122. version 4.9.6.4
  123. * added ENTER key for opening file in project browser, DEL to delete from the project.
  124. * bug fixes
  125.  
  126. version 4.9.6.3
  127. * Bug fixes
  128.  
  129. version 4.9.6.2
  130. * Bug fixes
  131.  
  132. version 4.9.6.1
  133. * New "Abort compilation" button
  134. * Bug fixes
  135. * Now checks for vRoach existance when sending a crash report
  136.  
  137. Version 4.9.5.5
  138. * New option in Editor Options: Show editor hints. User can disable the hints
  139.   displayed in the editor when the mouse moves over a word. Since this was the
  140.   cause of many errors (although it should be fixed by now), we are giving the
  141.   user the option to disable this feature.
  142. * New option in Editor Options (code-completion): Use code-completion cache.
  143.   Well, it adds caching to code-completion. Depending on the cache size,
  144.   the program may take a bit longer to start-up, but provides very fast
  145.   code-completion and the user has all the commands (belonging to the files
  146.   he added in the cache) at his fingertips. If, for example, the user adds
  147.   "windows.h", he gets all the WinAPI! If he adds "wx/wx.h", he gets all of
  148.   wxWindows! You get the picture...
  149. * Removed "Only show classes from current file" option in class browser settings.
  150.   It used to be a checkbox, allowing only two states (on or off), but there is
  151.   a third relevant option now: "Project classes" so it didn't fit the purpose...
  152.   The user can define this in the class browser's context menu under "View mode".
  153. * Fixed the dreaded "Clock skew detected" compiler warning!
  154. * Fixed many class browser bugs, including some that had to do with class folders.
  155.  
  156. Version 4.9.5.4
  157. * Under NT, 2000 and XP, user application data directory will be used to store config files (i.e : C:\Documents and Settings\Username\Local Settings\Application Data)
  158.  
  159. Version 4.9.5.3
  160. * Added ExceptionsAnalyzer. If the devcpp.map file is in the devcpp.exe directory
  161.   then we even get a stack trace in the bug report!
  162. * Added new WebUpdate module (inactive temporarily).
  163. * Added new code for code-completion caching of files (disabled - work in progress).
  164.  
  165. Version 4.9.5.2
  166. * Added new option in class-browser: Use colors
  167.   (available when right-clicking the class-browser
  168.   and selecting "View mode").
  169. * Dev-C++ now traps access violation of your programs (and of itself too ;)
  170.  
  171. Version 4.9.5.1
  172. * Implemented the "File/Export/Project to HTML" function.
  173. * Added "Tip of the day" system.
  174. * When running a source file in explorer, don't spawn new instance.
  175.   Instead open the file in an already launched Dev-C++.
  176. * Class-parser speed-up (50% to 85% improvement timed!!!)
  177. * Many code-completion updates. Now takes into account context,
  178.   class inheritance and visibility (shows items only from files
  179.   #included directly or indirectly)!
  180. * Caching of result set of code-completion for speed-up.
  181. * New option "Execution/Parameters" (and "Debug/Parameters").
  182.  
  183. Version 4.9.5.0 (5.0 beta 5):
  184. * CPU Window (still in development)
  185. * ToDo  list
  186. * Backtrace in debugging
  187. * Run to cursor
  188. * Folders in Project and Class Browser
  189. * Send custom commands to GDB
  190. * Makefile can now be customized.
  191. * Modified the behaviour of the -c param : 
  192.   -c <config file directory>
  193. * Saving of custom syntax parameter group
  194. * Possibility of changing compilers and tools filename.
  195. * Many bug fixes
  196.  
  197.  
  198. Version 4.9.4.1 (5.0 beta 4.1):
  199.  
  200. * back to gcc 2.95.3
  201. * Profiling support
  202. * new update/packages checker (vUpdate)
  203. * Lots of bugfixes
  204.