diff --git a/BUGS b/BUGS index 3334e80b..e6f61614 100644 --- a/BUGS +++ b/BUGS @@ -6,9 +6,6 @@ Known bugs, feature requests, and miscellaneous issues Known bugs ---------- -- Remembered settings only work for the first instance (WM_CLASS) of an - application. - - E may lose control over a window if it is iconified and de-iconified shortly after. @@ -31,6 +28,9 @@ Known bugs Fixed in CVS ~~~~~~~~~~~~ +- Remembered settings only work for the first instance (WM_CLASS) of an + application. + - Icons for windows where pixmap but no mask is given are not visible in transparent iconbox. @@ -118,5 +118,3 @@ Feature requests Miscellaneous issues -------------------- -- Port to freetype2. - diff --git a/ChangeLog b/ChangeLog index dc9501ff..2c8bc7f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2310,3 +2310,14 @@ Collect freetype stuff in ttfont.c. Fix another pager mini-window tooltip bug. Minor pager and dialog event handler changes. Deleted unused mode item, moved a "private" one. + +------------------------------------------------------------------------------- + +Sun Dec 14 18:58:01 CET 2003 +(Kim) + +Menu code and namespace shuffle. +With Imlib2, use Imlib2 font functions for TT font rendering. +- This means that E no longer (explicitly) uses FreeType1. +Using Imlib2 is now default configuration. +Removed unused upgrade feature configuration. diff --git a/e.spec b/e.spec index 7a5a2acb..89e147cf 100644 --- a/e.spec +++ b/e.spec @@ -1,7 +1,7 @@ Summary: The Enlightenment window manager. Name: enlightenment Version: 0.16.7 -Release: 0.12 +Release: 0.13 Copyright: BSD Group: User Interface/Desktops Source: ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz @@ -10,8 +10,7 @@ Docdir: %{_docdir} BuildRoot: /tmp/e-%{version}-root Packager: Michael Jennings URL: http://www.enlightenment.org/ -Requires: imlib >= 1.9.8 -Requires: fnlib >= 0.5 +Requires: imlib2 Requires: esound >= 0.2.13 %description