From f51a301fb97317813ffefbadd9fc275819e97d5b Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 7 Oct 1999 21:05:47 +0000 Subject: [PATCH] bug fix in WINGs bag.c WMInsertInBag(). --- ChangeLog | 7 +++++++ WINGs/ChangeLog | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8998e1e1..f2d3be2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ Changes since version 0.61.0: ............................. +- fixed bug with menu editor in WPrefs placing cut/paste-ed entries in wrong + positions. + + +Changes since version 0.61.0: +............................. + - fixed Xdnd by cropping filename with "" - fixed OPEN_MENU - fixed crash when moving a shaded window with keyboard diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog index 224a7832..112e9de1 100644 --- a/WINGs/ChangeLog +++ b/WINGs/ChangeLog @@ -1,3 +1,9 @@ +changes since wmaker 0.61.1: +............................ + +- fixed WMInsertInBag(). It ignored index, and always put the new item at end. + + changes since wmaker 0.61.0: ............................ -- 2.11.4.GIT