summaryrefslogtreecommitdiff
path: root/app/xbacklight/ChangeLog
blob: 17d3a2c4e8ea65065d2ef4e597b5dc6e9bc0795f (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
commit 30ed7c0b3f2dc131e9fa4bb53ba702b65b05b46a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Oct 29 23:36:28 2010 -0700

    xbacklight 1.1.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 3aab2f2e43ba5f9afbf7d20d54b70150ca6773a1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 10:04:24 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 98a594c61ed407facfefc430715df09d5ccc8c6c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 3a5f2d5dad2c281e49be2eb3b1cc041bd9ada715
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 1 00:31:18 2010 -0700

    Remove unused direct dependency on libXrender
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5b4cd1f97f578e6574c905b7630841ced0193fc4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jun 30 23:25:03 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit cc6e442b15988076f5ebc5513654826869378eee
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:52 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 7fcffe84dccc00f4318179f5237d2937c80abc02
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:08 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit f634bdf93c3623f48f6e9f6baf65ff64835db0f6
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:24 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit 0fa72795f798e34dd918b51b01fd07adc098cdc5
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:38 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 36b4b6dba0df92071f54c32154ef8d0366029282
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:15 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit cbf474d6751dd32154163b8997519319655f0545
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Sep 24 17:54:45 2009 -0700

    xbacklight 1.1.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit da0d7d89130b9a9e31905897627f0c805a58b2b3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Sep 24 17:53:43 2009 -0700

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

commit 1b52fc41b59899b45dd1b06f9c1268b4458f9cd6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Sep 24 17:43:47 2009 -0700

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

commit 5512e161157d6ac8a8d8a27fc99d596c6686b1da
Author: Matthias Hopf <mhopf@suse.de>
Date:   Wed Aug 19 14:38:31 2009 +0200

    Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".

commit 97a3f5665a62ff3a606da48f3854d082f249e6a8
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 19 19:17:58 2009 -0200

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

commit a0dc8902b476fc2dddf02fceec7a7186d81f48fc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Sep 6 16:27:47 2007 -0700

    Man page typo ("faiding")

commit 922cec4e60a4fb4db6c7333b7264cd940e763239
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Jun 21 14:51:57 2007 +0100

    Update to version 1.1

commit 4440d319f20d1970b2a3f94a1c4f2b5142158ce3
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Jun 21 14:50:54 2007 +0100

    Add licenses (oops)

commit ba34df17cfbd7bcf029b1fdc4bcd7b894a49a63d
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Jun 21 11:36:30 2007 +0100

    Fix version in configure.ac

commit 3000145191a00d4c9b90efb221fadb9ce37380c0
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Mar 29 23:18:14 2007 -0700

    Add -time and -steps options to adjust fade

commit 38c2c45514d50b825a5c74abedc30cb2272064d7
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Mar 29 22:59:29 2007 -0700

    Add autogen.sh

commit d52f81e43da29d94122d62c1b1be34946960033c
Author: Keith Packard <keithp@neko.keithp.com>
Date:   Thu Mar 29 22:56:13 2007 -0700

    Initial xbacklight program