Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Damien Cassou
54ba61690a
helm-projectile: 20160603.611 -> 20160614.832
2016-06-19 11:53:49 +02:00
Herwig Hochleitner
887c316b7d
melpa(-unstable)-packages 2016-06-12
2016-06-12 17:11:51 +02:00
Herwig Hochleitner
893a50b957
melpa-packages 2016-06-04
...
remove company override from ac-php
2016-06-04 13:55:43 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Thomas Tuegel
649b5bceb1
Merge pull request #15602 from mdorman/emacs-updates
...
Emacs updates
2016-05-28 07:25:33 -05:00
Michael Alan Dorman
1ab65e6db2
crux: un-mark broken melpa-package version
...
The melpa-stable package still needs to be updated before it can be
unbroken.
2016-05-22 14:26:12 -04:00
Michael Alan Dorman
9675099db6
melpa-packages: 2016-05-22
2016-05-22 14:26:10 -04:00
Michael Alan Dorman
16df12ad1b
melpa-stable-packages: 2016-05-22
2016-05-22 14:26:08 -04:00
Michael Alan Dorman
91faa8e672
elpa-packages: 2016-05-22
2016-05-22 14:26:05 -04:00
Vladimír Čunát
73f1f5eb39
imagemagick: split dev output to fix #9604
...
Also fixup references to imagemagick.
2016-05-22 13:41:15 +02:00
Michael Alan Dorman
0bd9f7b2d6
melpa-packages 2016-05-16
2016-05-17 07:32:11 -04:00
Michael Alan Dorman
114550baa3
melpa-stable-packages 2016-05-16
2016-05-17 07:32:11 -04:00
Michael Alan Dorman
ced6d155b2
org-packages 2016-05-16
2016-05-17 07:32:11 -04:00
Michael Alan Dorman
c56614bdb8
elpa-packages 2016-05-16
2016-05-17 07:32:11 -04:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Michael Alan Dorman
1b314a70c2
Revert "Remove obsolete pcache version"
...
This reverts commit 5cc4ff09fa
.
2016-05-13 06:35:19 -04:00
Michael Alan Dorman
ada0d47b3e
Revert "Remove obsolete s version"
...
This reverts commit 7ccdbff95b
.
2016-05-13 06:35:06 -04:00
Michael Alan Dorman
0d4dfbd570
Revert "Remove obsolete xml-rpc version"
...
This reverts commit 5017e24756
.
2016-05-13 06:34:44 -04:00
Michael Alan Dorman
5cc4ff09fa
Remove obsolete pcache version
2016-05-08 18:33:29 -04:00
Michael Alan Dorman
7ccdbff95b
Remove obsolete s version
2016-05-08 18:33:29 -04:00
Michael Alan Dorman
14ba2f4f24
Remove obsolete magit (and associated packages) version
2016-05-08 18:33:29 -04:00
Michael Alan Dorman
a58e53c56e
Remove obsolete dash version.
2016-05-08 18:33:28 -04:00
Michael Alan Dorman
5017e24756
Remove obsolete xml-rpc version
2016-05-08 18:33:28 -04:00
Michael Alan Dorman
24da619b4f
Remove obsolete flycheck version.
2016-05-08 18:33:28 -04:00
Michael Alan Dorman
ee7af5fdb8
melpa-stable-packages 2016-05-07
2016-05-08 18:33:28 -04:00
Michael Alan Dorman
1912f45f9b
melpa-packages 2016-05-07
2016-05-08 18:33:28 -04:00
Michael Alan Dorman
66e337531d
elpa-packages 2016-05-07
2016-05-08 18:33:27 -04:00
Michael Alan Dorman
a8b3cf4669
Use generated org and org-plus-contrib packages.
2016-05-08 18:33:27 -04:00
Michael Alan Dorman
525cf616f4
org-packages 2016-05-07
2016-05-08 18:33:23 -04:00
Thomas Tuegel
a286d876ad
melpaStablePackages.docker: don't call builtin dependency
2016-04-26 14:12:53 -05:00
Thomas Tuegel
d47fe2bd4a
elpa-packages 2016-04-26
2016-04-26 14:07:32 -05:00
Thomas Tuegel
de33f4b48b
elpa-packages: update package generation instructions
2016-04-26 14:06:42 -05:00
Thomas Tuegel
559010fa9c
melpa-stable-packages 2016-04-26
2016-04-26 14:05:25 -05:00
Thomas Tuegel
f6828eb247
melpa-stable-packages: update package generation instructions
2016-04-26 14:05:00 -05:00
Thomas Tuegel
bf0ae7d45c
melpa-packages: update package generation instructions
2016-04-26 14:04:13 -05:00
Thomas Tuegel
d3eea5ae35
melpa-packages 2016-04-26
2016-04-26 14:00:20 -05:00
Thomas Tuegel
6c05554b85
emacsPackagesNg: remove compatibility cl-lib
...
ELPA has the compatibility library cl-lib-0.5 which interferes with the
builtin cl-lib-1.0.
2016-03-21 15:36:39 -05:00
Phil Scott
cbd4a203b7
emacs-w3m: fix reference to env variable
2016-03-11 07:23:11 +00:00
John Wiegley
0ee75214f3
proofgeneral_HEAD: New expr: Proof General from GitHub
2016-03-07 07:16:04 -08:00
Brian McKenna
b1096d0811
elpa-packages 2016-03-06
2016-03-06 00:03:26 +11:00
Thomas Tuegel
a5356d09e6
elpaPackages 2016-02-22
2016-02-22 06:21:20 -06:00
Thomas Tuegel
5f772ebf55
melpaStablePackages 2016-02-22
2016-02-22 06:18:27 -06:00
Thomas Tuegel
8765e9b3bc
melpaPackages 2016-02-21
2016-02-21 20:42:26 -06:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
Thomas Tuegel
53aee90d57
melpaStablePackages 2016-02-04
2016-02-04 18:05:21 -06:00
Thomas Tuegel
73093823f4
melpaPackages 2016-02-04
2016-02-04 17:13:37 -06:00
Thomas Tuegel
d5281958f0
elpaPackages 2016-02-04
2016-02-04 15:11:00 -06:00
Tobias Geerinckx-Rice
0c25292648
vorbis-tools: rename from old-style vorbisTools
2016-01-26 01:35:55 +01:00
Thomas Tuegel
aeda2a129f
emacs-isearch-plus: 20160115.1122 -> 20160118.1030
2016-01-22 15:18:12 -06:00