]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
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 agoFix README 'git clone' URL that was listed
Matthew Carter [Wed, 28 Jan 2015 02:49:43 +0000 (21:49 -0500)]
Fix README 'git clone' URL that was listed

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.

9 years agoAdd lisp source file
Artur Malabarba [Tue, 27 Jan 2015 19:14:58 +0000 (17:14 -0200)]
Add lisp source file

9 years agoInitial commit
Artur Malabarba [Tue, 27 Jan 2015 18:24:52 +0000 (16:24 -0200)]
Initial commit

9 years agoHost images on website not in repo
Matthew Carter [Tue, 27 Jan 2015 04:49:32 +0000 (23:49 -0500)]
Host images on website not in repo

9 years agoUpdate comment header on color-theme-ahungry.el
Matthew Carter [Tue, 27 Jan 2015 04:41:45 +0000 (23:41 -0500)]
Update comment header on color-theme-ahungry.el

9 years agoUpdate Elpa comments to prepare for merge into GNU Elpa
Matthew Carter [Tue, 27 Jan 2015 04:24:35 +0000 (23:24 -0500)]
Update Elpa comments to prepare for merge into GNU Elpa

9 years agoHandle "arguments" specially
Dmitry Gutov [Mon, 26 Jan 2015 19:54:45 +0000 (21:54 +0200)]
Handle "arguments" specially

Fixes #199

9 years agoAdd faces dynamically. Stop looping around at the last level.
Jackson Ray Hamilton [Mon, 26 Jan 2015 05:13:16 +0000 (21:13 -0800)]
Add faces dynamically. Stop looping around at the last level.

9 years agoRenames. Cleanup.
Jackson Ray Hamilton [Mon, 26 Jan 2015 00:49:46 +0000 (16:49 -0800)]
Renames. Cleanup.

9 years agoMerge commit '440c41cc3f5137d694211719abaa38c0193a08a2' from hydra
Oleh Krehel [Sat, 24 Jan 2015 20:29:17 +0000 (21:29 +0100)]
Merge commit '440c41cc3f5137d694211719abaa38c0193a08a2' from hydra

9 years agoAdd 'packages/hydra/' from commit 'cfac8bd9e73ea1e219250867b22881354fc2d56e'
Oleh Krehel [Sat, 24 Jan 2015 20:28:07 +0000 (21:28 +0100)]
Add 'packages/hydra/' from commit 'cfac8bd9e73ea1e219250867b22881354fc2d56e'

git-subtree-dir: packages/hydra
git-subtree-mainline: 685c83b6320396e3cc6d7b4eb79d7481fe059416
git-subtree-split: cfac8bd9e73ea1e219250867b22881354fc2d56e

9 years agoSetup git subtree add for hydra
Oleh Krehel [Sat, 24 Jan 2015 20:12:34 +0000 (21:12 +0100)]
Setup git subtree add for hydra

git subtree add --prefix packages/hydra hydra

9 years agoBump version
Oleh Krehel [Sat, 24 Jan 2015 19:50:02 +0000 (20:50 +0100)]
Bump version

9 years agoSlightly darken font for inactives, lighten for actives
Matthew Carter [Fri, 23 Jan 2015 21:57:01 +0000 (16:57 -0500)]
Slightly darken font for inactives, lighten for actives

9 years agoMerge commit 'a4ac0dead8e9cb440c1f8aec9141d6c64bad4933' from company
Dmitry Gutov [Thu, 22 Jan 2015 23:06:34 +0000 (01:06 +0200)]
Merge commit 'a4ac0dead8e9cb440c1f8aec9141d6c64bad4933' from company

9 years agoBump the version
Dmitry Gutov [Thu, 22 Jan 2015 23:02:35 +0000 (01:02 +0200)]
Bump the version

9 years agoAdd company-next-page and company-previous-page
Dmitry Gutov [Thu, 22 Jan 2015 23:01:23 +0000 (01:01 +0200)]
Add company-next-page and company-previous-page

Resolves #283

9 years agoUpdate copyright years
Dmitry Gutov [Thu, 22 Jan 2015 21:48:25 +0000 (23:48 +0200)]
Update copyright years

9 years agocompany-ispell: Filter returned candidates locally
Dmitry Gutov [Thu, 22 Jan 2015 21:47:05 +0000 (23:47 +0200)]
company-ispell: Filter returned candidates locally

Resolves #284

9 years agohydra-examples.el: add a `windmove' Hydra
Oleh Krehel [Thu, 22 Jan 2015 16:08:45 +0000 (17:08 +0100)]
hydra-examples.el: add a `windmove' Hydra

* hydra-examples.el (hydra-example-windmove): New variable.

9 years agoAvoid evaling METHOD.
Oleh Krehel [Thu, 22 Jan 2015 12:11:05 +0000 (13:11 +0100)]
Avoid evaling METHOD.

* hydra.el (hydra-create): Update.

METHOD doesn't need to be evaled: it's either nil, a lambda, or assume
that it's a valid keymap without evaling. This will prevent eager
macroexpansion failure for this argument.

There still is a problem with eager macroexpansion failure in HEADS
argument.

Re #9

9 years agoPrepare for the first version in GNU ELPA
Oleh Krehel [Wed, 21 Jan 2015 18:31:57 +0000 (19:31 +0100)]
Prepare for the first version in GNU ELPA

hydra.el (hydra-set-transient-map): new alias

`set-transient-map' only works for Emacs>=24.4.

9 years agohydra: New package
Oleh Krehel [Wed, 21 Jan 2015 18:47:43 +0000 (19:47 +0100)]
hydra: New package

9 years agohydra-examples.el (hydra-example-goto-error): add doc
Oleh Krehel [Wed, 21 Jan 2015 17:56:17 +0000 (18:56 +0100)]
hydra-examples.el (hydra-example-goto-error): add doc

9 years agoSimplify and improve the generated defuns
Oleh Krehel [Wed, 21 Jan 2015 17:23:02 +0000 (18:23 +0100)]
Simplify and improve the generated defuns

* hydra.el (hydra-create): Update.

9 years agoAdd a `next-error'/`previous-error'/`first-error' example
Oleh Krehel [Wed, 21 Jan 2015 17:05:31 +0000 (18:05 +0100)]
Add a `next-error'/`previous-error'/`first-error' example

* hydra-examples.el (hydra-example-goto-error): New example.

* README.md: Update.

Re #8, thanks, @glucas.

9 years agoDon't undefine BODY's map binding when it's a prefix
Oleh Krehel [Wed, 21 Jan 2015 16:43:33 +0000 (17:43 +0100)]
Don't undefine BODY's map binding when it's a prefix

* hydra.el (hydra-create): Update.

Basically the same fix as before, only for bindings relating to a map.

Now this will work:

    (hydra-create "C-y"
      '(("l" forward-char)
        ("h" backward-char)
        ("j" next-line)
        ("k" previous-line)
        ("z"))
      lispy-mode-map)

even though "C-y" is bound to a command in `lispy-mode-map'. The
previous binding will be undefined.

Re #4.

9 years agoDon't undefine BODY's global binding when it's a prefix
Oleh Krehel [Wed, 21 Jan 2015 16:11:10 +0000 (17:11 +0100)]
Don't undefine BODY's global binding when it's a prefix

* hydra.el (hydra-create): Update.

Before, this would result in a disaster - all bindings of "C-x" would be
cleared:

    (hydra-create "C-x" hydra-example-move-window-splitter)

Now this should be OK. Fixes #4.

9 years ago`hydra-create' will also define `hydra-...-body'
Oleh Krehel [Tue, 20 Jan 2015 22:36:48 +0000 (23:36 +0100)]
`hydra-create' will also define `hydra-...-body'

* hydra.el (hydra-create): Update.

In order to bind hydras in `lispy', I need a way to split the body from
the heads. Now, this is possible:

    (hydra-create "C-z"
      '(("l" forward-char)
        ("h" backward-char)
        ("j" next-line)
        ("k" previous-line)
        ("z"))
      lispy-mode-map)

    (lispy-define-key lispy-mode-map "z" 'hydra-C-z-body)

9 years agoAllow to add one head that disables the Hydra
Oleh Krehel [Tue, 20 Jan 2015 22:31:55 +0000 (23:31 +0100)]
Allow to add one head that disables the Hydra

* hydra.el (hydra-last): Store the lambda to disable the Hydra.
(hydra-create): Update.

Sometimes, I have nothing particualr on my mind to do, but I want to
stop the Hydra. I could just type "C-g", but it's possible to have
something more convenient. For instance:

    (hydra-create "C-z"
      '(("l" forward-char)
        ("h" backward-char)
        ("j" next-line)
        ("k" previous-line)
        ("z")))

9 years agoFix `kbd' interpretting "<tab>" char-by-char
Oleh Krehel [Wed, 21 Jan 2015 12:19:42 +0000 (13:19 +0100)]
Fix `kbd' interpretting "<tab>" char-by-char

* hydra.el (hydra-create): Update.

Fixes #6.

9 years agoRequire cl at compile time
Oleh Krehel [Wed, 21 Jan 2015 08:23:40 +0000 (09:23 +0100)]
Require cl at compile time

Should fix #5

9 years agoAdd email address
Matthew Carter [Wed, 21 Jan 2015 07:13:05 +0000 (02:13 -0500)]
Add email address

9 years agoFix the bugged `global-set-key' version
Oleh Krehel [Tue, 20 Jan 2015 20:02:30 +0000 (21:02 +0100)]
Fix the bugged `global-set-key' version

* hydra.el (hydra-create): Fix.

9 years agoMake sure `windmove-wrap-around' is nil during tests
Oleh Krehel [Tue, 20 Jan 2015 19:58:31 +0000 (20:58 +0100)]
Make sure `windmove-wrap-around' is nil during tests

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

9 years agoDon't unbind hydra's body, unless using global-set-key
Oleh Krehel [Tue, 20 Jan 2015 18:38:47 +0000 (19:38 +0100)]
Don't unbind hydra's body, unless using global-set-key

* hydra.el (hydra-create): Update.

Fixes #3.

9 years agoUpdate `hydra-create' format
Oleh Krehel [Tue, 20 Jan 2015 18:24:05 +0000 (19:24 +0100)]
Update `hydra-create' format

* hydra.el (hydra-create): Expects a lists of lists for HEADS, instead
  of list of cons cells. The optional thrid element of each list is the
  hint.

* hydra-examples.el: Update the examples.

* README.md: Update.

Re #2

9 years agoAdd `hydra-is-helpful' custom var
Oleh Krehel [Tue, 20 Jan 2015 17:52:50 +0000 (18:52 +0100)]
Add `hydra-is-helpful' custom var

* hydra.el (hydra-is-helpful): New custom.
(hydra-create): Display a hint in the echo area when `hydra-is-helpful'
is t.

Re #2.

9 years agoAllow to use minor-mode-maps and more
Oleh Krehel [Tue, 20 Jan 2015 16:46:48 +0000 (17:46 +0100)]
Allow to use minor-mode-maps and more

* hydra.el (hydra-create): Add a third optional argument. When it's not
  supplied, the behavior should remain the same. Otherwise, it's a
  lambda that's used instead of `global-set-key', with the same semantics.

* README.md: Update.

re #1

9 years agoDepend on cl-lib v0.5 for `cl-mapcar'
Oleh Krehel [Tue, 20 Jan 2015 14:41:33 +0000 (15:41 +0100)]
Depend on cl-lib v0.5 for `cl-mapcar'

9 years agoUnbind hydra's body unconditionally to avoid error
Oleh Krehel [Tue, 20 Jan 2015 14:06:46 +0000 (15:06 +0100)]
Unbind hydra's body unconditionally to avoid error

* hydra.el (hydra-create): Since body will be established as a prefix,
  it can't be bound anyway. Unbind it preemptively and unconditionally.

9 years agoREADME.md: update doc
Oleh Krehel [Tue, 20 Jan 2015 13:58:08 +0000 (14:58 +0100)]
README.md: update doc

9 years agoSplit away the examples
Oleh Krehel [Tue, 20 Jan 2015 13:47:28 +0000 (14:47 +0100)]
Split away the examples

9 years agoInitial import
Oleh Krehel [Tue, 20 Jan 2015 12:00:56 +0000 (13:00 +0100)]
Initial import

9 years agoEnable rainbow-mode.
Jackson Ray Hamilton [Sun, 18 Jan 2015 07:54:57 +0000 (23:54 -0800)]
Enable rainbow-mode.

9 years agoUpdate color-theme file
Matthew Carter [Sat, 17 Jan 2015 05:05:04 +0000 (00:05 -0500)]
Update color-theme file

9 years agoUpdate colors and meta data for package
Matthew Carter [Sat, 17 Jan 2015 04:55:48 +0000 (23:55 -0500)]
Update colors and meta data for package

9 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Fri, 16 Jan 2015 13:32:49 +0000 (21:32 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

9 years agoClean up with flycheck-package recommendations
Matthew Carter [Fri, 16 Jan 2015 06:48:14 +0000 (01:48 -0500)]
Clean up with flycheck-package recommendations

9 years agoLighten up main org mode color
Matthew Carter [Fri, 16 Jan 2015 06:10:14 +0000 (01:10 -0500)]
Lighten up main org mode color

9 years agocompany--create-lines: Handle keep-prefix with multiple-width chars in prefix
Dmitry Gutov [Fri, 16 Jan 2015 01:51:59 +0000 (04:51 +0300)]
company--create-lines: Handle keep-prefix with multiple-width chars in prefix

9 years agoFix #84: avoid double confirmation in ggtags-ensure-project
Leo Liu [Fri, 16 Jan 2015 01:17:52 +0000 (09:17 +0800)]
Fix #84: avoid double confirmation in ggtags-ensure-project

9 years ago* packages/company/test/clang-tests.el: Add copyright notice
Stefan Monnier [Thu, 15 Jan 2015 11:36:27 +0000 (14:36 +0300)]
* packages/company/test/clang-tests.el: Add copyright notice

9 years agoFlycheck link.
Jackson Ray Hamilton [Thu, 15 Jan 2015 10:00:09 +0000 (02:00 -0800)]
Flycheck link.

9 years agoUpdate linter.
Jackson Ray Hamilton [Thu, 15 Jan 2015 09:58:26 +0000 (01:58 -0800)]
Update linter.

9 years agoMerge branch 'master' into develop
Jackson Ray Hamilton [Thu, 15 Jan 2015 09:37:53 +0000 (01:37 -0800)]
Merge branch 'master' into develop

9 years agoMerge branch 'develop'
Jackson Ray Hamilton [Thu, 15 Jan 2015 09:37:00 +0000 (01:37 -0800)]
Merge branch 'develop'

9 years agoVersion 2.1.0.
Jackson Ray Hamilton [Thu, 15 Jan 2015 09:36:06 +0000 (01:36 -0800)]
Version 2.1.0.

9 years agoAdd customization interface.
Jackson Ray Hamilton [Thu, 15 Jan 2015 09:35:39 +0000 (01:35 -0800)]
Add customization interface.

9 years ago* packages/company/test/clang-tests.el: Add copyright notice
Stefan Monnier [Thu, 15 Jan 2015 05:37:27 +0000 (00:37 -0500)]
* packages/company/test/clang-tests.el: Add copyright notice

9 years agoMerge commit '8b9dd3e5803fd02b03a7f2a8bb6cb51df7f2f7bf'
Artur Malabarba [Wed, 14 Jan 2015 18:16:26 +0000 (16:16 -0200)]
Merge commit '8b9dd3e5803fd02b03a7f2a8bb6cb51df7f2f7bf'

9 years agoVersion bump
Artur Malabarba [Wed, 14 Jan 2015 18:14:50 +0000 (16:14 -0200)]
Version bump

9 years agopackages/names: cdddr -> cl-cdddr
Artur Malabarba [Wed, 14 Jan 2015 13:53:49 +0000 (11:53 -0200)]
packages/names: cdddr -> cl-cdddr

9 years agopackages/names: Corrected body argument offset for conversion of define-derived-form.
myeffort [Wed, 14 Jan 2015 03:35:35 +0000 (06:35 +0300)]
packages/names: Corrected body argument offset for conversion of define-derived-form.

9 years agopackages/seq: New package
Nicolas Petton [Sun, 11 Jan 2015 13:54:34 +0000 (14:54 +0100)]
packages/seq: New package

9 years agoMerge commit '68cc63682a66513c0968352f15e9b37fd245e636'
Artur Malabarba [Tue, 13 Jan 2015 18:57:01 +0000 (16:57 -0200)]
Merge commit '68cc63682a66513c0968352f15e9b37fd245e636'

9 years agoMerge commit 'd12ddaa05f582ecc00e74bc42fd46652153ec7a6' from company
Dmitry Gutov [Tue, 13 Jan 2015 03:54:04 +0000 (06:54 +0300)]
Merge commit 'd12ddaa05f582ecc00e74bc42fd46652153ec7a6' from company

9 years agoBump the version in NEWS
Dmitry Gutov [Tue, 13 Jan 2015 03:52:57 +0000 (06:52 +0300)]
Bump the version in NEWS

9 years agoMerge commit 'eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd' from company
Dmitry Gutov [Tue, 13 Jan 2015 02:44:02 +0000 (05:44 +0300)]
Merge commit 'eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd' from company

9 years agoRelease 0.8.8
Dmitry Gutov [Tue, 13 Jan 2015 02:41:38 +0000 (05:41 +0300)]
Release 0.8.8

9 years agoImprove duplicates removal
Dmitry Gutov [Tue, 13 Jan 2015 02:28:20 +0000 (05:28 +0300)]
Improve duplicates removal

Remove items with equal annotations, even when separated by item(s) with
different annotation(s). Provided the string values match, of course.

9 years agopackage/names: Evaluate the lambdas with ,
Artur Malabarba [Mon, 12 Jan 2015 23:22:52 +0000 (21:22 -0200)]
package/names: Evaluate the lambdas with ,

9 years agoSplit company--process-candidates into -pre and -post
Dmitry Gutov [Mon, 12 Jan 2015 17:06:31 +0000 (20:06 +0300)]
Split company--process-candidates into -pre and -post

* Call the -pre function before saving to cache.
* Copy the candidates list first thing inside the -post function.
* Replace `company-apply-predicate' with `cl-delete-if-not': it's faster.

Fixes #275.

9 years agoMerge commit 'dea0ba6347f2eb5be310826e7917effb73e1e600'
Artur Malabarba [Mon, 12 Jan 2015 11:28:36 +0000 (09:28 -0200)]
Merge commit 'dea0ba6347f2eb5be310826e7917effb73e1e600'

9 years agopackage/names: Version bump
Artur Malabarba [Mon, 12 Jan 2015 11:17:20 +0000 (09:17 -0200)]
package/names: Version bump

9 years agocompany-search-delete-char: Use `ding'
Dmitry Gutov [Mon, 12 Jan 2015 08:41:24 +0000 (11:41 +0300)]
company-search-delete-char: Use `ding'

9 years agoReplace `cl-plusp' usages with `string='
Dmitry Gutov [Mon, 12 Jan 2015 08:40:31 +0000 (11:40 +0300)]
Replace `cl-plusp' usages with `string='

9 years agopackage/names: :group can be given a list
Artur Malabarba [Mon, 12 Jan 2015 00:57:59 +0000 (22:57 -0200)]
package/names: :group can be given a list

9 years agopackage/names: message about the version number
Artur Malabarba [Mon, 12 Jan 2015 00:52:26 +0000 (22:52 -0200)]
package/names: message about the version number