--- trunk/reactos/subsys/system/explorer/doc/changes.txt 2005-10-08 15:52:14 UTC (rev 18337)
+++ trunk/reactos/subsys/system/explorer/doc/changes.txt 2005-10-08 16:26:04 UTC (rev 18338)
@@ -91,4 +91,74 @@
23.09.2004 m. fuchs configuration dialog to choose between MDI and SDI mode with persistent storage
20.11.2004 m. fuchs display notification icon change times
notification area button to toggle hidden icons
-21.11.2004 m. fuchs alpha-blend hidden notification icons
+ m. fuchs alpha-blend hidden notification icons
+ m. fuchs fix UTF8 conversion for the bookmarks list
+ m. fuchs decode HTML-encoded bookmark names
+ m. fuchs work around GCC's wide string constant bug when compiling inline functions
+27.12.2004 m. fuchs fix GPF for clicks in the favorites folder
+09.01.2005 frik85 update for german resource scripts
+10.01.2005 m. fuchs new _NO_ALPHABLEND compiler switch
+21.01.2005 tamlin Fix crashing browsing NT object namespace with non-zero-terminated UNICODE_STRING.
+27.01.2005 m. fuchs fixes for command line handling
+06.02.2005 m. fuchs support for owner drawn context menus at various places
+08.02.2005 gvg Prefer SEE_MASK_IDLIST, since that one is actually implemented in shell32
+20.02.2005 m. fuchs updates for Expat and XMLStorage files
+21.02.2005 m. fuchs move public expat headers into common include folder
+27.02.2005 frik85 Add support for explorer to load the desk.cpl when right clicking on background.
+04.03.2005 fireball New StartMenu and ReactOS icons by Mindflyer
+05.03.2005 m. fuchs case insensitive startmenu merging
+ m. fuchs update ROS icon in about dialog and start menu side bar
+14.03.2005 gvg tinus: Use RegisterShellHookWindow()
+19.03.2005 m. fuchs register ourselves as task manager window to make the RegisterShellHookWindow() call working [thanks to Filip :)]
+21.03.2005 fireball Nice "About Explorer" icon by Mindflyer
+27.03.2005 m. fuchs hide login screen to make the login on XP faster
+ m. fuchs launch shell DDE server
+ m. fuchs make Shell Hook Messages really work in Windows
+27.03.2005 greatlrd New Explorer icon from Mindflyer
+28.03.2005 m. fuchs launch all registered Shell Service Objects (Systray, network icons, ...)
+ m. fuchs enable multiline tooltips
+01.04.2005 greatlrd David Nordenberg: fixed minor things in swedish translation
+02.04.2005 m. fuchs terminate shell service objects thread if there is nothing to do
+ m. fuchs switch to search icon in search dialog
+ m. fuchs fix tray icon config dialog for the first icon
+ m. fuchs "minimize all": only minimize windows with valid positions
+ m. fuchs fix termination of "search program" dialog
+03.04.2005 m. fuchs fix SDI shell browser
+ m. fuchs display "log off" dialog, add "terminate" menu entry
+ m. fuchs show logoff dialog in lean explorer
+ m. fuchs activate printer folder menu
+14.04.2005 m. fuchs charn: step-wise taskbar resizing
+01.05.2005 m. fuchs merge ROS Shell without integrated explorer part into trunk
+03.05.2005 m. fuchs display custom folders in start menu root
+03.05.2005 m. fuchs rosshell: printer and network folder in start menu
+04.05.2005 greatlrd Fixes for Swedish resource script
+20.05.2005 navaraf Luk "denzil" Frolka: partial Czech translation of Explorer
+02.06.2005 fireball First version of Explorer's translation into Russian. Done by Dmitry Philippov, checked by me, DarkHobbit and others
+03.06.2005 m. fuchs split the big explorer resource file into smaller language specific rescource scripts
+05.06.2005 hpoussin Include French resources in explorer
+15.07.2005 greatlrd update swedish .rc and rename it from sw to sv, remove the german part in swedish rc
+16.07.2005 greatlrd crop the startmenu side bar logo to 30x280
+17.07.2005 m. fuchs add explorer-ro.rc
+26.08.2005 navaraf Make the explorer taskbar look a bit nicer
+12.09.2005 royce security audit of explorer code: strcpy -> lstrcpyn, ...
+19.09.2005 navaraf Fix the taskbar button resizing to account for button spacing.
+21.09.2005 m. fuchs XMLStorage update, Bugfix for UTF-8 strings
+ m. fuchs use size_t for buffer/string lengths instead of int, define COUNTOF if not defined already
+25.09.2005 navaraf Patricio MartÝnez Ros: Update spanish translation
+25.09.2005 m. fuchs new tool bar icons for the drive bar
+ m. fuchs refactor all IUnknown implementations using IComSrvBase
+30.09.2005 m. fuchs Fix of Bugzilla Bug 676: dynamic explorer start menu sidebar size
+01.10.2005 greatlrd new, smaller startmenu pictures using the dynamic explorer start menu sidebar feature
+01.10.2005 m. fuchs MDI/SDI option dialog: pictures for illustration, remove resizable flag
+02.10.2005 m. fuchs new option to open explorer subfolders in separate windows
+ m. fuchs fix enabling of split border
+ m. fuchs fix directory traversing in explorer SDI windows
+ m. fuchs fix tree list image loading: work around GCC's wide string constant bug
+04.10.2005 m. fuchs complete german resources for explorer
+04.10.2005 m. fuchs "execute" menu entry
+ m. fuchs activate execution from command bar
+05.10.2005 m. fuchs fix UNICODE control panel calls to handle double clicks on the task bar clock
+ m. fuchs one-click activation of "Start" button
+ m. fuchs use GET_X_LPARAM macro in WM_MOUSEMOVE handlers
+ m. fuchs leave TrackStartmenu() function when executing any start menu command
+06.10.2005 m. fuchs implemented command line parser for Explorer