]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
7 years agoVersion 1.7
Artur Malabarba [Mon, 2 May 2016 02:11:42 +0000 (23:11 -0300)]
Version 1.7

7 years agoFix a bug in the take-10 logic
Artur Malabarba [Mon, 2 May 2016 02:11:06 +0000 (23:11 -0300)]
Fix a bug in the take-10 logic

8 years agoUse syntax-ppss instead of check-parens
Artur Malabarba [Tue, 26 Apr 2016 16:27:05 +0000 (13:27 -0300)]
Use syntax-ppss instead of check-parens

8 years agoFully reindent before saving
Artur Malabarba [Tue, 26 Apr 2016 16:26:55 +0000 (13:26 -0300)]
Fully reindent before saving

8 years agoVersion 1.6
Artur Malabarba [Sat, 16 Apr 2016 16:30:04 +0000 (13:30 -0300)]
Version 1.6

8 years agoDon't narrow-to-defun when checking parens
Artur Malabarba [Tue, 5 Apr 2016 00:22:29 +0000 (21:22 -0300)]
Don't narrow-to-defun when checking parens

8 years ago[#77] Actually use aggressive-indent--balanced-parens
Artur Malabarba [Mon, 4 Apr 2016 17:21:06 +0000 (14:21 -0300)]
[#77] Actually use aggressive-indent--balanced-parens

8 years ago[Fix #78] save-excursion in check-parens
Artur Malabarba [Mon, 4 Apr 2016 17:18:09 +0000 (14:18 -0300)]
[Fix #78] save-excursion in check-parens

8 years agoVersion 1.5.2
Artur Malabarba [Mon, 4 Apr 2016 13:32:38 +0000 (10:32 -0300)]
Version 1.5.2

8 years ago[Fix #77] Only reindent if parens are balanced
Artur Malabarba [Mon, 4 Apr 2016 13:22:53 +0000 (10:22 -0300)]
[Fix #77] Only reindent if parens are balanced

8 years agoFix #70 - Do indent on empty line
Artur Malabarba [Fri, 26 Feb 2016 18:45:22 +0000 (15:45 -0300)]
Fix #70 - Do indent on empty line

I have no idea why this was disabled in the first place, but now we have
a reason to re-enable it.

8 years agoVersion 1.5
Artur Malabarba [Tue, 9 Feb 2016 17:56:04 +0000 (17:56 +0000)]
Version 1.5

8 years agoAdd haskell-interactive-mode to excluded modes
Artur Malabarba [Tue, 9 Feb 2016 17:55:37 +0000 (17:55 +0000)]
Add haskell-interactive-mode to excluded modes

8 years agoFix #67 - Avoid changing the selected window
Artur Malabarba [Fri, 8 Jan 2016 18:08:58 +0000 (18:08 +0000)]
Fix #67 - Avoid changing the selected window

8 years agoChange a \xc to \f
Artur Malabarba [Fri, 8 Jan 2016 18:04:04 +0000 (18:04 +0000)]
Change a \xc to \f

8 years agoRemove changelog header
Artur Malabarba [Fri, 8 Jan 2016 18:03:56 +0000 (18:03 +0000)]
Remove changelog header

8 years agoMerge pull request #66 from spwhitton/namesdep
Artur Malabarba [Sun, 13 Dec 2015 10:12:51 +0000 (10:12 +0000)]
Merge pull request #66 from spwhitton/namesdep

remove reference to names.el from README.md

8 years agoMerge pull request #65 from spwhitton/control-char-fix
Artur Malabarba [Sat, 12 Dec 2015 20:48:43 +0000 (20:48 +0000)]
Merge pull request #65 from spwhitton/control-char-fix

replace control characters with call to `kbd'

8 years agofix indent
Sean Whitton [Sat, 12 Dec 2015 20:41:36 +0000 (13:41 -0700)]
fix indent

8 years agoremove reference to names.el from README.md
Sean Whitton [Sat, 12 Dec 2015 19:17:03 +0000 (12:17 -0700)]
remove reference to names.el from README.md

aggressive-indent.el does not depend on names.el.

8 years agoquoting fix
Sean Whitton [Sat, 12 Dec 2015 17:40:57 +0000 (10:40 -0700)]
quoting fix

8 years agoreplace control characters with call to `kbd'
Sean Whitton [Sat, 12 Dec 2015 16:45:45 +0000 (09:45 -0700)]
replace control characters with call to `kbd'

Control characters embedded in the elisp file confuses tools like
file(1) (and thus Debian packaging tools).

Pre-patch:

    % file aggressive-indent.el
    aggressive-indent.el: data

Post-patch:

    % file aggressive-indent.el
    aggressive-indent.el: Lisp/Scheme program, ASCII text

8 years agoUpdate Github username
Artur Malabarba [Tue, 1 Dec 2015 12:01:24 +0000 (12:01 +0000)]
Update Github username

8 years agoUse redisplay instead of sit-for
Artur Malabarba [Sun, 25 Oct 2015 14:43:17 +0000 (14:43 +0000)]
Use redisplay instead of sit-for

8 years ago(sit-for 0) to avoid looking like we've hung Emacs
Artur Malabarba [Sun, 25 Oct 2015 11:09:09 +0000 (11:09 +0000)]
(sit-for 0) to avoid looking like we've hung Emacs

8 years agoAdd a group
Artur Malabarba [Sat, 24 Oct 2015 20:41:28 +0000 (21:41 +0100)]
Add a group

8 years agoFix for iedit-mode
Artur Malabarba [Wed, 14 Oct 2015 11:35:08 +0000 (12:35 +0100)]
Fix for iedit-mode

8 years agoFix stupid stupid bug
Artur Malabarba [Sat, 3 Oct 2015 15:17:30 +0000 (16:17 +0100)]
Fix stupid stupid bug

8 years ago[Fix #59] Be more careful about indenting empty lines
Artur Malabarba [Sun, 20 Sep 2015 01:40:53 +0000 (02:40 +0100)]
[Fix #59] Be more careful about indenting empty lines

8 years agoAlso skip \r\xc when moving forward
Artur Malabarba [Sun, 20 Sep 2015 01:17:17 +0000 (02:17 +0100)]
Also skip \r\xc when moving forward

8 years agoFix warnings
Artur Malabarba [Sun, 13 Sep 2015 14:47:16 +0000 (15:47 +0100)]
Fix warnings

8 years agoOnly track changes if the mode is active
Artur Malabarba [Sun, 13 Sep 2015 14:41:22 +0000 (15:41 +0100)]
Only track changes if the mode is active

8 years agoDrop Names dependency
Artur Malabarba [Sun, 13 Sep 2015 14:36:17 +0000 (15:36 +0100)]
Drop Names dependency

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 agoVersion bump
Artur Malabarba [Wed, 19 Aug 2015 10:13:05 +0000 (11:13 +0100)]
Version bump

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 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 agoDoc improvement
Artur Malabarba [Thu, 18 Jun 2015 12:45:26 +0000 (13:45 +0100)]
Doc improvement

8 years agoVersion 1.1
Artur Malabarba [Sat, 16 May 2015 09:38:42 +0000 (10:38 +0100)]
Version 1.1

8 years agoRework indentation based on changes.
Artur Malabarba [Sat, 16 May 2015 09:38:14 +0000 (10:38 +0100)]
Rework indentation based on changes.

8 years agoVersion 1.0.2
Artur Malabarba [Wed, 6 May 2015 10:00:02 +0000 (11:00 +0100)]
Version 1.0.2

8 years agoAdd iedit support. Fix #47
Artur Malabarba [Wed, 6 May 2015 09:54:10 +0000 (10:54 +0100)]
Add iedit support. Fix #47

9 years agoVersion bump and Copyright
Artur Malabarba [Wed, 1 Apr 2015 22:14:26 +0000 (23:14 +0100)]
Version bump and Copyright

9 years agoexclude comint mode
Artur Malabarba [Wed, 1 Apr 2015 22:13:56 +0000 (23:13 +0100)]
exclude comint mode

9 years agoMelpa badges
Artur Malabarba [Wed, 25 Mar 2015 20:34:56 +0000 (20:34 +0000)]
Melpa badges

9 years agoTry to fix the version
Artur Malabarba [Wed, 25 Mar 2015 20:29:44 +0000 (20:29 +0000)]
Try to fix the version

9 years agoAdd the require only when loading/compiling
Artur Malabarba [Wed, 25 Mar 2015 20:14:39 +0000 (20:14 +0000)]
Add the require only when loading/compiling

9 years agoFix typo
Artur Malabarba [Wed, 25 Mar 2015 18:31:56 +0000 (18:31 +0000)]
Fix typo

9 years agoFix the version
Artur Malabarba [Wed, 25 Mar 2015 18:11:09 +0000 (18:11 +0000)]
Fix the version

9 years agoVersion bump -> 1.0
Artur Malabarba [Wed, 25 Mar 2015 18:05:39 +0000 (18:05 +0000)]
Version bump -> 1.0

9 years agoMore style and doc changes
Artur Malabarba [Wed, 25 Mar 2015 18:05:29 +0000 (18:05 +0000)]
More style and doc changes

9 years agoRemove unneeded require.
Artur Malabarba [Wed, 25 Mar 2015 18:04:26 +0000 (18:04 +0000)]
Remove unneeded require.

9 years agoRemove unused macro.
Artur Malabarba [Wed, 25 Mar 2015 18:04:15 +0000 (18:04 +0000)]
Remove unused macro.

9 years agoCheckdoc
Artur Malabarba [Wed, 25 Mar 2015 17:54:37 +0000 (17:54 +0000)]
Checkdoc

9 years agoAdd clojure-mode to modes-to-prefer-defun
Artur Malabarba [Wed, 25 Mar 2015 17:54:01 +0000 (17:54 +0000)]
Add clojure-mode to modes-to-prefer-defun

9 years agoOptimize syntax-ppss calls
Artur Malabarba [Wed, 25 Mar 2015 17:53:33 +0000 (17:53 +0000)]
Optimize syntax-ppss calls

9 years agoUpdate email and GH username.
Artur Malabarba [Wed, 25 Mar 2015 11:43:13 +0000 (11:43 +0000)]
Update email and GH username.

9 years agoCouple more excluded modes
Artur Malabarba [Sun, 22 Mar 2015 09:08:32 +0000 (09:08 +0000)]
Couple more excluded modes

9 years agoMerge branch 'master' of github.com:Bruce-Connor/aggressive-indent-mode
Artur Malabarba [Sun, 8 Mar 2015 23:48:27 +0000 (20:48 -0300)]
Merge branch 'master' of github.com:Bruce-Connor/aggressive-indent-mode

9 years agoAdd cider-repl-mode to excluded modes
Artur Malabarba [Sun, 8 Mar 2015 23:48:17 +0000 (20:48 -0300)]
Add cider-repl-mode to excluded modes

9 years agoMerge pull request #43 from expez/disable-in-gmake-mode
Artur Malabarba [Mon, 16 Feb 2015 09:37:54 +0000 (09:37 +0000)]
Merge pull request #43 from expez/disable-in-gmake-mode

add gmake-mode to excluded modes

9 years agoadd gmake-mode to excluded modes
Lars Andersen [Mon, 16 Feb 2015 07:25:41 +0000 (08:25 +0100)]
add gmake-mode to excluded modes

9 years agoVersion bump
Artur Malabarba [Wed, 11 Feb 2015 00:03:36 +0000 (22:03 -0200)]
Version bump

9 years agoExclude TeX-output-mode
Artur Malabarba [Tue, 10 Feb 2015 16:30:48 +0000 (14:30 -0200)]
Exclude TeX-output-mode

9 years agoDon't activate in text-mode or fundamental-mode
Artur Malabarba [Mon, 2 Feb 2015 13:48:50 +0000 (11:48 -0200)]
Don't activate in text-mode or fundamental-mode

9 years agoStop using electric-indent-inhibit
Artur Malabarba [Thu, 15 Jan 2015 20:00:45 +0000 (18:00 -0200)]
Stop using electric-indent-inhibit

9 years agoMerge branch 'master' of github.com:Bruce-Connor/aggressive-indent-mode
Artur Malabarba [Sun, 30 Nov 2014 22:02:57 +0000 (22:02 +0000)]
Merge branch 'master' of github.com:Bruce-Connor/aggressive-indent-mode

9 years agoReadme
Artur Malabarba [Sun, 30 Nov 2014 22:02:19 +0000 (22:02 +0000)]
Readme

9 years agoMerge pull request #37 from tuhdo/master
Artur Malabarba [Sun, 30 Nov 2014 16:25:46 +0000 (16:25 +0000)]
Merge pull request #37 from tuhdo/master

Update non-Lisp example with better demo

9 years agoUpdate non-Lisp example with better demo
Tu Do [Sun, 30 Nov 2014 05:44:29 +0000 (12:44 +0700)]
Update non-Lisp example with better demo

9 years agoAdd dos-mode and netcmd-mode to excluded modes as per #9
Artur Malabarba [Sun, 30 Nov 2014 11:15:17 +0000 (11:15 +0000)]
Add dos-mode and netcmd-mode to excluded modes as per #9

9 years agoReadme
Artur Malabarba [Sun, 30 Nov 2014 11:12:03 +0000 (11:12 +0000)]
Readme

Fixes #36

9 years agoButton on readme
Artur Malabarba [Fri, 28 Nov 2014 23:07:03 +0000 (23:07 +0000)]
Button on readme

9 years agoDon't turn on if electric-indent-inhibit is set
Artur Malabarba [Mon, 24 Nov 2014 09:53:46 +0000 (09:53 +0000)]
Don't turn on if electric-indent-inhibit is set

9 years agoAdd conf-mode to excluded modes.
Artur Malabarba [Mon, 24 Nov 2014 09:53:37 +0000 (09:53 +0000)]
Add conf-mode to excluded modes.

9 years agoMerge pull request #35 from purcell/patch-3
Artur Malabarba [Thu, 20 Nov 2014 11:12:49 +0000 (11:12 +0000)]
Merge pull request #35 from purcell/patch-3

Exclude sass-mode and slim-mode

9 years agoExclude sass-mode and slim-mode
Steve Purcell [Thu, 20 Nov 2014 11:00:03 +0000 (11:00 +0000)]
Exclude sass-mode and slim-mode

9 years agoMerge pull request #34 from davidshepherd7/patch-1
Artur Malabarba [Wed, 19 Nov 2014 19:48:04 +0000 (19:48 +0000)]
Merge pull request #34 from davidshepherd7/patch-1

Add more excluded modes

9 years agoAdd more excluded modes
davidshepherd7 [Wed, 19 Nov 2014 18:26:29 +0000 (18:26 +0000)]
Add more excluded modes

`haskell-mode` for similar reasons to python.

`snippet-mode` (which is for editing yas snippets) because there is no "correct" way to indent a
snippet which could be in any language.

9 years agoVersion bump
Artur Malabarba [Tue, 18 Nov 2014 09:34:23 +0000 (09:34 +0000)]
Version bump

9 years agoDon't indent smerge-mode
Artur Malabarba [Tue, 18 Nov 2014 09:31:44 +0000 (09:31 +0000)]
Don't indent smerge-mode

Fixes #33

9 years agoAdd shells to excluded modes
Artur Malabarba [Thu, 13 Nov 2014 10:39:03 +0000 (10:39 +0000)]
Add shells to excluded modes

9 years agoAdd Custom-mode to excluded modes
Artur Malabarba [Wed, 12 Nov 2014 13:09:38 +0000 (13:09 +0000)]
Add Custom-mode to excluded modes

Fixes #32

9 years agoVersion Bump
Artur Malabarba [Tue, 4 Nov 2014 23:53:32 +0000 (23:53 +0000)]
Version Bump

9 years agoIndentation
Artur Malabarba [Tue, 4 Nov 2014 23:24:51 +0000 (23:24 +0000)]
Indentation

9 years agoFix corner-case with thing-at-point
Artur Malabarba [Tue, 4 Nov 2014 23:18:22 +0000 (23:18 +0000)]
Fix corner-case with thing-at-point

9 years agoReadme
Artur Malabarba [Tue, 4 Nov 2014 22:58:56 +0000 (22:58 +0000)]
Readme

9 years agoMerge pull request #30 from vmfhrmfoaj/master
Artur Malabarba [Tue, 4 Nov 2014 13:34:19 +0000 (13:34 +0000)]
Merge pull request #30 from vmfhrmfoaj/master

Fix bug with cl-letf not restoring the values.

9 years agoMerge pull request #29 from tsdh/master
Artur Malabarba [Tue, 4 Nov 2014 08:02:40 +0000 (08:02 +0000)]
Merge pull request #29 from tsdh/master

Add diff-mode and makefile-mode to excluded-modes.

9 years agoAdd diff-mode and makefile-mode to excluded-modes.
Tassilo Horn [Tue, 4 Nov 2014 07:06:58 +0000 (08:06 +0100)]
Add diff-mode and makefile-mode to excluded-modes.

9 years agoPrevent that to replace the 'message' func to 'ignore' func.
Jinseop Kim [Mon, 3 Nov 2014 14:38:14 +0000 (23:38 +0900)]
Prevent that to replace the 'message' func to 'ignore' func.

9 years agoMerge pull request #28 from tsdh/master
Artur Malabarba [Sat, 1 Nov 2014 08:52:08 +0000 (08:52 +0000)]
Merge pull request #28 from tsdh/master

Fix #27 and improve #25

9 years agoDon't indent in strings (fixes #27)
Tassilo Horn [Sat, 1 Nov 2014 06:02:33 +0000 (07:02 +0100)]
Don't indent in strings (fixes #27)

Also improve #25 by not enabling delete-indentation for backspace at
locations where the user doesn't want aggressive indentation.

9 years agoRedo fix for #25
Artur Malabarba [Fri, 31 Oct 2014 08:43:59 +0000 (08:43 +0000)]
Redo fix for #25
Awesome tip from @tsdh!

9 years agoAnother quickfix
Artur Malabarba [Thu, 30 Oct 2014 21:49:25 +0000 (21:49 +0000)]
Another quickfix