home *** CD-ROM | disk | FTP | other *** search
- 16 June 1995
-
- wbstartup/unixdirs.c: SAVEDS forgotten
-
- 18 June 1995
-
- Now, LastActiveWindow works also when cycling screens by clicking on screen
- depth gadget.
-
- wbstartup/hotkey_actions.c: Cleaned up act_ScreenToFront() and act_ScreenToBack()
- RearMostScreen() no longer static
- wbstartup/main.c: Added ScreenDepthGadget() call
- Added #include "LastActiveWindow.h"
- wbstartup/handlers.c: Added MyScreenToFront()
- Added detection of click on screen depth gadget
- wbstartup/Include/handlers.h: Added proto of MyScreenToFront()
- wbstartup/LastActiveWindow.c: Added a few comments
- Added ScreenDepthGadget()
- Added #include "code.h" "yak.h" and "Handlers.h"
- wbstartup/Include/LastActiveWindow.h:Added proto of ScreenDepthGadget()
-
- Fortify:
-
- New files: Include/fortify.h Include/ufortify.h fortify.c
-
- Added AllocVec/FreeVec tracing to fortify.
- Prefs/main.c: Added fortify calls under conditional compilation.
-
-
- ----------------------
-
- 9 July 1995
-
- wbstartup/FullWorkbench.c: Bug fixed in 'Full Workbench' feature, Yak was confused by
- other backdrop windows than workbench's one.
- ----------------------
-
- 15 July 1995
-
- Include/Yak.h: Moved priorities definitions to wbstartup/Include/pri.h
- wbstartup/Pri.c: Raised priority to 21 to avoid delay when double-clicking
- workbench windows.
-
- ----------------------
-
- 20 July 1995
-
- wbstartup/FullWorkbench.c: Side effect of a 2.01 fix, Yak wasn't hiding
- title screen bar when 'Full Workbench' was set.
- 'Full Workbench': now Yak takes care of other
- backdrop windows like those of some title screen clocks.
-
- wbstartup/hotkey_actions.c: 'Menu Shortcut' action, when applied twice to
- the same mutual exclude item, was toggling this item.
-
- ----------------------
-
- 1 August 1995
-
- wbstartup/Pri.c: Priority down to 5.
- wbstartup/hotkey_actions.c: 'Screen To Back' hotkey action works again.
- 'Menu Shortcut' action, mutual exclude should work now
-
- ----------------------
- 9 August 1995
-
- Prefs/Include/MouseCycling_Window.h: wrong declaration of MouseCyclingObjects[].
-
- Prefs/Include/Misc_Window.h: wrong declaration of MiscObjects[].
-
- Prefs/MUI/Options_Window.c: 532 Warning 94: uninitialized auto variable "ID"
-
- Prefs/MUI/Hotkey_Window.c: Removed ',' in DoMethod(LV_HotKeys, MUIM_List_Clear,);
-
- ----------------------
- 10 August 1995
-
- handlers.c: CompatibleParseIX tries to avoid addressing odd addresses for
- 68000 compatibility.
- Changes tested under wb 2.04.
-
-
- ----------------------
- 13 August 1995
-
- handlers.c: In case of wb windows, added a 5 ticks delay before sending
- window to back/front so that wb has time to do its job and
- doesn't conflict with Yak resulting in a very noticable delay
- (about 1 s).
- Don't call WindowToFront() when window is already at front.
-
- -----------------------
- 15 August 1995
-
- handlers.c: depthscreen signal was not allocated !
-
- hotkey_types.c
- Include/hotkey_types.h
- wbstartup/hotkey_actions.c: New option for InsertText: delay between 2
- chars
-
- -----------------------
- 17 August 1995
-
- handlers.c:
- Include/yak.h: added DMA blanker
-
- settings.c: added config of DMA blanker, incremented Yak prefs format version
-
- -----------------------
- 19 August 1995
-
- Prefs/Gadtools/Blank_window.c:
- Choosing 'None'as mouse blanking method now disables Mouse TimeOut
- gadget.
- Added GD_SBMethod gadget.
-
- Prefs/Include/GUI.h:
- Prefs/Include/Blank_Window.h:
- Added GD_SBMethod gadget.
-
- locale/yak.cd: new strings
-
- -----------------------
- 18 October 1995
-
- WBStartup/Hotkey_actions.c:
- Fixed a memory leak in act_CycleWindows(), didn't call FreeVec()
-
- WBStartup/UnixDirs.c:
- Filenames like 'hello....' were badly translated into 'hello../'
-
- SMakefile updated for CapShift.
-
- -----------------------
- 1 November 1995
-
- Handlers.c: in case of DMA blanker, forgot to put blanked to FALSE in
- UnBlankScreen()
- IntuiOp, forgot to set back to normal priority
-
- WBStartup/Pri.c:
- Set alternate priority to 11 instead of 21.