Alan Coopersmith (4):
Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTED
Always include "config.h" at the start of all C source files.
Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
Return connection failure if display string specifies non-existent screen
Colin Walters (1):
c_client: Fix parallel-make issue creating 'man' directory
Jeremy Huddleston (1):
xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a
launchd socket
Julien Danjou (4):
Allow undocumented code to be built
Split manpage list in two (static/built)
Do not list manpages, use a wildcard
Move static man to man
Michael Stapelberg (1):
c_client.py: generate manpages
Peter Harris (1):
Allow xcb_send_request with >MAX_IOV iovecs
Uli Schlachter (4):
Add a .gitignore for src/man/
Fix a multi-thread deadlock
Include static man pages in "make dist"
Release libxcb 1.9
Changes from 3.1.2 (per doc/en/ReleaseNote):
ver 3.1.4
* Support 0x90...0x9c format for sixel graphics sequence.
* Change the file where sixel graphics sequence is stored temporarily
from ~/.mlterm/picture.six to ~/.mlterm/[tty name].six.
* Add k1, k2, k3 and k4 entries for ~/.mlterm/termcap.
* Change key sequences in term_type=xterm.
XK_F1: \x1b[11~ -> \x1bOP
XK_F2: \x1b[12~ -> \x1bOQ
XK_F3: \x1b[13~ -> \x1bOR
XK_F4: \x1b[14~ -> \x1bOS
* Support remote image files via network protocols supported by GVfs.
(e.g. mlterm -pic http://....)
* Use CSI ? 8428 instead of CSI ? 8840. (Thanks to saitoha san)
* Bug fixes:
Fix conflicting types of kik_utmp_new. (Thanks to KATO Masashi san)
Erase wrap line attributes completely in clearing lines.
(Thanks to Andi Cristian Serbanescu)
Enable PAGE_DOWN shortcut (which doesn't anything) when it reaches the bottom.
(Thanks to Andi Cristian Serbanescu)
Fix freeze in scrolling by CSI r. (Thanks to koie san)
Fix the problem which always replaces the 2nd or later sixel graphics with
the 1st one if mlterm is compiled with --with-imagelib=gdk-pixbuf option.
(Thanks to saitoha asn)
Fix the problem of reverting back to selecting one character at a time
by dragging the pointer after double- or triple-clicking.
(Thanks to Andi Cristian Serbanescu)
ver 3.1.3
* Support OSC 5;0 and OSC 5;1.
* Support CSI ? 8840 h, CSI ? 8840 l and CSI ? 8840 n.
(see https://docs.google.com/document/d/1Dgq81J0eQEfjq3MR__O7VrbSVnatr9CCqMEITse9psk/edit?pli=1)
* Support CSI SP q partially.
* Support CSI [>4;2 m and CSI [>4;0m partially.
(Note that sequence from terminal is CSI <code>;<mod>u, not CSI 27;<mod>;<code>~.)
* Add "ssh_keepalive_interval" option.
* Add "ssh_x11_forwarding" option.
* Add "use_bold_font" option.
* Add "use_local_echo" option and CSI ? 9500 h / CSI ? 9500 l which enable or disable
local echo mode.
* Merge SF patches:
#3529392 (Thanks to Ahmed El-Mahmoudy)
#3529386 (Thanks to Ahmed El-Mahmoudy)
#3530235 (Thanks to Ahmed El-Mahmoudy)
* Bug fixes:
#3528838 (Thanks to Thomas Wolff)
#3528836 (Thanks to Thomas Wolff)
Fix a bug which wrongly keeps a screen which has failed to open.
Show characters in the center of cells whose width is larger than the default.
(Thanks to Andi Cristian Serbanescu)
Fix a bug which erases scrolled area. (Thanks to Andi Cristian Serbanescu)
Fix failure of opening pty in startup in MacOS 10.7.
(Thanks to saitoha san)
The autocutsel utility synchronizes the X11 cutbuffer and CLIPBOARD
selection, the two copy/paste buffers mainly used by X applications.
It also unifies "clipboards" between VNC servers and Windows.
The autocutsel tool performs the synchronization continuously.
The cutsel tool performs the synchronization whenever it is run.
* Implement a gtk-primary-button-warps-slider setting
that lets us adjust scale and scrollbar behaviour
according to platform.
* Bug fixes:
661973 Try harder to discriminate Shift-F10 and F10
675365 Always check if the global context id changed
674108 Hard crash due to wrong NSAutoreleasePool stacking
* Translation updates:
Polish
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.
Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.
Change discussed with Thomas Klausner in private e-mail.
available. For now, just remove them from the PLIST on Solaris. We
may want to make md5 a tool, or use '/usr/bin/digest -a md5' in the
future.
Fixes package on Solaris.
This package lacked an evolution option (to depend on
evolution-data-server). Other gnome packages had such an option,
which is highly useful to get back to a workin system in the scenario
where libffi has a new major version shlib, and evolution-data-server
won't build. Because the option defaults to on, this doesn't change
the default behavior, but those who set
PKG_DEFAULT_OPTIONS+=-evolution can be spared the build pain.
A decision about whether evolution support should be on by default or
not is pending; this change is not controversial and is being made now.
x11/p5-Wx-Perl-ProcessStream from 0.30nb to 0.32.
upstream changes:
0.32 2012-03-28 00:00
For wxWidgets 2.9.3 some changes in wxExcute + Yield on some
platforms requires different handling
0.31 2012-03-27 00:00
Test changes only - Fixes for tests on MSW - pre quoting of params
not needed
from 0.54nb4 to 0.60.
upstream changes:
0.60 Fri Aug 24 2012
- allow building 2.9.4
- correct SDKs for Mountain Lion
- fixes for XCode 4.4
0.59 Tue May 01 2012
- Version sub modules to keep meta info users happy
0.58 Thu Apr 12 2012
- WXWIN / WXDIR MSWin32 fix.
0.57 Tue Mar 27 2012
- fix for osx-cocoa overlay drawing in 2.9.x
- Return --with-osx_cocoa . --with-mac on better basis.
- several fixes for default macosx builds
0.56 Fri Mar 16 2012
- add propgrid ribbon webview library names
0.55 Tue Feb 28 2012
- Correctly interpret boolean option = 1 as 'yes'
( Thanks to Robert Olsen )
- Fix for msw builds where Perl defines -D_USE_32BIT_TIME_T
( Thanks to Bjoern Hoehrmann )
- Fix for Xcode 4.3 on OSX Lion
- Allow build 2.9.3 wxWidgets (default for 64 bit Mac)
Gaetan Nadon (4):
config: the file COPYING in EXTRA_DIST is redundant
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jon Lund Steffensen (1):
Port xbacklight to XCB
Matt Turner (1):
xbacklight 1.2.0