/vendor/color-theme/ChangeLog

http://github.com/rejeep/emacs · #! · 121 lines · 79 code · 42 blank · 0 comment · 0 complexity · 1b4b85900e5410ad8bbc0e2faba5527c MD5 · raw file

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