Changelog:
* Spec file fixes.
* Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
* Eliminate Mode.place.doing_slide.
* Fix setting slide-in mode in dialog.
* Menus - Remove unused code.
* Change ewin sliding function API.
* Dialog sliders - Enable having upper bound below lower.
* Dialogs - Add missing const.
* Remove server grab around EShapeSetShape().
* Add EX_EVENT_GLX_FLIP.
* Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
* Remove useless parameter from SnapshotsSaveReal().
* GSOD - Make work when compositing.
* GSOD - Refactor + some changes.
* GSOD - Just use fixed font. Font sets are causing trouble again.
* Name ewin sliding functions consistently.
* Move ewin sliding functions to slide.c.
* EwinMove/Resize - Change various global/ewin flags to function parameter.
* Use OPSRC_NA in stead of 0.
* Add uninstall-local to fix distcheck (with recent autotools?).
* Move GetTimeMs/Us() to time.c.
* French translation update (Tristan D.).
* Make clean shouldn't remove e16-gnome3-session.desktop.
* Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
* Simplify user info functions.
* Close all fd's above 2 when exec'ing for restart.
* French translation update (Tristan D.).
* Minor tweak around ECompMgrGetRootBuffer().
* Remove some obsolete code.
* Change some longs to ints where long is not needed.
* Fix build without composite but with xrender.
* Remove now unused EKeycodeToString().
* Remove old e16keyedit (pre 0.7) IPC functions.
* Fix bug in pareto_maximizer() (Daniel Manjarres).
* Remove unnecessary AC_PROG_MAKE_SET.
* Warning fix for gcc-4.6.x.
* Japanese translation update (Yasufumi Haga).
Changelog:
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Bug and backawards compatiblity fixes.
Approved by: kwm (mentor)
Please note that port revision for all the Haskell ports without version changes
are also bumped. Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.
Thanks ashish@ for the assistance.
Obtained from: FreeBSD Haskell
derived from the 'Wicked' widget library. It has some of the old
Wicked widget types, a few of them rewritten, and a good number of
new ones.
PR: ports/167687
Submitted by: William Grzybowski <william88 gmail.com>
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
- Link with libinotify correctly which fixes dependent ports dying with rtld error
- Minor port cleanups
PR: 166296
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Feature safe: yes
handlers.c: In function 'W_HandleInputEvents':
handlers.c:471: error: 'fd_set' undeclared (first use in this function)
handlers.c:471: error: (Each undeclared identifier is reported only once
handlers.c:471: error: for each function it appears in.)
handlers.c:471: error: expected ';' before 'rset'
handlers.c:486: warning: implicit declaration of function 'FD_ZERO'
handlers.c:486: error: 'rset' undeclared (first use in this function)
handlers.c:487: error: 'wset' undeclared (first use in this function)
handlers.c:488: error: 'eset' undeclared (first use in this function)
handlers.c:493: warning: implicit declaration of function 'FD_SET'
handlers.c:527: warning: implicit declaration of function 'select'
handlers.c:542: warning: implicit declaration of function 'FD_ISSET'
Reported by: pointyhat
Feature safe: yes