Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* The random scrolling problem on selecting folders with GTK+ 2.12 or later
was fixed.
* The problem that config files are not updated after creating new accounts
was fixed.
* The problem that folder config file was not updated after changing IMAP
or News account name was fixed.
* Several typos in some dialogs were fixed.
* The Japanese manual was updated.
|
|
|
|
1.7.0:
config: remove the xorg-macros pc.in file from EXTRA_DIST
doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools
1.6.0:
All document generation macros are now available.
1.5.0:
There are 3 new macros to help modules manage if/when docs get build in
a consistent way.
1.4.2:
Two behaviour changes in this minor release:
- XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/
instead of $docdir
- XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without
an explicit --{en,dis}able-malloc0returnsnull
|
|
libpciaccess, fixesproto, inputproto, xextproto, xineramaproto,
libXfixes, libXtst, libXinerama, libXi, libXext and recordproto.
|
|
Bump revision.
|
|
|
|
of xextproto -> libXext header rototil.
|
|
Following the xextproto cleanup, the client-side header files previouly in
xextproto have now moved to libXext.
|
|
Most notable change is that this brings XI2 support, matching
changes noted in the inputproto-2.0 update.
|
|
1.1:
Just one more change, the requirement of xorg-macros 1.3.
1.0.99.1:
Most notable change the addition of Xinerama.h and panoramiXext.h.
Both files were previously part of xineramaproto and were moved here.
Requires xineramaproto 1.1.99.1 or higher.
|
|
1.1.0:
Just two changes, increasing the requires for libXext to what it really is
and the usual xorg-macros change.
1.0.99.2:
Xlib headers from the recordproto module have moved to here.
The new requirement is thus recordproto 1.13.99.2
No other interesting changes.
1.0.99.1:
The first libXtst release for nearly two years and boy, aren't we glad it's
here. 1.0.99.1 contains various build system fixes and a new header file
that previouly resided in the xextproto module.
This version requires xextproto 7.0.99.3 or later to avoid conflicts with
header files.
|
|
4.0.4:
Add README with pointers to mailing list, bugzilla & git repos
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: Correct make distcheck and gcc/sparse warnings.
Rename parameters to clarify QueryVersion/QueryExtension.
|
|
"No protocol changes, packaging changes only.
Note that the Xlib headers were removed since the last release. They are
now in libXinerama."
|
|
"Many headers included in xextproto were combined library, server and
protocol headers. This release splits those headers up and moves the
client-side library headers into the libXext module.
Clients should not be affected by this change.
Drivers that included headers from this module will need to be fixed."
"Note that as a result of this file removal and renaming, xextproto is only
partially compatible to other, already released modules. An upgrade of
xextproto from 7.0.x to 7.1.0 also requires upgrades of libXext, libXtst,
the X server and possible others."
xxx tnn note: I've added a compat shmstr.h to help old software,
such as xorg-server 1.6 to build. More fixes coming.
|
|
Recordproto has seen a similar cleanup as xextproto recently. Xlib headers
have been removed and the remaining headers renamed for consistency.
A stub recordstr.h is provided to avoid breakage in current clients,
the Xlib header now resides in libXtst.
|
|
"The first stable release of the X Input Extension Version 2.0 protocol
specification and header files."
XI2 provides a number of enhancements over version 1.5, including:
- use of XGE and GenericEvents. GenericEvents are of flexible length with a
minimum length of 32 bytes.
- explicit device hierarchy of master and slave devices. See Section 4.
- use of multiple independent master devices (Multi-Poiner X or MPX).
- the ability for devices to change capabilities at runtime.
- raw device events
|
|
|
|
This module manages attributes that can be attached to subroutine and
variable declarations. Although it can be used directly, it is mainly
intended to be infrastructure for modules that supply particular attribute
semantics.
Meanings are assigned to attributes by code which is usually supplied by
modules and which runs at compile time. The built-in mechanism for attribute
control is awkward to use, difficult in particular to enable multiple
attributes supplied by different modules, and it scopes attribute meanings
according to the package of the object to which attributes are being
applied. This module is intended to overcome these limitations.
This module supplies a simple pragma to declare an attribute, associating
the attribute's name with a handler function that implements its semantics.
The declaration is lexically scoped, lasting only until the end of the
enclosing block. A declaration can be overridden, giving an attribute name
a different meaning or making it meaningless, in an inner nested block.
|
|
|
|
4.1.1:
New requirement: xorg-macros 1.3
Add README with pointers to mailing lists, bugzilla, & git
Hide/ShowCursor works on all master pointers in XI2.
Document behaviour of CursorNotifies with XI2 servers.
Require macros 1.3 for XORG_DEFAULT_OPTIONS
Remove RCS tags
4.1:
renamed: .cvsignore -> .gitignore
Update XFixes protocol spec to match XFixes 4.0
Typo fixes in XFixes protocol spec
Move fixes protocol description to the new canonical location/name.
fixesproto: adjust to split xext headers
ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'
Janitor: Correct make distcheck and dont distribute autogen.sh
|
|
|
|
There is a bug in Perl's handling of the %^H (lexical hints) variable that
causes lexical state in one file to leak into another that is required/used
from it. This bug will probably be fixed in Perl 5.10.2, and is definitely
fixed in Perl 5.11.0, but in any earlier version it is necessary to work
around it. On versions of Perl that require a fix, this module globally
changes the behaviour of require and use so that they no longer exhibit the
bug. This is the most convenient kind of workaround, and is meant to be
invoked by modules that make use of lexical state.
The workaround supplied by this module takes effect the first time its
import method is called. Typically this will be done by means of a use
statement. This should be done before putting anything into %^H that would
have a problem with leakage; usually it suffices to do this when loading
the module that supplies the mechanism to set up the vulnerable lexical
state. Invoking this module multiple times, from multiple lexical-related
modules, is not a problem: the workaround is only applied once, and applies
to everything.
|
|
|
|
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in C++).
There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as Params::Validate.
|
|
|
|
Synced the netbsd support patch from xsrc HEAD, with a minor tweak:
Now we first try to map memory in the newfangled /dev/pciN way.
If that fails, then we fall back to /dev/mem.
We need to do this to deal with netbsd-5 and earlier.
Add NetBSD/sparc64 to the list of supported platforms.
Upstream changes:
0.11.0:
Add pci_device_get_parent_bridge()
I/O port access routines
Fix pci_device_open_io() to actually return something useful
Fix I/O handle array allocator to work for devices past the first
libpciaccess 0.11.0
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
0.10.9:
vgaarb: check pci_sys exists before initing vga arb
shutup stupid gcc warning, strtok_r ignores the first parameter
Free return value from scandir instead of leaking it.
vgaarb: check for fd before close it
vgaarb: fix newbie typo
|
|
|
|
DBD::DB2 is a Perl5 module which when used in conjunction with DBI allows
Perl5 to communicate with IBM's DB2 Universal Database.
|
|
|
|
|
|
* apply CVE-2009-3376 patch (patch-aj).
* drop dependency on libltdl, not used
Bump PKGREVISION.
|
|
|
|
* Changes in the m17n-contrib 1.1.11
** New input method:
ii-phonetic.mim (Yi)
si-sumihiri.mim (Sinhala)
yi-yivo.mim (Yiddish)
ath-phonetic.mim (Eastern Cree/Carrier)
bla-phonetic.mim (Eastern Cree/Blackfoot)
cr-western.mim (Western Cree dialects)
iu-phonetic.mim (Inuktitut)
nsk-phonetic.mim (Eastern Cree/Naskapi)
oj-phonetic.mim (Ojibwe)
|
|
|
|
2010-03-30 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0.
2010-03-19 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0pre.
2010-02-18 Kenichi Handa <handa@m17n.org>
* configure.ac (M17N_BINARY_VERSION): New variable.
(M17N_MODULE_DIR): New variable. AC_SUBST it.
2009-11-05 Kenichi Handa <handa@m17n.org>
* configure.ac: Check if the OTF library has OTF_drive_gpos2 ().
2009-10-05 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0.
(API_VERSION): Changed to 4.0.4.
|
|
|
|
* Changes in the m17n database 1.6.0
** An input method is deleted.
si-wijesekera-preedit.mim
** New FLT files are added.
FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt,
FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt,
FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt,
FLT/MYMR-SIL.flt
|
|
|
|
* Changes in libotf 0.9.11
** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log
works like OTF_drive_gsub and OTF_drive_gpos but also records which
features are applied to which glyphs.
** New function OTF_put_data and OTF_get_data can be used to store and
retrieve arbitrary cliend data to/from the structure OTF.
|
|
|
|
Overview of changes between 1.0.0 and 1.0.2
===========================================
* Fix an import error of the PyCairo C API [Bastian]
* Use the GClosure variants for the Alpha API [Emmanuele]
* Update the examples [Bastian, Emmanuele]
* Allow iterating over the actors references by clutter.Behaviour instances
using the Python iteration syntax [Emmanuele]
* Override __str__ and __repr__ slots for clutter.Path [Emmanuele]
* Add back clutter.Actor.get_allocation_geometry() which was erroneously
removed from the bindings [Emmanuele]
* Update the build so that PyClutter works with Clutter 1.2 [Bastian]
* Add support for the X11 and GLX specific API, under the clutter.x11 and
clutter.glx sub-modules, respectively [Bastian]
* Add more (optional) parameters to the clutter.Animation constructor [Bastian]
* Add __str__ and __repr__ slots for many boxed types [Bastian]
* Add richcompare slot for clutter.Color, clutter.Path and
clutter.ActorBox [Bastian]
* Allow iterating over a clutter.Path [Bastian]
* Allow implementing a clutter.ChildMeta in pure Python [Bastian]
* Bind clutter.Units [Bastian]
* Allow implementing clutter.Scriptable in pure Python [Bastian]
* Use a custom codegen script to fix bug #1827 and allow overriding the
Python name of a C method [Bastian]
* Add docstrings for all methods [Bastian]
|
|
|
|
Clutter 1.2.4 (22/03/2010)
===============================================================================
• List of changes since Clutter 1.2.2
» Revert patch for bug 2017 which broke subclassing ClutterListModel
» Add more error reporting in case the GLX context creation failed
» Fix cogl_texture_get_data() returning garbage
» Fix the computation of the stage bounding rectangle when submitting
clipped redraw requests
» Switch texture units before setting the Cogl texture filters
» Make sure that GLX_SGI_swap_control is set up correctly
Many thanks to:
Owen W. Taylor
Adel Gadllah
Clutter 1.2.2 (15/03/2010)
===============================================================================
• List of changes since Clutter 1.2.0
» Fix introspection annotations for ClutterBox
» Compilation fixes for the EGL native backend
» Fix ClutterX11TexturePixmap ::queue-damage-redraw default handler
registration to avoid a run-time warning
» Handle TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add
a test case for that extension to avoid regressions
» Improve the strictness of the JSON parser in the internal copy
of JSON-GLib to which we fall back in the absence of the system
one
» Fix a crasher on NVidia drivers when enabling the ARGB visuals
by default on GLX.
Many thanks to:
José Dapena Paz
Neil Roberts
Owen W. Taylor
Øyvind Kolås
|
|
|
|
Overview of changes for 0.10.4
==============================
• Improve the strictness of the JsonParser code by refactoring a large
chunk of it
• Fix JsonGenerator when dumping nodes with a floating point value
• Add negative conformance test cases
|
|
|
|
|
|
|
|
Ming/Ruby 0.2.1 - 2008-09-28
* works with Ming 0.4.rc2
------------------------------ Ming 0.4.rc2
Ming/Ruby 0.2.0 - 2008-07-08
* works with Ming 0.4rc1
------------------------------ Ming 0.4.rc1
Ming/Ruby 0.1.9 - 2008-01-01
* works with Ming 0.4beta5
------------------------------ Ming 0.4beta5
|