-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
121 lines (79 loc) · 3.96 KB
/
ChangeLog
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
2006-05-28 Xavier Maillard <[email protected]>
* Version 6.6.0 is released
* Tagged source with RELEASE_6-6-0 for "Back in the business" release
* HAGKING, BUGS, README: New files.
* color-theme.el (color-theme-libraries): Changed docstring.
(define-color-theme): Reworked macro to properly define themes.
(color-theme-initialize): Actually does what expected.
(color-theme-theme): Removed this useless variable.
Removed commentary section (splitted into specific files)
* Makefile.defs (DEBNAME): Changed default value to reveal all
needed informations
(LASTUPLOAD): New version.
(CVSMODULE, CVSBRANCH, CVSROOT): New variables used to
prepare a release.
* Makefile (dist, dist-prepare, debian,
tarball, realease, upload, $TARBALL, $DEBNAME): New targets.
(distclean): Delete old build traces (files, package, etc...)
* debian/control: Changed Maintainer informations.
* debian/emacsen-startup: Safely load autoloads file or die if tests fail.
* debian/rules: Fixed bad package construction.
* debian/emacsen-install: Handle theme files installation correctfully.
2006-05-27 Xavier Maillard <[email protected]>
* debian: New directory. Contains all stuff to build a neat and
cool color-theme-el Debian package.
* AUTHORS: New file.
* color-theme-autoloads.in: Ditto..
* Makefile.defs: Ditto.
* Makefile: Ditto.
* color-theme.el (replace-in-string): New function. Used in define-color-theme
(color-theme-directory): New variable.
(color-theme-libraries): Changed default value to color-theme
official theme directory
(color-theme-load-all-themes): New variable.
(color-theme-initialize): Load theme files defined either in
color-theme-libraries or color-theme-directory.
2006-05-22 Xavier Maillard <[email protected]>
* color-theme-library.el: make bytecompiler happy.
* color-theme.el (color-theme-initialize, color-theme-select)
(color-theme-describe, color-theme-install-at-mouse)
(color-theme-install-at-point)
(color-theme-install-at-point-for-current-frame)
(color-theme-print, color-theme-analyze-defun)
(color-theme-make-snapshot, color-theme-compare)
(color-theme-submit, color-theme-initialize): Added autoload cookies
* COPYING: New file
2006-05-21 Xavier Maillard <[email protected]>
* color-theme.el: Make byte compiler happy.
Added autoload cookie on color-theme-install (useless ??)
Added eval-when-compile in color-theme-print
2006-05-14 Xavier Maillard <[email protected]>
* color-theme.el: Cosmetic changes
* color-theme-library.el: Ditto (added header, legal notice)
2006-05-11 Xavier Maillard <[email protected]>
* color-theme.el (color-theme-xemacs-p): Check for xemacs feature.
(color-theme-face-attr-construct): New function. Use it when
face-custom-attributes-get is bound. Fixes a bug on M-x
color-theme-select.
2006-05-07 Xavier Maillard <[email protected]>
* color-theme.el (color-theme-entry-path): New variable used for easymenu definition.
We now check which (x)emacs version is used to correctly define our menu.
(Fixes a long standing bug)
2006-03-31 Brian Palmer <[email protected]>
* color-theme-library.el (color-theme-renegade): Added new theme
by Dave Benjamin. Thanks Dave.
* color-theme.el (color-theme-select): Call
color-theme-initialized if it has not been called before.
(color-theme-initialized): Variable tracking initialization state, used in color-theme-select
(color-themes): Added renegade theme by Dave Benjamin. Thanks Dave.
2006-01-13 Xavier Maillard <[email protected]>
* color-theme.el: Changed copyright header (just to test Gna services)
2006-01-10 Brian Palmer <[email protected]>
* color-theme-library.el: Added color-theme-library.el, containing
the defined themes.
* color-theme.el (color-theme-libraries): Customizable variable.
* color-theme.el (color-theme-initialize): Load each file
specified in color-theme-libraries.
2006-01-10 Brian Palmer <[email protected]>
* Added color-theme.el 6.5.5 to the repository.
* Added ChangeLog to the repository.