mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Further enhancements on X selection interaction.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8d30770bb
commit
53368abdeb
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2003-09-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Tools/xpbs.m
|
||||
Made all calls to XGetAtomName() free their memory later on.
|
||||
Removed function osTypeToX(). Extracted method
|
||||
[getSelectionData:type:] from [xSelectionNotify:].
|
||||
[xSelectionNotify:] now supports incremental data transfer and is
|
||||
save against failing string conversions. Complete rewrite of
|
||||
[xProvideSelection:] to better follow the ICCCM
|
||||
specification. This now implements TIMESTAMP, MULTIPLE and
|
||||
COMPOUND_TEXT (all untested!)
|
||||
|
||||
2003-08-31 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Tools/gpbs.m (init): Close file descriptors so gpbs can be a proper
|
||||
|
|
Loading…
Reference in a new issue