Commit Graph

340 Commits

Author SHA1 Message Date
Dimitri Fontaine
e654f0693b Fix issue #238, symlinks under windows. 2011-06-19 22:16:21 +02:00
Dimitri Fontaine
9ef83d3535 Fix issue #235 (el-get-funcall forgot to maintain its environment) 2011-06-19 21:30:51 +02:00
Dimitri Fontaine
aefa20f433 Merge pull request #233 from glasserc/package23
Changes for backwards compatibility with package23
2011-06-19 11:32:48 -07: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
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
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
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
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
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
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
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
Dave Abrahams
c01a6bb0f9 Allow for debugging in condition-case 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
99c4668f70 Bugfix: code was just wrong 2011-05-24 11:50:03 -04:00
Dave Abrahams
20057d05fc Remove testing flotsam 2011-05-24 11:50:03 -04:00
Dave Abrahams
5d60d7c1b0 WIP on dependency resolution, etc. 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
ae4617a600 Improved comments 2011-05-24 11:50:03 -04:00
Dave Abrahams
38ac24777b Fix comment typo 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
Dave Abrahams
62905785e1 Simplify: the let' above already guarantees that compile' is a `listp' 2011-05-24 11:50:03 -04:00
Dave Abrahams
7aebaa5787 Add el-get-as-list and el-get-as-symbol along with associated refactorings 2011-05-24 11:50:03 -04:00
Dave Abrahams
250358204c Add missing comment 2011-05-24 11:50:03 -04:00
Dave Abrahams
d1f288db52 Grammar corrections 2011-05-24 11:50:03 -04:00
Dave Abrahams
b7af465078 Add el-get-symbol widget so that users can put strings in el-get-sources 2011-05-24 11:50:03 -04:00
Julien Danjou
f49dcc0566 disable more hooks on autoload generation
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-05-23 10:06:52 +02:00
Dave Abrahams
c766e4cea0 Add el-get-repeat widget to simplify el-get-sources customization 2011-05-22 15:53:01 -04:00