]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
7 years agoFix bug face for newly arrived bugs in debbugs-gnu.el
Tino Calancha [Sat, 4 Jun 2016 08:09:52 +0000 (10:09 +0200)]
Fix bug face for newly arrived bugs in debbugs-gnu.el

* packages/debbugs/debbugs-gnu.el (debbugs-gnu-show-reports):
For some new bugs `date' and `log_modified' may differ in 1 second.

7 years agopackages/javaimp: Fix comparison of module load ts with parent files.
Filipp Gunbin [Tue, 31 May 2016 20:20:03 +0000 (23:20 +0300)]
packages/javaimp: Fix comparison of module load ts with parent files.

7 years agoMerge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring
Jackson Ray Hamilton [Mon, 30 May 2016 22:09:33 +0000 (15:09 -0700)]
Merge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring

7 years agoVersion 8.0.1.
Jackson Ray Hamilton [Mon, 30 May 2016 22:06:42 +0000 (15:06 -0700)]
Version 8.0.1.

7 years agoDon't byte compile development files.
Jackson Ray Hamilton [Mon, 30 May 2016 21:43:51 +0000 (14:43 -0700)]
Don't byte compile development files.

This should fix an issue where ELPA tried to compile files with
dependencies it could not resolve.

7 years agoVersion 8.0.0.
Jackson Ray Hamilton [Mon, 30 May 2016 21:08:36 +0000 (14:08 -0700)]
Version 8.0.0.

7 years agoRewrite the `change' and `changed' patterns
Michael Heerdegen [Wed, 25 May 2016 22:19:09 +0000 (00:19 +0200)]
Rewrite the `change' and `changed' patterns

so that they don't rely on `diff-hl-mode's overlays.  Instead use the
output of `diff-hl-changes' directly (and cache it).

Make both patterns accept an optional REVISION argument.

7 years agoMerge commit 'aaeb619f1ff57e666925bcef22bb3195c22d589e'
Artur Malabarba [Fri, 27 May 2016 00:52:37 +0000 (21:52 -0300)]
Merge commit 'aaeb619f1ff57e666925bcef22bb3195c22d589e'

7 years agoVersion 1.3.1
Artur Malabarba [Fri, 27 May 2016 00:50:39 +0000 (21:50 -0300)]
Version 1.3.1

7 years agoFix #49 - Don't vanish the beacon due to changes in the Echo Area
Artur Malabarba [Fri, 27 May 2016 00:49:56 +0000 (21:49 -0300)]
Fix #49 - Don't vanish the beacon due to changes in the Echo Area

7 years agosmart-yank version 0.1.1
Michael Heerdegen [Sat, 21 May 2016 14:20:46 +0000 (16:20 +0200)]
smart-yank version 0.1.1

7 years agoel-search version 0.2
Michael Heerdegen [Sun, 20 Mar 2016 02:14:28 +0000 (03:14 +0100)]
el-search version 0.2

7 years agoel-search--ensure-sexp-start: don't assume point-min==1
Michael Heerdegen [Sat, 21 May 2016 14:19:00 +0000 (16:19 +0200)]
el-search--ensure-sexp-start: don't assume point-min==1

Thanks Stefan.

7 years agoFactor out `el-search--replace-hunk'
Michael Heerdegen [Fri, 20 May 2016 22:34:46 +0000 (00:34 +0200)]
Factor out `el-search--replace-hunk'

7 years agoImprove history handling
Michael Heerdegen [Wed, 13 Apr 2016 15:28:04 +0000 (17:28 +0200)]
Improve history handling

7 years agoSet initial input for replace when coming from el-search-pattern
Michael Heerdegen [Wed, 30 Mar 2016 01:12:11 +0000 (03:12 +0200)]
Set initial input for replace when coming from el-search-pattern

7 years agoClean up el-search-read-expression-map; add some doc
Michael Heerdegen [Tue, 29 Mar 2016 22:10:48 +0000 (00:10 +0200)]
Clean up el-search-read-expression-map; add some doc

7 years agoMake sure not to lose the minibuffer-prompt face
Michael Heerdegen [Sun, 27 Mar 2016 16:43:13 +0000 (18:43 +0200)]
Make sure not to lose the minibuffer-prompt face

7 years agoReduce duration of a `sit-for'
Michael Heerdegen [Sun, 27 Mar 2016 16:40:53 +0000 (18:40 +0200)]
Reduce duration of a `sit-for'

7 years agoRename a local variable
Michael Heerdegen [Sun, 27 Mar 2016 15:06:42 +0000 (17:06 +0200)]
Rename a local variable

7 years agoMake query-replace accept FROM -> TO style input
Michael Heerdegen [Sun, 27 Mar 2016 14:43:42 +0000 (16:43 +0200)]
Make query-replace accept FROM -> TO style input

Use this format for history entries.

7 years agoSmall fix in el-search--setup-minibuffer
Michael Heerdegen [Sat, 26 Mar 2016 01:33:08 +0000 (02:33 +0100)]
Small fix in el-search--setup-minibuffer

7 years agoUse `pp-to-string' to print replacement expression
Michael Heerdegen [Fri, 25 Mar 2016 15:43:56 +0000 (16:43 +0100)]
Use `pp-to-string' to print replacement expression

7 years agoGive el-search--s a more meaningful name
Michael Heerdegen [Fri, 25 Mar 2016 15:33:51 +0000 (16:33 +0100)]
Give el-search--s a more meaningful name

Rename `el-search--s' to `el-search--transform-nontrivial-lpat'.

7 years agoMake el-search-pattern accept an optional NO-ERROR arg
Michael Heerdegen [Fri, 25 Mar 2016 00:54:23 +0000 (01:54 +0100)]
Make el-search-pattern accept an optional NO-ERROR arg

7 years agoFix el-search--ensure-sexp-start error at bob
Michael Heerdegen [Fri, 25 Mar 2016 00:51:55 +0000 (01:51 +0100)]
Fix el-search--ensure-sexp-start error at bob

7 years agoClarify the operation scope of replacing
Michael Heerdegen [Sun, 20 Mar 2016 13:15:44 +0000 (14:15 +0100)]
Clarify the operation scope of replacing

7 years agoAddress compiler warnings
Michael Heerdegen [Sat, 19 Mar 2016 22:05:11 +0000 (23:05 +0100)]
Address compiler warnings

7 years agoAdd patterns for character properties
Michael Heerdegen [Sat, 19 Mar 2016 18:47:41 +0000 (19:47 +0100)]
Add patterns for character properties

7 years agoRename two functions
Michael Heerdegen [Sun, 20 Mar 2016 13:22:19 +0000 (14:22 +0100)]
Rename two functions

7 years agoHandle replacements containing another match
Michael Heerdegen [Fri, 18 Mar 2016 14:59:32 +0000 (15:59 +0100)]
Handle replacements containing another match

7 years agoImprove documentation and argument names of el-search-query-replace
Michael Heerdegen [Fri, 18 Mar 2016 01:08:35 +0000 (02:08 +0100)]
Improve documentation and argument names of el-search-query-replace

7 years agoComment and whitespace changes only
Michael Heerdegen [Wed, 16 Mar 2016 23:06:42 +0000 (00:06 +0100)]
Comment and whitespace changes only

7 years agoReplacing: make C-g an alternative key for quitting
Michael Heerdegen [Wed, 16 Mar 2016 23:05:07 +0000 (00:05 +0100)]
Replacing: make C-g an alternative key for quitting

7 years agoRewrite replacement layout restoration
Michael Heerdegen [Wed, 16 Mar 2016 23:00:40 +0000 (00:00 +0100)]
Rewrite replacement layout restoration

7 years agoel-search--check-pattern-args: make arg TYPE a string
Michael Heerdegen [Wed, 16 Mar 2016 19:05:11 +0000 (20:05 +0100)]
el-search--check-pattern-args: make arg TYPE a string

7 years agoRewrite `string' pattern definition
Michael Heerdegen [Tue, 15 Mar 2016 16:03:28 +0000 (17:03 +0100)]
Rewrite `string' pattern definition

7 years agoNew user option: el-search-use-sloppy-strings
Michael Heerdegen [Tue, 15 Mar 2016 16:02:00 +0000 (17:02 +0100)]
New user option: el-search-use-sloppy-strings

7 years agopackages/javaimp: Restructure code, add some tests.
Filipp Gunbin [Thu, 19 May 2016 19:38:07 +0000 (22:38 +0300)]
packages/javaimp: Restructure code, add some tests.

* Restructure xml parsing code for test convenience.
* Add 2 simple tests.

7 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa
Thierry Volpiatto [Thu, 19 May 2016 06:11:37 +0000 (08:11 +0200)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

7 years agoMerge commit '744aeaaff9c0bc0732ceee98623d6d1a932bc604'
Thierry Volpiatto [Thu, 19 May 2016 06:10:26 +0000 (08:10 +0200)]
Merge commit '744aeaaff9c0bc0732ceee98623d6d1a932bc604'

7 years agoDelete 2 files not needed for elpa.
Thierry Volpiatto [Thu, 19 May 2016 06:07:07 +0000 (08:07 +0200)]
Delete 2 files not needed for elpa.

7 years agoMerge commit '8438ff5e71ca040e7a1e325d608a3f5ea050503f'
Artur Malabarba [Wed, 18 May 2016 23:16:29 +0000 (20:16 -0300)]
Merge commit '8438ff5e71ca040e7a1e325d608a3f5ea050503f'

7 years agoAdd inf-ruby mode to dont-indent-modes
Artur Malabarba [Wed, 18 May 2016 23:12:51 +0000 (20:12 -0300)]
Add inf-ruby mode to dont-indent-modes

7 years agoRemove remaining reference to aggressive-indent--check-parens
Artur Malabarba [Wed, 18 May 2016 23:12:28 +0000 (20:12 -0300)]
Remove remaining reference to aggressive-indent--check-parens

7 years agoRemove async-pkg.el file added by error during merge.
Thierry Volpiatto [Wed, 18 May 2016 19:58:04 +0000 (21:58 +0200)]
Remove async-pkg.el file added by error during merge.

* packages/async/async-pkg.el: Deleted.

7 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa
Thierry Volpiatto [Wed, 18 May 2016 18:02:30 +0000 (20:02 +0200)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

7 years agoMerge commit 'eaab57092284028b1567622c96d9b332de3c7a4d'
Artur Malabarba [Wed, 18 May 2016 17:37:27 +0000 (14:37 -0300)]
Merge commit 'eaab57092284028b1567622c96d9b332de3c7a4d'

7 years agoDitch the check-parens functionality
Artur Malabarba [Wed, 18 May 2016 17:33:10 +0000 (14:33 -0300)]
Ditch the check-parens functionality

For some unknown reason, it interacts poorly with query-replace.

7 years agoMerge commit '0e327f72bdffc5bc4a1fbc34a8da1b7066e819b3'
Thierry Volpiatto [Wed, 18 May 2016 10:35:40 +0000 (12:35 +0200)]
Merge commit '0e327f72bdffc5bc4a1fbc34a8da1b7066e819b3'

7 years agoMake smart-yank-yank-pop a top-level def (use defalias)
Michael Heerdegen [Tue, 17 May 2016 19:52:21 +0000 (21:52 +0200)]
Make smart-yank-yank-pop a top-level def (use defalias)

Thanks Stefan.

7 years agoGive smart-yank's mode map the canonical name
Michael Heerdegen [Tue, 17 May 2016 19:51:02 +0000 (21:51 +0200)]
Give smart-yank's mode map the canonical name

Thanks Stefan.

7 years agoAdd new package "smart-yank"
Michael Heerdegen [Tue, 17 May 2016 14:13:44 +0000 (16:13 +0200)]
Add new package "smart-yank"

7 years agoMerge commit 'f4163526c6f603b9dea1d8a3253d31c135fd8876'
Matthew Carter [Tue, 17 May 2016 03:59:28 +0000 (23:59 -0400)]
Merge commit 'f4163526c6f603b9dea1d8a3253d31c135fd8876'

7 years agoSlight adjustment to modeline color
Matthew Carter [Tue, 17 May 2016 03:58:06 +0000 (23:58 -0400)]
Slight adjustment to modeline color

7 years agoAdd new ahungry-theme-font-settings variable
Matthew Carter [Tue, 17 May 2016 03:56:40 +0000 (23:56 -0400)]
Add new ahungry-theme-font-settings variable

This allows prevention of overriding user font size/font family in the theme.

7 years ago* aggressive-indent.el: Silence warning
Stefan Monnier [Sun, 15 May 2016 03:54:18 +0000 (23:54 -0400)]
* aggressive-indent.el: Silence warning

* aggressive-indent.el (aggressive-indent-indent-region-and-on):
Remove unused var `was-beginning-of-line'.

7 years agoUpdate version number here too.
Thierry Volpiatto [Fri, 13 May 2016 08:28:46 +0000 (11:28 +0300)]
Update version number here too.

7 years agoUpdate pkg file.
Thierry Volpiatto [Fri, 13 May 2016 08:27:24 +0000 (11:27 +0300)]
Update pkg file.

7 years agoMerge commit '06e8bd7d4c31ba5b10cf5c18a13c5370045cea71'
Artur Malabarba [Thu, 12 May 2016 13:12:03 +0000 (10:12 -0300)]
Merge commit '06e8bd7d4c31ba5b10cf5c18a13c5370045cea71'

7 years agovalidate-setq takes any even number of args
Artur Malabarba [Thu, 12 May 2016 13:10:01 +0000 (10:10 -0300)]
validate-setq takes any even number of args

7 years agoMerge commit '7371d05adf4e86f8c6c507d6a8177abac1680d06'
Artur Malabarba [Tue, 10 May 2016 17:23:46 +0000 (14:23 -0300)]
Merge commit '7371d05adf4e86f8c6c507d6a8177abac1680d06'

7 years agoDon't try to validate undefined vars
Artur Malabarba [Tue, 10 May 2016 17:05:33 +0000 (14:05 -0300)]
Don't try to validate undefined vars

7 years agoImprove readability of the error message
Artur Malabarba [Tue, 10 May 2016 17:05:16 +0000 (14:05 -0300)]
Improve readability of the error message

7 years ago* websocket/websocket.el (websocket-server-accept): Mark arg as unused
Stefan Monnier [Tue, 10 May 2016 16:30:23 +0000 (12:30 -0400)]
* websocket/websocket.el (websocket-server-accept): Mark arg as unused

* websocket/websocket-functional-test.el: Fix compilation warnings.

7 years agoVersion 1.6, mostly fixes for fragmented headers.
Andrew Hyatt [Tue, 10 May 2016 03:21:15 +0000 (23:21 -0400)]
Version 1.6, mostly fixes for fragmented headers.

* websocket.el (websocket-verify-response-code, websocket-outer-filter):
  Fix handling of fragmented headers.
* websocket.el (websocket-server): Accept host for listening on.
* websocket-functional-test.el: Stop stopping the listener process on
  Windows.

7 years agoAdd more info in mode-line on failures.
Thierry Volpiatto [Thu, 5 May 2016 05:09:07 +0000 (08:09 +0300)]
Add more info in mode-line on failures.

* dired-async.el (dired-async-after-file-create): Mention dired log buffer.
(dired-async-create-files):                       Mention dired log buffer.

7 years agoRemove overly-optimistic delay on Emacs Lisp coloring.
Jackson Ray Hamilton [Thu, 5 May 2016 00:14:55 +0000 (17:14 -0700)]
Remove overly-optimistic delay on Emacs Lisp coloring.

7 years agoMerge commit '3659f0267f1a70a7141b7d53d8a0696d40247c08'
Artur Malabarba [Wed, 4 May 2016 15:27:15 +0000 (12:27 -0300)]
Merge commit '3659f0267f1a70a7141b7d53d8a0696d40247c08'

7 years agoAdd validate-setq
Artur Malabarba [Wed, 4 May 2016 15:26:46 +0000 (12:26 -0300)]
Add validate-setq

7 years agoAdd 'packages/validate/' from commit '95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d'
Artur Malabarba [Wed, 4 May 2016 15:00:23 +0000 (12:00 -0300)]
Add 'packages/validate/' from commit '95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d'

git-subtree-dir: packages/validate
git-subtree-mainline: 76b6d32e155b55a79d23c15f37cc5d6a647e8f83
git-subtree-split: 95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d

7 years agoFix copyright
Artur Malabarba [Wed, 4 May 2016 14:59:55 +0000 (11:59 -0300)]
Fix copyright

7 years agoAdd validate-mark-safe-local
Artur Malabarba [Wed, 4 May 2016 14:58:38 +0000 (11:58 -0300)]
Add validate-mark-safe-local

7 years agopackages/arbitools.el: Removed unused variables
David Gonzalez Gandara [Wed, 4 May 2016 11:57:35 +0000 (13:57 +0200)]
packages/arbitools.el: Removed unused variables

7 years agopackages/transcribe.el: Fixed function calls
David Gonzalez Gandara [Tue, 3 May 2016 18:13:51 +0000 (20:13 +0200)]
packages/transcribe.el: Fixed function calls

7 years agopackages/arbitools.el: minor fixes
David Gonzalez Gandara [Tue, 3 May 2016 17:49:17 +0000 (19:49 +0200)]
packages/arbitools.el: minor fixes

7 years agopackages/transcribe.el: Fixed void function declaration
David Gonzalez Gandara [Tue, 3 May 2016 17:42:40 +0000 (19:42 +0200)]
packages/transcribe.el: Fixed void function declaration

7 years agoHandle errors file by file instead of returning on first error.
Thierry Volpiatto [Tue, 3 May 2016 16:17:02 +0000 (18:17 +0200)]
Handle errors file by file instead of returning on first error.

* dired-async.el (dired-async-create-files): Do it.

7 years agoBe more careful when disabling/enabling font-lock.
Jackson Ray Hamilton [Tue, 3 May 2016 05:03:50 +0000 (22:03 -0700)]
Be more careful when disabling/enabling font-lock.

7 years agoRename variable.
Jackson Ray Hamilton [Tue, 3 May 2016 04:31:45 +0000 (21:31 -0700)]
Rename variable.

7 years agoTweak copyright lines.
Jackson Ray Hamilton [Tue, 3 May 2016 04:24:31 +0000 (21:24 -0700)]
Tweak copyright lines.

7 years agoNarrow scope of `make compile'.
Jackson Ray Hamilton [Tue, 3 May 2016 04:20:39 +0000 (21:20 -0700)]
Narrow scope of `make compile'.

7 years agoReorganize files.
Jackson Ray Hamilton [Tue, 3 May 2016 04:12:52 +0000 (21:12 -0700)]
Reorganize files.

7 years agoTrivial cleanup.
Jackson Ray Hamilton [Tue, 3 May 2016 03:49:31 +0000 (20:49 -0700)]
Trivial cleanup.

7 years agoRemove obsolete variables.
Jackson Ray Hamilton [Tue, 3 May 2016 03:47:07 +0000 (20:47 -0700)]
Remove obsolete variables.

7 years agoFix improperly prepared test.
Jackson Ray Hamilton [Tue, 3 May 2016 03:42:46 +0000 (20:42 -0700)]
Fix improperly prepared test.

7 years agoMake keywords in comments and strings coloring customizable.
Jackson Ray Hamilton [Tue, 3 May 2016 03:42:02 +0000 (20:42 -0700)]
Make keywords in comments and strings coloring customizable.

7 years agoMerge branch 'plugins'
Jackson Ray Hamilton [Tue, 3 May 2016 03:14:41 +0000 (20:14 -0700)]
Merge branch 'plugins'

7 years agoMerge commit 'c0a1e24ef39e2b0f388135c2ed8f8b419346337c'
Artur Malabarba [Mon, 2 May 2016 02:12:28 +0000 (23:12 -0300)]
Merge commit 'c0a1e24ef39e2b0f388135c2ed8f8b419346337c'

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

7 years agoFix success message on callback.
Thierry Volpiatto [Sun, 1 May 2016 15:47:58 +0000 (17:47 +0200)]
Fix success message on callback.

* dired-async.el (dired-async-after-file-create):
Remove one "file(s)" which seems redundant and use dired-plural-s.

7 years agoImprove how error buffer is displayed.
Thierry Volpiatto [Sun, 1 May 2016 11:41:25 +0000 (13:41 +0200)]
Improve how error buffer is displayed.

* dired-async.el (dired-async-after-file-create): Do it.

7 years agoBetter handling of errors happening on child.
Thierry Volpiatto [Sun, 1 May 2016 07:33:41 +0000 (09:33 +0200)]
Better handling of errors happening on child.

* dired-async.el (dired-async-create-files): Use dired-log and print its
output to dired-async-log-file.

7 years agoWhen failures have been printed to dired log add the date at bob.
Thierry Volpiatto [Sun, 1 May 2016 05:46:24 +0000 (07:46 +0200)]
When failures have been printed to dired log add the date at bob.

* dired-async.el (dired-async-create-files): Use dired-log with t.

7 years agoRemove unused commented code.
Thierry Volpiatto [Sun, 1 May 2016 05:26:44 +0000 (07:26 +0200)]
Remove unused commented code.

7 years agoEnsure a new line is added when printing to dired log buffer.
Thierry Volpiatto [Sun, 1 May 2016 04:50:53 +0000 (06:50 +0200)]
Ensure a new line is added when printing to dired log buffer.

* dired-async.el (dired-async-create-files): Do it.

7 years agoHandle multiple files in coverage reports.
Jackson Ray Hamilton [Sun, 1 May 2016 02:04:15 +0000 (19:04 -0700)]
Handle multiple files in coverage reports.

7 years agoAdd an .elpaignore file.
Jackson Ray Hamilton [Sun, 1 May 2016 01:17:04 +0000 (18:17 -0700)]
Add an .elpaignore file.

7 years agoIgnore packaging-generated files.
Jackson Ray Hamilton [Sun, 1 May 2016 01:16:30 +0000 (18:16 -0700)]
Ignore packaging-generated files.