/vendor/color-theme/ChangeLog
http://github.com/rejeep/emacs · #! · 121 lines · 79 code · 42 blank · 0 comment · 0 complexity · 1b4b85900e5410ad8bbc0e2faba5527c MD5 · raw file
- 2006-05-28 Xavier Maillard <zedek@gnu.org>
- * 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 <zedek@gnu.org>
- * 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 <zedek@gnu.org>
- * 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 <zedek@gnu.org>
- * 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 <zedek@gnu.org>
- * color-theme.el: Cosmetic changes
- * color-theme-library.el: Ditto (added header, legal notice)
- 2006-05-11 Xavier Maillard <zedek@gnu.org>
- * 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 <zedek@gnu.org>
- * 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 <bpalmer@gmail.com>
- * 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 <zedek@gnu.org>
- * color-theme.el: Changed copyright header (just to test Gna services)
- 2006-01-10 Brian Palmer <bpalmer@gmail.com>
- * 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 <bpalmer@gmail.com>
- * Added color-theme.el 6.5.5 to the repository.
- * Added ChangeLog to the repository.