Commit Graph

722 Commits

Author SHA1 Message Date
Dave Abrahams
41c9960082 BUGFIX: post-remove hooks weren't being run
Fixes #267
2011-06-17 05:38:13 -04:00
Dimitri Fontaine
d00698dd96 Implement `el-get-self-update' 2011-06-15 21:46:09 +02:00
Dimitri Fontaine
ec6166bb95 Implement el-get-package-types-alist' to filter package names in el-get-sources' by type, per user request. 2011-06-14 21:37:47 +02:00
Julien Danjou
285b60e81b Merge pull request #244 from ruediger/fixreftex
recipes/reftex: do not use :after in recipe.
2011-06-14 03:23:44 -07:00
Rüdiger Sonderfeld
013116ac6e recipes/reftex: do not use :after in recipe. Load unnecessary anyway becase :features are required. 2011-06-14 12:14:41 +02:00
Julien Danjou
2637be1b15 Change various defvar to defcustom
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-06-14 11:27:01 +02:00
Dimitri Fontaine
313fe84907 Add a Local Variables: section and set whitespace settings in there. 2011-06-14 10:16:12 +02:00
Dimitri Fontaine
46be377fde Error out nicely when we can't find the recipe for a package. 2011-06-13 23:33:03 +02:00
Julien Danjou
1321a86718 Add oauth recipe 2011-06-08 11:54:06 +02:00
Dave Abrahams
2222c5bdf0 Bugfix: restore a line that was mistakenly dropped 2011-06-07 11:54:39 -04:00
Dave Abrahams
84de83fe11 Attempt to deal more smoothly with legacy el-get-sources settings.
See http://thread.gmane.org/gmane.emacs.el-get.devel/385
2011-06-07 10:32:53 -04:00
Dave Abrahams
602492940f Rename el-get-install => el-get-do-install, el-get-demand => el-get-install
el-get-do-install is not a user interface function and thus has lost its "(interactive...)" clause
2011-06-05 15:28:59 -04:00
Dave Abrahams
d109295d81 Correct check for changed standard packages list 2011-06-05 15:03:31 -04:00
Dave Abrahams
26391544e2 Add missing dependency 2011-06-05 15:03:31 -04:00
Dave Abrahams
c719b2472f Comment and grammar cleanup 2011-06-05 15:03:31 -04:00
Dave Abrahams
f558499ee9 Update el-get-standard-packages when packages are removed 2011-06-05 15:03:31 -04:00
Dave Abrahams
d8c00db7cd Add missing dependency 2011-06-05 15:03:31 -04:00
Dave Abrahams
10fe3ca89e Add dependencies for color themes 2011-06-05 15:03:31 -04:00
Dave Abrahams
3bf072d41e Allow for debugging in condition-case 2011-06-05 15:03:31 -04:00
Dave Abrahams
cfcf971875 Fix bug caught during byte-compilation 2011-06-05 15:03:31 -04:00
Dave Abrahams
9872092153 Clean up list-of-packages mechanisms
Pare the many down to those we actually use, replacing el-get-sources
by el-get-standard-packages where appropriate.
2011-06-05 15:03:31 -04:00
Dave Abrahams
0c97eb35d6 Use el-get-standard-packages to track the set of desired packages separately from el-get-sources 2011-06-05 15:03:31 -04:00
Dave Abrahams
ab191c8bc3 Dependency resolution and dynamic package state tracking 2011-06-05 15:03:31 -04:00
Dave Abrahams
36af03d311 Add failure notification and missing update notification 2011-06-05 15:03:31 -04:00
Dave Abrahams
fc10ca09d3 Docstring and comment fixups 2011-06-05 15:03:31 -04:00
Dave Abrahams
1fb2363ed9 Invoke el-get-installation-failed when installation steps fail
The diffs look big, but it's mostly an indentation change.
2011-06-05 15:03:31 -04:00
Dave Abrahams
76ebcad0f9 Fix docstrings 2011-06-05 15:03:31 -04:00
Dave Abrahams
6ee17852e1 Make sure outdated compiled autoloads file is not left hanging around 2011-06-05 15:02:21 -04:00
Dave Abrahams
530c05ede3 Stop invalidating autoloads early
The call to el-get-invalidate-autoloads was causing some churn in
.loaddefs.el when things were installed asynchronously; we'd patch up
the autoloads as soon as the installation process had been kicked off,
and then again after the package was installed.
2011-06-05 15:02:19 -04:00
Dave Abrahams
88880fa6e1 Make yasnippet recipe do less work up-front, so as not to penalize
everyone who might want to use it.

Fixes #236
2011-06-05 15:02:12 -04:00
Dave Abrahams
1569f5d0cb Don't eagerly load elscreen 2011-06-04 20:47:25 -04:00
Dave Abrahams
47bcf33de9 Removed bogus spaces 2011-06-04 08:52:14 -07:00
Dave Abrahams
377c3b93d7 Turn off eager activation of color themes 2011-06-01 19:17:33 -04:00
Julien Danjou
af7b050536 Merge pull request #234 from glasserc/haml-mode
Don't require the haml-mode feature; autoloads are fine
2011-05-28 04:31:14 -07:00
Dave Abrahams
e32b1aee35 Merge widget fix from branch 'dimitri/2.stable' 2011-05-27 17:05:59 -04:00
Dave Abrahams
7a23356096 Fix el-get-symbol customization widget 2011-05-27 16:48:37 -04:00
Ethan Glasser-Camp
f8027efaeb Don't require the haml-mode feature; autoloads are fine 2011-05-27 13:55:41 -04:00
Julien Danjou
a40bc72626 Import 2.2 changelog
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-05-26 10:55:08 +02:00
Julien Danjou
da23a4c80f Prepare for 2.2 release
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-05-26 10:46:05 +02:00
Julien Danjou
02fde37dc8 Revert "Merge branch 'dimitri-master'"
This reverts commit 8138e5cf51, reversing
changes made to 1315a2ccab.
2011-05-26 10:43:29 +02:00
Julien Danjou
99f1eb7718 Revert "Merge branch 'dimitri-master'"
This reverts commit 8138e5cf51, reversing
changes made to 1315a2ccab.
2011-05-26 10:26:59 +02:00
Dimitri Fontaine
ccc98b5e05 Proof reading of the "release notes" and version details 2011-05-26 09:53:07 +02:00
Dimitri Fontaine
473953b296 Just after tagging stable 2.1, change version strings to 3.0 in the development tree. 2011-05-25 22:07:37 +02:00
Dimitri Fontaine
c9b33627b7 Release stable version 2.1 2011-05-25 21:59:32 +02:00
Dimitri Fontaine
321afd5559 Merge pull request #225 from rassie/master
slime's URL on Github instead of CVS
2011-05-25 12:45:11 -07:00
Dimitri Fontaine
99dee2d490 Merge branch 'master' of github.com:dimitri/el-get 2011-05-25 21:43:54 +02:00
Dimitri Fontaine
97e7cfa46e Add recipe for shell-current-directory 2011-05-25 21:43:43 +02:00
Dave Abrahams
8138e5cf51 Merge branch 'dimitri-master' 2011-05-25 12:47:27 -04:00
Dave Abrahams
1315a2ccab Add el-get-as-string along with associated refactorings
(without misplaced parens this time)
2011-05-25 12:38:38 -04:00
Julien Danjou
ac7b22d452 Revert "Add el-get-as-string along with associated refactorings"
This reverts commit ac5a364157.

Conflicts:

	el-get.el

Signed-off-by: Julien Danjou <julien@danjou.info>
2011-05-25 09:39:52 +02:00