/vendor/color-theme/ChangeLog
#! | 121 lines | 79 code | 42 blank | 0 comment | 0 complexity | 1b4b85900e5410ad8bbc0e2faba5527c MD5 | raw file
Possible License(s): GPL-2.0
12006-05-28 Xavier Maillard <zedek@gnu.org> 2 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. 8 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. 13 14 Removed commentary section (splitted into specific files) 15 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. 21 22 * Makefile (dist, dist-prepare, debian, 23 tarball, realease, upload, $TARBALL, $DEBNAME): New targets. 24 (distclean): Delete old build traces (files, package, etc...) 25 26 * debian/control: Changed Maintainer informations. 27 28 * debian/emacsen-startup: Safely load autoloads file or die if tests fail. 29 30 * debian/rules: Fixed bad package construction. 31 32 * debian/emacsen-install: Handle theme files installation correctfully. 33 342006-05-27 Xavier Maillard <zedek@gnu.org> 35 36 * debian: New directory. Contains all stuff to build a neat and 37 cool color-theme-el Debian package. 38 39 * AUTHORS: New file. 40 41 * color-theme-autoloads.in: Ditto.. 42 43 * Makefile.defs: Ditto. 44 45 * Makefile: Ditto. 46 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. 54 552006-05-22 Xavier Maillard <zedek@gnu.org> 56 57 * color-theme-library.el: make bytecompiler happy. 58 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 66 67 * COPYING: New file 68 692006-05-21 Xavier Maillard <zedek@gnu.org> 70 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 74 752006-05-14 Xavier Maillard <zedek@gnu.org> 76 77 * color-theme.el: Cosmetic changes 78 79 * color-theme-library.el: Ditto (added header, legal notice) 80 812006-05-11 Xavier Maillard <zedek@gnu.org> 82 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. 87 882006-05-07 Xavier Maillard <zedek@gnu.org> 89 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) 93 942006-03-31 Brian Palmer <bpalmer@gmail.com> 95 96 * color-theme-library.el (color-theme-renegade): Added new theme 97 by Dave Benjamin. Thanks Dave. 98 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 104 1052006-01-13 Xavier Maillard <zedek@gnu.org> 106 107 * color-theme.el: Changed copyright header (just to test Gna services) 108 1092006-01-10 Brian Palmer <bpalmer@gmail.com> 110 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. 116 1172006-01-10 Brian Palmer <bpalmer@gmail.com> 118 119 * Added color-theme.el 6.5.5 to the repository. 120 * Added ChangeLog to the repository. 121