~ubuntu-branches/ubuntu/karmic/x11-xserver-utils/karmic

« back to all changes in this revision

Viewing changes to xrdb/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin, Julien Cristau, Brice Goglin
  • Date: 2007-08-17 09:58:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070817095834-ywge2nyzj1s3rqnd
Tags: 7.3+1
[ Julien Cristau ]
* iceauth 1.0.2.
  + removes blank line in the manpage (closes: #25285).
* xmodmap 1.0.3.
  + manpage updated to state that -pm is the default (closes: #236198)
* xgamma 1.0.2.
  + the manpage now explains how to print the gamma value more clearly
    (closes: #296021).
* xsetroot 1.0.2.
* xrdb 1.0.4.
  + fixes manpage typo (closes: #276286).
* Add upstream URL to debian/copyright, and update it from xgamma's COPYING
  file.

[ Brice Goglin ]
* Add menu entries for xrefresh and xvidtune.
* sessreg 1.0.3.
* xset 1.0.3.
* Add myself to Uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 13917748af3288ae188cbe9c05742411d53ec34f
 
2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
3
Date:   Wed Aug 15 15:35:00 2007 -0700
 
4
 
 
5
    Version bump: 1.0.4
 
6
 
 
7
commit 6202638b9962dceb4f72357bff76896e23c8fe5e
 
8
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
9
Date:   Wed Aug 15 15:31:16 2007 -0700
 
10
 
 
11
    Change xrdb_CFLAGS to AM_CFLAGS to make automake-1.10 happier
 
12
    
 
13
    Makefile.am:27: compiling `xrdb.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
 
14
 
 
15
commit 0b2171f2af1a5790753bb6516ac32411b1b89ef3
 
16
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
17
Date:   Wed Apr 11 15:33:56 2007 -0700
 
18
 
 
19
    Bug #10616: Man page grammar fix: s/This never be/This should never be/
 
20
    
 
21
    X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
 
22
    Reported upstream from
 
23
    Debian bug #354923 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354923>
 
24
 
 
25
commit a2b12134c2216dc29581dd849a89e48187ddf66f
 
26
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
27
Date:   Tue Jan 23 17:47:28 2007 -0800
 
28
 
 
29
    Version bump: 1.0.3
 
30
 
 
31
commit 0379f5fb2b8c5860d8e2652df51ab5d8363518b2
 
32
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
33
Date:   Tue Jan 23 17:46:02 2007 -0800
 
34
 
 
35
    Replace static ChangeLog with dist-hook to generate from git log
 
36
 
 
37
commit 407a5343d87b50f8496afe76bc26396e58b1c543
 
38
Author: Alan Coopersmith <alan.coopersmith@sun.com>
 
39
Date:   Tue Jan 2 18:54:39 2007 -0800
 
40
 
 
41
    renamed: .cvsignore -> .gitignore
 
42
 
 
43
commit a412444f2b3190cc6513bd0649de68a21089f487
 
44
Author: Eric S. Raymond <esr@thyrsus.com>
 
45
Date:   Tue Jan 2 18:54:13 2007 -0800
 
46
 
 
47
    Bug 9521: Markup problem in xrdb.1 man page
 
48
    
 
49
    <https://bugs.freedesktop.org/show_bug.cgi?id=9521>
 
50
 
 
51
commit ee16f1a1d55efdc8176e025dd8c3482aabfc6d57
 
52
Author: Adam Jackson <ajax@nwnk.net>
 
53
Date:   Wed Apr 26 23:46:36 2006 +0000
 
54
 
 
55
    Bump to 1.0.2
 
56
 
 
57
commit df0f7049f9cf1a5aac8964bf87b484afd8a5bd94
 
58
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
59
Date:   Mon Apr 3 20:33:30 2006 +0000
 
60
 
 
61
    Copy authors list from comment in xrdb.c
 
62
 
 
63
commit b8165e4d7fe46f4355c163cf9a7be0213286f2c9
 
64
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
65
Date:   Mon Apr 3 20:32:20 2006 +0000
 
66
 
 
67
    Convert sprintf/strcpy/strcat calls to snprintf to enforce bounds checking.
 
68
 
 
69
commit e8420306923dbe7c02b5322f2320dee18cc54f96
 
70
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
71
Date:   Mon Apr 3 18:23:14 2006 +0000
 
72
 
 
73
    Plug memory leak of extension names list. (Coverity id #612)
 
74
 
 
75
commit 35c00cc86015f0d33a842441aad726dc2fe9a14b
 
76
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
77
Date:   Wed Mar 29 03:27:37 2006 +0000
 
78
 
 
79
    Get rid of OS-checking #ifdefs by adding configure checks to find the right
 
80
        header for MAXHOSTNAMELEN (<sys/param.h> for BSD/Linux, <netdb.h> for
 
81
        Solaris) and deleting ancient rename() function for pre-POSIX.1-1990
 
82
        SysV systems.
 
83
 
 
84
commit 43d30e640ff32bd2973493877f2a5d49fae24d8f
 
85
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
86
Date:   Wed Mar 29 02:20:46 2006 +0000
 
87
 
 
88
    Bug #6386 <https://bugs.freedesktop.org/show_bug.cgi?id=6386> Add appres &
 
89
        listres man pages to SEE ALSO list (Paul Vojta)
 
90
 
 
91
commit ab34a4353e479a01a392977496d0276c769489f7
 
92
Author: Kevin E Martin <kem@kem.org>
 
93
Date:   Wed Dec 21 02:29:53 2005 +0000
 
94
 
 
95
    Update package version for X11R7 release.
 
96
 
 
97
commit 555a9e424b4733f49234209db6ef47375a3bae6c
 
98
Author: Adam Jackson <ajax@nwnk.net>
 
99
Date:   Mon Dec 19 16:22:46 2005 +0000
 
100
 
 
101
    Stub COPYING files
 
102
 
 
103
commit a43f52abfc732b77524e4dc0feb1cb65e9e403f1
 
104
Author: Kevin E Martin <kem@kem.org>
 
105
Date:   Thu Dec 15 00:24:10 2005 +0000
 
106
 
 
107
    Update package version number for final X11R7 release candidate.
 
108
 
 
109
commit febf0c20728c501abfe9cc4547661a7af2830bb4
 
110
Author: Kevin E Martin <kem@kem.org>
 
111
Date:   Tue Dec 6 22:48:25 2005 +0000
 
112
 
 
113
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
114
 
 
115
commit 6e50db381cbeb044adaf574f4250bc7c7ccc6486
 
116
Author: Kevin E Martin <kem@kem.org>
 
117
Date:   Sat Dec 3 05:49:27 2005 +0000
 
118
 
 
119
    Update package version number for X11R7 RC3 release.
 
120
 
 
121
commit 63d47d741672fbeca11c61789ef3d02058cf6033
 
122
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
123
Date:   Mon Nov 28 22:01:46 2005 +0000
 
124
 
 
125
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
 
126
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
 
127
 
 
128
commit b8e846b97d7cdc30575dbad201c12c3d0f1f6076
 
129
Author: Eric Anholt <anholt@freebsd.org>
 
130
Date:   Mon Nov 21 10:35:07 2005 +0000
 
131
 
 
132
    Another pass at .cvsignores for apps.
 
133
 
 
134
commit 483dc299435cbb4241c07bb96acdfc8de04d4ff3
 
135
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
136
Date:   Mon Nov 21 03:14:16 2005 +0000
 
137
 
 
138
    Change dependency from xmu to xmuu since the full xmu (with all its baggage
 
139
        like Xt) is not needed here.
 
140
 
 
141
commit 9ad35e4bc352abc6af67f5849fa99a7f6da7a6c3
 
142
Author: Eric Anholt <anholt@freebsd.org>
 
143
Date:   Sun Nov 20 22:08:55 2005 +0000
 
144
 
 
145
    Add/improve .cvsignore files for apps.
 
146
 
 
147
commit 175abf8b20f0bef44e5d01fd9369cf31fc77937b
 
148
Author: Kevin E Martin <kem@kem.org>
 
149
Date:   Wed Oct 19 02:47:57 2005 +0000
 
150
 
 
151
    Update package version number for RC1 release.
 
152
 
 
153
commit 349c2175e29e65cd7c9a4e42d4977ae2384deab3
 
154
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
155
Date:   Mon Oct 17 23:56:24 2005 +0000
 
156
 
 
157
    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
 
158
        work better with BSD make
 
159
 
 
160
commit 8681e4c6a00ec7970976b5b657d045c16970fd7d
 
161
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
162
Date:   Fri Oct 14 00:25:47 2005 +0000
 
163
 
 
164
    Use sed to fill in variables in man page
 
165
 
 
166
commit acccbb73de4d648c240d75d653c23012aa313b65
 
167
Author: Kevin E Martin <kem@kem.org>
 
168
Date:   Fri Jul 29 21:22:37 2005 +0000
 
169
 
 
170
    Various changes preparing packages for RC0:
 
171
    - Verify and update package version numbers as needed
 
172
    - Implement versioning scheme
 
173
    - Change bug address to point to bugzilla bug entry form
 
174
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
 
175
        reenable it)
 
176
    - Fix makedepend to use pkgconfig and pass distcheck
 
177
    - Update build script to build macros first
 
178
    - Update modular Xorg version
 
179
 
 
180
commit f94df9ba9cb0bbe2c6e107d9b896237f6d4f0af2
 
181
Author: Daniel Stone <daniel@fooishbar.org>
 
182
Date:   Wed Jul 27 01:54:18 2005 +0000
 
183
 
 
184
    Move manpages to section 1 instead of section m.
 
185
 
 
186
commit 49dddff2596554fd155ee0f3d2b92b0e20957dec
 
187
Author: Adam Jackson <ajax@nwnk.net>
 
188
Date:   Wed Jul 20 19:32:03 2005 +0000
 
189
 
 
190
    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
 
191
        configure cache, you cache it, and the cached value is probably wrong.
 
192
 
 
193
commit fa06b8ced994114f0f7bddc1264b9ada3d9120d9
 
194
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
195
Date:   Sat Jul 16 21:59:14 2005 +0000
 
196
 
 
197
    Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection
 
198
        against tempfile race conditions in many places)
 
199
 
 
200
commit 7c5d8ed741ad0cbb51b14f35d06b2db6c750ea68
 
201
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
202
Date:   Mon Jul 4 00:22:01 2005 +0000
 
203
 
 
204
    Add #ifdef HAVE_CONFIG_H/#include <config.h> for modularization.
 
205
 
 
206
commit 2c9da0dc941fc36742bc6fe17e9f2558147da31d
 
207
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
208
Date:   Sat Jul 2 01:18:58 2005 +0000
 
209
 
 
210
    Fix typo in list of paths to search for cpp
 
211
 
 
212
commit 9acc19a756d8da3927e82e8e5052b13af117d868
 
213
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
 
214
Date:   Sat Jul 2 01:17:35 2005 +0000
 
215
 
 
216
    Use --with-cpp or search in $PATH and well known locations to set CPP
 
217
        (replaces per-OS hardcoding of CppCmd in Imake config files)
 
218
 
 
219
commit 14ca3186594492b2733b9cc7e071ecfc039fb428
 
220
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
 
221
Date:   Fri Jul 1 20:27:45 2005 +0000
 
222
 
 
223
    Build systems for xrdb, xrandr, xrefresh
 
224
 
 
225
commit 2f4ad176ce472ee7db9847670d3580f2c65b3e80
 
226
Author: Egbert Eich <eich@suse.de>
 
227
Date:   Fri Apr 23 19:55:03 2004 +0000
 
228
 
 
229
    Merging XORG-CURRENT into trunk
 
230
 
 
231
commit ebda21a02e67f2d27da10bd5bfd4c5ddbf69df31
 
232
Author: Egbert Eich <eich@suse.de>
 
233
Date:   Sun Mar 14 08:35:42 2004 +0000
 
234
 
 
235
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
 
236
 
 
237
commit eac2dfd5e56d82e1ce65918b4a6c5af59b8109d6
 
238
Author: Egbert Eich <eich@suse.de>
 
239
Date:   Wed Mar 3 12:13:15 2004 +0000
 
240
 
 
241
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
 
242
 
 
243
commit 701705286ce179e195a3bece80868b7597888e59
 
244
Author: Egbert Eich <eich@suse.de>
 
245
Date:   Thu Feb 26 13:36:26 2004 +0000
 
246
 
 
247
    readding XFree86's cvs IDs
 
248
 
 
249
commit cde9ecbbd5b78c846dbba35a1c79969cfcbda11a
 
250
Author: Egbert Eich <eich@suse.de>
 
251
Date:   Thu Feb 26 09:24:14 2004 +0000
 
252
 
 
253
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
 
254
 
 
255
commit 8045f8dba3be858c476d3e49a4532213ec374191
 
256
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
257
Date:   Tue Nov 25 19:29:15 2003 +0000
 
258
 
 
259
    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
 
260
 
 
261
commit 3c97a34f31d0d3353e31bd413d40959051584e9b
 
262
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
263
Date:   Fri Nov 14 16:49:23 2003 +0000
 
264
 
 
265
    XFree86 4.3.0.1
 
266
 
 
267
commit 5d0007c9b0fe41464e713f961b3510117971d8fe
 
268
Author: Kaleb Keithley <kaleb@freedesktop.org>
 
269
Date:   Fri Nov 14 15:54:54 2003 +0000
 
270
 
 
271
    R6.6 is the Xorg base-line