]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoMerge commit 'ea3958f45cb468be0f11e95c24d09e10a389fee0'
Artur Malabarba [Sun, 13 Sep 2015 10:28:45 +0000 (11:28 +0100)]
Merge commit 'ea3958f45cb468be0f11e95c24d09e10a389fee0'

8 years agoImprove name discovery
Artur Malabarba [Sun, 13 Sep 2015 10:27:36 +0000 (11:27 +0100)]
Improve name discovery

8 years agocounsel.el (counsel-yank-pop): Add autoload
Oleh Krehel [Sun, 13 Sep 2015 06:26:10 +0000 (08:26 +0200)]
counsel.el (counsel-yank-pop): Add autoload

8 years agoivy.el (ivy-format-function-default): Fix boundp bug
Oleh Krehel [Sat, 12 Sep 2015 14:52:51 +0000 (16:52 +0200)]
ivy.el (ivy-format-function-default): Fix boundp bug

Fixes #225

8 years agoMerge ack master from github.com:leoliu/ack-el
Leo Liu [Sat, 12 Sep 2015 12:38:19 +0000 (20:38 +0800)]
Merge ack master from github.com:leoliu/ack-el

8 years agoCustomise compilation-finish-functions
Leo Liu [Sat, 12 Sep 2015 12:12:26 +0000 (20:12 +0800)]
Customise compilation-finish-functions

8 years agocounsel.el (counsel-yank-pop-truncate): Add group
Oleh Krehel [Sat, 12 Sep 2015 11:58:51 +0000 (13:58 +0200)]
counsel.el (counsel-yank-pop-truncate): Add group

8 years agoswiper.el (swiper--ivy): Fix compiler warning
Oleh Krehel [Sat, 12 Sep 2015 11:58:30 +0000 (13:58 +0200)]
swiper.el (swiper--ivy): Fix compiler warning

8 years agocounsel.el (counsel-yank-pop): New command
Oleh Krehel [Fri, 11 Sep 2015 15:28:38 +0000 (17:28 +0200)]
counsel.el (counsel-yank-pop): New command

* counsel.el (counsel-yank-pop-truncate): New defcustom. Choose whether
  to truncate strings over 4 lines.
(counsel-yank-pop-action): New defun.

Fixes #218

8 years agoMake line numbers in swiper into display properties
Oleh Krehel [Fri, 11 Sep 2015 14:52:02 +0000 (16:52 +0200)]
Make line numbers in swiper into display properties

* swiper.el (swiper--candidates): Each candidate is now a single space
  plus the original string. The display property of the single space
  holds the line number. This means that it's no longer possible to
  match line numbers in queries. Also, the preselect of the current line
  is slightly worse (in case there are two identical lines in a buffer).
(swiper--ivy): Update the preselect to not include the line
number. Also, call `ivy--action' on `ivy-current' instead of `res',
because `res' doesn't have the string property that points to the line
number.
(swiper--update-input-ivy): Update.
(swiper--action): Update.

Fixes #224

8 years agoSet truncate-lines in the minibuffer
Oleh Krehel [Fri, 11 Sep 2015 09:42:18 +0000 (11:42 +0200)]
Set truncate-lines in the minibuffer

* ivy.el (ivy--minibuffer-setup): Update.
(ivy-format-function-default): Check `truncate-lines'. Check if
`fringe-mode' is bound.

Fixes #223

8 years agoivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3
Oleh Krehel [Thu, 10 Sep 2015 09:24:54 +0000 (11:24 +0200)]
ivy.el (ivy--resize-minibuffer-to-fit): Make compatible with 24.3

Re #220

8 years agoivy.el (ivy-format-function-default): Handle fringe-mode 0
Oleh Krehel [Thu, 10 Sep 2015 09:21:12 +0000 (11:21 +0200)]
ivy.el (ivy-format-function-default): Handle fringe-mode 0

Fixes #219

8 years agoAdd support to build packages from Emacs repo
Fabián Ezequiel Gallina [Sat, 29 Aug 2015 05:20:46 +0000 (02:20 -0300)]
Add support to build packages from Emacs repo

* externals-list: Add docs about :core packages.
* admin/archive-contents.el (archive-add/remove/update-externals):
Sync core packages defined in externals-list.

8 years agoMerge commit '7fa7f099c7008d521dbbb57a1546f11535544536' from diff-hl
Dmitry Gutov [Wed, 9 Sep 2015 18:58:50 +0000 (21:58 +0300)]
Merge commit '7fa7f099c7008d521dbbb57a1546f11535544536' from diff-hl

8 years agoBump the version
Dmitry Gutov [Wed, 9 Sep 2015 18:57:24 +0000 (21:57 +0300)]
Bump the version

8 years agoUndo some breakage
Dmitry Gutov [Wed, 9 Sep 2015 18:51:48 +0000 (21:51 +0300)]
Undo some breakage

8 years agoMerge commit '5c9d8b82dddec2fab370ec8798569c7fc5698093' from js2-mode
Dmitry Gutov [Wed, 9 Sep 2015 18:40:50 +0000 (21:40 +0300)]
Merge commit '5c9d8b82dddec2fab370ec8798569c7fc5698093' from js2-mode

8 years agoRephrase
Dmitry Gutov [Wed, 9 Sep 2015 18:37:51 +0000 (21:37 +0300)]
Rephrase

8 years agoAdd NEWS and bump the version
Dmitry Gutov [Wed, 9 Sep 2015 18:36:29 +0000 (21:36 +0300)]
Add NEWS and bump the version

8 years agocounsel.el (counsel-unicode-char): Add own history
Oleh Krehel [Wed, 9 Sep 2015 13:21:43 +0000 (15:21 +0200)]
counsel.el (counsel-unicode-char): Add own history

Also make "C-M-n", "C-M-p", and `ivy-resume' work properly.

8 years agoFix readme
Artur Malabarba [Wed, 9 Sep 2015 12:04:06 +0000 (13:04 +0100)]
Fix readme

8 years agoMerge commit '60873230991f7a0cd3175eb578fee34c7e238fb3'
Artur Malabarba [Wed, 9 Sep 2015 11:07:52 +0000 (12:07 +0100)]
Merge commit '60873230991f7a0cd3175eb578fee34c7e238fb3'

8 years agoVersion bump
Artur Malabarba [Wed, 9 Sep 2015 11:07:44 +0000 (12:07 +0100)]
Version bump

8 years agoFix doc
Artur Malabarba [Wed, 9 Sep 2015 10:58:59 +0000 (11:58 +0100)]
Fix doc

8 years ago[Fix #6] Local variables not being used
Artur Malabarba [Wed, 9 Sep 2015 10:55:31 +0000 (11:55 +0100)]
[Fix #6] Local variables not being used

8 years agoImprove documentation and change keybind from _ to C-c C--
Artur Malabarba [Wed, 9 Sep 2015 10:19:44 +0000 (11:19 +0100)]
Improve documentation and change keybind from _ to C-c C--

Fix #5

8 years agoExplicitly remap js-find-symbol
Dmitry Gutov [Wed, 9 Sep 2015 03:49:38 +0000 (06:49 +0300)]
Explicitly remap js-find-symbol

#159

8 years agoMerge pull request #4 from cpitclaudel/master
Artur Malabarba [Tue, 8 Sep 2015 14:42:05 +0000 (15:42 +0100)]
Merge pull request #4 from cpitclaudel/master

Add a missing 'delete-selection property

8 years agoAdd a missing 'delete-selection property
Clément Pit--Claudel [Tue, 8 Sep 2015 14:08:35 +0000 (10:08 -0400)]
Add a missing 'delete-selection property

This is needed for delete-selection-mode to work properly:

> Commands which will delete the selection need a 'delete-selection
> property on their symbols; commands which insert text but don't have
> this property won't delete the selection.

8 years agoFix up the "foo ! bar" matching and highlighting
Oleh Krehel [Tue, 8 Sep 2015 11:48:29 +0000 (13:48 +0200)]
Fix up the "foo ! bar" matching and highlighting

* ivy.el (ivy--filter): When regex returned is a list, use only the
  first string part.

* swiper.el (swiper--update-input-ivy): When regex returned is a list,
  use only the first string part.

8 years agoAvoid further confusion when an alias matches the current name
Artur Malabarba [Tue, 8 Sep 2015 08:58:41 +0000 (09:58 +0100)]
Avoid further confusion when an alias matches the current name

8 years agoMove swiper-minibuffer-faces to ivy.el
Oleh Krehel [Tue, 8 Sep 2015 06:25:09 +0000 (08:25 +0200)]
Move swiper-minibuffer-faces to ivy.el

Fixes #217

8 years agoAvoid confusion when an alias matches the current name
Artur Malabarba [Mon, 7 Sep 2015 23:50:42 +0000 (00:50 +0100)]
Avoid confusion when an alias matches the current name

8 years agoMake diff-hl-flydiff-delay customizable
Dmitry Gutov [Mon, 7 Sep 2015 20:30:18 +0000 (23:30 +0300)]
Make diff-hl-flydiff-delay customizable

8 years agoMerge commit '6abd4f4fe740054d433d928d90fb1671cce6719c'
Artur Malabarba [Mon, 7 Sep 2015 20:27:35 +0000 (21:27 +0100)]
Merge commit '6abd4f4fe740054d433d928d90fb1671cce6719c'

8 years ago[Fix #1] nameless-aliases docstring
Artur Malabarba [Mon, 7 Sep 2015 20:25:49 +0000 (21:25 +0100)]
[Fix #1] nameless-aliases docstring

8 years agoRemove a space
Dmitry Gutov [Mon, 7 Sep 2015 12:31:08 +0000 (15:31 +0300)]
Remove a space

8 years agoUse cl-assert instead of error
Dmitry Gutov [Mon, 7 Sep 2015 12:24:50 +0000 (15:24 +0300)]
Use cl-assert instead of error

8 years agoAdd cl- prefix, improve line lengths
Dmitry Gutov [Mon, 7 Sep 2015 12:24:09 +0000 (15:24 +0300)]
Add cl- prefix, improve line lengths

8 years agoReindent
Dmitry Gutov [Mon, 7 Sep 2015 12:09:42 +0000 (15:09 +0300)]
Reindent

8 years agoDeclare some SLIME functions
Oleh Krehel [Mon, 7 Sep 2015 12:08:31 +0000 (14:08 +0200)]
Declare some SLIME functions

* counsel.el (slime-symbol-start-pos):
(slime-symbol-end-pos):
(slime-contextual-completions): Declare.

8 years agocounsel.el (counsel-git-grep-function): Fix up
Oleh Krehel [Mon, 7 Sep 2015 12:06:14 +0000 (14:06 +0200)]
counsel.el (counsel-git-grep-function): Fix up

Set `ivy--old-re' for the benefit of fancy minibuffer faces.

8 years agoMake the minibuffer faces look nicer
Oleh Krehel [Mon, 7 Sep 2015 12:03:08 +0000 (14:03 +0200)]
Make the minibuffer faces look nicer

* ivy.el (ivy-current-match): Update background and add white
  foreground for light themes. Update background and add black
  foreground for dark themes.
(ivy--add-face): If a face has an explicit foreground, add it ahead,
with no blending. Blend the background as usual.

* swiper.el (swiper-minibuffer-match-face-1):
(swiper-minibuffer-match-face-2): Update the background for light
  themes.
(swiper-minibuffer-match-face-4): Update the background for dark themes.

8 years agoOne fewer version check
Dmitry Gutov [Mon, 7 Sep 2015 11:55:52 +0000 (14:55 +0300)]
One fewer version check

Closes #54

8 years agoReadme
Artur Malabarba [Mon, 7 Sep 2015 11:09:36 +0000 (12:09 +0100)]
Readme

8 years agoRemoved functions: js2-build-prop-name-list and js2-names-left.
ScottyB [Mon, 7 Sep 2015 09:35:40 +0000 (19:35 +1000)]
Removed functions: js2-build-prop-name-list and js2-names-left.

8 years agoClean up todo in js2-search-scope and fix year typo
ScottyB [Sun, 6 Sep 2015 01:01:17 +0000 (11:01 +1000)]
Clean up todo in js2-search-scope and fix year typo

8 years agoClarified js2-search-scope doc string
ScottyB [Fri, 4 Sep 2015 00:07:02 +0000 (10:07 +1000)]
Clarified js2-search-scope doc string

8 years agoOnly jump if not already at var or function definition
ScottyB [Thu, 3 Sep 2015 23:53:56 +0000 (09:53 +1000)]
Only jump if not already at var or function definition

8 years agoFind definition by locating assignment nodes
ScottyB [Thu, 3 Sep 2015 14:49:32 +0000 (00:49 +1000)]
Find definition by locating assignment nodes

8 years agoSupport jumping to buffers of the same major mode
ScottyB [Sun, 30 Aug 2015 04:25:55 +0000 (14:25 +1000)]
Support jumping to buffers of the same major mode

8 years agoFixed jumping to object properties
ScottyB [Sun, 30 Aug 2015 03:25:41 +0000 (13:25 +1000)]
Fixed jumping to object properties

8 years agoSimplified method of searching for nodes based on scope
ScottyB [Sun, 30 Aug 2015 00:44:53 +0000 (10:44 +1000)]
Simplified method of searching for nodes based on scope

8 years agoSimplified property name matching
ScottyB [Sat, 29 Aug 2015 14:53:35 +0000 (00:53 +1000)]
Simplified property name matching

8 years agoReturn correct node when searching for the definition of a property.
ScottyB [Mon, 16 Mar 2015 09:21:30 +0000 (20:21 +1100)]
Return correct node when searching for the definition of a property.

8 years agoAdded missing etags dependency
ScottyB [Sun, 8 Feb 2015 08:11:09 +0000 (19:11 +1100)]
Added missing etags dependency

8 years agoAdd a jump to definition command bound to M-.
ScottyB [Sun, 7 Sep 2014 01:04:07 +0000 (11:04 +1000)]
Add a jump to definition command bound to M-.

8 years agojs2-define-destruct-symbols: Speed up, theoretically
Dmitry Gutov [Mon, 7 Sep 2015 03:21:06 +0000 (06:21 +0300)]
js2-define-destruct-symbols: Speed up, theoretically

8 years agojs2-define-destruct-symbols-internal: Remove, don't need it anymore
Dmitry Gutov [Mon, 7 Sep 2015 03:07:44 +0000 (06:07 +0300)]
js2-define-destruct-symbols-internal: Remove, don't need it anymore

8 years agojs2-define-destruct-symbols-internal: Stop growing NAME-NODES exponentially
Dmitry Gutov [Mon, 7 Sep 2015 03:05:27 +0000 (06:05 +0300)]
js2-define-destruct-symbols-internal: Stop growing NAME-NODES exponentially

Fixes #259

8 years agojs2-define-destruct-symbols-internal: Anticipate js2-getter-setter-node
Dmitry Gutov [Mon, 7 Sep 2015 01:09:35 +0000 (04:09 +0300)]
js2-define-destruct-symbols-internal: Anticipate js2-getter-setter-node

8 years agoReduce warnings during byte-compilation; don't error b-c in <24.4
Dmitry Gutov [Sun, 6 Sep 2015 23:59:31 +0000 (02:59 +0300)]
Reduce warnings during byte-compilation; don't error b-c in <24.4

#54

8 years agoMerge commit '512b2ace3db9bf64e16f949ed90b78eb86c7fdda'
Artur Malabarba [Sun, 6 Sep 2015 16:33:41 +0000 (17:33 +0100)]
Merge commit '512b2ace3db9bf64e16f949ed90b78eb86c7fdda'

8 years agoVersion 0.3: Filter buffer substring
Artur Malabarba [Sun, 6 Sep 2015 16:13:10 +0000 (17:13 +0100)]
Version 0.3: Filter buffer substring

8 years agoFix bug in _ insert
Artur Malabarba [Sun, 6 Sep 2015 16:11:53 +0000 (17:11 +0100)]
Fix bug in _ insert

8 years agoAdd default values for minibuffer faces
Oleh Krehel [Sun, 6 Sep 2015 11:30:43 +0000 (13:30 +0200)]
Add default values for minibuffer faces

* swiper.el (swiper-minibuffer-match-face-1):
(swiper-minibuffer-match-face-2):
(swiper-minibuffer-match-face-3):
(swiper-minibuffer-match-face-4): Update.

Re #215

8 years agofsm: Revert some changes suggested by checkdoc
Thomas Fitzsimmons [Sat, 5 Sep 2015 20:34:34 +0000 (16:34 -0400)]
fsm: Revert some changes suggested by checkdoc

8 years agoUse --strip-trailing-cr
Dmitry Gutov [Sat, 5 Sep 2015 12:44:47 +0000 (15:44 +0300)]
Use --strip-trailing-cr

#50

8 years agofsm: Bump version to 0.2
Thomas Fitzsimmons [Fri, 4 Sep 2015 06:12:40 +0000 (02:12 -0400)]
fsm: Bump version to 0.2

8 years agofsm: Change FSMs from plists to uninterned symbols
Magnus Henoch [Fri, 4 Sep 2015 18:01:42 +0000 (14:01 -0400)]
fsm: Change FSMs from plists to uninterned symbols

8 years agofsm: Fix copyright
Thomas Fitzsimmons [Fri, 4 Sep 2015 06:55:16 +0000 (02:55 -0400)]
fsm: Fix copyright

8 years agofsm: Add packaging fields
Thomas Fitzsimmons [Fri, 4 Sep 2015 06:11:48 +0000 (02:11 -0400)]
fsm: Add packaging fields

8 years agofsm: Fix checkdoc errors
Thomas Fitzsimmons [Fri, 4 Sep 2015 06:10:34 +0000 (02:10 -0400)]
fsm: Fix checkdoc errors

8 years agofsm: Add FSM name to some fsm-debug-output messages
Thomas Fitzsimmons [Fri, 4 Sep 2015 06:06:17 +0000 (02:06 -0400)]
fsm: Add FSM name to some fsm-debug-output messages

8 years agofsm: Port to cl-lib
Thomas Fitzsimmons [Fri, 4 Sep 2015 05:39:08 +0000 (01:39 -0400)]
fsm: Port to cl-lib

8 years agofsm: Use lexical binding
Thomas Fitzsimmons [Fri, 4 Sep 2015 05:22:15 +0000 (01:22 -0400)]
fsm: Use lexical binding

8 years agofsm: Fix formatting
Thomas Fitzsimmons [Fri, 4 Sep 2015 05:13:03 +0000 (01:13 -0400)]
fsm: Fix formatting

8 years agofsm: Delete trailing whitespace
Thomas Fitzsimmons [Fri, 4 Sep 2015 05:09:03 +0000 (01:09 -0400)]
fsm: Delete trailing whitespace

8 years agofsm: Import fsm.el from emacs-jabber
Thomas Fitzsimmons [Sat, 29 Aug 2015 16:09:31 +0000 (12:09 -0400)]
fsm: Import fsm.el from emacs-jabber

Import fsm.el from git://git.code.sf.net/p/emacs-jabber/git, commit
1f858cc4f3cdabcd7380a7d08af273bcdd708c15.

8 years agoReword the recent README changes
Dmitry Gutov [Sat, 5 Sep 2015 03:48:35 +0000 (06:48 +0300)]
Reword the recent README changes

8 years agoUpdate diff-hl-flydiff/vc-git-mode-line-string as per Emacs master
Dmitry Gutov [Sat, 5 Sep 2015 03:36:53 +0000 (06:36 +0300)]
Update diff-hl-flydiff/vc-git-mode-line-string as per Emacs master

8 years agoMerge pull request #50 from PythonNut/master
Dmitry Gutov [Sat, 5 Sep 2015 03:33:22 +0000 (06:33 +0300)]
Merge pull request #50 from PythonNut/master

[WIP] Allow diffing on-the-fly

8 years agoivy.el (ivy--format-minibuffer-line): Fix nil regexp
Oleh Krehel [Fri, 4 Sep 2015 11:52:49 +0000 (13:52 +0200)]
ivy.el (ivy--format-minibuffer-line): Fix nil regexp

8 years agoMake ivy-current blend correctly for fancy minibuffer
Oleh Krehel [Fri, 4 Sep 2015 09:38:38 +0000 (11:38 +0200)]
Make ivy-current blend correctly for fancy minibuffer

* ivy.el (ivy--format-minibuffer-line): Stop setting :height - it messes
  with blending. Also, the minibuffer height issue was fixed in an
  earlier pull request.

(ivy--format): Call `ivy--add-face' on modified string, not on the
original one.

8 years agoivy.el (ivy--format-minibuffer-line): Use add-face-text-property
Oleh Krehel [Fri, 4 Sep 2015 09:25:43 +0000 (11:25 +0200)]
ivy.el (ivy--format-minibuffer-line): Use add-face-text-property

8 years agoAdd extra faces for minibuffer highlighting
Oleh Krehel [Fri, 4 Sep 2015 08:50:15 +0000 (10:50 +0200)]
Add extra faces for minibuffer highlighting

* swiper.el (swiper-minibuffer-match-face-1):
(swiper-minibuffer-match-face-2):
(swiper-minibuffer-match-face-3):
(swiper-minibuffer-match-face-4): New defface.
(swiper-minibuffer-faces): New defvar.

* ivy.el (ivy--format-minibuffer-line): New defun.
(ivy--format): Use `ivy--format-minibuffer-line'.

8 years agoUpdate docs to reflect new diff-hl-flydiff-mode
PythonNut [Thu, 3 Sep 2015 22:56:00 +0000 (22:56 +0000)]
Update docs to reflect new diff-hl-flydiff-mode

8 years agoSimplify diff-hl-flydiff/modified-p advice
PythonNut [Thu, 3 Sep 2015 22:55:40 +0000 (22:55 +0000)]
Simplify diff-hl-flydiff/modified-p advice

8 years agoStop duplicating code in diff-hl-changes
PythonNut [Thu, 3 Sep 2015 20:22:45 +0000 (20:22 +0000)]
Stop duplicating code in diff-hl-changes

8 years agoFix *another* usage of "ignored"
PythonNut [Thu, 3 Sep 2015 20:18:09 +0000 (20:18 +0000)]
Fix *another* usage of "ignored"

8 years agoUpdate copyright year(s) for diff-hl-flydiff
PythonNut [Thu, 3 Sep 2015 19:31:35 +0000 (19:31 +0000)]
Update copyright year(s) for diff-hl-flydiff

8 years agoEnsure working revisions are never stale
PythonNut [Thu, 3 Sep 2015 19:09:18 +0000 (19:09 +0000)]
Ensure working revisions are never stale

8 years agoFix usage of "ignored"
PythonNut [Thu, 3 Sep 2015 02:35:58 +0000 (19:35 -0700)]
Fix usage of "ignored"

8 years agoivy.el (ivy-display-style): New defcustom
Oleh Krehel [Thu, 3 Sep 2015 11:41:59 +0000 (13:41 +0200)]
ivy.el (ivy-display-style): New defcustom

* ivy.el (ivy--format): Add additional highlighting for the minibuffer,
  similar to `swiper', when `ivy-display-style' is set to 'fancy.

Fixes #212

8 years agoReadme
Artur Malabarba [Thu, 3 Sep 2015 11:03:03 +0000 (12:03 +0100)]
Readme

8 years agoAdd 'packages/nameless/' from commit 'c1dd76b972ab978884d5c1b2add43e83cc23134e'
Artur Malabarba [Thu, 3 Sep 2015 10:54:18 +0000 (11:54 +0100)]
Add 'packages/nameless/' from commit 'c1dd76b972ab978884d5c1b2add43e83cc23134e'

git-subtree-dir: packages/nameless
git-subtree-mainline: 4de23529e28c8c1ba5b970bda87463f3923ad362
git-subtree-split: c1dd76b972ab978884d5c1b2add43e83cc23134e

8 years agoPrefer using /dev/shm for temporary files
PythonNut [Wed, 2 Sep 2015 22:32:02 +0000 (22:32 +0000)]
Prefer using /dev/shm for temporary files

8 years agoNo need to remove diff-hl-edit from hooks
PythonNut [Wed, 2 Sep 2015 22:11:09 +0000 (22:11 +0000)]
No need to remove diff-hl-edit from hooks

8 years agoRequire nadvice at toplevel
PythonNut [Wed, 2 Sep 2015 18:16:21 +0000 (11:16 -0700)]
Require nadvice at toplevel