]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoAdd 'packages/context-coloring/' from commit 'f2b5d796d4dffc71b10503a8ae119bfa3274978e'
Jackson Ray Hamilton [Thu, 5 Feb 2015 07:40:01 +0000 (23:40 -0800)]
Add 'packages/context-coloring/' from commit 'f2b5d796d4dffc71b10503a8ae119bfa3274978e'

git-subtree-dir: packages/context-coloring
git-subtree-mainline: 3c57fa96866983e1cf20ca2ab2f0db7c140ccd4d
git-subtree-split: f2b5d796d4dffc71b10503a8ae119bfa3274978e

9 years agoRemove unnecessary .elpaignore.
Jackson Ray Hamilton [Thu, 5 Feb 2015 07:13:17 +0000 (23:13 -0800)]
Remove unnecessary .elpaignore.

9 years agoVersion 4.0.0.
Jackson Ray Hamilton [Thu, 5 Feb 2015 06:58:27 +0000 (22:58 -0800)]
Version 4.0.0.

9 years agoMerge branch 'develop'
Jackson Ray Hamilton [Thu, 5 Feb 2015 06:47:02 +0000 (22:47 -0800)]
Merge branch 'develop'

9 years agoRemove unnecessary file from .elpaignore.
Jackson Ray Hamilton [Thu, 5 Feb 2015 06:45:44 +0000 (22:45 -0800)]
Remove unnecessary file from .elpaignore.

9 years agoUpdate header installation instructions.
Jackson Ray Hamilton [Thu, 5 Feb 2015 06:27:35 +0000 (22:27 -0800)]
Update header installation instructions.

9 years agoMerge themes into main file.
Jackson Ray Hamilton [Thu, 5 Feb 2015 06:22:54 +0000 (22:22 -0800)]
Merge themes into main file.

9 years agoStrip headers. Use make dependencies.
Jackson Ray Hamilton [Thu, 5 Feb 2015 05:46:10 +0000 (21:46 -0800)]
Strip headers. Use make dependencies.

9 years agoAdd `make deps`.
Jackson Ray Hamilton [Thu, 5 Feb 2015 05:02:34 +0000 (21:02 -0800)]
Add `make deps`.

9 years agoUpdate .elpaignore.
Jackson Ray Hamilton [Thu, 5 Feb 2015 01:38:01 +0000 (17:38 -0800)]
Update .elpaignore.

9 years agoExternalize the JavaScript scopifier.
Jackson Ray Hamilton [Thu, 5 Feb 2015 01:35:44 +0000 (17:35 -0800)]
Externalize the JavaScript scopifier.

9 years agoMerge commit 'b963c70dcf211c86d4bb03bfd4a20c6807cbe679' from hydra
Oleh Krehel [Wed, 4 Feb 2015 18:46:55 +0000 (19:46 +0100)]
Merge commit 'b963c70dcf211c86d4bb03bfd4a20c6807cbe679' from hydra

9 years agoMerge commit '3e70e12bd942bbd0acac4963b5caca63756ad784' from company
Dmitry Gutov [Wed, 4 Feb 2015 16:35:36 +0000 (18:35 +0200)]
Merge commit '3e70e12bd942bbd0acac4963b5caca63756ad784' from company

9 years agoTruncate out-of-bounds search highlighting
Dmitry Gutov [Wed, 4 Feb 2015 16:33:55 +0000 (18:33 +0200)]
Truncate out-of-bounds search highlighting

Fixes #294

9 years ago* packages/sotlisp: Add "Version:" header; fix EOL format
Stefan Monnier [Wed, 4 Feb 2015 14:32:57 +0000 (09:32 -0500)]
* packages/sotlisp: Add "Version:" header; fix EOL format

9 years agoMerge branch 'master' into develop
Jackson Ray Hamilton [Wed, 4 Feb 2015 07:48:56 +0000 (23:48 -0800)]
Merge branch 'master' into develop

9 years agoMerge branch 'develop'
Jackson Ray Hamilton [Wed, 4 Feb 2015 07:48:00 +0000 (23:48 -0800)]
Merge branch 'develop'

9 years agoVersion 3.1.1.
Jackson Ray Hamilton [Wed, 4 Feb 2015 07:47:29 +0000 (23:47 -0800)]
Version 3.1.1.

9 years agoFix on Windows.
Jackson Ray Hamilton [Wed, 4 Feb 2015 07:44:34 +0000 (23:44 -0800)]
Fix on Windows.

9 years agoAdd current directory to load path for compilation.
Jackson Ray Hamilton [Wed, 4 Feb 2015 06:37:16 +0000 (22:37 -0800)]
Add current directory to load path for compilation.

9 years agoImprove the names of functions generated from lambdas
Oleh Krehel [Tue, 3 Feb 2015 17:09:12 +0000 (18:09 +0100)]
Improve the names of functions generated from lambdas

* hydra.el (defhydra): Improve.

Here, `hydra-window/lambda-v' function will be defined.

    (defhydra hydra-window ()
      "window"
      ("v" (lambda ()
             (interactive)
             (split-window-right)
             (windmove-right))
           "vert"))

9 years agoBump version
Oleh Krehel [Tue, 3 Feb 2015 16:13:29 +0000 (17:13 +0100)]
Bump version

* README.md: Update.

9 years ago* packages/cl-generic/cl-generic.el (cl-defmethod): Fix handling of subclass.
Stefan Monnier [Tue, 3 Feb 2015 15:22:33 +0000 (10:22 -0500)]
* packages/cl-generic/cl-generic.el (cl-defmethod): Fix handling of subclass.

9 years agohydra.el (hydra-disable): adapt to Emacs 24.4.1
Oleh Krehel [Tue, 3 Feb 2015 14:49:55 +0000 (15:49 +0100)]
hydra.el (hydra-disable): adapt to Emacs 24.4.1

The old thing should work for Emacs 25, and some versions older than
24.4.1.

Fixes #14.

9 years agohydra-examples.el: splitters take numeric argument
Oleh Krehel [Tue, 3 Feb 2015 13:38:44 +0000 (14:38 +0100)]
hydra-examples.el: splitters take numeric argument

* hydra-examples.el (hydra-move-splitter-left): Take ARG.
(hydra-move-splitter-right): Take ARG.
(hydra-move-splitter-up): Take ARG.
(hydra-move-splitter-down): Take ARG.

9 years agoAdd support for `universal-argument' and `digit-argument'
Oleh Krehel [Tue, 3 Feb 2015 12:27:37 +0000 (13:27 +0100)]
Add support for `universal-argument' and `digit-argument'

* hydra.el (hydra-base-map): Model after `universal-argument-map'; all
  Hydra keymaps will inherit from this one.
(hydra-curr-map): Current Hydra keymap. This is necessary for
e.g. `hydra--digit-argument' to return to the orignial keymap.
(hydra--universal-argument): New function.
(hydra--digit-argument): New function.
(hydra--negative-argument): New function.
(hydra--hint): Fix dangling `body-color'.
(defhydra): keymap will inherit `hydra-base-map'.
`hydra-current-map' will be set by red heads. In red heads, make the
function call after `set-transient-map' so that e.g. "Beginning of
buffer" error will not exit the Hydra.

* hydra-test.el: Update tests.

Fixes #13.

9 years ago* packages/cl-generic: Add new package
Stefan Monnier [Tue, 3 Feb 2015 05:47:37 +0000 (00:47 -0500)]
* packages/cl-generic: Add new package

9 years agoMerge commit 'a015fb350abe50d250e3e7a9c3c762397326977f' from company
Dmitry Gutov [Mon, 2 Feb 2015 15:22:35 +0000 (17:22 +0200)]
Merge commit 'a015fb350abe50d250e3e7a9c3c762397326977f' from company

9 years agoBump the version
Dmitry Gutov [Mon, 2 Feb 2015 15:20:48 +0000 (17:20 +0200)]
Bump the version

9 years agoPass company-lighter-base to company--group-lighter explicitly
Dmitry Gutov [Mon, 2 Feb 2015 15:15:35 +0000 (17:15 +0200)]
Pass company-lighter-base to company--group-lighter explicitly

9 years agoMerge commit '5d576aed8ee0f1ee29c2d1ca597301bdcff5597e' from hydra
Oleh Krehel [Mon, 2 Feb 2015 14:43:15 +0000 (15:43 +0100)]
Merge commit '5d576aed8ee0f1ee29c2d1ca597301bdcff5597e' from hydra

9 years agohydra-test.el: Add licence
Oleh Krehel [Mon, 2 Feb 2015 14:39:51 +0000 (15:39 +0100)]
hydra-test.el: Add licence

9 years agoUse mode-line format in company-lighter
Dmitry Gutov [Mon, 2 Feb 2015 12:32:11 +0000 (14:32 +0200)]
Use mode-line format in company-lighter

And use company-lighter-base in it. Resolves #290. Resolves #291.

9 years agoMerge commit '6f142e342a4228640cb50a45e224f932679355bb' from hydra
Oleh Krehel [Mon, 2 Feb 2015 09:56:30 +0000 (10:56 +0100)]
Merge commit '6f142e342a4228640cb50a45e224f932679355bb' from hydra

9 years agoUpdate sentence spacing.
Jackson Ray Hamilton [Mon, 2 Feb 2015 08:06:19 +0000 (00:06 -0800)]
Update sentence spacing.

9 years agoUpdate sentence spacing.
Jackson Ray Hamilton [Mon, 2 Feb 2015 08:04:39 +0000 (00:04 -0800)]
Update sentence spacing.

9 years agoMerge branch 'master' into develop
Jackson Ray Hamilton [Mon, 2 Feb 2015 06:44:54 +0000 (22:44 -0800)]
Merge branch 'master' into develop

9 years agoMerge branch 'develop'
Jackson Ray Hamilton [Mon, 2 Feb 2015 06:44:23 +0000 (22:44 -0800)]
Merge branch 'develop'

9 years agoAdd themes. Prepare for ELPA. Version 3.1.0.
Jackson Ray Hamilton [Mon, 2 Feb 2015 06:41:30 +0000 (22:41 -0800)]
Add themes. Prepare for ELPA. Version 3.1.0.

9 years agoMerge commit '7558a961a03b3a9d26fafc69d9665e4aadf47738' from js2-mode
Dmitry Gutov [Mon, 2 Feb 2015 03:17:08 +0000 (05:17 +0200)]
Merge commit '7558a961a03b3a9d26fafc69d9665e4aadf47738' from js2-mode

9 years agoBump the version and update NEWS
Dmitry Gutov [Mon, 2 Feb 2015 03:10:26 +0000 (05:10 +0200)]
Bump the version and update NEWS

9 years agoHighlight JS snippets
Dmitry Gutov [Mon, 2 Feb 2015 02:35:34 +0000 (04:35 +0200)]
Highlight JS snippets

9 years agoAdd top-level heading
Dmitry Gutov [Mon, 2 Feb 2015 02:30:17 +0000 (04:30 +0200)]
Add top-level heading

9 years agoMove the news from the wiki to the repo
Dmitry Gutov [Mon, 2 Feb 2015 02:29:00 +0000 (04:29 +0200)]
Move the news from the wiki to the repo

9 years agoFix free variable references
Dmitry Gutov [Mon, 2 Feb 2015 01:16:34 +0000 (03:16 +0200)]
Fix free variable references

Props to Flycheck.

9 years agojs2-test-parse-string: Compare the first syntax error
Dmitry Gutov [Mon, 2 Feb 2015 01:02:27 +0000 (03:02 +0200)]
js2-test-parse-string: Compare the first syntax error

9 years agoHandle arrowfun empty-args in js2-parse-paren-expr-or-generator-comp
Dmitry Gutov [Mon, 2 Feb 2015 00:58:04 +0000 (02:58 +0200)]
Handle arrowfun empty-args in js2-parse-paren-expr-or-generator-comp

Fixes #206

Doing `js2-unget-token' when handling a spurious right paren got us
into infloop.

9 years agoDistinguish red and blue hydra heads
Oleh Krehel [Sun, 1 Feb 2015 17:43:44 +0000 (18:43 +0100)]
Distinguish red and blue hydra heads

* hydra.el (hydra-face-red): New face.
(hydra-face-blue): New face.

(hydra--color): Each head now has a color: red is persistent, blue is
single-use. Head color inherits body color if it's not explicitly
overridden. Body color is red unless explicitly stated.

(hydra--face): Return face that corresponds to color.
(hydra--hint): New function, moved out of `defhydra'.
(hydra-disable): New function, moved out of `defhydra'.
(hydra--doc): New function, moved out of `defhydra'.

(defhydra): Commands that will vanquish the Hydra should be colored with
`hydra-face-blue'. The ones that will make the Hydra persist should be
colored with `hydra-face-red'.
Add autoload, move some code outside, Test HEAD's second element with
`null' instead of `functionp'.

* hydra-test.el (defhydra-red-error): Rename from `defhydra'.
(hydra-blue-toggle): Add test.

* README.md: Update.

Example:

    (global-set-key
     (kbd "C-c C-v")
     (defhydra toggle ()
       "toggle"
       ("t" toggle-truncate-lines "truncate" :color blue)
       ("f" auto-fill-mode "fill" :color blue)
       ("a" abbrev-mode "abbrev" :color blue)
       ("q" nil "cancel")))

Alternatively, since heads inherit color from the body:

    (global-set-key
     (kbd "C-c C-v")
     (defhydra toggle (:color blue)
       "toggle"
       ("a" abbrev-mode "abbrev")
       ("d" toggle-debug-on-error "debug")
       ("f" auto-fill-mode "fill")
       ("t" toggle-truncate-lines "truncate")
       ("w" whitespace-mode "whitespace")
       ("q" nil "cancel")))

9 years agoAdd 'packages/sotlisp/' from commit 'a781d1e12fac2dbad52d300aaa1b4bcfce83a5a7'
Artur Malabarba [Sun, 1 Feb 2015 18:40:46 +0000 (16:40 -0200)]
Add 'packages/sotlisp/' from commit 'a781d1e12fac2dbad52d300aaa1b4bcfce83a5a7'

git-subtree-dir: packages/sotlisp
git-subtree-mainline: 227daf6e520546ca4d9af82310739ff8238549a1
git-subtree-split: a781d1e12fac2dbad52d300aaa1b4bcfce83a5a7

9 years agoMerge branch 'master' into develop
Jackson Ray Hamilton [Sun, 1 Feb 2015 08:01:01 +0000 (00:01 -0800)]
Merge branch 'master' into develop

9 years agoMerge branch 'develop'
Jackson Ray Hamilton [Sun, 1 Feb 2015 08:00:10 +0000 (00:00 -0800)]
Merge branch 'develop'

9 years agoVersion 3.0.0.
Jackson Ray Hamilton [Sun, 1 Feb 2015 07:59:51 +0000 (23:59 -0800)]
Version 3.0.0.

9 years agoMerge branch 'feature/dispatch' into develop
Jackson Ray Hamilton [Sun, 1 Feb 2015 07:56:30 +0000 (23:56 -0800)]
Merge branch 'feature/dispatch' into develop

9 years agoDocument new dispatch API.
Jackson Ray Hamilton [Sun, 1 Feb 2015 07:55:44 +0000 (23:55 -0800)]
Document new dispatch API.

9 years agoUpdate the dispatch API.
Jackson Ray Hamilton [Sun, 1 Feb 2015 07:20:07 +0000 (23:20 -0800)]
Update the dispatch API.

9 years agojs2-parse-class-stmt: Define the class in the current scope
Dmitry Gutov [Sun, 1 Feb 2015 06:29:03 +0000 (08:29 +0200)]
js2-parse-class-stmt: Define the class in the current scope

Fixes #204

9 years agocompany-search-map: Add company-complete-number bindings
Dmitry Gutov [Sun, 1 Feb 2015 05:42:48 +0000 (07:42 +0200)]
company-search-map: Add company-complete-number bindings

#292

9 years agoTrack the current selection better
Dmitry Gutov [Sun, 1 Feb 2015 05:35:20 +0000 (07:35 +0200)]
Track the current selection better

* company-update-candidates: Restore selection even if it's 0. Don't rely on
  lexical sorting. Compare annotations. Maybe reset company-selection-changed.

* company-search-mode, company-search-abort: Save and restore the value of
  company-selection-changed.

#292

9 years agocompany-search-map: Include <up> and <down> bindings
Dmitry Gutov [Sun, 1 Feb 2015 04:02:54 +0000 (06:02 +0200)]
company-search-map: Include <up> and <down> bindings

#292

9 years agoDocumentation. Cleanup. Copyright notices.
Jackson Ray Hamilton [Sun, 1 Feb 2015 03:33:34 +0000 (19:33 -0800)]
Documentation. Cleanup. Copyright notices.

9 years agoDocument tests.
Jackson Ray Hamilton [Sun, 1 Feb 2015 02:55:13 +0000 (18:55 -0800)]
Document tests.

9 years agoUse macros to clean up tests.
Jackson Ray Hamilton [Sun, 1 Feb 2015 02:18:43 +0000 (18:18 -0800)]
Use macros to clean up tests.

9 years agoCleanup.
Jackson Ray Hamilton [Sun, 1 Feb 2015 01:36:46 +0000 (17:36 -0800)]
Cleanup.

9 years agoMerge branch 'feature/set-colors' into develop
Jackson Ray Hamilton [Sun, 1 Feb 2015 01:23:39 +0000 (17:23 -0800)]
Merge branch 'feature/set-colors' into develop

9 years agoSimplify `context-coloring-set-colors'.
Jackson Ray Hamilton [Sun, 1 Feb 2015 01:22:17 +0000 (17:22 -0800)]
Simplify `context-coloring-set-colors'.

9 years agoFix readme.
Jackson Ray Hamilton [Sat, 31 Jan 2015 23:29:44 +0000 (15:29 -0800)]
Fix readme.

9 years agoBetter abbrevs
Artur Malabarba [Sat, 31 Jan 2015 22:56:27 +0000 (20:56 -0200)]
Better abbrevs

9 years agoTypo
Artur Malabarba [Sat, 31 Jan 2015 22:56:22 +0000 (20:56 -0200)]
Typo

9 years agoMerge branch 'feature/comments-and-strings' into develop
Jackson Ray Hamilton [Sat, 31 Jan 2015 21:36:35 +0000 (13:36 -0800)]
Merge branch 'feature/comments-and-strings' into develop

9 years agoStop maintaining benchmarks in readme.
Jackson Ray Hamilton [Sat, 31 Jan 2015 21:35:18 +0000 (13:35 -0800)]
Stop maintaining benchmarks in readme.

9 years agoAdd note about comments and strings. Update screenshots.
Jackson Ray Hamilton [Sat, 31 Jan 2015 21:24:33 +0000 (13:24 -0800)]
Add note about comments and strings. Update screenshots.

9 years agoMore abbrevs
Artur Malabarba [Sat, 31 Jan 2015 21:20:53 +0000 (19:20 -0200)]
More abbrevs

9 years agoStyle
Artur Malabarba [Sat, 31 Jan 2015 21:16:24 +0000 (19:16 -0200)]
Style

9 years agoUse `save-excursion' before fontifying.
Jackson Ray Hamilton [Sat, 31 Jan 2015 21:14:14 +0000 (13:14 -0800)]
Use `save-excursion' before fontifying.

9 years agoAdd tests for comments and strings.
Jackson Ray Hamilton [Sat, 31 Jan 2015 20:03:49 +0000 (12:03 -0800)]
Add tests for comments and strings.

9 years agoUse `font-lock' for comments and strings.
Jackson Ray Hamilton [Sat, 31 Jan 2015 19:10:10 +0000 (11:10 -0800)]
Use `font-lock' for comments and strings.

9 years agoRemove rear-nonsticky.
Jackson Ray Hamilton [Sat, 31 Jan 2015 18:22:24 +0000 (10:22 -0800)]
Remove rear-nonsticky.

9 years agoMerge commit 'b359db633e46987c9107e89199717c2194b9a045' from hydra
Oleh Krehel [Fri, 30 Jan 2015 19:58:20 +0000 (20:58 +0100)]
Merge commit 'b359db633e46987c9107e89199717c2194b9a045' from hydra

9 years agohydra.el (defhydra): fix a bug for old Emacs versions
Oleh Krehel [Fri, 30 Jan 2015 19:23:41 +0000 (20:23 +0100)]
hydra.el (defhydra): fix a bug for old Emacs versions

re #10

9 years agoAdd a comment
Dmitry Gutov [Fri, 30 Jan 2015 16:52:51 +0000 (18:52 +0200)]
Add a comment

9 years agoMerge commit '06b63f1d718d12d15aaf9459b492944203764d2f' from hydra
Oleh Krehel [Fri, 30 Jan 2015 16:12:21 +0000 (17:12 +0100)]
Merge commit '06b63f1d718d12d15aaf9459b492944203764d2f' from hydra

9 years agoBump version
Oleh Krehel [Fri, 30 Jan 2015 16:07:13 +0000 (17:07 +0100)]
Bump version

9 years agoMerge pull request #203 from cheunghy/master
Dmitry Gutov [Fri, 30 Jan 2015 11:03:34 +0000 (13:03 +0200)]
Merge pull request #203 from cheunghy/master

`js2-time' remove unused variable.

9 years agohydra.el (defhydra): Use `clear-temporary-overlay-map'
Oleh Krehel [Fri, 30 Jan 2015 10:35:19 +0000 (11:35 +0100)]
hydra.el (defhydra): Use `clear-temporary-overlay-map'

* hydra.el (defhydra): Add a fix for old Emacs versions that don't have
`set-transient-map'.

Fixes #10.

9 years agoWhen calling `prefix/nil', make sure there's something to disable
Oleh Krehel [Thu, 29 Jan 2015 22:05:10 +0000 (23:05 +0100)]
When calling `prefix/nil', make sure there's something to disable

* hydra.el (defhydra): Update.

Fixes #10.

9 years agoREADME.md: update
Oleh Krehel [Thu, 29 Jan 2015 17:35:30 +0000 (18:35 +0100)]
README.md: update

9 years ago`js2-time' remove unused variable.
Zhang Kai Yu [Fri, 30 Jan 2015 02:28:03 +0000 (10:28 +0800)]
`js2-time' remove unused variable.

9 years agohydra-examples.el: Update commentary
Oleh Krehel [Thu, 29 Jan 2015 17:30:13 +0000 (18:30 +0100)]
hydra-examples.el: Update commentary

9 years agoAdd automated testing
Oleh Krehel [Thu, 29 Jan 2015 17:21:13 +0000 (18:21 +0100)]
Add automated testing

* hydra-test.el (defhydra): Add test.

9 years agohydra.el (defhydra): new macro to create hydras.
Oleh Krehel [Thu, 29 Jan 2015 15:29:18 +0000 (16:29 +0100)]
hydra.el (defhydra): new macro to create hydras.

* hydra.el (hydra--callablep): New function.
(hydra-create): Write down in terms of `defhydra'.
(defhydra): New macro.

`defhydra' uses more parameters than `hydra-create' and looks more like
a `defun':

    (defhydra hydra-windmove (global-map "C-M-o")
      "windmove"
      ("h" windmove-left)
      ("j" windmove-down)
      ("k" windmove-up)
      ("l" windmove-right)
      ("o"))

    (defhydra hydra-zoom (global-map "<f2>")
      "zoom"
      ("g" text-scale-increase "in")
      ("l" text-scale-decrease "out"))

    (defhydra lispy-knight ()
      "knight"
      ("j" lispy-knight-down)
      ("k" lispy-knight-up)
      ("z"))

Important advantages:

- Hydra body can be omitted. If you do this, you can bind the functions
  that `defhydra' produced (in the example above, `lispy-knight/body')
  yourself. It can be useful e.g. if you want to call these functions
  conditionally.

- Each Hydra gets a nice name, like `hydra-windmove/windmove-left'
  instead of the old `hydra-C-M-o-windmove-left'.

- Hydra hint (base) can now be customized.

9 years agoFix version
Dmitry Gutov [Wed, 28 Jan 2015 16:08:13 +0000 (18:08 +0200)]
Fix version

9 years agoEnable company-search-map in company-search-mode body
Dmitry Gutov [Wed, 28 Jan 2015 16:06:02 +0000 (18:06 +0200)]
Enable company-search-map in company-search-mode body

Fixes #289

9 years agoAdd 'packages/company-statistics/' from commit 'f8d15c7edb2a182f484c5e6eb86f322df473e763'
Dmitry Gutov [Wed, 28 Jan 2015 13:06:21 +0000 (15:06 +0200)]
Add 'packages/company-statistics/' from commit 'f8d15c7edb2a182f484c5e6eb86f322df473e763'

git-subtree-dir: packages/company-statistics
git-subtree-mainline: 0d834ff627ae024cd1edfb21023f506737139f24
git-subtree-split: f8d15c7edb2a182f484c5e6eb86f322df473e763

9 years agoMerge commit '1583a82fdcd387de95d27c384ec590e714d24c6a' as 'packages/ahungry-theme'
Matthew Carter [Wed, 28 Jan 2015 03:13:06 +0000 (22:13 -0500)]
Merge commit '1583a82fdcd387de95d27c384ec590e714d24c6a' as 'packages/ahungry-theme'

9 years agoSquashed 'packages/ahungry-theme/' content from commit 57e4bc8
Matthew Carter [Wed, 28 Jan 2015 03:13:06 +0000 (22:13 -0500)]
Squashed 'packages/ahungry-theme/' content from commit 57e4bc8

git-subtree-dir: packages/ahungry-theme
git-subtree-split: 57e4bc8d5725a4820999b69734b69ea53cb9de76

9 years agoReadme
Artur Malabarba [Wed, 28 Jan 2015 02:04:19 +0000 (00:04 -0200)]
Readme

9 years agoAdd .gitignore
Artur Malabarba [Wed, 28 Jan 2015 01:52:23 +0000 (23:52 -0200)]
Add .gitignore

9 years agoAdd .elpaignore
Artur Malabarba [Wed, 28 Jan 2015 01:51:55 +0000 (23:51 -0200)]
Add .elpaignore

9 years agoMerge pull request #202 from brianloveswords/add-browser-externs
Dmitry Gutov [Wed, 28 Jan 2015 00:20:34 +0000 (02:20 +0200)]
Merge pull request #202 from brianloveswords/add-browser-externs

Add animationFrame functions

9 years agoAdd animationFrame functions
Brian J Brennan [Tue, 27 Jan 2015 22:05:38 +0000 (14:05 -0800)]
Add animationFrame functions

This adds two functions to the browser externs list:

- `requestAnimationFrame`
- `cancelAnimationFrame`

See http://www.w3.org/TR/animation-timing/#requestAnimationFrame for
details.