From b81536ad49001abf292bd31a0dcbf57e387387b1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 17 May 2011 16:27:50 -0400 Subject: Fiddle with emacs config (when to use -n, -c), get emacs using el-get. --- .emacs.d/color-theme-6.6.0/ChangeLog | 121 ----------------------------------- 1 file changed, 121 deletions(-) delete mode 100644 .emacs.d/color-theme-6.6.0/ChangeLog (limited to '.emacs.d/color-theme-6.6.0/ChangeLog') diff --git a/.emacs.d/color-theme-6.6.0/ChangeLog b/.emacs.d/color-theme-6.6.0/ChangeLog deleted file mode 100644 index 2f0d25f..0000000 --- a/.emacs.d/color-theme-6.6.0/ChangeLog +++ /dev/null @@ -1,121 +0,0 @@ -2006-05-28 Xavier Maillard - - * 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 - - * 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 - - * 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 - - * 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 - - * color-theme.el: Cosmetic changes - - * color-theme-library.el: Ditto (added header, legal notice) - -2006-05-11 Xavier Maillard - - * 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 - - * 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 - - * 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 - - * color-theme.el: Changed copyright header (just to test Gna services) - -2006-01-10 Brian Palmer - - * 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 - - * Added color-theme.el 6.5.5 to the repository. - * Added ChangeLog to the repository. - -- cgit v1.2.3-2-g168b