if you're curious.
Also (this is noted in the Makefile):
The configure script is written to fail if it detects gcc<4.0
for lack of -fvisibility=hidden. In keeping with the pkgsrc
tradition of portability, we'll opt to use libtool to export
the desired symbols, hiding the rest.
I have verified the list of visible symbols is unchanged from
the "factory" build.
bump PKGREVISION
# The following forces the X server to start on the 5th virtual terminal.
# This is suboptimal but matches the defaults for the xdm configuration,
# which should work for most installations. See the definition of
# DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile.
#
# If we do not do this, we hit a very annoying and obscure problem: during
# system startup, xdm starts before init spawns gettys. If the X server
# is started before init spawns the gettys (which easily happens on slow
# machines), it grabs the first virtual terminal (instead of the first
# "free" one). Later on, when the first getty is started, it grabs the
# same terminal X used (the first one). As a result, only one of them
# will receive key presses. And on slow machines, X will have lost access
# to the keyboard.
.if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \
(${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CONFIGURE_ARGS+= --with-default-vt=vt05
.endif
* Not using glib, but ckeck it in configure, put fake glib.pc.
* No need custom do-install target. change to normal install and post-install.
* Add DESTDIR support.
- rgb version 1.0.3
- Include rgb(1) man page from Solaris
- rgb version 1.0.2
- Update showrgb man page to better match current implementation
- Fix build to work with --with-rgb-db-type={dbm,ndbm}
- Also remove #includes of unused headers & convert K&R to ANSI C
changes:
-surround Earth satellite name with parentheses if eclipsed
-move "Keep marker centered' to Sky View Telescope menu
-bugfixes
-INDI enhancements
approved by gdt
Adam Jackson (2):
Don't sleep(0.3) on shutdown.
mouse 1.3.0
Alan Coopersmith (1):
Update Emulate3Button default in mouse man page to cover
Emulate3ButtonsSoft
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Peter Hutterer (1):
Bug #13144: Don't flush buttons, release events can cause
paste events.
1.3.1:
Adam Jackson (1):
keyboard 1.3.1
Paulo Cesar Pereira de Andrade (1):
Don't send events in DEVICE_INIT, only after DEVICE_ON.
1.3.0:
Adam Jackson (2):
Don't sleep(1) on VT entry.
keyboard 1.3.0
Alan Coopersmith (4):
Update kbd man page to say it has replaced keyboard driver now.
Use $(XKBPATH) for xkb file path in man page
Revert previous attempts to sync lock state & LEDs
Correct COPYING file and note which notices apply to which code/OS'es
Daniel Drake (1):
Bug 11026: xf86-input-keyboard COPYING file
David Marx (1):
Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell
Julien Cristau (1):
Remove the legacy keyboard driver's manpage
Matej Kosik (1):
Add information & example of XKB options to man page
Matthieu Herrb (2):
Fix parameters order for printWsType().
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade (1):
Alternate patch to preserve NumLock & CapsLock leds at X Server startup.
Samuel Thibault (1):
lnx: Automatically inherit the vt's numlock and capslock
status (Bug #2243)
Alan Coopersmith (3):
Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
Remove Xserver API for appgroup extension [Will break Xorg server builds
renamed: .cvsignore -> .gitignore
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Peter Hutterer (3):
Add XGE header files and protocol description.
Xge: replace copyrights with standard format from xserver COPYING.
Bump to 7.0.3.
Aaron Plattner (8):
Bug #14885: Add missing static keywords.
I win at C.
Sort the IsSupported table.
Fix a few startup bugs.
More G80s.
Add an option to allow validation of dual-link DVI modes.
Yet more G80s.
Bump to 2.1.9.
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Alan Hourihane (1):
avoid checking for fds_bits on mingw
Colin Harrison (2):
Use winsock2.h
Use Sleep() instead of sleep() on windows
James Cloos (2):
Fix typo in XF86Keysym.h
Add more dead key syms
Jeremy Huddleston (3):
Apple: Cleaned up some Apple definitions
Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE,
_POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not
be defined due to the strict namespace
Apple: Added a comment to explain _DARWIN_C_SOURCE
Markus Kuhn (1):
Added comment to slightly discourage the definition of ever
more Unicode keysyms
Peter Hutterer (2):
Add GenericEvent and xGenericEvent definitions.
Bump to 7.0.13.
does the Right Thing(tm) with render acceleration.
rendercheck is a program to test a Render extension implementation against
separate calculations of expected output.
Tests currently include:
- Destination coordinates correctness
- Source coordinates correctness
- Transformed (FilterNearest) source coordinates correctness.
- Composite with and without mask (with/without component alpha), with 1x1
repeating Pictures and 10x10 Pictures.
- Linear gradients
- Repeating sources/masks at POT and non-POT sizes
- Some regression tests for bugs from freedesktop.org bugzilla.
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
Xvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension). It can show current video mode, switch the
video mode and interactively adjust current video mode.
* Switched to use LGPL 3 and GPL 3.
* Report more controls as being flipped. (NSTextField,
NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
* Add font attribute fixing to NSAttributedString. To allow for the
output of glyphs not present in the current font.
* Optimized the validation of edited cells.
* Backported FXTopWindow resize() and position() fixes from FOX 1.7.
* Fixed GCC 4.3 warning in FXArray header file.
* Made internal data arrays static to prevent global name clashes on some compilers.
* Fixed uninitialized variable in FXFileDict.
Adam Jackson (2):
Unset session environment variables so startx works within a running session.
xinit 1.0.9
Alan Coopersmith (3):
Use od on /dev/random to generate cookie on Solaris
Check for proper cookie creation on all platforms
Use /bin/ksh instead of /bin/sh on Solaris
Jeremy C. Reed (1):
Use /dev/urandom for cookie it it exists
Jeremy Huddleston (14):
Apple: Fixed issue where display would not be passed correctly to the server if nolisten tcp was enabled.
Apple: Execute /usr/X11/bin/privileged_startx if it's present
Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
Correctly handle users with spaces in $HOME
Apple: privileged_startx is in XINITDIR
Apple: We renamed font_cache.sh to font_cache for better consistency... Changing startx to work with this
Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/.X11-unix
Apple: Added privileged_startx
Apple: Fixed make dist to include a missing header and not include generated sources
Cleaned up handling of defaultserver{,args}
Apple: Use CFProcessPath instead of argv[0] trick.
Apple: Added some OSX version protection, so this will still compile on Tiger and below.
Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
Apple: Don't need to spew unneccessary 'directory exists' messages.
Matthieu Herrb (2):
OpenBSD: use openssl rand -hex 16 to generate the cookie.
Replace sprintf() and strcpy() with snprintf().
Adam Jackson (2):
Ignore errors from xf86misc rather than crashing out.
xdpyinfo 1.0.3
Alan Coopersmith (1):
X.Org bug #10616: Add all the X info commands to See Also in man page
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Julien Cristau (1):
Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
The xfd utility creates a window containing the name of the font being
displayed, a row of command buttons, several lines of text for display-
ing character metrics, and a grid containing one glyph per cell.
The characters are shown in increasing order from left to right, top to
bottom.
This is the version of xfd maintained by Xorg.
pkgsrc changes:
Link with -lm, since the program uses fabs(). This failed on Linux of all
platforms. NetBSD happens to have fabs() in libc, but the manpage states
that -lm should be linked in, so do it for all platforms.
Changes:
Update COPYING
Add *current and +preferred to the --verbose output
When invoked with no option, xrandr dumps existing modes
Allow the same output to be specified several times on the command line
Clarify the ability to manipulate multiple outputs in the manpage
Verify crtc against previous config.
Always reset other outputs using the best crtc.
Add xrandr test suite.
Improved test script.
Use IDs for mode selection instead of hand-crafted <w>x<h>@<r> strings.
More tests for ambiguous xrandr output.
Some minor issues in test case fixed.
Be more robust in test case if mode database is borked.
Add more tests, mostly regarding crtc switching and uncloning.
Add informational output for known issues.
Add another test known to fail.
if no filename given, but this isn't true with the native HP compiler, so
teach them to use '-' explicitly.
XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org
packages seem to have been converted to use sed(1).
If you want a fast way to reach your Fluxbox menus when you're using all
your screen, your problems are over.
Now you can use the Fluxbox Tray Menu to put a icon on your toolbar, and
when clicking with the left button, your Fluxbox menus will appear!
97/10/24 Ver 2.6 Release
* fixes contrib
* some trivial fixes
97/10/16 Ver 2.6 Pre
* start to release
* trivial fixes for doument
* minor fixes.
97/08/10 Ver 2.6alpha (COMIKET Version)
* Various fixes but vaguely remember
* improve imagelib drastically
* support gif and bmp
* temporary delete pnm/tif
* introduce PixCore
* remove various global variables.
* DUMMY_SETLOCALE
* cut off cursor pattern (resource addressable)
* move settings to config.tmpl
* remove transparent color related options
(involve with changing standard data to GIF-lize. when absolutely necessary,
specify resource with -xrm option)
* add option -drawtiming for skip drawing
* since COMIKET Version, with adjunct data. no redistributable.
Patch provided by Jason White in PR 38473.
Changes for 1.4.1:
* Fixed a shape bug which caused it to flicker.
* Fixed an icon file parsing bug.
Changes for 1.4.0:
* Imlib2 support:
FbDesk can now load the following formats:
xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
tga, gif and bmp.
* Added new resource:
fbdesk.textBackground: <color>
* Added new resource:
fbdesk.lockPositions: <bool>
This will lock the position of the icons (also available in the menu)
* Fixed gcc-4.1 compile problems
(Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
* Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
configure.in
socket implementation, see:
http://bugs.freedesktop.org/show_bug.cgi?id=15884
This change only affects Linux as other platforms don't use the
abstract sockets code to start with. But anyway, bump PKGREVISION.
Alan Coopersmith (1):
Sun bug #6688467: _X11TransConvertAddress: Unknown family
type on 64-bit SPARC
Alan Hourihane (2):
fix build for MAKEWORD
disable UNIXCONN on MINGW
Colin Harrison (2):
Only call WSAGetLastError() if there has been an
Update to winsock2
James Cloos (1):
Fix length calculation for the path for abstract unix domain sockets
Julien Cristau (2):
BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
Bump to 1.2
Loïc Minier (1):
Bug #10489: Don't retry unix socket connect()s on ENOENT.
commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Apr 17 00:52:29 2008 +0300
Don't scan paths which make NO SENSE WHATSOEVER TO SCAN
Hey, I wonder if we have XKB files in our directory! I wonder if we
haven't bothered with a structure, and let's try to open a file called
'misc' in someone's home directory! What a surprise, it's not a valid
XKB file! Let's fail miserably!
SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR.
commit a3a05fd489a9a35942a4419c537634e796dbebd1
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Apr 17 00:50:07 2008 +0300
xkbcomp: Take a device ID argument
Allows the user to set maps (or whatever) on arbitrary devices.
not have time to include it here (see ChangeLog).
Significant pkgsrc-related changes:
- ffmpeg plugin now builds (see new SUBST_* declarations). Use
ffmpeg-devel instead of ffmpeg.
- DESTDIR support
- GNU TLS option (enabled by default, evidently used by XML parser (?))
- Include graphics/gd, as its dependencies completely overlap and it
doesn't take too long to build.
- Add x11/libXi to get Xinput functionality.
- Yet another header patch (patch-am)
- TODO file (place reading it on your TODO list today!)
Next up: wm/metisse!
Stop lying and drop maintainership of these packages. I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
This was previously (partially) included in x11/gnome-sharp.
nautilus-burn parts are not enabled because pkgsrc support for
it is too old.
This package provides C# bindings for the GNOME Desktop libraries.
Parts were split off into a separate package which I'll commit shortly,
gnome-desktop-sharp.
Changes:
* bootstrap-2.20: bump version.
* bootstrap-generic: substitute the GTK_SHARP_REQUIRED_VERSION.
* bootstrap-2.20: check for gtk 2.12.0 and gtk-sharp 2.12.1.
* configure.in.in: separate the gtk+ and gtk-sharp version variables.
* gnome/Program.custom: use GLib.Object.Harden to avoid some
reflection.
* bootstrap-2.20: bump gtk-sharp requirement to 2.12.1.
* gnome/Program.custom: revert QuitPrepare hook and instead do an
obnoxious hack to disable the toggle_ref mechanism for GnomeProgram.
Uses reflection since I didn't want to expose this hack in the public
GLib.Object API.
* gnome/Program.custom: hook into Gtk.Application.QuitPrepare to
dispose our managed resources prior to invoking gtk_main_quit. Avoids
a crash on exit() in toggle_ref usage after managed releases have been
released.
* bootstrap-2.20: bump version and tag.
* gnome/gnome-api-2.20.raw: reparse
* sources/gnome-sharp-2.20-sources.xml: hide private gailcanvas hdrs.
hide gnome-print-gdi.h.
* bootstrap-2.20: bump svn version.
* gnome/Gnome.metadata: hide new Global class which was hiding
stable API. [Fixes#356649]
* configure.in.in: integrate build service patch from Wade.
* bootstrap-2.20: update to version 2.19.90.
* * Move to 2.20 API.
* configure.in.in: move vte, rsvg, and gtkhtml to gnome-desktop-sharp.
* Makefile.am: ditto
* sample/Makefile.am: ditto
* Makefile.include: some refinement of the variable mangling.
* configure.in.in: expand new pc.in.
* gconf/GConf/gconf-sharp-2.0.pc.in: remove gnome-sharp Requires and
peditors.dll from the Libs: var.
* gconf/GConf.PropertyEditors/Makefile.am: install new pc.
* gconf/GConf.PropertyEditors/gconf-sharp-peditors-2.0.pc.in: expose
new pc file since this is conditional and the gconf-sharp.dll build
is not.
* gconf/GConf/Makefile.am: Copy AssemblyInfo.cs to the current dir so
that csc can find it. (csc doesn't understand ../..)
* gconf/GConf/Makefile.am:
* gconf/GConf.PropertyEditors/Makefile.am:
use top_builddir instead of .. to avoid win32 build issues.
* gconf/GConf/Makefile.am: remove GNOME condition. It's only needed
on the peditor build.
* gnome/CanvasItem.custom: marshal GType as IntPtr.
[Fixes comment #8 of 327058]
* gconf/GConf/Value.cs: Deal with zero length arrays gracefully.
Thanks to Sebastian Dröge <slomo@circular-chaos.org> for a
patch this one was derived from. [Fixes#325516]
* AssembyInfo.cs.in : add [IgnoreClassInitializers]
* vte/Vte.metadata : rule from Peter Johanson to mark a string
const.
* gnome/CanvasPathDef.custom : adapt to generated pinvoke sig change.
* configure.in.in : add blurb about the gnome-sharp.dll requirements
since it seems to be a FAQ for people trying to build from sources.
* bootstrap-generic : use automake --foreign to keep automake-1.10 from
blowing up on the gnu make function usage. grrr.
* sample/gconf/Makefile.am : use install-data-hook to make 1.10 happy.
* gconf/tools/gconfsharp2-schemagen.in:
Revert unportable 'relocatable' wrapper using which (doesn't work with symlinks)
* gconf/GConf/Value.cs: Allow the storage of empty lists in
gconf-sharp.
2.22.0
===
- Update translations.
2.21.92
===
- Ensure menu items are always drawn (weren't in some cases)
- Stop forcing invisible_char to '*' (yet again)
Updated translations:
* Djihed Afifi (ar)
* Josep Puigdemont (ca)
* Iñaki Larrañaga Murgoitio (eu)
* Ilkka Tuohela (fi)
* Robert-André Mauchin (fr)
* Massimo Furlani (fur)
* Ignacio Casal Quinteiro (gl)
* Yair Hershkovitz (he)
* Nabin Gautam (ne)
* Yannig Marchegay (Kokoyaya) (oc)
* wadim dziedzic (pl)
* Hugo Doria (pt_BR)
* Funda Wang (zh_CN)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)
2.21.5
===
- Adapt to new GChecksum API
- Bug 336155 – [patch] port gnome-terminal to goption; based on patch
from Christian Kirbach
- Fix cropped tab close buttons with gnome-icon-theme svn
- Translation updates
2.21.4
===
- Fix a crasher and some cleanup:
Bug 501635 – crash in Terminal: running gnome-session-sa...
Bug 501667 – Use GCheksum for md5 and sha1
Patch from Christian Persch
Bug 501665 – Remove simple-x-font-selector
Bug 144000 – encodings other than the current encoding are not listed
in gnome-terminal on Solaris.
2.21.3
===
- Synch version number to GNOME release.
- Fix a crasher and some cleanup:
Bug 499877 – Update terminal_app_get_clone_command() to use g_array
Patch from Dubon
Bug 499588 – remove menu icons handling code
Patch from Christian Persch
Bug 353775 – Use GtkNotebook instead of TerminalNotebook
Patch from Christian Persch and Mariano Suárez-Alvarez
Bug 441618 – Message-ID/news-Link crashes gnome-terminal
What's new in gnome-mag-0.15.0:
* Fix for the following bugs:
#444137: gnome-mag uses private gdk-pixbuf api
#458361: pointer don't update properly
#473152: magnifier isn't tracking damage events properly
#481009: magnifier should expose "full-screen capable" property to
bonobo clients
#482328: --ignore-composite not being honored
#483169: wrong syntax in MAINTAINERS
#484492: uninstall-hook missing (does not update icon cache)
#486696: switching from different displays to single display on the fly
make the magnifier work wrong
#492795: String not marked for translation
#502893: gnome-mag should expose "color blind filter" capable to bonobo
clients
#503073: Border-size should be definable for each side of the zoomer
#503074: crosswire length should be customizable
#503075: Setting the magfactor shouldn't "blank out" the screen
#505914: cursors events aren't handled properly
* Translations:
* ar(Djihed Afifi), be@latin(Ihar Hrachyshka),
bn_IN(Sayamindu Dasgupta), eo(Dominique PELLE), es(Jorge González),
et(Ivar Smolin), eu(Iñaki Larrañaga Murgoitio), ga(Pól Ó Dubhthaigh),
gl(Ignacio Casal Quinteiro), gu(Ankit Patel), id(Ahmad Riza H Nst),
kn(Yogeesh MB), ko(Changwoo Ryu), lt(vt), lv(Raivis Dejus),
nb(Kjartan Maraas), nl(Wouter Bolsterlee), nn(Eskild Hustvedt),
pa(Amanpreet Singh Alam), pt(Duarte Loreto), rw(Steve Murphy),
sl(Matej Urban%Gč%@i%Gč%@), ug(Abduxukur Abdurixit),
uz@cyrillic(Nurali Abdurahmonov)
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
No changes in 2.22.0 except translations.
==============
Version 2.21.0 - "Windmills and Wheatfields"
==============
* gtk+ minimum version is now 2.8 (Jaap Haitsma)
* Show correct name in about dialogue (Jaap Haitsma)
* Fix the infamous socket-finding bug in various ways
(Loïc Minier, Craig Keogh)
* Add information for bug-buddy (Matthias Clasen)
* Remove inappropriate line from help (Thomas Thurman)
* Session persistence under D-Bus (Alex Jones)
* Careful checking to make sure all code from branches
is actually in trunk now.
* Translators:
Khaled Hosny (ar)
Petr Kovar (cs)
Ignacio Casal Quinteiro (gl)
Kjartan Maraas (nb)
Eskild Hustvedt (nn)
Yannig Marchegay (Kokoyaya) (oc)
Danishka Navin (si)
Pavol Šimo (sk)
Adam Jackson (2):
Add support for the abstract socket namespace under Linux.
xtrans 1.1
Ben Byer (5):
suppress warning about socket directory ownership on OS X
changes to support launchd on OS X
removed cvs tags
Fix for incorrect processing of recycled launchd socket on OS X
make launchd error messages less scary
Dodji Seketeli (2):
libxtrans: fix linux compilation breakage
libxtrans: fixed a typo in my last commit
Jeremy Huddleston (1):
Fixed #ifdef checks that were using i386 to use __i386__
March 10 - FOX STABLE 1.6.32
* Fixed FXPath::simplify(). Backport from FOX 1.7.
* Fixed Adie CPU load issue caused by clock updating.
* Fixed FXURL::fileFromURL().
November 16 - FOX STABLE 1.6.31
* Bug fix to strtoull() for systems which have no native strtoull().
* Missing tr() added in FXMDIClient.
* Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).
October 6 - FOX STABLE 1.6.30
* Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
* FXDial didn't issue SEL_COMMAND when driven from keyboard.
* Small typo found in fxfilematch() was found which affected character-range matching.
* Problem in FX7Segment fixed.
August 9 - FOX STABLE 1.6.29
* Added ".jpeg" as additional extension for JPEG images in FXIconSource.
* Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
* FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
* Cruft removed from FXMat3f.
* Bold style fixed in FXText.
* Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
* Bugs in FXListBox and FXTreeListBox fixed.
1.6.28: not described
this conflicts with the file gdm installs. Given that gdm has always
done this and that gdm's file uses dbus, let's keep the status quo for now.
Thanks to jmcneill@ for reporting this.
iAdam Jackson (1):
xcompmgr 1.1.4
Dana Jansens (1):
Fix a server resource leak on destroying windows.
James Cloos (2):
Remove deprecated .cvsignore
Add *~ to .gitignore to skip patch/emacs droppings
Jamey Sharp (1):
Bug #13073: Fix broken word-wrapping in ChangeLog generation.
Mark Tiefenbruck (1):
Bug #9762: Fix opacity changes on unmapped windows.
Tilman Sauerbeck (5):
Fixed a bunch of warnings.
Added .gitignore.
Include getopt.h for getopt().
Constified some variables.
Make this loop slightly easier to read.
Changes within pkgsrc:
- Remove most options, as I see no reason not just to build them in
by default (they shouldn't be intrusive). I also enabled a few
features that weren't there before (mouse support for readline
applications, support for the mini/built-in luit, paste64, etc.).
- Build-in the toolbar by default. I patched xterm to disable the
toolBar resource by default.
- Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and
add some code to configure xterm properly according to the
user's preference.
- Use @unexec ${RMDIR} ... when attempting to remove
lib/X11/app-defaults.
- Install xterm.desktop and uxterm.desktop to share/applications
(I don't think this needs desktopdb.mk).
- Added a 'debug' option which builds in support for event tracing.
Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings.
Patch #235 - 2008/04/20
* add control sequences for some of the recent resource/menu settings:
* altSendsEscape (private mode 1039)
* keepSelection (private mode 1040)
* selectToClipboard (private mode 1041)
* bellIsUrgent (private mode 1042)
* popOnBell (private mode 1043)
* add resource formatOtherKeys to provide an alternate escape sequence
format for the modifyOtherKeys resource (request by Paul LeoNerd
Evans).
* adjust saved-cursor position if the window is resized while
displaying the alternate screen (Novell #196880, Debian #383384).
* improve pointer-checks to fix a bug exposed by resizing during
initialization under StumpWM window manager (Fedora Bugzilla #437928).
* modify unselectwindow() to ensure that the mouse pointer is not
hidden after xterm loses focus (report by Jeremy Huddleston).
* add special check for fd_mask on Mac OS X (report by Jeremy
Huddleston).
* add dylib to autoconf's suffix list used for checking the result
from xmkmf, to work with Mac OS X (report by Jeremy Huddleston).
* correct initialization of bold- and wide-, wide-bold fonts which may
be set via the utf8Fonts subresource (Debian #347790).
Patch #234 - 2008/03/02
* modify sinstall.sh to use POSIX locale to bypass GNU ls changes to
date-format.
* improved/refined changes for closing bitmap font (patch by Andrea
Odetti).
* improve resize computation for situations where the negotiation
fails, by invoking the xterm widget's core-class resize method
(Debian #365602, patch by Jim Paris).
* restore initialization of terminal's VMIN and VTIME settings, from
patch #232 changes (patch by Matthieu Herrb).
Patch #233 - 2008/02/24
* add configure check for ttydefaults.h, include if needed, e.g., for
systems where defining _POSIX_C_SOURCE, etc., prevents it from being
included via termios.h (prompted by comments by Robert Delius Royar
and Jeremy Huddleston).
* patches from Alan Coopersmith. These correspond to bug-ids on
bugs.opensolaris.org
4029911
fix a typo in manpage
4045962
xterm doesn't properly set ut_syslen
4192572
left-left-right misinterpreted as triple click
* minor optimization to tab-initialization (patch by Nemeth Marton).
* fix a case where an incorrect font was freed during initialization
from patch #232 changes (patch by Andrea Odetti).
* improve comparison used in SameFont function for GC-caching (Julien
Cristau).
* correct macro name used for default CKILL definition to work with
Mac OS X (report by Jeremy Huddleston).
Patch #232 - 2008/01/30
* corrected logic in a font-cache used for reverse-video (Debian
#404079).
* add control sequence to alter pointerMode at runtime.
* add limit-checks for rectangle operation parameters (report by
Martin Pirker).
* modify minstall.sh to suppress $MANPAGER and $PAGER environment
variables, which may interfere with redirecting output of man to a
shell variable (report/patch by Zdenek Sekera).
* do not try to hide mouse pointer in the tek4014 window, fixes broken
"-t" option at startup from patch #230 changes (report by Robert K.
Nelson).
* correct datatype used when drawing tek4014 data using xterm compiled
for wide-characters, on big-endian machines (reports by Jeremy
Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart).
* modify to cache the font-names along with the bitmap font data, to
improve comparison of fonts.
* modify to allow building with configure options --disable-ansi-color
and --disable-leaks (Debian #459817, report/patch by Nemeth Marton).
* modify to allow building with configure options --enable-wide-chars
and --disable-c1-print (Debian #459816, report/patch by Nemeth
Marton).
* add pointerMode resource to control whether and when the pointer
cursor is hidden as the user types.
* simplify initialization of ttyMode- and related characters using a
table.
* modify initialization-logic for stty values that correspond to
ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt
flush, werase, lnext). These were reset to constants for both
termios and legacy interfaces immediately after asking the system
for the existing values since X11R6.1, rather than using them to
provide inherited values. While the legacy interface has some
constraints, e.g., on HPUX, the POSIX or termios interface should
not. Your shell may reset these anyway (prompted by patch by Ed
Schouten).
* improve logic for hiding/displaying pointer-cursor (report by Mark
Brukhartz).
* add limit-checks to tabs.c, increase maximum column for setting
tab-stops from 320 to 1024 (report by Nemeth Marton).
* correct length, i.e., number of types of selection targets, computed
by ConvertSelection() when not handling wide characters for the
XA_TARGETS() case. This leaves an extra Atom on the end of the list
which is not handled by Java applications. The problem was introduced
in patch #151 (report by David Wood).
Overview of changes in Gtk2 1.182
=================================
* Correct memory management in Gtk2::ScaleButton::new() and set_icons().
* Fix many build and test suite issues, especially on MSWin32 and cygwin.
Overview of changes in Gtk2 1.181
=================================
* Fix a test failure.
* Fix a Makefile.PL problem encountered by CPAN testers.
Overview of changes in Gtk2 1.180
=================================
Since 1.16x (the previous stable series)
----------------------------------------
* Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
* Correct the way we check values for definedness.
* Allow Perl code to implement GtkCellLayoutIface.
* Allow Perl code to implement GtkBuildableIface.
* Add accessors for Gtk2::Assistant's buttons.
* Add Gtk2::Container::forall, Gtk2::Pango::Layout::set_height,
Gtk2::Pango::Layout::get_height, Gtk2::Pango::LayoutIter_get_layout,
Gtk2::Pango::Renderer::get_layout, and
Gtk2::Pango::Renderer::get_layout_line.
* Improve documentation.
* Fix many leaks and other memory handling issues.
Since 1.173
-----------
* Fix test failures.
Overview of changes in Gtk2 1.173
=================================
* Fix memory handling bugs in Gtk2::Gdk::Region::get_clipbox and
Gtk2::StatusIcon::get_geometry.
* Make Gtk2::Gdk::Pixbuf::new_from_xpm_data handle incomplete XPM data
gracefully.
* Wrap new API:
- pango_layout_set_height, pango_layout_get_height
- pango_layout_iter_get_layout
- pango_renderer_get_layout, pango_renderer_get_layout_line
* Improve documentation in many places.
* Fix some test failures.
Overview of changes in Gtk2 1.172
=================================
* Improve the documentation significantly in many places.
* Allow Perl code to implement GtkCellLayoutIface.
* Allow Perl code to implement GtkBuildableIface.
* Make Gtk2::CellLayout::set_attributes() properly clear all previous
attributes.
* Add accessors for Gtk2::Assistant's cancel, forward, back, apply, close, and
last buttons.
* Add Gtk2::Container::forall.
* Fix build and test suite issues.
Overview of changes in Gtk2 1.171
=================================
* Avoid syntax that was causing perl errors in Gtk2::Builder::_do_connect on
some platforms.
* Add bindings for GtkIMContext, GtkIMContextSimple, and GtkIMMulticontext.
* Improve the documentation in various places.
* Make Gtk2::Gdk::Color::new take an optional pixel value.
* Correct the way we check values for definedness: use Glib's
gperl_sv_defined(), an XS version of perl's defined(). Among other things,
this should fix the problems where tied values were reported as undefined.
* Plug memory leaks.
Overview of changes in Gtk2 1.170
=================================
* Make our build output prettier.
* Publicize our Makefile.PL-time requirements through META.yml's
configure_requires.
* Fix leak in Gtk2::Pango::Layout::get_iter.
* Fix a few test failures.
Alan Coopersmith:
Add hooks to check code with sparse/lint/etc.
Version bump: 1.1.3
Daniel Drake:
Bug #11084: libXScrnSaver COPYING file
James Cloos:
Add *~ to .gitignore to skip patch/emacs droppings
Add missing PHONY line for automatic ChangeLog generation
Matthieu Herrb:
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade:
libXScrnSaver ansification.
Alan Coopersmith:
Version bump: 1.0.5
Daniel Drake:
Bug #11094: libxkbfile COPYING file
James Cloos:
Replace static ChangeLog with dist-hook to generate from git log
Adam Jackson (2):
Bug #14029: Don't LockDisplay() recursively.
libX11 1.1.4
Alan Coopersmith (6):
X.Org Bug #4312: incorrect comment asterisk in XAnyEvent.3x man
page
XErrorDB updates for Render 0.9 & XFixes 4.0
Add WM_LOCALE_NAME to list of properties set in XSetWMProperties
comment
Spell out number in XkbGetKeyVirtualModMap man page to avoid cpp
errors from #
Add support for building lint library with --enable-lint-library
Man page typo fixes
Anton Zinoviev (1):
Additions to the Compose file for UTF-8
Daniel Stone (1):
Colours: Fix --disable-xcms
Eric Anholt (2):
Add XF86 keyboard/monitor brightness keysyms to the keysymbdb.
Bug #2081: Note the range limitation of XSetScreenSaver arguments.
Eric S. Raymond (9):
Bug #9516: Markup error in XAllocWMHints.3x
Bug 9523: Markup problems in XQueryExtension.3x
Bug #9650: Bad markup in XLoadFont.3x manual page
Bug #9651: Bad markup in XcmsColor.3x
Bug #9652: Bad markup in XDrawArc.3x
Bug #9653: Bad markup in XQueryColor.3x
Bug #9654: Bad markup in XrmGetFileDatabase.3x
Bug #9655: Bad markup in XrmUniqueQuark.3x
Bug #9658: Bad markup on XIfEvent.3x
Ian Romanick (1):
Make sure nls/am_ET.UTF-8/Makefile is created by configure.
James Cloos (12):
Fix SMP Compose targets
Add some compose sequences
Compose fix for Latin-1 (from Debian)
Add additional Euro signs to compose
Patch for Catalan locales
Add compose file for Ethiopic to match new keyboard in
xkeyboard-config
Fix typo
Use the new dead_psili and dead_dasia keysyms added to
proto/x11proto 7.0.11
Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
Update the currency symbols block of en_US.UTF-8/Compose.pre
Add <dead_stroke> compose sequences
add a comment to en_US.UTF-8/Compose
Jamey Sharp (1):
Two threads can request sequence sync and XID fetch
simultaneously.
Jeremy C. Reed (1):
Fix a mutex reference-counting bug.
Jeremy Huddleston (3):
Define __DARWIN__ when host_os =3D=3D darwin* as needed in SetLocale.=
c
Use __APPLE__ instead of __DARWIN__
Added launchd support.
Kim Woelders (1):
Fix bs_BA entries in locale.dir.pre
Kristian H=C3=B8gsberg (1):
Add GLX 1.4 requests and errors.
Samuel Thibault (1):
X.Org Bug #12983: Typos in ./man/XChangeKeyboardControl.man
S=C3=B8ren Sandmann Pedersen (1):
XIM: Fix a hand when switching input context.
Yann Droneaud (1):
XIM: Properly initialise client event
Adam Jackson (2):
Bug #13660: XineramaQueryScreens() always modifies the 'number' outparameter.
libXinerama 1.0.3
Brice Goglin (1):
Fix typo in Xinerama.man
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Ademar de Souza Reis Jr:
convert manpages prototypes to C ANSI format
get rid of ancient XFree86 CVS Id tags
Alan Coopersmith:
Version bump: 1.0.4
Matthieu Herrb:
nuke RCS Ids
Adam Jackson (2):
Bug #7645: Fix a conditional that always evaluates to FALSE.
xkbcomp 1.0.4
Alan Coopersmith (1):
Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am
Daniel Drake (1):
Bug #11025: xkbcomp COPYING file
James Cloos (3):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Matthieu Herrb (2):
Also mark xkbparse.h as a generated file.
Revert "Also mark xkbparse.h as a generated file."
Tilman Sauerbeck (3):
Fixed an invalid memory access.
Fixed a bunch of const correctness bugs.
Ignore *.o and ylwrap.
Adam Jackson (1):
xinit 1.0.8
David Nusinow (1):
Unbreak installs on non-launchd systems
James Cloos (1):
Add missing PHONY line for automatic ChangeLog generation
Jeremy Huddleston (19):
Added some support for Xquartz on OS-X.
Added Apple launchd support
Changed x11-exec to actually start X11.app. X11.app will be responsible for calling xinit.
OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon
Added support for OS-X preferences to disable tcp/ip connections and xauth
OS-X: Made defaults test more robust
OS-X: Need to use bash --login to setup the environment from launchd.
XQuartz doesn't need the -launchd command line argument anymore.
OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching.
OS-X: Add bindir to $PATH in startx if it's not there
OS-X: Fixed typo
OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally fixed font scaling issues (trac #52)
Apple: use -nocpp arg to xrdb if cpp is not installed
Apple: Cleaned up font path setting and added font caching to xinitrc
Apple: Support spaces in $HOME for font path, and remove duplicate entry
Added org.x.X11.plist.cpp to EXTRA_DIST
Apple: font caching and defaults
Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files
Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx
Matthieu Herrb (1):
Use /dev/arandom instead of /dev/urandom to generate the cookie
root (1):
Define APPLE for the rest of us
Adam Jackson (1):
xev 1.0.3
James Cloos (4):
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Add missing PHONY line for automatic ChangeLog generation
Noah Levitt (1):
Handle WM_DELETE_WINDOW
Adam Jackson (1):
xset 1.0.4
Alan Coopersmith (3):
Make code formatting consistent
Convert function declarations from K&R to ANSI C
Delete duplicated #include statements
James Cloos (1):
Add *~ to .gitignore to skip patch/emacs droppings
gsr.bugs (1):
Manpage: Add mention of mouse acceleration with zero threshold
changes:
-some fixes to the clock applet
-forward compatibility for gnome-2.24
pkgsrc change: re-applied the old pkgsrc fix for gnome bug #372155
(Calendar opens Evolution on the wrong day), because the fix which
was applied upstream is incorrect
sysutils/gnome-settings-daemon, as reported by dieter roelants per
PR pkg/38441
changes:
-Processing "vendor" elements, bugfix
-Updated translation scheme, based on xkeyboard-config 1.2
-Got rid of the fallback xml file (some code cleanup).
Fixed a couple of bugs (one crasher)
Alan Coopersmith (1):
renamed: .cvsignore -> .gitignore
Eamon Walsh (2):
Updates to printproto as part of devPrivates rework.
Update package version number for devPrivates rework.
Egbert Eich (1):
23. Merged with XFree86 4.4.0. Added changes that went into infected files.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Kaleb Keithley (1):
merge XFree86 4.3.0.1 to -CURRENT
Adam Jackson (1):
xauth 1.0.3
Daniel Drake (1):
Bug #10971: xauth COPYING file
Jeremy Huddleston (2):
Added support for launchd socket
get_address_info: don't allow duplicate entries to be returned in the list
changes:
-Use GDK functions to get proper screen resolution
-Move default Welcome/RemoteWelcome strings from gdm.h to
gdm-daemon-config-keys.h so it isn't defined twice
-Translation updates
(Why does that work on NetBSD though without this change?)
Also for configure needs gettext headers (so build only/no dependency).
Noticed on DragonFly.
- Added support for RV620, RV635, and R680.
- Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA.
- Added support for DDIA block (second digital output) on RS690.
- Added support for interlaced modes
- Added additional layers for splitting outputs into encoders and
transmitters as needed for new hardware.
- Added support for DragonFly BSD.
- Improved RandR corner cases.
- Improved handling of secondary cards.
- Implemented foundation work for future TV support.
- Huge number of bugfixes and minor updates.
* UIManager: add_ui_from_string():
Fix a problem with use of non-ASCII text in UI markup.
* TreeModel::Path (TreePath):
TreePath(In pbegin, In pend) constructor:
Initialize gobject_ to avoid a crash.
Changes 2.12.6:
* Container: Avoid a useless warning about remove() with custom containers.
* Build: Fixed a warning from g++ 4.3.
* Documentation: Correct the debian/Ubuntu package name.
Requestd by PR 38314.
XSel is a command-line program for getting and setting the contents of the
X selection. Normally this is only accessible by manually highlighting
information and pasting it with the middle mouse button.
reported upstream).
Update to newest upstream version.
0.7.6 news
- fix bug with sticky mode under Openbox
- fix bug with dissappearing window under WindowMaker (sf.net bug #1858069)
- fix layout bug which prevented tray to shrink properly
- fix resizing bug when grow gravity seemed to be ignored
- fix regression: KDE icons are collected at startup again
- fix focus model so that it (more-or-less) matches ICCM
0.7.5 news
- fix silly bug with window states (sticky works now)
- code cleanup in xembed implementation
0.7.4 news
- fix sample rc file (Debian bug #446899)
- fix fallback support mode for KDE icons (now KDE icons
work in Xmonad)
- detect if stalonetrays` window is no longer toplevel
and do not try to fix geometry (fixes excessive CPU
usage as reported in Debian bug #444748)
0.7.3 news
- fix freedesktop.org icons support on amd64 (Debian bug #445056)
0.7.2 news
- fix typo in parameter name for maximal tray height (Debian bug #444717)
0.7.1 news:
- fix crash on invalid rc file (Debian bug #443543)
- fix occasional KDE icons dissapearance (sf.net bug #1676375)
0.7 release highlights:
- tinting and fuzzy edges
- layout improvements
- XEMBED imlementation fixes
- massive code cleanup
changes:
-added, updated and improved hacks
-bugfixes
-Reworked PAM code to support fingerprint readers, etc.
-Minor tweaks for compilation on MacOS 10.5.0
It main chagnes are security fix of WEBrick library.
Mon Mar 3 23:34:13 2008 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/httpservlet/filehandler.rb: should normalize path
separators in path_info to prevent directory traversal attacks
on DOSISH platforms.
reported by Digital Security Research Group [DSECRG-08-026].
* lib/webrick/httpservlet/filehandler.rb: pathnames which have
not to be published should be checked case-insensitively.
Mon Dec 3 08:13:52 2007 Kouhei Sutou <kou@cozmixng.org>
* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,
test/rss/test_image.rb, test/rss/rss-testcase.rb: ensured
declaring XML namespaces.
(also add DESTDIR support)
Version 0.10 (Peter Astrand)
The performance has been greatly enhanced, especially over
slow networks. Two helper scripts, xclip-copyfile and
xclip-pastefile, has been added. Taken together, xclip can now
be used as an alternative to sftp/scp, thus avoiding password
prompt when X11 forwarding has already been setup.
Autoconf is now used instead of Imake.
The maintainer and web site address has been updated.
All Debian patches have been applied.
Version 0.09: (Baruch Even)
Changed dir to / when staying running so that the current directory can
be umounted if necessary.
Adam Jackson (1):
inputproto 1.4.3
Eamon Walsh (1):
XI.h needs X.h for CARD32 on 64-bit systems.
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Jesse Barnes (1):
Use Xmd.h instead of X.h to pull in CARD32 definition
Adam Jackson (1):
libXfont 1.3.2
Jens Granseuer (1):
fix build with gcc 2.95.
Matthieu Herrb (3):
catalogue.c: prevent a one character overflow
ftsystem.c is not needed anymore.
Fix for CVE-2008-0006 - PCF Font parser buffer overflow.
Tilman Sauerbeck (1):
Replaced one instance of bcopy() with memcpy().
Aaron Plattner (5):
G80: Fix connector mapping and TMDS initialization on certain GPUs.
GeForce 9600 GT.
More new chip names.
Add xf86gtf.c to the compat file list.
Bump to 2.1.8.
Søren Sandmann Pedersen (1):
Bug #14484: Fix G80SorSetProperty return value.
Adam Jackson (1):
x11proto 7.0.12
Alan Coopersmith (1):
Make Xalloca.h work with Sun C++ compiler
Ben Byer (1):
fd_mask needs to be defined on OS X, too
Daniel Stone (1):
Check headers before testing for fds_bits access method (bug #8442)
Jeremy Huddleston (2):
Changed __DARWIN__ to __APPLE__
Fixed #ifdef checks that were using i386 to use __i386__
(Some minor fixes from me)
Xbacklight is used to adjust the backlight brightness where supported.
It finds all outputs on the X server supporting backlight brightness
control and changes them all in the same way.
This is from the modular X.org X11 project.
Because this is X.org, give Joerg maintainership. Give away if you wish.
In lablgtk-2.10.1:
2008.02.26 [Jacques]
* fix wrong type in GContainer.mli (could not compile with 3.10.2)
2007.12.01 [Jacques]
* revert to setting LC_NUMERIC to C (ocaml still uses strtod)
2007.11.28 [Jacques]
* Fix Val_GType/GType_val (use Val_addr/Addr_val)
2007.10.09 [Benjamin]
* add ui_manager#as_ui_manager
2007.09.27 [Jacques]
* Fix examples.
Aaron Plattner (9):
GeForce 8800 GT.
G80: Reduce load detection false positives.
Bug #7309: Delay after disabling cursor to avoid wedging the cursor
hardware on GeForce 6150.
G80Create{Dac,Sor} return pointers, not Bools.
New chips.
Fix more load detection false positives.
Update know card list date and add G92 to the manpage.
Fix warning.
Bump to 2.1.7.
Alan Coopersmith (1):
xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency!
Giuseppe Bilotta (2):
Add macros to retrieve the subsystem vendor/device
Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go
Ian Romanick (1):
Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
The xinput utility configures and tests XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it.
snapshots. This was mostly done to fold the patches into
a new distfile, but a NULL pointer dereference and the EXTEND_PAD
macro were fixed also (see git history).
Bump rev.
* Documentation:
- Show stock icon images in the API reference again.
- Show some pictures of widgets in the API reference.
* Build:
- Fix header inclusion and use using directive for C functions to
fix build on gcc-4.3 (pre-releases) and Solaris.
- Install and find all needed files for gtkmm-demo, and correct the
executable name.