]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
12 years ago* packages/oauth2/oauth2.el: Revert fix URL double escaping, update to 0.5
Julien Danjou [Tue, 29 May 2012 12:56:21 +0000 (14:56 +0200)]
* packages/oauth2/oauth2.el: Revert fix URL double escaping, update to 0.5

12 years agoupdated undo-tree package to version 0.5.2
Toby S. Cubitt [Thu, 24 May 2012 08:49:41 +0000 (11:49 +0300)]
updated undo-tree package to version 0.5.2

* undo-tree.el: add diff view feature in undo-tree visualizer.

12 years agoMake forward-diffs.py check for a directory maintainer if no file one
Glenn Morris [Wed, 23 May 2012 21:19:22 +0000 (17:19 -0400)]
Make forward-diffs.py check for a directory maintainer if no file one

12 years agoAdd --prefix option to forward-diffs.py
Glenn Morris [Wed, 23 May 2012 20:48:03 +0000 (16:48 -0400)]
Add --prefix option to forward-diffs.py

12 years agoRemove references to elpa in forward-diffs.py
Glenn Morris [Wed, 23 May 2012 20:26:36 +0000 (16:26 -0400)]
Remove references to elpa in forward-diffs.py

12 years agoAdd --no-update, --no-scan options for forward-diffs.py
Glenn Morris [Wed, 23 May 2012 20:25:04 +0000 (16:25 -0400)]
Add --no-update, --no-scan options for forward-diffs.py

12 years agoComments
Glenn Morris [Wed, 23 May 2012 07:38:24 +0000 (00:38 -0700)]
Comments

12 years ago(scan_dir): Do not write empty maintainers to the maintfile.
Glenn Morris [Wed, 23 May 2012 07:31:44 +0000 (00:31 -0700)]
(scan_dir): Do not write empty maintainers to the maintfile.

12 years agoWhen the maintainer is unknown, scan the file, and append it if found.
Glenn Morris [Wed, 23 May 2012 07:29:15 +0000 (00:29 -0700)]
When the maintainer is unknown, scan the file, and append it if found.

12 years agoChange it to work on the basis of files rather than packages
Glenn Morris [Wed, 23 May 2012 07:18:02 +0000 (00:18 -0700)]
Change it to work on the basis of files rather than packages

12 years agoRename from maint.txt, and make it list files, not packages
Glenn Morris [Wed, 23 May 2012 07:11:36 +0000 (00:11 -0700)]
Rename from maint.txt, and make it list files, not packages

12 years agoAdd the option to create the maintfile by scanning the packages directory
Glenn Morris [Wed, 23 May 2012 07:07:07 +0000 (00:07 -0700)]
Add the option to create the maintfile by scanning the packages directory

(--create): New option.
(scan_file, scan_dir): New functions.

12 years agore.match always searches from the start, so no need for ^.
Glenn Morris [Wed, 23 May 2012 06:40:00 +0000 (23:40 -0700)]
re.match always searches from the start, so no need for ^.
Tweak missing packagedir error message.

12 years agoFix typo in previous
Glenn Morris [Tue, 22 May 2012 16:23:03 +0000 (09:23 -0700)]
Fix typo in previous

12 years agoAdd debug option, to not send mail.
Glenn Morris [Tue, 22 May 2012 07:30:14 +0000 (00:30 -0700)]
Add debug option, to not send mail.
Add packagedir argument, to get the path to packages/.

12 years agoAdd optional override file to override maintainers.
Glenn Morris [Tue, 22 May 2012 07:22:25 +0000 (00:22 -0700)]
Add optional override file to override maintainers.
Allow "nomail" to mean no mail is to be forwarded.

12 years agoAdd adaptive-wrap-extra-indent.
Jonathan Kotta [Mon, 21 May 2012 04:46:36 +0000 (00:46 -0400)]
Add adaptive-wrap-extra-indent.
* adaptive-wrap/adaptive-wrap.el (adaptive-wrap-extra-indent): New var.
(adaptive-wrap-fill-context-prefix): New function.
(adaptive-wrap-prefix-function): Use it.
(adaptive-wrap-prefix-mode): Add to visual-line custom group.

12 years agotrie.el, tNFA.el, dict-tree.el: minor package header and autoload fixes
Toby S. Cubitt [Sat, 5 May 2012 10:38:48 +0000 (12:38 +0200)]
trie.el, tNFA.el, dict-tree.el: minor package header and autoload fixes

* trie.el: remove emacs version dependency.

* tNFA.el: add missing autoload cookies.

* dict-tree.el: minor change to package description, to match the other data
structure packages.

12 years agoarchive-contents.el (archive--simple-package-p): Fix prop-line matching.
Chong Yidong [Sat, 5 May 2012 05:07:32 +0000 (13:07 +0800)]
archive-contents.el (archive--simple-package-p): Fix prop-line matching.

12 years agoAdd notes-mode.
Stefan Monnier [Fri, 4 May 2012 18:23:31 +0000 (14:23 -0400)]
Add notes-mode.

12 years ago* packages/oauth2/oauth2.el: Don't use aget, update to 0.4
Julien Danjou [Fri, 4 May 2012 12:02:14 +0000 (14:02 +0200)]
* packages/oauth2/oauth2.el: Don't use aget, update to 0.4

12 years agoundo-tree.el: Update package to version 0.4
Toby S. Cubitt [Wed, 2 May 2012 20:20:08 +0000 (22:20 +0200)]
undo-tree.el: Update package to version 0.4

12 years agoMinor fixes to commentaries, package headers, and whitespace
Toby S. Cubitt [Mon, 30 Apr 2012 18:41:06 +0000 (20:41 +0200)]
Minor fixes to commentaries, package headers, and whitespace

* queue.el: fix description of data structure in Commentary; add Maintainer
  header.

* queue.el, heap.el, tNFA.el, trie.el, dict-tree.el: trivial whitespace fixes.

12 years agoAdd dict-tree.el
Toby S. Cubitt [Sun, 29 Apr 2012 11:45:44 +0000 (13:45 +0200)]
Add dict-tree.el

12 years agoAdd trie.el
Toby S. Cubitt [Sun, 29 Apr 2012 11:45:19 +0000 (13:45 +0200)]
Add trie.el

12 years agoAdd tNFA.el
Toby S. Cubitt [Sun, 29 Apr 2012 11:45:01 +0000 (13:45 +0200)]
Add tNFA.el

12 years agoAdd heap.el
Toby S. Cubitt [Sun, 29 Apr 2012 11:44:35 +0000 (13:44 +0200)]
Add heap.el

12 years agoAdd queue.el
Toby S. Cubitt [Sun, 29 Apr 2012 11:43:42 +0000 (13:43 +0200)]
Add queue.el

12 years agoAdd some missing \n to write statements
Glenn Morris [Sat, 28 Apr 2012 06:53:23 +0000 (23:53 -0700)]
Add some missing \n to write statements

12 years agoNew files, for forwarding diffs to maintainers
Glenn Morris [Sat, 28 Apr 2012 06:47:08 +0000 (23:47 -0700)]
New files, for forwarding diffs to maintainers

12 years agoundo-tree.el: Update package to version 0.3.4
Toby S. Cubitt [Fri, 20 Apr 2012 16:04:30 +0000 (18:04 +0200)]
undo-tree.el: Update package to version 0.3.4

* undo-tree.el (undo-list-pop-changeset): fix pernicious bug causing undo
history to be lost.
(buffer-undo-tree): set permanent-local property.
(undo-tree-enable-undo-in-region): add new customization option allowing
undo-in-region to be disabled.

12 years ago* packages/oauth2/oauth2.el: Fix URL double escaping, update to 0.3
Julien Danjou [Thu, 19 Apr 2012 08:28:03 +0000 (10:28 +0200)]
* packages/oauth2/oauth2.el: Fix URL double escaping, update to 0.3

12 years agoClear up the current limit when narrowing.
Lars Magne Ingebrigtsen [Thu, 12 Apr 2012 12:34:00 +0000 (14:34 +0200)]
Clear up the current limit when narrowing.

Also used `inhibit-read-only' instead of `buffer-read-only'.

12 years agoAllow ignoring matches in From/Subject when narrowing.
Lars Magne Ingebrigtsen [Wed, 11 Apr 2012 13:27:04 +0000 (15:27 +0200)]
Allow ignoring matches in From/Subject when narrowing.

12 years agoMake sorting respect the current narrowing.
Lars Magne Ingebrigtsen [Wed, 11 Apr 2012 13:20:50 +0000 (15:20 +0200)]
Make sorting respect the current narrowing.

12 years agoMake sure the buffer isn't read-only before altering.
Lars Magne Ingebrigtsen [Wed, 11 Apr 2012 13:13:09 +0000 (15:13 +0200)]
Make sure the buffer isn't read-only before altering.

12 years agoAdd commands to narrow/widen the bug reports.
Lars Magne Ingebrigtsen [Wed, 11 Apr 2012 13:10:11 +0000 (15:10 +0200)]
Add commands to narrow/widen the bug reports.

12 years agonhexl-mode.el: Fix last change.
Chong Yidong [Sun, 25 Mar 2012 02:46:27 +0000 (10:46 +0800)]
nhexl-mode.el: Fix last change.

12 years agoCommentary fix for quarter-plane.el.
Chong Yidong [Sat, 24 Mar 2012 13:59:25 +0000 (21:59 +0800)]
Commentary fix for quarter-plane.el.

12 years agoCommentary tweaks for csv-mode, ioccur, and nhexl-mode packages.
Chong Yidong [Sat, 24 Mar 2012 13:49:17 +0000 (21:49 +0800)]
Commentary tweaks for csv-mode, ioccur, and nhexl-mode packages.

12 years agocsv-mode.el: Improve commentary.
Chong Yidong [Sat, 24 Mar 2012 13:37:51 +0000 (21:37 +0800)]
csv-mode.el: Improve commentary.

12 years agoAdd implemented SOAP function "search_est".
Michael Albinus [Thu, 22 Mar 2012 20:18:09 +0000 (21:18 +0100)]
Add implemented SOAP function "search_est".

12 years agomemory-usage (memory-usage-find-large-variables): New command.
Ami Fischman [Thu, 22 Mar 2012 16:31:33 +0000 (12:31 -0400)]
memory-usage (memory-usage-find-large-variables): New command.

12 years ago* memory-usage.el (memory-usage-format): New function.
Stefan Monnier [Thu, 22 Mar 2012 16:27:22 +0000 (12:27 -0400)]
* memory-usage.el (memory-usage-format): New function.
(memory-usage): Use it.

12 years ago* debbugs-gnu.el (debbugs-gnu-default-severities). Add "serious" to
Michael Albinus [Thu, 22 Mar 2012 11:09:55 +0000 (12:09 +0100)]
* debbugs-gnu.el (debbugs-gnu-default-severities). Add "serious" to
initial value.
(debbugs-gnu-default-packages): Add further, new packages.

12 years agoAdd nhexl-mode.
Stefan Monnier [Wed, 21 Mar 2012 03:40:12 +0000 (23:40 -0400)]
Add nhexl-mode.

12 years ago* ampc.el (ampc): Fix typo.
Christopher Schmidt [Thu, 15 Mar 2012 11:48:41 +0000 (12:48 +0100)]
* ampc.el (ampc): Fix typo.

12 years ago* ampc: Bump version to 0.1.2.
Christopher Schmidt [Wed, 14 Mar 2012 21:34:36 +0000 (22:34 +0100)]
* ampc: Bump version to 0.1.2.

12 years ago* packages/ioccur/ioccur.el (ioccur-read-search-input): Fix kill and yank.
thierry volpiatto [Wed, 14 Mar 2012 17:41:33 +0000 (18:41 +0100)]
* packages/ioccur/ioccur.el (ioccur-read-search-input): Fix kill and yank.

12 years ago* ioccur.el: Fix up copyright and metadata.
Stefan Monnier [Wed, 14 Mar 2012 12:44:14 +0000 (08:44 -0400)]
* ioccur.el: Fix up copyright and metadata.

12 years agoAdd ioccur.
Stefan Monnier [Wed, 14 Mar 2012 12:35:01 +0000 (08:35 -0400)]
Add ioccur.

git-subtree-dir: packages/ioccur
git-subtree-mainline: 137997e07bb45ec2d814891a396bdedff75d5e58
git-subtree-split: 45843668d95734d081a12a18afbcb72348e7e948

12 years ago* memory-usage.el (memory-usage): Fix vector size display.
Stefan Monnier [Wed, 14 Mar 2012 02:32:56 +0000 (22:32 -0400)]
* memory-usage.el (memory-usage): Fix vector size display.

12 years ago* packages/csv-mode/csv-mode.el: Minor installation cleanups.
Stefan Monnier [Mon, 12 Mar 2012 16:47:09 +0000 (12:47 -0400)]
* packages/csv-mode/csv-mode.el: Minor installation cleanups.
Fix up copyright notice.  Set version.
(csv-separators, csv-field-quotes): Fix calls to `error'.
(csv-mode-line-help-echo, csv-mode-line-format): Replace mode-line-format
for default-mode-line-format.
(csv-mode-map): Declare and initialize.
(csv-mode): Add autoload cookie.
(csv-set-comment-start): Make sure vars are made buffer-local.
(csv-field-index-mode, csv-field-index): Use derived-mode-p.
(csv-align-fields): Improve insertion types of overlay's markers.

12 years agoAdd csv-mode.el.
Stefan Monnier [Mon, 12 Mar 2012 16:10:05 +0000 (12:10 -0400)]
Add csv-mode.el.

12 years agoChange default value of `debbugs-gnu-default-severities' to '("important" "normal")
Michael Albinus [Sun, 11 Mar 2012 10:22:33 +0000 (11:22 +0100)]
Change default value of `debbugs-gnu-default-severities' to '("important" "normal")

12 years agoAdded tag v2.4 for changeset dcf06596925b
Thierry Volpiatto [Sat, 10 Mar 2012 18:18:04 +0000 (19:18 +0100)]
Added tag v2.4 for changeset dcf06596925b

12 years agoMerge branchs.
Thierry Volpiatto [Sat, 10 Mar 2012 18:16:51 +0000 (19:16 +0100)]
Merge branchs.

12 years ago(ioccur): Fix docstring.
Thierry Volpiatto [Sat, 10 Mar 2012 18:08:28 +0000 (19:08 +0100)]
(ioccur): Fix docstring.

12 years ago(ioccur-read-search-input): Use with-no-warnings with pop.
Thierry Volpiatto [Sat, 10 Mar 2012 07:19:45 +0000 (08:19 +0100)]
(ioccur-read-search-input): Use with-no-warnings with pop.

12 years ago(ioccur-read-search-input): kill from current position with C-k.
Thierry Volpiatto [Thu, 8 Mar 2012 18:02:03 +0000 (19:02 +0100)]
(ioccur-read-search-input): kill from current position with C-k.

12 years ago(ioccur-read-search-input): Add C-a and C-e.
Thierry Volpiatto [Thu, 8 Mar 2012 17:27:44 +0000 (18:27 +0100)]
(ioccur-read-search-input): Add C-a and C-e.

12 years ago(ioccur-read-search-input): Introduce edition of minibuffer input. C-b, C-f, and...
Thierry Volpiatto [Thu, 8 Mar 2012 07:09:41 +0000 (08:09 +0100)]
(ioccur-read-search-input): Introduce edition of minibuffer input. C-b, C-f, and a cursor in minibuffer.

12 years ago* ampc: Update version to 0.1.1.
Christopher Schmidt [Tue, 14 Feb 2012 06:55:29 +0000 (14:55 +0800)]
* ampc: Update version to 0.1.1.

12 years ago* ampc: New package.
Christopher Schmidt [Sat, 11 Feb 2012 13:48:24 +0000 (21:48 +0800)]
* ampc: New package.

12 years ago* xclip.el: Better follow conventions.
Stefan Monnier [Mon, 6 Feb 2012 02:35:44 +0000 (21:35 -0500)]
* xclip.el: Better follow conventions.
Fix up copyright notice.
(xclip-program): Make it work in the usual way.
(xclip-set-selection, xclip-selection-value): Obey xclip-program.
(turn-on-xclip, turn-off-xclip): Don't autoload, not interactive.
(xclip-mode): New minor mode to avoid enabling it unconditionally.

12 years agoAdd xclip.el.
Leo Liu [Mon, 6 Feb 2012 02:21:55 +0000 (21:21 -0500)]
Add xclip.el.

12 years agoAdd f90-interface-browser.
Lawrence Mitchell [Mon, 6 Feb 2012 02:11:54 +0000 (21:11 -0500)]
Add f90-interface-browser.

git-subtree-dir: packages/f90-interface-browser
git-subtree-mainline: f4293d55a968717e82aa0f09fe791bebb9f24a3c
git-subtree-split: d0029da6b2faf9af11d3e1bc3e6f1f3f69007712

12 years ago2012-01-29 Ulf Jasper <ulf.jasper@web.de>
Ulf Jasper [Sun, 29 Jan 2012 13:20:07 +0000 (14:20 +0100)]
2012-01-29  Ulf Jasper  <ulf.jasper@web.de>

* elpa/packages/svg-clock/svg-clock.el: Clean up.
(svg-clock-version): Remove.
(svg-clock-color-to-hex): Use 2 digits for each hexadecimal color
value.
(svg-clock-mode, svg-clock-mode-map): Clean up.

12 years agoundo-tree.el: Fixed copyright attribution and Emacs status.
Toby S. Cubitt [Thu, 26 Jan 2012 20:07:58 +0000 (21:07 +0100)]
undo-tree.el: Fixed copyright attribution and Emacs status.

12 years agoundo-tree.el: Update package to version 0.3.3
Toby S. Cubitt [Thu, 26 Jan 2012 16:58:37 +0000 (17:58 +0100)]
undo-tree.el: Update package to version 0.3.3

12 years agoDoc updates, version header
Lawrence Mitchell [Thu, 26 Jan 2012 16:58:21 +0000 (16:58 +0000)]
Doc updates, version header

12 years agoFix up precision modifiers to base types
Lawrence Mitchell [Thu, 26 Jan 2012 13:10:06 +0000 (13:10 +0000)]
Fix up precision modifiers to base types

Previously we would parse character(len=*) as different from
character(len=128) and also integer(kind=c_int) as different from
integer.  Now we just throw the modifier away entirely.  This gives us
more false positives, but fewer false negatives when matching, which
is probably worthwhile.

12 years agoAdd more documentation and make Fluidity checks more generic
Lawrence Mitchell [Wed, 25 Jan 2012 18:37:50 +0000 (18:37 +0000)]
Add more documentation and make Fluidity checks more generic

12 years agoMerge branchs
Thierry Volpiatto [Tue, 24 Jan 2012 09:07:32 +0000 (10:07 +0100)]
Merge branchs

12 years ago(ioccur-buffer-completion-use-ido): Renamed from `ioccur-buffer-completion-style'.
Thierry Volpiatto [Tue, 24 Jan 2012 09:01:34 +0000 (10:01 +0100)]
(ioccur-buffer-completion-use-ido): Renamed from `ioccur-buffer-completion-style'.
When nil and ac-mode is turned on, use automatically anything completion.

12 years ago(ioccur-fontify-buffer-p): Now default to nil.
Thierry Volpiatto [Sat, 21 Jan 2012 06:33:26 +0000 (07:33 +0100)]
(ioccur-fontify-buffer-p): Now default to nil.

12 years agoUpdate the README for the debbugs package.
Chong Yidong [Sat, 7 Jan 2012 02:15:37 +0000 (10:15 +0800)]
Update the README for the debbugs package.

12 years agoRename adaptive-wrap-prefix to adaptive-wrap.
Chong Yidong [Thu, 5 Jan 2012 11:25:27 +0000 (19:25 +0800)]
Rename adaptive-wrap-prefix to adaptive-wrap.

The old name overflowed the column in list-packages.

12 years agoAdd new package "ediprolog".
Stefan Monnier [Fri, 23 Dec 2011 00:43:30 +0000 (19:43 -0500)]
Add new package "ediprolog".

12 years agooauth2: update version 0.2
Julien Danjou [Tue, 20 Dec 2011 10:33:00 +0000 (11:33 +0100)]
oauth2: update version 0.2

* oauth2: update version to 0.2

12 years agooauth2: allow to use any HTTP request type
Julien Danjou [Tue, 20 Dec 2011 10:30:30 +0000 (11:30 +0100)]
oauth2: allow to use any HTTP request type

* oauth2: allow to use any HTTP request type

12 years agosvg-clock: Disable buffer undo
Ulf Jasper [Tue, 13 Dec 2011 19:30:04 +0000 (20:30 +0100)]
svg-clock: Disable buffer undo

* elpa/packages/svg-clock/svg-clock.el: Disable buffer
          undo. Changed "Version" to 0.3.

12 years ago* adaptive-wrap-prefix.el: Improve commentary.
Stefan Monnier [Mon, 5 Dec 2011 04:42:10 +0000 (23:42 -0500)]
* adaptive-wrap-prefix.el: Improve commentary.

12 years agoRename awp-mode since we're not bound to 8+3.
Stefan Monnier [Mon, 5 Dec 2011 04:39:17 +0000 (23:39 -0500)]
Rename awp-mode since we're not bound to 8+3.

12 years ago* awp-mode: New package.
Stefan Monnier [Fri, 25 Nov 2011 14:51:22 +0000 (09:51 -0500)]
* awp-mode: New package.

12 years agoUpdate copyright and headers.
Thierry Volpiatto [Wed, 23 Nov 2011 19:30:46 +0000 (20:30 +0100)]
Update copyright and headers.

12 years ago2011-11-18 Eric Schulte <schulte.eric@gmail.com>
Eric Schulte [Fri, 18 Nov 2011 19:50:52 +0000 (12:50 -0700)]
2011-11-18 Eric Schulte <schulte.eric@gmail.com>

  * shen-mode.el: Update link to the shen website.
  * shen-mode-pkg.el: Elpa pkg file for shen mode.
  * inf-shen.el: Run shen code from within Emacs.

12 years agoSmall bugfixes
Roland Winkler [Tue, 1 Nov 2011 06:58:45 +0000 (01:58 -0500)]
Small bugfixes

12 years agonew package djvu.el
Roland Winkler [Sun, 30 Oct 2011 03:01:56 +0000 (22:01 -0500)]
new package djvu.el

12 years agoFix bug in `memory-usage' package.
Chong Yidong [Sun, 23 Oct 2011 07:38:40 +0000 (15:38 +0800)]
Fix bug in `memory-usage' package.
The 4th slot of `garbage-collect' is a number not a cons.

12 years agoAdd version tag to eldoc-eval.
Chong Yidong [Sun, 23 Oct 2011 07:37:51 +0000 (15:37 +0800)]
Add version tag to eldoc-eval.

12 years agoAdd version tag and commentary to the memory-usage package.
Chong Yidong [Sun, 23 Oct 2011 07:33:07 +0000 (15:33 +0800)]
Add version tag and commentary to the memory-usage package.

12 years ago* memory-usage: New package.
Stefan Monnier [Fri, 21 Oct 2011 13:06:38 +0000 (09:06 -0400)]
* memory-usage: New package.

12 years ago2011-10-18 Eric Schulte <schulte.eric@gmail.com>
Eric Schulte [Tue, 18 Oct 2011 23:05:32 +0000 (17:05 -0600)]
2011-10-18 Eric Schulte <schulte.eric@gmail.com>

* shen-mode.el: Updating commentary to point to newer official shen website.
  (shen-mode-map): No longer inheriting functionality from c-mode.

12 years ago* eldoc-eval.el Add infos in Commentary section.
thierry volpiatto [Sat, 15 Oct 2011 09:02:09 +0000 (11:02 +0200)]
* eldoc-eval.el Add infos in Commentary section.

12 years agoNormalise strings everywhere
Lawrence Mitchell [Thu, 13 Oct 2011 21:56:52 +0000 (22:56 +0100)]
Normalise strings everywhere

12 years ago* lmc.el: Make it work on Emacs-22.
Stefan Monnier [Wed, 12 Oct 2011 04:18:07 +0000 (00:18 -0400)]
* lmc.el: Make it work on Emacs-22.
(lmc--with-silent-modifications): Compatibility macro.
(lmc-store-word): Use it.
(lmc): New group.
(lmc-store-flash): Make into a defcustom.

12 years agoFix header line in eldoc-eval.el.
Chong Yidong [Wed, 12 Oct 2011 01:43:03 +0000 (21:43 -0400)]
Fix header line in eldoc-eval.el.

12 years ago2011-10-08 Eric Schulte <schulte.eric@gmail.com>
Eric Schulte [Sat, 8 Oct 2011 20:07:28 +0000 (14:07 -0600)]
2011-10-08 Eric Schulte <schulte.eric@gmail.com>

* shen-mode.el: More complete commentary introducing shen-mode.

12 years ago* oauth2.el: Require json.
Julien Danjou [Sat, 8 Oct 2011 08:03:26 +0000 (10:03 +0200)]
* oauth2.el: Require json.
  Fix compilation warning with success variable from url.el.