Commit Graph

409 Commits

Author SHA1 Message Date
Victor Deryagin
9731d62a74 added new recipes (bbcode-mode, bookmark+, yari) 2011-01-19 21:32:48 +08:00
Christopher Browne
745d907d86 New recipe: kpm-list - smarter buffer listing 2011-01-19 21:30:23 +08:00
Alex Ott
f8cb473c3b add recipe for shime (Superior Haskell Interaction Mode for Emacs)
add features to haskell-mode-exts recipe
2011-01-18 11:49:28 +01:00
Alex Ott
e6a1945910 add recipe for haskell-mode-exts package (https://github.com/chrisdone/haskell-mode-exts) 2011-01-18 11:44:14 +01:00
Dimitri Fontaine
429e5ae3cd It so happens that I was overzealous. 2011-01-11 15:46:25 +01:00
Dimitri Fontaine
d14b2f5c26 Add some init routine in auto-complete recipe 2011-01-11 14:51:53 +01:00
Dimitri Fontaine
50510b6d05 Typo fix in php-mode-improved recipe 2011-01-11 14:51:42 +01:00
Dimitri Fontaine
974d28b292 Add auto-mode-alist support for php-mode-improved 2011-01-11 13:38:00 +01:00
Dimitri Fontaine
5cd9a10dc9 Yet another typo. 2011-01-10 22:44:56 +01:00
Dimitri Fontaine
0a0be3fa33 Add M-x el-get-make-recipes to the changelog 2011-01-10 22:39:17 +01:00
Dimitri Fontaine
49e15ca0ad Clean out left-over from previous mass-integration of new recipes. 2011-01-10 22:38:10 +01:00
Dimitri Fontaine
f360d60ec4 Implement `el-get-make-recipes' to help sharing. 2011-01-10 22:36:55 +01:00
Dimitri Fontaine
ac5588d592 Add purcell `el-get-sources' entries that we didn't already have. The 44 of them.
ELISP> (let ((n (remove nil
			(mapcar (lambda (s)
				  (unless
				      (file-exists-p (format "~/dev/emacs/el-get/recipes/%s.el" (el-get-source-name s))) s))
				(loop for r in purcell-el-get-sources when (not (symbolp r)) collect r)))))
	 (loop for s in n
	       do (with-temp-file (format "~/temp/purcell-el-get-recipes/%s.el" (el-get-source-name s))
		    (insert (prin1-to-string s)))))
2011-01-10 21:50:50 +01:00
Alex Ott
f6b9a6cb6e fix building on mac os x 2011-01-08 17:35:40 +01:00
Dimitri Fontaine
2801f0645b Add a recipe for git-commit-mode. 2011-01-08 13:01:30 +01:00
Dimitri Fontaine
fac845b1a4 Add documentation for el-get-update-all, with a 'not for the faint of hearts' style notice. 2011-01-07 13:30:47 +01:00
Alex Ott
54ca6ec27a re-add el-get-update-all function
now without whitespace changes
2011-01-07 13:09:06 +01:00
Alex Ott
b3ecc7f680 Reverting "first, naive version of el-get-update-all function"
Revert "first, naive version of el-get-update-all function"

This reverts commit b6b9b3d1e0.
2011-01-07 13:08:14 +01:00
Alex Ott
b6b9b3d1e0 first, naive version of el-get-update-all function
more complicated version will follow...
2011-01-07 10:56:31 +01:00
Benjamin Kudria
339a62b3ec Use a version of ruby-flymake that shows warnings as well as errors. 2011-01-07 17:10:26 +08:00
Benjamin Kudria
dd8452d1b4 some more recipes 2011-01-07 17:10:25 +08:00
Benjamin Kudria
de80754175 Actually require rinari in the recipe 2011-01-07 17:10:24 +08:00
Benjamin Kudria
92f1b3bb16 fix autofit-frame deps 2011-01-07 17:10:23 +08:00
Dave Abrahams
e65f41db35 Fix for the problem discussed in 7ce8ea090c (commitcomment-233637) 2011-01-06 16:58:27 +01:00
Dimitri Fontaine
497bf958a4 Stop el-get-init to build the Info related dir entries each time. 2011-01-06 16:53:00 +01:00
Dimitri Fontaine
9bbe665ad4 Typo fix 2011-01-06 14:23:22 +01:00
Dimitri Fontaine
7e8370940b Formating nit-picking :) 2011-01-06 12:11:08 +01:00
Sébastien Gross
e725789a3d Add features for db-sql recipe.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2011-01-06 19:09:50 +08:00
Sébastien Gross
a17a5a1264 Fix el-get-remove-autoloads for emacs 24.
`autoload-find-destination' has changed in emacs 24 and requires 2
parameters now.

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2011-01-06 19:09:50 +08:00
Dave Abrahams
1deae7b0fb Reinstate the passing of noerror through to el-get-init 2011-01-06 09:52:43 +01:00
Steve Purcell
e1db5d8b40 Make autoload generation respect 'el-get-byte-compile setting
Signed-off-by: Steve Purcell <steve@sanityinc.com>
2011-01-05 16:28:18 +01:00
Dimitri Fontaine
6ae499f97a Fix el-get-add-path-to-list now that pdir is known to be absolute. 2011-01-05 16:24:10 +01:00
Dimitri Fontaine
ffd5d33b6d Update current version string and edit the changelog. 2011-01-04 22:10:35 +01:00
Dimitri Fontaine
fdfcef7ea3 Remove the documentation part that duplicates el-get-install.el.
The only advantage of keeping it was to allow advanced users to edit where
el-get will get installed, but we can as well assume such users will be able
to figure it all out by themselves reading the el-get-install.el file.
2011-01-04 22:07:36 +01:00
Dimitri Fontaine
700eee9982 Remove the 'early-adopters' mention in the docs, per Dave Abrahams. 2011-01-04 22:04:48 +01:00
Dave Abrahams
084641da5e Rename wl back to wanderlust, since Dimitri fixed the info file bug 2011-01-04 22:01:07 +01:00
Dave Abrahams
737ebf4491 Make wanderlust-related recipes actually work 2011-01-04 22:00:53 +01:00
Dave Abrahams
9f263356e0 Simplify interface to el-get-byte-compile-file 2011-01-04 21:55:33 +01:00
Dimitri Fontaine
8628dc8c9f Whitespace cleanup 2011-01-04 21:54:02 +01:00
Dave Abrahams
f94a3b9308 Eliminate duplicate invocations of file-name-as-directory 2011-01-04 21:53:18 +01:00
Dimitri Fontaine
00fb7be7e2 Now that el-get-package-directory returns a directory name, we can
dispense with several redundant file-name-directory calls.

Conflicts:

	el-get.el
2011-01-04 21:51:57 +01:00
Dimitri Fontaine
7daefe3972 Make better use of expand-file-name. 2011-01-04 21:49:49 +01:00
Dimitri Fontaine
59490c6523 Really ensure that el-get-package-directory returns an absolute directory name. 2011-01-04 21:47:29 +01:00
Dimitri Fontaine
1311bc7e39 Fix the byte-compiling of packages now that el-get-load-path returns absolute filenames. 2011-01-04 21:38:28 +01:00
Dimitri Fontaine
3c785447f8 Whitespace cleaning. 2011-01-04 21:33:14 +01:00
Dave Abrahams
309032dcf2 For smoother user experience, use run-with-idle-timer for autoload updates. 2011-01-04 21:32:44 +01:00
Dimitri Fontaine
58403c8dc9 Whitespace cleaning, some more protection, Info handling fix. 2011-01-04 21:31:13 +01:00
Dave Abrahams
7ce8ea090c Proper shell-quoting for commands and their arguments; auto-flatten complex recipes 2011-01-04 21:15:05 +01:00
Sébastien Gross
2f6fc7da64 Add support for RST.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2011-01-05 00:20:32 +08:00
Dimitri Fontaine
1911d3355a Add recipe for keywiz 2011-01-04 16:39:28 +01:00