blob: febeef80d775a2a14d4c95eb79e21be3302639f3 (
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
|
2006-03-31 Fredrik Höglund <fredrik@kde.org>
* configure.ac:
Update the package version number to 1.1.
Require scrnsaverproto >= 1.1.
* man/Makefile.am:
* man/Xss.man:
Update the manpage to document the new XScreenSaverSuspend function.
* src/XScrnSaver.c (XScreenSaverSuspend):
Add the implementation of XScreenSaverSuspend.
2006-02-12 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version for X11R7 release.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* man/Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-12-02 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
* src/Makefile.am:
Add check and cflags for malloc(0) returning NULL.
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* xscrnsaver.pc.in:
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies.
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for RC1 release.
2005-10-12 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
* configure.ac:
Use sed to fill in variables in man page
Add shadow man pages for man pages that document multiple functions.
2005-07-28 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
* configure.ac:
* xscrnsaver.pc.in:
Bug #4149: Keep the soname as libXss and the version at 1.0.0, for
monolith compatibility. Bump to 0.99.1. (Christophe Saout)
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
* man/.cvsignore:
* src/.cvsignore:
Add .cvsignore files
2005-06-23 Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Fix make distcheck.
* man/Makefile.am: Fix typo (man3_MANS -> man_MANS).
2005-06-21 Alexander Gottwald <ago at freedesktop dot org>
* configure.ac
* src/Makefile.am
Add missing xext.pc and xextproto.pc
Add DEPS_CFLAGS to Makefile.am
|