Commit Graph

815 Commits

Author SHA1 Message Date
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
Ethan Glasser-Camp
3b89ec11bd Changes for backwards compatibility with package23 2011-05-27 13:35:29 -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
Dave Abrahams
c01a6bb0f9 Allow for debugging in condition-case 2011-05-24 11:50:03 -04:00
Dave Abrahams
8772c2dd92 Correct misuse of "care" and simplify related language in a few places. 2011-05-24 11:50:03 -04:00
Dave Abrahams
24a2cbebc2 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-05-24 11:50:03 -04:00
Dave Abrahams
ae4617a600 Improved comments 2011-05-24 11:50:03 -04:00
Dave Abrahams
99c4668f70 Bugfix: code was just wrong 2011-05-24 11:50:03 -04:00
Dave Abrahams
38ac24777b Fix comment typo 2011-05-24 11:50:03 -04:00
Dave Abrahams
20057d05fc Remove testing flotsam 2011-05-24 11:50:03 -04:00
Dave Abrahams
ac5a364157 Add el-get-as-string along with associated refactorings 2011-05-24 11:50:03 -04:00