]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoMerge commit '6238e7402adabd0003f6ffcf5c57d9f18f1e7684'
Artur Malabarba [Wed, 19 Aug 2015 10:14:23 +0000 (11:14 +0100)]
Merge commit '6238e7402adabd0003f6ffcf5c57d9f18f1e7684'

8 years agoVersion bump
Artur Malabarba [Wed, 19 Aug 2015 10:13:05 +0000 (11:13 +0100)]
Version bump

8 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Tue, 18 Aug 2015 16:13:26 +0000 (12:13 -0400)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

8 years ago* dts-mode/dts-mode.el: Improve compatibility with Emacs<24
Stefan Monnier [Tue, 18 Aug 2015 15:42:26 +0000 (11:42 -0400)]
* dts-mode/dts-mode.el: Improve compatibility with Emacs<24

(dts--using-macro): New macro.
(dts-mode, dts-indent-rules): Use it.

8 years agoregister-list.el: Update author's email
Bastien [Tue, 18 Aug 2015 15:39:26 +0000 (17:39 +0200)]
register-list.el: Update author's email

* register-list.el: Update author's email.

8 years ago* dts-mode/dts-mode.el: Add new SMIE-based indentation
Stefan Monnier [Tue, 18 Aug 2015 15:28:12 +0000 (11:28 -0400)]
* dts-mode/dts-mode.el: Add new SMIE-based indentation

Fit within 80 columns.
(dts-re-ident): Use :alpha: and :alnum:.
(dts-mode-syntax-table): Remove redundant entry for &.
Complete entries for < and >.  Change entry for _ since only letters
should have word syntax.
(dts-use-smie): New var.
(dts-grammar): New constant.
(dts-indent-rules): New function.
(dts-mode): Remove redundant :syntax-table.  Remove :group since that
group doesn't exist anyway.
Set syntax-propertize-function to recognize #include's <...> as a string.
Use dts-grammar depending on dts-use-smie.
(auto-mode-alist): Merge the two entries.

8 years agopackages/dts-mode: Fix copyright
Stefan Monnier [Tue, 18 Aug 2015 15:00:59 +0000 (11:00 -0400)]
packages/dts-mode: Fix copyright

8 years agopackages/dts-mode: New major mode
Stefan Monnier [Tue, 18 Aug 2015 14:58:54 +0000 (10:58 -0400)]
packages/dts-mode: New major mode

8 years agoAdd 'packages/dts-mode/' from commit '6ec1443ead16105234765f9b48df9b4aca562e61'
Stefan Monnier [Tue, 18 Aug 2015 14:56:41 +0000 (10:56 -0400)]
Add 'packages/dts-mode/' from commit '6ec1443ead16105234765f9b48df9b4aca562e61'

git-subtree-dir: packages/dts-mode
git-subtree-mainline: 8acc296b693c71bcde29cdd0d3b21f2540b08043
git-subtree-split: 6ec1443ead16105234765f9b48df9b4aca562e61

8 years ago* register-list/register-list.el: Use cursor-intangible-mode
Stefan Monnier [Tue, 18 Aug 2015 14:50:12 +0000 (10:50 -0400)]
* register-list/register-list.el: Use cursor-intangible-mode

(register-list--intangible): New const.
(register-list-set-mark, register-list): Use it.
(register-list-mode): Enable cursor-intangible-mode if available.

8 years agoBump version of other-frame-window.el
Stephen Leake [Sun, 16 Aug 2015 12:59:52 +0000 (07:59 -0500)]
Bump version of other-frame-window.el

8 years agoResolve FIXME:s in other-frame-window.el
Stephen Leake [Sun, 16 Aug 2015 12:50:40 +0000 (07:50 -0500)]
Resolve FIXME:s in other-frame-window.el

* packages/other-frame-window/other-frame-window.el (ofw-transient-map):
Clean up comment.
(ofw-display-buffer-other-window): Resolve FIXME:.
(other-frame-window-mode): Resolve FIXME:.

8 years agobug-hunter: Better messages
Artur Malabarba [Sun, 16 Aug 2015 10:33:53 +0000 (11:33 +0100)]
bug-hunter: Better messages

8 years agobug-hunter: Version 1.0
Artur Malabarba [Sun, 16 Aug 2015 10:05:50 +0000 (11:05 +0100)]
bug-hunter: Version 1.0

8 years agobug-hunter: Indentation and documentation
Artur Malabarba [Sun, 16 Aug 2015 10:04:40 +0000 (11:04 +0100)]
bug-hunter: Indentation and documentation

8 years ago* other-frame-window.el: Disable more carefully; add transient map
Stefan Monnier [Fri, 14 Aug 2015 16:44:58 +0000 (12:44 -0400)]
* other-frame-window.el: Disable more carefully; add transient map

Only require 24.4.
(ofw--just-set, ofw-transient-map): New vars.
(ofw--set-prefix): Use them.  Rename from ofw-add-to-overriding.
Update callers.  Let the C-u prefix pass through.
(ofw-delete-from-overriding): Prefer nil to (nil . nil) in
display-buffer-overriding-action.
(ofw-switch-to-buffer-advice): Better preserve the default behavior.
(ofw--suspend-and-restore): Rename from ofw-temp-window-advice.
Take advantage of dynamic scoping.
(other-frame-window-mode-map): Rename from ofw-map.
(ofw--reset-prefix): New function.
(other-frame-window-mode): Use it to disable the prefix after the
next command.  Advise read-from-minibuffer rather than
temp-buffer-window-show.
(ofw-dwim--frame-p): New function.
(ofw-dwim-delete-this, ofw-dwim-one, ofw-dwim-open-other)
(ofw-dwim-select-other): New commands.

8 years ago* other-frame-window.el: Fix layout convention
Stefan Monnier [Fri, 14 Aug 2015 15:18:13 +0000 (11:18 -0400)]
* other-frame-window.el: Fix layout convention

8 years ago* packages/other-frame-window/other-frame-window.el: New single-file package.
Stephen Leake [Fri, 14 Aug 2015 05:04:20 +0000 (00:04 -0500)]
* packages/other-frame-window/other-frame-window.el: New single-file package.

8 years ago[Fix #53] Indent more aggressively
Artur Malabarba [Wed, 12 Aug 2015 19:56:39 +0000 (20:56 +0100)]
[Fix #53] Indent more aggressively

8 years agoMerge commit '8d8c459d7757cf5774f11be9147d7a54f5f9bbd7'
Artur Malabarba [Tue, 11 Aug 2015 10:55:24 +0000 (11:55 +0100)]
Merge commit '8d8c459d7757cf5774f11be9147d7a54f5f9bbd7'

8 years agospinner: More doc
Artur Malabarba [Tue, 11 Aug 2015 10:30:49 +0000 (11:30 +0100)]
spinner: More doc

8 years agospinner: Add delay feature
Artur Malabarba [Tue, 11 Aug 2015 10:27:55 +0000 (11:27 +0100)]
spinner: Add delay feature

8 years ago* el-search.el: Add missing footer
Stefan Monnier [Thu, 6 Aug 2015 13:38:44 +0000 (09:38 -0400)]
* el-search.el: Add missing footer

8 years agoMoved to external.
Phillip Lord [Thu, 6 Aug 2015 09:10:58 +0000 (10:10 +0100)]
Moved to external.

This was originally installed as a subtree but I dislike the workflow
for dealing with subtrees so I have moved it to an external.

8 years agoMerge commit '3557254c6873aeb0b5070248aa0faf2ff0d29d04'
Artur Malabarba [Wed, 5 Aug 2015 21:52:46 +0000 (22:52 +0100)]
Merge commit '3557254c6873aeb0b5070248aa0faf2ff0d29d04'

8 years agoMerge commit '98fe00fbd6a71ba1e79cf616f22c026c9d84adc7'
Artur Malabarba [Wed, 5 Aug 2015 21:52:25 +0000 (22:52 +0100)]
Merge commit '98fe00fbd6a71ba1e79cf616f22c026c9d84adc7'

8 years agoVersion bump
Artur Malabarba [Wed, 5 Aug 2015 21:51:44 +0000 (22:51 +0100)]
Version bump

8 years agoMore abbrevs
Artur Malabarba [Wed, 5 Aug 2015 21:51:21 +0000 (22:51 +0100)]
More abbrevs

8 years agoVersion bump
Artur Malabarba [Wed, 5 Aug 2015 21:49:14 +0000 (22:49 +0100)]
Version bump

8 years agoDon't indent if undo-in-progress
Artur Malabarba [Wed, 5 Aug 2015 21:42:50 +0000 (22:42 +0100)]
Don't indent if undo-in-progress

8 years agoDon't indent if the user is starting to type a comment. Fix #51
Artur Malabarba [Wed, 1 Jul 2015 15:01:18 +0000 (16:01 +0100)]
Don't indent if the user is starting to type a comment. Fix #51

8 years agoVersion bump
Artur Malabarba [Wed, 5 Aug 2015 21:46:21 +0000 (22:46 +0100)]
Version bump

8 years ago* el-search.el: Fix first line convention
Stefan Monnier [Wed, 5 Aug 2015 20:20:52 +0000 (16:20 -0400)]
* el-search.el: Fix first line convention

8 years agoel-search: some small improvements
Michael Heerdegen [Wed, 5 Aug 2015 00:59:42 +0000 (02:59 +0200)]
el-search: some small improvements

8 years agoiterators.el: fix two typos
Michael Heerdegen [Tue, 4 Aug 2015 00:39:40 +0000 (02:39 +0200)]
iterators.el: fix two typos

8 years agonew package el-search for searching elisp
Michael Heerdegen [Tue, 4 Aug 2015 00:36:14 +0000 (02:36 +0200)]
new package el-search for searching elisp

8 years agoAdd 'packages/wconf/' from commit 'b8ea22f80bff19222136d9495f685888dc682b9d'
Ingo Lohmar [Sun, 2 Aug 2015 14:39:46 +0000 (16:39 +0200)]
Add 'packages/wconf/' from commit 'b8ea22f80bff19222136d9495f685888dc682b9d'

git-subtree-dir: packages/wconf
git-subtree-mainline: 6340c15fb07a979b6c7bd2e8913e499091c257ff
git-subtree-split: b8ea22f80bff19222136d9495f685888dc682b9d

8 years agoBump version and copyright
Ingo Lohmar [Sun, 2 Aug 2015 14:33:43 +0000 (16:33 +0200)]
Bump version and copyright

8 years agoUse "wconf" as package and filename prefix
Ingo Lohmar [Sun, 2 Aug 2015 13:56:15 +0000 (15:56 +0200)]
Use "wconf" as package and filename prefix

- update docs
- update (error) messages

8 years agoMake interactive functions more robust/friendly
Ingo Lohmar [Thu, 30 Jul 2015 22:10:20 +0000 (00:10 +0200)]
Make interactive functions more robust/friendly

8 years agoFix missing dependency on cl-lib
Ingo Lohmar [Thu, 30 Jul 2015 22:02:47 +0000 (00:02 +0200)]
Fix missing dependency on cl-lib

8 years agoFix/enhance interactive declarations, this fixes #1
Ingo Lohmar [Thu, 30 Jul 2015 20:32:07 +0000 (22:32 +0200)]
Fix/enhance interactive declarations, this fixes #1

8 years agoMerge commit 'e2737d0adb7f8d8f79c2ca0fee5b13b6f8ae164b'
Artur Malabarba [Thu, 23 Jul 2015 13:44:02 +0000 (14:44 +0100)]
Merge commit 'e2737d0adb7f8d8f79c2ca0fee5b13b6f8ae164b'

8 years agonames: Bump version
Artur Malabarba [Thu, 23 Jul 2015 13:40:58 +0000 (14:40 +0100)]
names: Bump version

8 years agoFix failed autoloads because of not-loaded requires
Artur Malabarba [Thu, 23 Jul 2015 13:34:29 +0000 (14:34 +0100)]
Fix failed autoloads because of not-loaded requires

8 years agoAdd ability to handle cookies.
Andrew Hyatt [Mon, 20 Jul 2015 03:09:22 +0000 (23:09 -0400)]
Add ability to handle cookies.

* websocket.el (websocket-open, websocket-process-headers,
  websocket-out-filter, websocket-create-headers): Add ability to set
  and accept cookies, using the url-cookie library.  Also make sure the
  port is included in the Host header.

8 years agoMerge commit '494c421bfa6f1b72b577267cb3841b0eff262250' from js2-mode
Dmitry Gutov [Sat, 18 Jul 2015 01:14:32 +0000 (04:14 +0300)]
Merge commit '494c421bfa6f1b72b577267cb3841b0eff262250' from js2-mode

8 years agoDerive from js-mode
Dmitry Gutov [Sat, 18 Jul 2015 01:05:41 +0000 (04:05 +0300)]
Derive from js-mode

8 years agoUse indentation code from js-mode when we can
Dmitry Gutov [Sat, 18 Jul 2015 00:40:37 +0000 (03:40 +0300)]
Use indentation code from js-mode when we can

Some options has been left without aliases, even though they have
counterparts in js.el, because their values are incompatible:

js2-pretty-multiline-declarations -> js-indent-first-init
js2-indent-switch-body -> js-switch-indent-offset

After upgrading to Emacs 25, the affected users will have to customize
them anew.

8 years agoFix arg out of range error
Artur Malabarba [Tue, 14 Jul 2015 11:37:06 +0000 (12:37 +0100)]
Fix arg out of range error

8 years agoMerge commit 'f3a899bb1c36e25e078eed2890eb2fecb22f4175' from js2-mode
Dmitry Gutov [Sun, 12 Jul 2015 22:35:14 +0000 (01:35 +0300)]
Merge commit 'f3a899bb1c36e25e078eed2890eb2fecb22f4175' from js2-mode

8 years agoAnd actually update NEWS
Dmitry Gutov [Sun, 12 Jul 2015 22:33:56 +0000 (01:33 +0300)]
And actually update NEWS

8 years agoActually remove the macro
Dmitry Gutov [Sun, 12 Jul 2015 22:33:05 +0000 (01:33 +0300)]
Actually remove the macro

8 years agoAdd NEWS entry and bump version
Dmitry Gutov [Sun, 12 Jul 2015 22:26:51 +0000 (01:26 +0300)]
Add NEWS entry and bump version

8 years agoGet rid of js2-with-underscore-as-word-syntax
Dmitry Gutov [Sun, 12 Jul 2015 22:09:01 +0000 (01:09 +0300)]
Get rid of js2-with-underscore-as-word-syntax

8 years agoRemove js2-current-indent
Dmitry Gutov [Sun, 12 Jul 2015 17:35:26 +0000 (20:35 +0300)]
Remove js2-current-indent

8 years ago* ada-mode: Use lexical-binding since it requires Emacs-24.2 anyway
Stefan Monnier [Sun, 12 Jul 2015 03:18:52 +0000 (23:18 -0400)]
* ada-mode: Use lexical-binding since it requires Emacs-24.2 anyway

* ada-mode/ada-mode-compat-23.4.el: Remove.
* ada-mode/ada-build.el: Remove redundant :group arg on defcustoms.
* ada-mode/ada-gnat-compile.el (ada-gnat-fix-error): Remove unused vars
`ident', `type', and `param'.
* ada-mode/ada-gnat-xref.el (ada-gnat-xref-other): Remove unused var `status'.
(ada-gnat-xref-parents): Remove unused vars `found-file', `found-line',
and `found-col'.
(ada-gnat-xref-all): Rename (dynbound) mode-name to (lexbound) mode.
* ada-mode/ada-indent-user-options.el: Remove redundant :group arg
on defcustoms.
* ada-mode/ada-mode.el: Remove redundant :group arg on defcustoms.
(ada-case-exception-file, ada-case-keyword): Comment-out dangerous :safep.
(ada-language-version): Remove redundant calls to make-variable-buffer-local.
(ada-prj-current-file): Declare.
(ada-identifier-at-point): Remove unused var `identifier'.
* ada-mode/gnat-core.el (ada-gnat-ada-name-from-file-name):
Remove unused var `status'.

8 years ago* ztree/ztree-pkg.el: Remove since it's auto-generated
Stefan Monnier [Sun, 12 Jul 2015 02:17:29 +0000 (22:17 -0400)]
* ztree/ztree-pkg.el: Remove since it's auto-generated

8 years agoUpdate seq.el to version 1.8
Nicolas Petton [Thu, 9 Jul 2015 17:38:06 +0000 (19:38 +0200)]
Update seq.el to version 1.8

* packages/seq/seq.el: Update to version 1.8.
* packages/seq/tests/seq-tests.el: Update to version 1.8.

8 years agoFix column width calculation in cvs-mode.el
Leo Liu [Wed, 8 Jul 2015 16:50:58 +0000 (00:50 +0800)]
Fix column width calculation in cvs-mode.el

* csv-mode/cvs-mode.el (csv--column-widths, csv-align-fields): Fix
  column width calculation.

8 years agoMerge commit '9e64c798557bb7f1eeca91140515cb8d11edc8d6'
Matthew Carter [Wed, 8 Jul 2015 05:16:32 +0000 (01:16 -0400)]
Merge commit '9e64c798557bb7f1eeca91140515cb8d11edc8d6'

8 years agoEven more magit 2.0 face names
Matthew Carter [Wed, 8 Jul 2015 05:15:49 +0000 (01:15 -0400)]
Even more magit 2.0 face names

8 years ago* packages/landmark/landmark.el: Add Maintainer header to meet ELPA's requirement
Nicolas Richard [Tue, 7 Jul 2015 10:29:50 +0000 (12:29 +0200)]
* packages/landmark/landmark.el: Add Maintainer header to meet ELPA's requirement

8 years ago* packages/landmark/landmark.el: Move from Emacs master to ELPA
Nicolas Richard [Tue, 7 Jul 2015 10:27:46 +0000 (12:27 +0200)]
* packages/landmark/landmark.el: Move from Emacs master to ELPA

8 years agoMerge commit '4c478268da6f324deb8753ac1d1c83e767b14dca'
Matthew Carter [Sun, 5 Jul 2015 05:10:33 +0000 (01:10 -0400)]
Merge commit '4c478268da6f324deb8753ac1d1c83e767b14dca'

8 years agoAdd theme faces for new magit version
Matthew Carter [Sun, 5 Jul 2015 05:09:37 +0000 (01:09 -0400)]
Add theme faces for new magit version

8 years agoMerge pull request #242 from jacksonrayhamilton/strict-mode
Dmitry Gutov [Tue, 30 Jun 2015 20:36:28 +0000 (23:36 +0300)]
Merge pull request #242 from jacksonrayhamilton/strict-mode

Strict mode

8 years agoFix bug where properties where checked for strict mode compliance
Jackson Ray Hamilton [Tue, 30 Jun 2015 16:53:43 +0000 (09:53 -0700)]
Fix bug where properties where checked for strict mode compliance

8 years agoMerge commit 'e9530990914c1d81889269b4a8365b8003625557' from swiper
Oleh Krehel [Tue, 30 Jun 2015 07:18:10 +0000 (09:18 +0200)]
Merge commit 'e9530990914c1d81889269b4a8365b8003625557' from swiper

8 years agoMake counsel-locate use a process
Oleh Krehel [Tue, 30 Jun 2015 07:15:47 +0000 (09:15 +0200)]
Make counsel-locate use a process

* counsel.el (counsel-locate-function): Update.
(counsel--async-command): New defun.
(counsel--async-sentinel): New defun.
(counsel-locate): Switch to :action, thus allowing "C-M-n" and `ivy-resume'.

* swiper.el: Bump version.

8 years agoMerge commit 'e64a9cd001b82d0f8238d41bb36e6c0c7b0449b3'
Matthew Carter [Tue, 30 Jun 2015 03:35:37 +0000 (23:35 -0400)]
Merge commit 'e64a9cd001b82d0f8238d41bb36e6c0c7b0449b3'

8 years agoFix warning message with "default" background color, add mm-uu-extract color
Matthew Carter [Tue, 30 Jun 2015 03:28:22 +0000 (23:28 -0400)]
Fix warning message with "default" background color, add mm-uu-extract color

8 years agoivy-hydra.el (hydra-ivy): Bind "C-o" to be a toggle
Oleh Krehel [Mon, 29 Jun 2015 08:24:11 +0000 (10:24 +0200)]
ivy-hydra.el (hydra-ivy): Bind "C-o" to be a toggle

It makes sense for "C-o" to be a toggle, instead of just going one way.

8 years agoMake counsel-el work with "C-M-n" and "C-M-p"
Oleh Krehel [Mon, 29 Jun 2015 08:21:37 +0000 (10:21 +0200)]
Make counsel-el work with "C-M-n" and "C-M-p"

* counsel.el (counsel-el): Use the whole obarray if no initial input is
  given. Filter out only function when appropriate.
(counsel-completion-beg): New defvar.
(counsel-completion-end): New defvar.
(counsel--el-action): New defun.

* ivy.el (ivy--reset-state): Set `ivy--full-length' to nil.

8 years agoMerge commit '45bc13aec56fcd0b55686d2305cf6e6852d467e8' from company-statistics
Ingo Lohmar [Sun, 28 Jun 2015 16:00:26 +0000 (18:00 +0200)]
Merge commit '45bc13aec56fcd0b55686d2305cf6e6852d467e8' from company-statistics

* commit '45bc13aec56fcd0b55686d2305cf6e6852d467e8':
  Bump version
  Cleanup similar to ELPA version
  Update version
  Offer light and heavy context scoring
  fix typo

Conflicts:
packages/company-statistics/company-statistics.el

8 years agoBump version
Ingo Lohmar [Sun, 28 Jun 2015 14:02:16 +0000 (16:02 +0200)]
Bump version

8 years agoCleanup similar to ELPA version
Ingo Lohmar [Sun, 28 Jun 2015 13:43:04 +0000 (15:43 +0200)]
Cleanup similar to ELPA version

- use lexical binding, fix related bug in :initialize arg
- remove redundant :group args
- function quoting
- extend copyright year

Extends and fixes git.sv.gnu.org:/srv/git/emacs/elpa.git commit
'ecfeed14c1847fbd9f15dfd66b39c7b8260f005a'.

8 years agoFix the initial input bug introduced with "C-r"
Oleh Krehel [Fri, 26 Jun 2015 06:59:21 +0000 (08:59 +0200)]
Fix the initial input bug introduced with "C-r"

* ivy.el (ivy-read): Use (ivy-state-initial-input ivy-last).
(ivy--reset-state): Set (ivy-state-initial-input ivy-last).

Fixes #162

8 years agocounsel.el (counsel-find-file): Use `file-name-history'
Oleh Krehel [Thu, 25 Jun 2015 16:42:54 +0000 (18:42 +0200)]
counsel.el (counsel-find-file): Use `file-name-history'

* counsel.el (package-installed-p): Declare.

8 years agocounsel.el (counsel-git-grep-history): New defvar
Oleh Krehel [Thu, 25 Jun 2015 16:42:25 +0000 (18:42 +0200)]
counsel.el (counsel-git-grep-history): New defvar

* counsel.el (counsel-git-grep): Use `counsel-git-grep-history'.

8 years agoswiper.el (swiper-history): New defvar
Oleh Krehel [Thu, 25 Jun 2015 16:41:24 +0000 (18:41 +0200)]
swiper.el (swiper-history): New defvar

* swiper.el (swiper--ivy): Use `swiper-history'.

Allows to get more use of "M-p", "M-n" and "C-r".

8 years agoAllow to recursively match history with "C-r"
Oleh Krehel [Thu, 25 Jun 2015 16:36:28 +0000 (18:36 +0200)]
Allow to recursively match history with "C-r"

* ivy.el (ivy-minibuffer-map): Rebind "C-r" from
  `ivy-previous-line-or-history' to `ivy-reverse-i-search'. "C-r"
  binding was redundant, since "C-p" does almost the same.
(ivy-read): Separate the functionality that sets the global state based
on `ivy-last'.
(ivy--reset-state): New defun. Move all the global state setup here.
(ivy-reverse-i-search): New command. This is very similar to "C-r" in
bash - allows to match for history elements, instead of just scrolling
through them with "M-p" and "M-n".

8 years agoCleanup
Jackson Ray Hamilton [Thu, 25 Jun 2015 10:50:14 +0000 (03:50 -0700)]
Cleanup

8 years agoRemove strict mode slots on nodes.
Jackson Ray Hamilton [Thu, 25 Jun 2015 10:43:12 +0000 (03:43 -0700)]
Remove strict mode slots on nodes.

8 years agoReparse strict functions.
Jackson Ray Hamilton [Thu, 25 Jun 2015 10:41:47 +0000 (03:41 -0700)]
Reparse strict functions.

8 years agoMerge commit '8d38a898f23b3105c5d098f0cfb6c3383547e394' from avy
Oleh Krehel [Thu, 25 Jun 2015 10:09:34 +0000 (12:09 +0200)]
Merge commit '8d38a898f23b3105c5d098f0cfb6c3383547e394' from avy

8 years agoFixup compilation warnings related to smex
Oleh Krehel [Thu, 25 Jun 2015 09:29:22 +0000 (11:29 +0200)]
Fixup compilation warnings related to smex

8 years agoUpdate version
Ingo Lohmar [Wed, 24 Jun 2015 18:11:41 +0000 (20:11 +0200)]
Update version

8 years agocounsel.el (counsel-unicode-char): Use action-style call
Oleh Krehel [Tue, 23 Jun 2015 19:13:26 +0000 (21:13 +0200)]
counsel.el (counsel-unicode-char): Use action-style call

Fixes #160

8 years agocounsel.el (counsel-load-theme): New command
Oleh Krehel [Tue, 23 Jun 2015 14:39:07 +0000 (16:39 +0200)]
counsel.el (counsel-load-theme): New command

8 years agocounsel.el (counsel-M-x): Avoid compilation warning
Oleh Krehel [Tue, 23 Jun 2015 14:37:24 +0000 (16:37 +0200)]
counsel.el (counsel-M-x): Avoid compilation warning

* counsel.el (counsel-M-x): Use `command-execute' instead of
  `execute-extended-command'.

8 years agoFix last commit being incompatible with older Emacs
Oleh Krehel [Tue, 23 Jun 2015 10:53:57 +0000 (12:53 +0200)]
Fix last commit being incompatible with older Emacs

* ivy.el (ivy--format): Use `add-face-text-property' only when it's
  bound.

8 years agoFix color blending for composite faces
Oleh Krehel [Tue, 23 Jun 2015 10:42:17 +0000 (12:42 +0200)]
Fix color blending for composite faces

colir.el (colir-blend-face-background): Try to find the face among the
properties.

Re #151

8 years agoRe-scale the text height to default in the minibuffer
Oleh Krehel [Tue, 23 Jun 2015 10:41:17 +0000 (12:41 +0200)]
Re-scale the text height to default in the minibuffer

* ivy.el (ivy--format): Set the string height to default and turn off
  overline, so that exactly `ivy-height' lines are visible, not less.

Fixes #151

8 years agoivy-hydra.el (hydra-ivy): Bind "C-g"
Oleh Krehel [Mon, 22 Jun 2015 12:03:05 +0000 (14:03 +0200)]
ivy-hydra.el (hydra-ivy): Bind "C-g"

To make sure that "C-g" really exits the hydra.

8 years agoivy.el (ivy-initial-inputs-alist): Add some Org commands
Oleh Krehel [Mon, 22 Jun 2015 10:57:13 +0000 (12:57 +0200)]
ivy.el (ivy-initial-inputs-alist): Add some Org commands

* ivy.el (ivy-initial-inputs-alist): Add `org-agenda-refile' and
  `org-capture-refile'.

Fixes #156

8 years agoMerge commit '32b276e96118f9e34f4cf9a5a2ae6cae3e772144' from context-coloring
Jackson Ray Hamilton [Sun, 21 Jun 2015 21:15:09 +0000 (14:15 -0700)]
Merge commit '32b276e96118f9e34f4cf9a5a2ae6cae3e772144' from context-coloring

8 years agoVersion 7.0.0.
Jackson Ray Hamilton [Sun, 21 Jun 2015 21:11:07 +0000 (14:11 -0700)]
Version 7.0.0.

8 years agoMerge branch 'debt'
Jackson Ray Hamilton [Sun, 21 Jun 2015 21:10:44 +0000 (14:10 -0700)]
Merge branch 'debt'

8 years agoCleanup refactoring artifacts.
Jackson Ray Hamilton [Sun, 21 Jun 2015 21:09:04 +0000 (14:09 -0700)]
Cleanup refactoring artifacts.