]> 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 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 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 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 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 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 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 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 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 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 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 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

8 years ago* copyright_exceptions: Add math-symbol exeption
Stefan Monnier [Mon, 31 Aug 2015 01:51:50 +0000 (21:51 -0400)]
* copyright_exceptions: Add math-symbol exeption

8 years agoMerge commit 'fe9ec0c54c5c0224bdce6b557fe1f4bf2acbc972' as 'packages/company-math'
Vitalie Spinu [Sun, 30 Aug 2015 23:38:14 +0000 (01:38 +0200)]
Merge commit 'fe9ec0c54c5c0224bdce6b557fe1f4bf2acbc972' as 'packages/company-math'

8 years agoSquashed 'packages/company-math/' content from commit b585117
Vitalie Spinu [Sun, 30 Aug 2015 23:38:14 +0000 (01:38 +0200)]
Squashed 'packages/company-math/' content from commit b585117

git-subtree-dir: packages/company-math
git-subtree-split: b585117b814d9c7474a50de5753526ebab7fa27f

8 years agoMerge commit 'c824884ed1d3095eb998345bcbcfe67507a4db75' as 'packages/math-symbol...
Vitalie Spinu [Sun, 30 Aug 2015 23:38:06 +0000 (01:38 +0200)]
Merge commit 'c824884ed1d3095eb998345bcbcfe67507a4db75' as 'packages/math-symbol-lists'

8 years agoSquashed 'packages/math-symbol-lists/' content from commit 0d9147c
Vitalie Spinu [Sun, 30 Aug 2015 23:38:06 +0000 (01:38 +0200)]
Squashed 'packages/math-symbol-lists/' content from commit 0d9147c

git-subtree-dir: packages/math-symbol-lists
git-subtree-split: 0d9147c6f7432d7b7a1b7c7bba28165202c96d23

8 years agoAdd company-math and math-symbol-lists to externals
Vitalie Spinu [Sun, 30 Aug 2015 23:22:43 +0000 (01:22 +0200)]
Add company-math and math-symbol-lists to externals

8 years agoMerge commit 'affdc4611d859e6f643e38c2ed9ad83debb92633'
Matthew Carter [Sun, 30 Aug 2015 20:51:05 +0000 (16:51 -0400)]
Merge commit 'affdc4611d859e6f643e38c2ed9ad83debb92633'

8 years agoAdd version update note in file
Matthew Carter [Sun, 30 Aug 2015 20:49:56 +0000 (16:49 -0400)]
Add version update note in file

8 years agoAdd/adjust some of the org-mode faces
Matthew Carter [Sun, 30 Aug 2015 20:47:18 +0000 (16:47 -0400)]
Add/adjust some of the org-mode faces

8 years ago* GNUmakefile: Use LC_ALL rather than LANG
Stefan Monnier [Sat, 29 Aug 2015 14:37:38 +0000 (10:37 -0400)]
* GNUmakefile: Use LC_ALL rather than LANG

8 years agoRevert apparently mistaken copyright_exceptions update
Stefan Monnier [Sat, 29 Aug 2015 14:31:43 +0000 (10:31 -0400)]
Revert apparently mistaken copyright_exceptions update

8 years ago* .gitignore: Add "omn-mode"
Fabián Ezequiel Gallina [Sat, 29 Aug 2015 00:32:28 +0000 (21:32 -0300)]
* .gitignore: Add "omn-mode"

8 years agoUpdate copyright exceptions
Fabián Ezequiel Gallina [Fri, 28 Aug 2015 22:40:21 +0000 (19:40 -0300)]
Update copyright exceptions

8 years agohtml/index.html: Sync with the real file
Stefan Monnier [Fri, 28 Aug 2015 02:14:23 +0000 (22:14 -0400)]
html/index.html: Sync with the real file

8 years agoAllow plain parameters after default
Dmitry Gutov [Tue, 25 Aug 2015 19:56:35 +0000 (22:56 +0300)]
Allow plain parameters after default

https://bugzilla.mozilla.org/show_bug.cgi?id=777060
Fixes #257

8 years agoHandle @property like @param, and handle aliases
Dmitry Gutov [Mon, 24 Aug 2015 10:41:26 +0000 (13:41 +0300)]
Handle @property like @param, and handle aliases

Fixes #255

8 years agoiterators.el: fix comments
Michael Heerdegen [Fri, 21 Aug 2015 20:04:21 +0000 (22:04 +0200)]
iterators.el: fix comments

8 years ago* dts-mode/dts-mode.el (dts-indent-rules): Handle hanging "<".
Stefan Monnier [Fri, 21 Aug 2015 18:12:27 +0000 (14:12 -0400)]
* dts-mode/dts-mode.el (dts-indent-rules): Handle hanging "<".
(dts-mode): Set indent-tabs-mode.
(dts--using-macro): Fix Edebug descriptor.

8 years agoMerge commit '8380161ecfa24a22ef95ce05b5567adc853efa01'
Artur Malabarba [Fri, 21 Aug 2015 14:07:29 +0000 (15:07 +0100)]
Merge commit '8380161ecfa24a22ef95ce05b5567adc853efa01'

8 years agoVersion bump
Artur Malabarba [Fri, 21 Aug 2015 14:03:38 +0000 (15:03 +0100)]
Version bump

8 years agoAdd comment-or-uncomment-sexp command
Artur Malabarba [Fri, 21 Aug 2015 13:56:12 +0000 (14:56 +0100)]
Add comment-or-uncomment-sexp command

8 years agoMerge commit '09f86fca437f1b2e168093824e9d4ee0aea5130a' from swiper
Oleh Krehel [Fri, 21 Aug 2015 12:00:21 +0000 (14:00 +0200)]
Merge commit '09f86fca437f1b2e168093824e9d4ee0aea5130a' from swiper

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