Commit graph

152 commits

Author SHA1 Message Date
syl20bnr ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
syl20bnr acaf2c1c83 Better theme support, easier to maintain
Resolves #388 #367
2015-01-13 22:14:48 -05:00
syl20bnr d774800143 Add dotspacemacs-fullscreen-use-non-native to .spacemacs template 2015-01-12 23:27:07 -05:00
mkcode 53ee19af73 Support for spacemacs/toggle-frame-fullscreen to use non-native fullscreen. 2015-01-12 23:24:32 -05:00
syl20bnr 698f3adf66 Bump version to 0.46.1 2015-01-12 22:18:11 -05:00
syl20bnr 94f5223085 Correctly fetch checkversion remote when looking for updates 2015-01-12 22:05:03 -05:00
syl20bnr b2f3c5bda1 Bump version to 0.46.0 2015-01-12 00:04:49 -05:00
syl20bnr f3c1dcc31c Bump version to 0.45.0 2015-01-10 02:09:42 -05:00
syl20bnr 608ab502f3 Recursively activate dependencies when installing a package 2015-01-10 01:55:36 -05:00
syl20bnr 627b0f28a5 Fixes #397 activate package dependencies before installing 2015-01-10 00:58:27 -05:00
syl20bnr c845002d0e Rename layer-declaredp to package-declaredp in configuration-layer 2015-01-10 00:57:08 -05:00
syl20bnr 02da569a3b Fix check version implementation on Windows 2015-01-09 00:22:17 -05:00
syl20bnr 95a62b17a3 Bump to version 0.44.2 2015-01-08 23:37:14 -05:00
syl20bnr 2c9f94aa00 Fixes #390 Reimplement check of new version
The new implementation does not depend on the Github API
It depends only on git
2015-01-08 23:34:09 -05:00
syl20bnr f2e55993a4 Bump version to 0.44.1 2015-01-08 00:58:38 -05:00
syl20bnr 630e4a7d18 Bump release to 0.44.0 2015-01-08 00:38:55 -05:00
syl20bnr 03943dd059 Mode-line indicator for new release 2015-01-08 00:34:23 -05:00
syl20bnr 33e0d3a120 Fixes remaining function requires graphical support 2015-01-07 21:25:05 -05:00
syl20bnr 3f997db88d Fixes #50 compatibility for emacs with no graphical support
Resolves #194 Warning if a build has no graphical support
2015-01-07 00:12:48 -05:00
syl20bnr d0c33564c7 Bump version to 0.43.0 2015-01-06 23:34:56 -05:00
syl20bnr df0be48624 Fixes #211 cygwin emacs-w32 wrong unicode chars
Explicitly define a fallback font
2015-01-06 22:14:06 -05:00
syl20bnr b366d9f068 Fix lazy activation of packages for 24.3 2015-01-06 19:52:06 -05:00
syl20bnr 8db5695333 Safer manual detection of installed package 2015-01-05 01:38:50 -05:00
syl20bnr fa2aa62f94 Declare pcache-directory earlier in spacemacs-mode.el 2015-01-05 01:38:49 -05:00
syl20bnr 402d6e9267 Speed up boot time by lazy activating of packages 2015-01-05 01:38:48 -05:00
syl20bnr a7e071c3b8 Bump version to 0.42.1 2015-01-05 01:37:56 -05:00
syl20bnr 774d1ce64b Bump version to 0.42.0 2015-01-04 01:51:01 -05:00
mkcode 0f958b7f7a user-home-directory taken from home env, not parent path 2015-01-04 00:09:20 -05:00
syl20bnr 14329a9e9b Bump version to 0.41.2 2015-01-03 02:09:11 -05:00
syl20bnr a17c0cd611 Bump version to 0.41.1 2015-01-02 22:23:01 -05:00
syl20bnr be8a62b220 Hotfix broken 24.3 compatibility with subr-x
Resolves #375
2015-01-02 22:21:35 -05:00
syl20bnr 821a185a42 Bump version to 0.41.0 2015-01-02 00:54:18 -05:00
syl20bnr ba3bd53f54 Fix startup error void function string-empty-p 2015-01-02 00:50:21 -05:00
syl20bnr fa03b28313 Missing version update... 2015-01-01 22:03:26 -05:00
syl20bnr ad9441c20b Add a note during spacemacs update
That only elpa packages are updated for now
2015-01-01 02:20:10 -05:00
ralesi 847b8f1a43 Spacemacs upgrade command
- create upgrade function and button on start page.
2015-01-01 02:14:43 -05:00
syl20bnr 97a22d3a8d Add support for all base16 themes
Requested in #367
2015-01-01 02:07:43 -05:00
syl20bnr fe8b43885c Fixes #343 Add the version number in Spacemacs 2014-12-31 23:53:38 -05:00
syl20bnr ba972c875e Center the doge 2014-12-30 15:25:05 -05:00
syl20bnr 41db8628c5 Add doge and random* values for dotspacemacs-startup-banner
`doge` will always select the doge super duper banner
`random*` is a random choice include all banners (doge included)
2014-12-30 00:00:34 -05:00
syl20bnr 1b313a6fa0 Rename doge banner to 999-banner.txt 2014-12-29 23:44:53 -05:00
Chris Barrett 7b44a56263 Awesome doge banner 2014-12-29 23:44:10 -05:00
Evan Dale Aromin 899a503ca8 Add a feature to toggle transparency
This sets the initial `alpha` frame parameter so that transparency could
be toggled later on. The level of opacity can be configured from a
user's .spacemacs through the variables `spacemacs-active-transparency`
and `spacemacs-inactive-transparency`.
2014-12-28 00:29:58 -05:00
syl20bnr 89fb5a46d6 New function configuration-layer/layer-declaredp 2014-12-26 15:14:15 -05:00
syl20bnr a9adee3039 Display chosen banner in Messages 2014-12-26 00:44:40 -05:00
syl20bnr c6ac04d180 Add variable dotspacemacs-startup-banner
To choose between:
- random for randomly chosen banner
- an index for a specific banner
- nil for no banner at all
2014-12-25 15:38:13 -05:00
syl20bnr 0a3003bfc7 Add a templare for layer README 2014-12-25 15:25:10 -05:00
syl20bnr 714d8b9bf5 Random selection of startup banner 2014-12-25 15:24:26 -05:00
syl20bnr 2554d16c16 Rename config-system.el to configuration-layer.el 2014-12-25 14:45:27 -05:00
sbenner 24fcfebf85 New variable dotspacemacs-mode-line-unicode-symbols
Can choose between ASCII chars or unicode symbols in the mode-line
can be useful for some terminals
2014-12-23 16:39:57 -05:00