summaryrefslogtreecommitdiff
path: root/app/xclipboard/ChangeLog
blob: 2e6cb386bc97b7cb53d4c1d6be000bb6e14949b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
commit 96d1fe9241f6b68d52c9b3020dd926319d830558
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 14 22:37:17 2009 -0700

    xclipboard 1.1.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit f16c6dd23a132d037e513cd378b2a0e0417ebb8c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 13 19:58:31 2009 -0700

    Enable #ifdef XKB code to call XkbStdBell() if libxkbfile is found
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 42432a7776c0cc94c6ec5360c1ab74f484328167
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 13 19:51:11 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 458673cf5192f800621bcd2b371eb55be9b5ba50
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:21 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 7d5f24fd8182ac6650d4080f74237c8f3773acb4
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 12 20:27:18 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    make distcheck and most gcc 4.3 and sparse warnings.

commit e66bb8c9fb0678cb1086320f931d805491b747f7
Author: James Cloos <cloos@jhcloos.com>
Date:   Wed Aug 20 10:32:49 2008 -0400

    xaw8 is gone, use xaw7

commit 9f85f47d7cf25fba98207cc8c0a64b2bfc494c14
Author: Stanislav Maslovski <stanislav.maslovski@gmail.com>
Date:   Wed Jul 16 14:35:49 2008 -0400

    Fix UTF-8 support.
    
      * use XA_UTF8_STRING defined in <X11/Xmu/Atoms.h>.
      * add "*international: true" to fallback resources like xedit does.
      * get rid of a separate InsertClipboardUtf8() and rewrite InsertClipboard()
        to support proper conversion from UTF-8 with fallbacks to CTEXT or STRING
        in case of errors.
      * add COMPOUND_TEXT to the list of supported targets and unify
        the conversion code for UTF-8, CTEXT and STRING in ConvertSelection().
        Use a proper default for target TEXT.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit f7f9265623762bfa06cec5273de11d2ec55d4917
Author: Stanislav Maslovski <stanislav.maslovski@gmail.com>
Date:   Fri Jul 11 09:37:45 2008 -0400

    Add UTF-8 support.
    
    While reading manuals on X selections, xt and xaw I have
    added support of UTF-8 to xclipboard.
    
    As is seen from the patch I use “UTF8_STRING” atom
    in the negotiation of the selection type. There are
    other possibilities and it seems that there is no
    real standard on this, right? I have checked that
    UTF8_STRING works with both GTK+ and QT apps.
    
    In addition to the patch to enable correct display
    of international texts in xaw widgets one has to define
    
    *international: true
    
    in one’s XRM.
    
    And enough rich set of bitmap fonts must be also installed.
    
    From bug 16671.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit aecddb8eae77fd36acdca88bb7080b875274d47c
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri May 16 14:17:52 2008 +0200

    $(builddir) is the current directory
    
    Apparently automake doesn't always export the builddir variable.
    This fixes my previous commit.

commit 0013b5aa18798da38e7eb64b8bbb96f16268a474
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Apr 20 19:12:08 2008 +0200

    Fix build with builddir != srcdir

commit 4cd445822a3cc48cde7102cecacc54f6daabe25b
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Apr 20 19:05:17 2008 +0200

    Use AM_CFLAGS instead of {xclipboard,xcutsel}_CFLAGS and remove AM_PROG_CC_C_O

commit 6422151ddd39e50621df2ec4d5c9b52a189b378b
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:25:18 2008 -0700

    Added missing AM_PROG_CC_C_O

commit 43c7eeef9be867511c2c4ee82aa05ffc925efa65
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:07:36 2008 -0700

    Build fix for file systems that are not case sensitive

commit 22d6a8b72a1e52c7554e50fd250519d5a79e2816
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:10 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit 8587904b2dd914fa0a52f1246cd09b50a252054d
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:16 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit c543ac48d51df1f3fc7a85daf962d632cf5be07d
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:40 2007 -0400

    Rename .cvsignore to .gitignore

commit 9d2fff958be21935020a443b3fb56bd2d41cd789
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:48 2005 +0000

    Update package version for X11R7 release.

commit 63db9d62f56a1429bdc6865337cea064e1c3e55c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:42 2005 +0000

    Stub COPYING files

commit 3c1e6ab769aaf446951641b560d31f45870c3520
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:05 2005 +0000

    Update package version number for final X11R7 release candidate.

commit d1c1ebd46e0931bbffb10f3d8d06b18fc1233910
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 7 16:17:58 2005 +0000

    Change to use the app-defaults default dir configured in libXt.

commit 0481b59715f074a1c105afee876cd62960e124a1
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:19 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 1a7a14e9b097a3fae172d25fa654af72929b7890
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:18 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 21a312bea06be1dda2d64076a87d6ad1324e01d9
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:40 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 0245cfa0e04fd73aae23db52f7c424d5c07644f6
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:58 2005 +0000

    Another pass at .cvsignores for apps.

commit 75a9ef36c20f318b8da281febf584ce15c10ef35
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:51 2005 +0000

    Add/improve .cvsignore files for apps.

commit bbb7e9adb403e7896af68944941ca9229b4bfa3e
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:52 2005 +0000

    Update package version number for RC1 release.

commit 1f5bb8da77add50c72b721d8d63e25d25f99b19e
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:32:54 2005 +0000

    Change default install dir for app-default files from
        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
        the monolith & allow localization

commit 8b5c18ad03870baac75724ee8e674511548ca25d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:21 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 19e2998cd3c424c25aa3780f12da517453428f83
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:43 2005 +0000

    Use sed to fill in variables in man page

commit c440a0452b998073b2dec8bf8278eca8136675be
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:29 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 5578b4284a0dcfea32cea8dae3992fe509249f84
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:31 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit ed3b3927eccbcf03debd34572285176074bec03b
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 15:44:01 2005 +0000

    Replace more GNU make-ism's with more portable macros

commit 9caece10b7a09796331f5e6c02696bfb212b2e11
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:51 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit fdc0992af4020cb5230a64058281b6e5aed0d3a1
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 17 20:11:02 2005 +0000

    fix rules to work with non-GNU make and outside of $srcdir

commit e0a326f3bd7889da2352a1e534871a64b693545a
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 6 17:30:20 2005 +0000

    Build system for xclipboard and xcutsel

commit 85a4962bf0afd349b3260f68fb29aa06b0117f57
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:39 2004 +0000

    Merging XORG-CURRENT into trunk

commit 146e4cdd54a23384e879fc814ded63d0d790ba1f
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:00 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 6269527e0703627ca9e0316c82c2159a1c7114f1
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:55 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 538cb471c6767c367fcd1955cf3eac8a8b043c31
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:16 2004 +0000

    readding XFree86's cvs IDs

commit 52bd64ce38b07c7609434b72b35127b2324a0f73
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:58 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 94abf1754b04b1e6382fe0287b1e7eb2ce6ffdf3
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:03 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 63371815b3f48cb8d4793e6a520d2fc4350c5f1f
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:58 2003 +0000

    XFree86 4.3.0.1

commit 729ceb19417c61603e659b2eb82d2e02fa388365
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:53 2003 +0000

    R6.6 is the Xorg base-line