Added EmacsConfigurationAndHelp directory
[temp.git] / .emacs.d / color-theme / ChangeLog
blob2f0d25f1a183e533def565df674768f2c8f55e29
1 2006-05-28  Xavier Maillard  <zedek@gnu.org>
3         * Version 6.6.0 is released
4         
5         * Tagged source with RELEASE_6-6-0 for "Back in the business" release
6         
7         * HAGKING, BUGS, README: New files.
9         * color-theme.el (color-theme-libraries): Changed docstring.
10         (define-color-theme): Reworked macro to properly define themes.
11         (color-theme-initialize): Actually does what expected.
12         (color-theme-theme): Removed this useless variable.
14         Removed commentary section (splitted into specific files)
16         * Makefile.defs (DEBNAME): Changed default value to reveal all
17                   needed informations
18                   (LASTUPLOAD): New version.
19                   (CVSMODULE, CVSBRANCH, CVSROOT): New variables used to
20                           prepare a release.
22         * Makefile (dist, dist-prepare, debian, 
23                     tarball, realease, upload, $TARBALL, $DEBNAME): New targets.
24         (distclean): Delete old build traces (files, package, etc...)
26         * debian/control: Changed Maintainer informations. 
28         * debian/emacsen-startup: Safely load autoloads file or die if tests fail.
30         * debian/rules: Fixed bad package construction.
32         * debian/emacsen-install: Handle theme files installation correctfully. 
34 2006-05-27  Xavier Maillard  <zedek@gnu.org>
36         * debian: New directory. Contains all stuff to build a neat and
37                   cool color-theme-el Debian package.
38         
39         * AUTHORS: New file.
41         * color-theme-autoloads.in: Ditto..
43         * Makefile.defs: Ditto.
45         * Makefile: Ditto.
47         * color-theme.el (replace-in-string): New function. Used in define-color-theme
48         (color-theme-directory): New variable.
49         (color-theme-libraries): Changed default value to color-theme
50                 official theme directory
51         (color-theme-load-all-themes): New variable.
52         (color-theme-initialize): Load theme files defined either in
53                 color-theme-libraries or color-theme-directory.
55 2006-05-22  Xavier Maillard  <zedek@gnu.org>
57         * color-theme-library.el: make bytecompiler happy.
59         * color-theme.el (color-theme-initialize, color-theme-select)
60         (color-theme-describe, color-theme-install-at-mouse)
61         (color-theme-install-at-point)
62         (color-theme-install-at-point-for-current-frame)
63         (color-theme-print, color-theme-analyze-defun)
64         (color-theme-make-snapshot, color-theme-compare)
65         (color-theme-submit, color-theme-initialize): Added autoload cookies
67         * COPYING: New file
69 2006-05-21  Xavier Maillard  <zedek@gnu.org>
71         * color-theme.el: Make byte compiler happy.
72         Added autoload cookie on color-theme-install (useless ??)
73         Added eval-when-compile in color-theme-print
75 2006-05-14  Xavier Maillard  <zedek@gnu.org>
77         * color-theme.el: Cosmetic changes
79         * color-theme-library.el: Ditto (added header, legal notice)
81 2006-05-11  Xavier Maillard  <zedek@gnu.org>
83         * color-theme.el (color-theme-xemacs-p): Check for xemacs feature.
84         (color-theme-face-attr-construct): New function. Use it when
85                 face-custom-attributes-get is bound. Fixes a bug on M-x
86                 color-theme-select.
88 2006-05-07  Xavier Maillard  <zedek@gnu.org>
90         * color-theme.el (color-theme-entry-path): New variable used for easymenu definition.
91             We now check which (x)emacs version is used to correctly define our menu.
92             (Fixes a long standing bug)
94 2006-03-31  Brian Palmer  <bpalmer@gmail.com>
96         * color-theme-library.el (color-theme-renegade): Added new theme
97         by Dave Benjamin. Thanks Dave.
99         * color-theme.el (color-theme-select): Call
100         color-theme-initialized if it has not been called before.
101         (color-theme-initialized): Variable tracking initialization state, used in color-theme-select
102         (color-themes): Added renegade theme by Dave Benjamin. Thanks Dave.
103         
105 2006-01-13  Xavier Maillard  <zedek@gnu.org>
107         * color-theme.el: Changed copyright header (just to test Gna services)
109 2006-01-10  Brian Palmer  <bpalmer@gmail.com>
111         * color-theme-library.el: Added color-theme-library.el, containing
112         the defined themes.
113         * color-theme.el (color-theme-libraries): Customizable variable.
114         * color-theme.el (color-theme-initialize): Load each file
115         specified in color-theme-libraries.
117 2006-01-10  Brian Palmer  <bpalmer@gmail.com>
119         * Added color-theme.el 6.5.5 to the repository.
120         * Added ChangeLog to the repository.