]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
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

8 years ago#'diff-hl-flydiff/overlay-modified → #'ignored
PythonNut [Wed, 2 Sep 2015 18:15:41 +0000 (11:15 -0700)]
#'diff-hl-flydiff/overlay-modified → #'ignored

8 years agoChange version predicate for vc-git polyfilling
PythonNut [Wed, 2 Sep 2015 18:12:50 +0000 (11:12 -0700)]
Change version predicate for vc-git polyfilling

8 years ago* other-frame-window.el: Use new prefix-command features
Stefan Monnier [Wed, 2 Sep 2015 01:58:29 +0000 (21:58 -0400)]
* other-frame-window.el: Use new prefix-command features

(ofw--set-prefix): Use prefix-command-preserve-state is available.
Remove left-over prefix state.
(ofw--echo-keystrokes, ofw--preserve-state): New functions.
(prefix-command-echo-keystrokes-functions)
(prefix-command-preserve-state-hook): Use them.
(other-frame-window-mode): Autoload.

8 years agoMerge commit '0c3d5d96b732e31b8556d2f61cf9c7a2556ade26'
Artur Malabarba [Wed, 2 Sep 2015 00:30:13 +0000 (01:30 +0100)]
Merge commit '0c3d5d96b732e31b8556d2f61cf9c7a2556ade26'

8 years agoAdd commentary to diff-hl-flydiff
PythonNut [Tue, 1 Sep 2015 22:00:12 +0000 (22:00 +0000)]
Add commentary to diff-hl-flydiff

8 years agoAdd diff-hl-flydiff as a separate file
PythonNut [Tue, 1 Sep 2015 21:56:21 +0000 (21:56 +0000)]
Add diff-hl-flydiff as a separate file

8 years agoRevert "Allow diffing on-the-fly"
PythonNut [Tue, 1 Sep 2015 17:53:18 +0000 (17:53 +0000)]
Revert "Allow diffing on-the-fly"

This reverts commit c79dc5b53485ab6156b9f76c1faa01e824c6b06b.

8 years agoVersion bump 1.2
Artur Malabarba [Tue, 1 Sep 2015 17:18:37 +0000 (18:18 +0100)]
Version bump 1.2

8 years agoDon't clean the changed-list when we're not indenting
Artur Malabarba [Tue, 1 Sep 2015 17:17:29 +0000 (18:17 +0100)]
Don't clean the changed-list when we're not indenting

8 years agoAdd special support for multiple-cursors-mode
Artur Malabarba [Tue, 1 Sep 2015 17:16:04 +0000 (18:16 +0100)]
Add special support for multiple-cursors-mode

8 years agoReadme
Artur Malabarba [Tue, 1 Sep 2015 16:33:01 +0000 (17:33 +0100)]
Readme

8 years agoAdd nameless-insert-name-or-self-insert command
Artur Malabarba [Tue, 1 Sep 2015 16:27:56 +0000 (17:27 +0100)]
Add nameless-insert-name-or-self-insert command

8 years agoDocumentation
Artur Malabarba [Tue, 1 Sep 2015 16:11:54 +0000 (17:11 +0100)]
Documentation

8 years agoImprove aliases
Artur Malabarba [Tue, 1 Sep 2015 16:09:56 +0000 (17:09 +0100)]
Improve aliases

8 years agoFix composition
Artur Malabarba [Tue, 1 Sep 2015 15:58:51 +0000 (16:58 +0100)]
Fix composition

8 years ago* math-symbol-lists: Fix trailer; provide email address
Stefan Monnier [Mon, 31 Aug 2015 17:16:54 +0000 (13:16 -0400)]
* math-symbol-lists: Fix trailer; provide email address

8 years ago* company-math: Provide email address
Stefan Monnier [Mon, 31 Aug 2015 17:16:27 +0000 (13:16 -0400)]
* company-math: Provide email address