~ubuntu-branches/debian/sid/x11-apps/sid

« back to all changes in this revision

Viewing changes to xmore/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-09 18:15:58 UTC
  • mfrom: (9.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110209181558-4wta1q27k11xrtae
Tags: 7.6+4
* debian/rules::get-tarballs: pass "--destdir ." to uscan
* xbiff 1.0.3.
* Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
  work!
* Drop Pre-Depends on x11-common.
* Bump Standards-Version to 3.9.1.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
2
 
 
3
 
        * configure.ac:
4
 
        Update package version for X11R7 release.
5
 
 
6
 
2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
7
 
 
8
 
        * configure.ac:
9
 
        Update package version number for final X11R7 release candidate.
10
 
 
11
 
2005-12-07  Kevin E. Martin  <kem-at-freedesktop-dot-org>
12
 
 
13
 
        * Makefile.am:
14
 
        * configure.ac:
15
 
        Change to use the app-defaults default dir configured in libXt.
16
 
 
17
 
2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
18
 
 
19
 
        * Makefile.am:
20
 
        Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
21
 
 
22
 
2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
23
 
 
24
 
        * configure.ac:
25
 
        Update package version number for X11R7 RC3 release.
26
 
 
27
 
2005-11-19  Alan Coopersmith  <alan.coopersmith@sun.com>
28
 
 
29
 
        * configure.ac: 
30
 
        Add dependency on xp module when building with Xprint support.
31
 
 
32
 
2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>
33
 
 
34
 
        * configure.ac:
35
 
        Update package version number for RC1 release.
36
 
 
37
 
2005-10-05  Kevin E. Martin  <kem-at-freedesktop-dot-org>
38
 
 
39
 
        * Makefile.am: Add xmore.sgml to EXTRA_DIST
 
1
commit 999895eddb00cb535802409a46795c363b8d2422
 
2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
3
Date:   Fri Jul 23 15:51:09 2010 -0700
 
4
 
 
5
    xmore 1.0.2
 
6
    
 
7
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
8
 
 
9
commit 4772e37779221c32cd9aedf253c5d0097551b63e
 
10
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
11
Date:   Fri Jul 23 14:14:06 2010 -0700
 
12
 
 
13
    Remove several unnecessary macros from configure.ac
 
14
    
 
15
    PKG_CHECK_MODULES automatically calls AC_SUBST on the CFLAGS & LIBS
 
16
    variables it sets
 
17
    
 
18
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
 
19
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
 
20
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
 
21
    
 
22
    AM_PROG_CC_C_O is not needed since we are not compiling multiple targets
 
23
    with differing CFLAGS.
 
24
    
 
25
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
26
 
 
27
commit d5ee44e818b58ad7b2eba005a024cc60720787d8
 
28
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
29
Date:   Fri Jul 23 14:08:38 2010 -0700
 
30
 
 
31
    config: update AC_PREREQ statement to 2.60
 
32
    
 
33
    Unrelated to the previous patches, the new value simply reflects
 
34
    the reality that the minimum level for autoconf to configure
 
35
    all x.org modules is 2.60 dated June 2006.
 
36
    
 
37
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
 
38
    
 
39
    (Copied from commits to other modules by Gaetan Nadon <memsize@videotron.ca>)
 
40
    
 
41
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
42
 
 
43
commit 0c2c7bb1951b258b61ec0cd9990adfad32814a52
 
44
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
 
45
Date:   Fri Jul 23 14:04:11 2010 -0700
 
46
 
 
47
    config: upgrade to util-macros 1.8 for additional man page support
 
48
    
 
49
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
 
50
    The value of MAN_SUBST is the same for all X.Org packages.
 
51
    
 
52
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
 
53
    The existing statement can now be removed from the configuration file.
 
54
    
 
55
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
 
56
    Enables silent rule and use platform appropriate version of sed.
 
57
    
 
58
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
 
59
 
 
60
commit 4a4187b8ce272e96b760e1e59da980644e99aa0b
 
61
Author: Gaetan Nadon <memsize@videotron.ca>
 
62
Date:   Thu Feb 11 10:08:07 2010 -0500
 
63
 
 
64
    config: move CWARNFLAGS from configure.ac to Makefile.am
 
65
    
 
66
    Compiler warning flags should be explicitly set in the makefile
 
67
    rather than being merged with other packages compiler flags.
 
68
    
 
69
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
70
 
 
71
commit 47a2b341aeb6182dc3288850c7a27f36fb436863
 
72
Author: Gaetan Nadon <memsize@videotron.ca>
 
73
Date:   Sat Dec 19 20:48:48 2009 -0500
 
74
 
 
75
    configure.ac: use backticks rather than $() for cmd subs
 
76
    
 
77
    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
 
78
    
 
79
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
 
80
 
 
81
commit 7cf288c20a86151592d62e037cb196b190bf50be
 
82
Author: Gaetan Nadon <memsize@videotron.ca>
 
83
Date:   Thu Nov 26 09:19:54 2009 -0500
 
84
 
 
85
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
 
86
    
 
87
    Now that the INSTALL file is generated.
 
88
    Allows running make maintainer-clean.
 
89
 
 
90
commit 561a214d1399ba661fc873e310a1ec8cfdf0fd95
 
91
Author: Gaetan Nadon <memsize@videotron.ca>
 
92
Date:   Wed Oct 28 14:09:08 2009 -0400
 
93
 
 
94
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 
95
    
 
96
    Add missing INSTALL file. Use standard GNU file on building tarball
 
97
    README may have been updated
 
98
    Remove AUTHORS file as it is empty and no content available yet.
 
99
    Remove NEWS file as it is empty and no content available yet.
 
100
 
 
101
commit 1c5982f33817afbc8d004e97ca803f995f9f9473
 
102
Author: Gaetan Nadon <memsize@videotron.ca>
 
103
Date:   Tue Oct 27 15:07:25 2009 -0400
 
104
 
 
105
    Deploy the new XORG_DEFAULT_OPTIONS #24242
 
106
    
 
107
    This macro aggregate a number of existing macros that sets commmon
 
108
    X.Org components configuration options. It shields the configuration file from
 
109
    future changes.
 
110
 
 
111
commit 3d5641c03c3d7fe2eeb5980f8a13bdb450be947e
 
112
Author: Gaetan Nadon <memsize@videotron.ca>
 
113
Date:   Mon Oct 26 22:08:39 2009 -0400
 
114
 
 
115
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 
116
    
 
117
    ChangeLog filename is known to Automake and requires no further
 
118
    coding in the makefile.
 
119
 
 
120
commit b80c24ac28999a1d760eee75e2173ff7e8f8e885
 
121
Author: Gaetan Nadon <memsize@videotron.ca>
 
122
Date:   Thu Oct 22 12:34:16 2009 -0400
 
123
 
 
124
    .gitignore: use common defaults with custom section # 24239
 
125
    
 
126
    Using common defaults will reduce errors and maintenance.
 
127
    Only the very small or inexistent custom section need periodic maintenance
 
128
    when the structure of the component changes. Do not edit defaults.
 
129
 
 
130
commit 1ed0b44715c812c7d067841d68e2057944341d5f
 
131
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
132
Date:   Thu Oct 1 14:54:28 2009 -0700
 
133
 
 
134
    Add README with pointers to mailing lists, bugzilla, & git
 
135
    
 
136
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
 
137
 
 
138
commit ab8110b8978cb965d49e0c2e9c1cb7e7608c185e
 
139
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
 
140
Date:   Thu Jan 22 16:49:25 2009 -0200
 
141
 
 
142
    Correct make distcheck and sparse warnings.
 
143
 
 
144
commit 747f76737a8e7a7f50bd06fd111e5ada8305884d
 
145
Author: Julien Cristau <jcristau@debian.org>
 
146
Date:   Sun Nov 16 21:49:56 2008 +0100
 
147
 
 
148
    More xprint pruning
 
149
 
 
150
commit d9b5448a77ff3ee06f6128faa69f43066cd16fe1
 
151
Author: Julien Cristau <jcristau@debian.org>
 
152
Date:   Thu Aug 21 00:46:51 2008 +0200
 
153
 
 
154
    Fix build outside of source dir
 
155
 
 
156
commit 7739b19df6a7eba2c35fc34688c40d64a65b79f5
 
157
Author: Julien Cristau <jcristau@debian.org>
 
158
Date:   Thu Aug 21 00:42:51 2008 +0200
 
159
 
 
160
    Build fix: remove xprint remnants
 
161
 
 
162
commit 56ff9e213249bbdc0ecd3b5e7e4cffee60f46ef4
 
163
Author: James Cloos <cloos@jhcloos.com>
 
164
Date:   Wed Aug 20 10:32:52 2008 -0400
 
165
 
 
166
    xaw8 is gone, use xaw7
 
167
 
 
168
commit a85334f153e05119f237ff412a2ff15dce95878d
 
169
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
170
Date:   Thu Mar 27 20:29:51 2008 -0700
 
171
 
 
172
    Added missing AM_PROG_CC_C_O
 
173
 
 
174
commit 8bd714835159aa32a64343a8dc41684d7c36ab43
 
175
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
 
176
Date:   Thu Mar 27 20:07:52 2008 -0700
 
177
 
 
178
    Build fix for file systems that are not case sensitive
 
179
 
 
180
commit 851f5e3eaedeb6a5bcc4d1f1b669e4b11dbf3687
 
181
Author: James Cloos <cloos@jhcloos.com>
 
182
Date:   Thu Dec 6 16:37:25 2007 -0500
 
183
 
 
184
    Replace static ChangeLog with dist-hook to generate from git log
 
185
 
 
186
commit 8c718d9c360963defae4d056555394fc4d53c81a
 
187
Author: James Cloos <cloos@jhcloos.com>
 
188
Date:   Mon Sep 3 05:51:38 2007 -0400
 
189
 
 
190
    Add *~ to .gitignore to skip patch/emacs droppings
 
191
 
 
192
commit 4a01239ff7c89c56f5dfd5ec5c963422b6dd7184
 
193
Author: James Cloos <cloos@jhcloos.com>
 
194
Date:   Thu Aug 23 19:25:02 2007 -0400
 
195
 
 
196
    Rename .cvsignore to .gitignore
 
197
 
 
198
commit b9d4d0d8877d3c1c69752e0ff4215cdb3d0742d5
 
199
Author: Kevin E Martin <kem@kem.org>
 
200
Date:   Wed Dec 21 02:29:52 2005 +0000
 
201
 
 
202
    Update package version for X11R7 release.
 
203
 
 
204
commit bdc49004296438983d568e0e1bfc3e70e6cadac4
 
205
Author: Adam Jackson <ajax@nwnk.net>
 
206
Date:   Mon Dec 19 16:22:46 2005 +0000
 
207
 
 
208
    Stub COPYING files
 
209
 
 
210
commit 5adf875ac8a1b27b512a796a85f0ed65119385ee
 
211
Author: Kevin E Martin <kem@kem.org>
 
212
Date:   Thu Dec 15 00:24:09 2005 +0000
 
213
 
 
214
    Update package version number for final X11R7 release candidate.
 
215
 
 
216
commit 94c9195eb246474480643c62dd4c5e9e3d610a39
 
217
Author: Kevin E Martin <kem@kem.org>
 
218
Date:   Wed Dec 7 16:18:01 2005 +0000
 
219
 
 
220
    Change to use the app-defaults default dir configured in libXt.
 
221
 
 
222
commit f427001cd1f3efdafa06c381c38fd5a4449b76f2
 
223
Author: Kevin E Martin <kem@kem.org>
 
224
Date:   Tue Dec 6 22:48:24 2005 +0000
 
225
 
 
226
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
227
 
 
228
commit 5c4880cca850794b05539c21a3a6dfe1531b801b
 
229
Author: Kevin E Martin <kem@kem.org>
 
230
Date:   Sat Dec 3 05:49:26 2005 +0000
 
231
 
 
232
    Update package version number for X11R7 RC3 release.
 
233
 
 
234
commit 6805b1f303fad5c194fd76b9208a981c80b7c7fc
 
235
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
236
Date:   Mon Nov 28 22:01:45 2005 +0000
 
237
 
 
238
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
 
239
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
240
 
 
241
commit adbc0b1f5584ecbce974446419deb9f76fd486d2
 
242
Author: Eric Anholt <anholt@freebsd.org>
 
243
Date:   Mon Nov 21 10:35:05 2005 +0000
 
244
 
 
245
    Another pass at .cvsignores for apps.
 
246
 
 
247
commit 320a3eb6449b73b2963c3e63ef1a8078b194c992
 
248
Author: Eric Anholt <anholt@freebsd.org>
 
249
Date:   Sun Nov 20 22:08:54 2005 +0000
 
250
 
 
251
    Add/improve .cvsignore files for apps.
 
252
 
 
253
commit 508f26ba0ba5de6936cf9aec782c2f36114be43b
 
254
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
255
Date:   Sun Nov 20 04:13:45 2005 +0000
 
256
 
 
257
    Add dependency on xp module when building with Xprint support.
 
258
 
 
259
commit 5789d54ef03c4dc59faff86084ba7b0eaf79cda5
 
260
Author: Kevin E Martin <kem@kem.org>
 
261
Date:   Wed Oct 19 02:47:56 2005 +0000
 
262
 
 
263
    Update package version number for RC1 release.
 
264
 
 
265
commit b6bc1985f3241a1e8bf4896ddc0ba62cc8d52bbb
 
266
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
267
Date:   Tue Oct 18 00:32:55 2005 +0000
 
268
 
 
269
    Change default install dir for app-default files from
 
270
        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
 
271
        the monolith & allow localization
 
272
 
 
273
commit 8a0d8f1a09e3f9f81cd3a254bf129dfb194631c0
 
274
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
275
Date:   Mon Oct 17 23:56:24 2005 +0000
 
276
 
 
277
    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
 
278
        work better with BSD make
 
279
 
 
280
commit 339f76a32a41635dda213807baaf163e80305a49
 
281
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
282
Date:   Fri Oct 14 00:25:47 2005 +0000
 
283
 
 
284
    Use sed to fill in variables in man page
 
285
 
 
286
commit 6b9309358a8f2901e30cf4dab5d91d405ee44ff4
 
287
Author: Kevin E Martin <kem@kem.org>
 
288
Date:   Wed Oct 5 00:01:35 2005 +0000
 
289
 
 
290
    Add xmore.sgml to EXTRA_DIST
 
291
 
 
292
commit 634f48bc62e069913e64ded9e068a9fab03f9cb9
 
293
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
294
Date:   Mon Aug 1 20:25:31 2005 +0000
 
295
 
 
296
    Install man pages to section 1 instead of section m (Patch from Donnie
 
297
        Berkholz)
 
298
 
 
299
commit 9c8de9a0c760ce9d06b8593182e0fab89890d229
 
300
Author: Kevin E Martin <kem@kem.org>
 
301
Date:   Fri Jul 29 21:22:36 2005 +0000
 
302
 
 
303
    Various changes preparing packages for RC0:
 
304
    - Verify and update package version numbers as needed
 
305
    - Implement versioning scheme
 
306
    - Change bug address to point to bugzilla bug entry form
 
307
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
 
308
        reenable it)
 
309
    - Fix makedepend to use pkgconfig and pass distcheck
 
310
    - Update build script to build macros first
 
311
    - Update modular Xorg version
 
312
 
 
313
commit 3aa8309ba62e1a445663c458c0132d0b70c66d66
 
314
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
315
Date:   Tue Jul 26 15:44:03 2005 +0000
 
316
 
 
317
    Replace more GNU make-ism's with more portable macros
 
318
 
 
319
commit eaae9a052fc7eec785e6fc8cf2011ea963030a5b
 
320
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
321
Date:   Sat Jul 23 16:56:33 2005 +0000
 
322
 
 
323
    fix GNU-make only app-defaults rule
 
324
 
 
325
commit f63f6eb288ab5b518525e31407f1be1514cf72e7
 
326
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
 
327
Date:   Sat Jul 23 16:56:07 2005 +0000
 
328
 
 
329
    fix remaining DEP_{CFLAGS,LIBS} refenences
 
330
 
 
331
commit f9a60649a815c42cd5ebd9e24dbbb12d62fd90de
 
332
Author: Adam Jackson <ajax@nwnk.net>
 
333
Date:   Wed Jul 20 19:32:03 2005 +0000
 
334
 
 
335
    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
 
336
        configure cache, you cache it, and the cached value is probably wrong.
 
337
 
 
338
commit bf280e7bc5d6e2c65ea0235fde208274a714d13b
 
339
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
340
Date:   Tue Jul 5 22:51:11 2005 +0000
 
341
 
 
342
    Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
 
343
        xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
 
344
        xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
 
345
        xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
 
346
        Conditionalize use of xprint
 
347
 
 
348
commit 8b721c45d8f8681e59ca145d1ed3839d1b312a99
 
349
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
350
Date:   Mon Apr 11 01:06:15 2005 +0000
 
351
 
 
352
    xc/programs/Xserver/Xprint/attributes.c
 
353
    xc/programs/glxgears/glxgears.c
 
354
    xc/programs/xdbedizzy/xdbedizzy.c
 
355
    xc/programs/xedit/Imakefile
 
356
    xc/programs/xedit/Xedit-xprint.ad
 
357
    xc/programs/xedit/util.c
 
358
    xc/programs/xedit/xedit.h
 
359
    xc/programs/xlogo/print.c
 
360
    xc/programs/xlogo/xlogo.c
 
361
    xc/programs/xlogo/xlogo.h
 
362
    xc/programs/xman/Imakefile
 
363
    xc/programs/xman/print.h
 
364
    xc/programs/xmore/Imakefile
 
365
    xc/programs/xmore/print.c
 
366
    xc/programs/xmore/print.h
 
367
    xc/programs/xmore/printdialog.c
 
368
    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
 
369
    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
 
370
    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
 
371
    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
 
372
    //bugs.freedesktop.org/show_bug.cgi?id=790) attachment #2379
 
373
        (https://bugs.freedesktop.org/attachment.cgi?id=2379) Implement support
 
374
        client+Xserver support for passing output (stdout+stderr) of the
 
375
        spooler command started by the Xprint server back to the application
 
376
        using the "xp-spooler-command-results" XPJobAttr attribute
 
377
        (applications can fetch the attribute value after the XPEndJobNotify
 
378
        event was received; more details can be found in
 
379
        http://xprint.mozdev.org/docs/dtprint_fspec.ps).
 
380
 
 
381
commit 3d9fdcb47537e924e7426d64d838c00414ec58ff
 
382
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
383
Date:   Tue Feb 1 23:00:50 2005 +0000
 
384
 
 
385
    xc/programs/xmore/xmore.man
 
386
    //bugs.freedesktop.org/show_bug.cgi?id=2410) attachment #1786
 
387
        (https://bugs.freedesktop.org/attachment.cgi?id=1786): Fix formatting
 
388
        problem in the xmore(1x) manual page. Patch by Matthieu Herrb
 
389
        <matthieu.herrb@laas.fr> and Roland Mainz <roland.mainz@nrubsig.org>.
 
390
        Approved in the 2005-01-31 Xorg release-wranglers phone call (the
 
391
        xmore.man diff is an automatic update from the DocBook--->man
 
392
        conversion).
 
393
 
 
394
commit 550802b584f89279d8af35ee8a9221dc24ea1f27
 
395
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
396
Date:   Mon Jan 3 01:06:36 2005 +0000
 
397
 
 
398
    xc/lib/XprintAppUtil/xpapputil.c
 
399
    xc/lib/XprintAppUtil/xpapputil.h
 
400
    xc/lib/XprintUtil/xprintutil.c
 
401
    xc/lib/XprintUtil/xprintutil.h
 
402
    xc/programs/glxgears/glxgears.c
 
403
    xc/programs/xdbedizzy/xdbedizzy.c
 
404
    xc/programs/xedit/Xedit-xprint.ad
 
405
    xc/programs/xedit/commands.c
 
406
    xc/programs/xlogo/print.c
 
407
    xc/programs/xlsfonts/xlsfonts.c
 
408
    xc/programs/xlsfonts/xlsfonts.man
 
409
    xc/programs/xlsfonts/xlsfonts.sgml
 
410
    xc/programs/xman/Xman-xprint.ad
 
411
    xc/programs/xman/handler.c
 
412
    xc/programs/xman/print.c
 
413
    xc/programs/xman/print.h
 
414
    xc/programs/xmore/XMore.ad
 
415
    xc/programs/xmore/print.c
 
416
    xc/programs/xmore/print.h
 
417
    xc/programs/xmore/printdialog.c
 
418
    xc/programs/xmore/printdialog.h
 
419
    xc/programs/xmore/printdialogprivates.h
 
420
    xc/programs/xmore/xmore.c
 
421
    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
 
422
    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
 
423
    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
 
424
    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
 
425
    xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
 
426
    xc/programs/xplsprinters/xplsprinters.c
 
427
    //bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615
 
428
        (https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils
 
429
        2004/Q3 update. This adds various new features to the XprintUtils
 
430
        library including support for page resolutions where
 
431
        X_resolution!=Y_resolution, listfonts-mode control and initial
 
432
        framework for the COLORSPACE extension. Patch by Roland Mainz
 
433
        <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
 
434
 
 
435
commit 11d508e4bfec3ecd749123e043768ea3fb21ce12
 
436
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
437
Date:   Tue Oct 12 22:46:40 2004 +0000
 
438
 
 
439
    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1601 - Fix
 
440
        problems with wrong page counts in xedit&co. when a global "*geometry"
 
441
        resource was overriding the internal geometry management used by
 
442
        XawPrintShell(=usually adjust to current page size, the resource was
 
443
        turning this into a static value). (Original patch by Felix Schulte
 
444
        <felix.schulte@gmail.com>)
 
445
 
 
446
commit 71eb560c323df9e78e1381eff41002f1df9cb44b
 
447
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
448
Date:   Thu Jul 29 00:40:35 2004 +0000
 
449
 
 
450
    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - Update
 
451
        XawPrintShell per feedback and review comments.
 
452
 
 
453
commit a5c5bd828d0a89ab979ad122c40073e8985e5e6e
 
454
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
455
Date:   Tue Jun 8 02:44:35 2004 +0000
 
456
 
 
457
    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=668 - Add print
 
458
        support to xman
 
459
 
 
460
commit b041343bcf05fdf5ce4234655c869251b3f8fafa
 
461
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
462
Date:   Sun May 30 22:44:01 2004 +0000
 
463
 
 
464
    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=695 - Add print
 
465
        support to Xedit
 
466
 
 
467
commit 7b5bbd9057eba74e53ec0ed9a306e78a15bd96a8
 
468
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
469
Date:   Sun May 30 00:52:30 2004 +0000
 
470
 
 
471
    Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=693 - XMore and
 
472
        XawPrintDialog work-in-progress, fixing various problems and adding
 
473
        framework for i18n.
 
474
 
 
475
commit 62ad6298a589dd16820c7d0bbfcd2b5381a2589e
 
476
Author: Roland Mainz <roland.mainz@nrubsig.org>
 
477
Date:   Mon May 24 03:17:44 2004 +0000
 
478
 
 
479
    Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=611 -
 
480
        Adding simple text viewer (xmore)