mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* Documentation/news.texi: Fill in some details for pending release.
This commit is contained in:
parent
fd84d377f2
commit
9b43c1d568
2 changed files with 18 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-01-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Documentation/news.texi: Fill in some details for pending release.
|
||||
|
||||
2019-01-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/opal/OpalGState.m: Add colour handling for all the
|
||||
|
@ -14,7 +18,7 @@
|
|||
2018-09-16 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/opal/OpalContext.m (-initWithGraphicsPort:flipped:): Implement.
|
||||
* Source/opal/OpalContext.m (-GSSetDevice:::): Get height form
|
||||
* Source/opal/OpalContext.m (-GSSetDevice:::): Get height from
|
||||
surface if no y value is given.
|
||||
* Source/opal/OpalSurface.m: Rewrite to handle the case where
|
||||
device is not set.
|
||||
|
|
|
@ -7,6 +7,19 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.27.0}
|
||||
|
||||
This release includes a few bugfixes.
|
||||
|
||||
@itemize @bullet
|
||||
@item Improve configuration.
|
||||
@item xlib: Improve xft font classes.
|
||||
@item x11: Enable drawing in secondary threads.
|
||||
@item x11: Better handling of atoms. Method to get the window manager.
|
||||
@item opal: Improve colour handling
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@section Noteworthy changes in version @samp{0.26.2}
|
||||
|
||||
This release contains no changes since 0.26.1. It is released to coincide
|
||||
|
@ -30,7 +43,6 @@ as a result of GSoC 2017 project.
|
|||
@item misc: Fix reported static analyser warnings.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@section Noteworthy changes in version @samp{0.25.1}
|
||||
|
||||
Small fixes and cleanups.
|
||||
|
|
Loading…
Reference in a new issue