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.


SVN revision: 8118
This commit is contained in:
Kim Woelders 2003-12-14 17:58:57 +00:00
parent 451488fc60
commit c579f64da1
3 changed files with 16 additions and 8 deletions

8
BUGS
View File

@ -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.

View File

@ -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.

5
e.spec
View File

@ -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 <mej@eterm.org>
URL: http://www.enlightenment.org/
Requires: imlib >= 1.9.8
Requires: fnlib >= 0.5
Requires: imlib2
Requires: esound >= 0.2.13
%description