Commit graph

138 commits

Author SHA1 Message Date
Steve Purcell
e65a8fc0b0 Ensure all functions are correctly namespaced 2012-02-03 14:39:16 +00:00
Steve Purcell
3924aa896d Tidy up the fallback code for locating package info in .pkg, .pkg.in, and .el files 2012-02-02 20:30:15 +00:00
Steve Purcell
c8e29ccda9 Add todochiku.el 2012-02-02 20:07:19 +00:00
Donald Ephraim Curtis
0dc54389a5 add flymake-cursor package 2012-02-02 14:05:20 -06:00
Donald Ephraim Curtis
c26d804796 Fix indentation in pkglist. 2012-02-02 14:05:05 -06:00
Donald Ephraim Curtis
bd5564405a Remove commented functions. 2012-02-02 13:22:27 -06:00
Donald Ephraim Curtis
6f91ac9380 Add the melpa package. Self promotion. 2012-02-02 13:21:45 -06:00
Donald Ephraim Curtis
fee98f4cdd Fixed a bug when generating *-pkg.el files
Dependencies were not being properly generated, quoted lists of cons.
2012-02-02 13:20:43 -06:00
Steve Purcell
27b1d7fc2e Add git-blame.el 2012-02-02 14:47:11 +00:00
Steve Purcell
879cf3a61b Add js3.el 2012-02-02 14:39:18 +00:00
Steve Purcell
60083032da Extract common code for updating pkg-info with new version 2012-01-31 14:23:27 +00:00
Steve Purcell
a7f748c14a Rename a couple of function args for clarity 2012-01-31 14:02:42 +00:00
Steve Purcell
905854725f Cursorily fix up all docstrings to pass checkdoc tests. 2012-01-31 10:52:02 +00:00
Steve Purcell
69d4ad65c2 Factor out code for writing pretty-printed sexps to disk 2012-01-31 10:52:02 +00:00
Donald Ephraim Curtis
97dc2430b1 Minor indentation fixes. 2012-01-30 21:19:06 -06:00
Donald Ephraim Curtis
b8791caf7a Rinari Fix: use a special fork of findr,inflections,and jump. 2012-01-30 21:18:59 -06:00
Donald Ephraim Curtis
b526f12dec Advice is no longer needed as a fix has been pushed to HEAD 2012-01-30 21:17:33 -06:00
Steve Purcell
ebccd930c6 Remove unused package-change-list-elt function 2012-01-30 14:38:55 +00:00
Steve Purcell
ae4549fa16 Group the -build-checkout- functions together 2012-01-30 14:38:55 +00:00
Steve Purcell
c070959b20 Ensure that single-file wiki packages aren't bundled unnecessarily as tars 2012-01-30 14:38:47 +00:00
Steve Purcell
3fc3a0200e Unify build-checkout functions so each can directly access the config options it needs 2012-01-30 12:46:44 +00:00
Steve Purcell
df77b0e0bf Use "last edited" timestamp when fetching from emacswiki, and figure out URL automatically 2012-01-30 11:01:06 +00:00
Steve Purcell
73062e6349 Add recipes for ac-dabbrev and org-fstree 2012-01-30 10:35:35 +00:00
Donald Ephraim Curtis
a80de95c56 add a validation step comparing files generated to number in pkglist 2012-01-29 20:27:15 -06:00
Steve Purcell
82e4faa900 Shrink process-handling code in checkout functions 2012-01-29 13:13:14 +00:00
Steve Purcell
b3c4d085c7 Fix minor typo on front page 2012-01-29 12:23:39 +00:00
Steve Purcell
5b79bc94ca Re-use package-read-from-file for reading package file and archive contents 2012-01-29 12:18:48 +00:00
Steve Purcell
f7cf0e1c23 Use more official darcs repo for darcsum rather than emacsmirror 2012-01-29 11:47:04 +00:00
Steve Purcell
a8a524e3bd Add recipes for csv-mode, darcsum, pretty-mode and textile-mode 2012-01-29 11:23:30 +00:00
Donald Ephraim Curtis
3f8ff0782a Consolidate out time search and format. 2012-01-28 20:10:55 -06:00
Donald Ephraim Curtis
1f2a741869 Fix spelling bug of rainbow-delimiters. 2012-01-28 20:10:35 -06:00
Donald Ephraim Curtis
b76c0107c8 Fix a bug with a mismatch with single file packages.
With single file packages, the filename must match the package name.
2012-01-28 20:09:44 -06:00
Donald Ephraim Curtis
5ca0041048 add rainbow-delimiters package 2012-01-28 19:32:27 -06:00
Donald Ephraim Curtis
2fe4f63179 Added ability to checkout wiki-based packages. 2012-01-28 19:26:20 -06:00
Donald Ephraim Curtis
2a03ca3023 More credit to Purcell!!! 2012-01-28 18:17:45 -06:00
Donald Ephraim Curtis
c12ee029d9 Fix some long lines. Still a few long strings left. 2012-01-28 18:16:55 -06:00
Donald Ephraim Curtis
b1f7e74a44 Give credit to Purcell 2012-01-28 18:05:24 -06:00
Donald Ephraim Curtis
3238d7c74a merge in generalization from purcell 2012-01-28 17:57:50 -06:00
Steve Purcell
76ccba984b Ignore emacs backup files 2012-01-28 20:31:50 +00:00
Steve Purcell
ac18782194 Add recipe for dired+ 2012-01-28 20:23:09 +00:00
Steve Purcell
e2e25c722a Use 'completing-read in 'package-build-archive; helpful when debugging 2012-01-28 20:01:37 +00:00
Steve Purcell
a2068c01e1 Add recipe for mmm-mode, which uses a wildcard for :files 2012-01-28 20:00:43 +00:00
Steve Purcell
81e9a89448 Support wildcards in :files option 2012-01-28 20:00:13 +00:00
Steve Purcell
db4746fcac Make sure Emacs knows not to byte-compile pkglist 2012-01-28 15:58:34 +00:00
Steve Purcell
5206cc413e Ignore .elc files 2012-01-28 15:52:28 +00:00
Steve Purcell
07065fb330 Docstring fixes 2012-01-28 15:51:26 +00:00
Donald Ephraim Curtis
b281bf39ca Add expand-region command. 2012-01-27 22:06:01 -06:00
Donald Ephraim Curtis
d06f9022b2 Add installation instructions for melpa.el. 2012-01-27 22:05:52 -06:00
Donald Ephraim Curtis
eb7d0f937e fix style.css from mpstarter branch 2012-01-27 15:11:57 -06:00
Donald Ephraim Curtis
44c6fc8c58 add elisp package for melpa
fixes bugs and extends functionality
2012-01-27 15:07:14 -06:00