]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoWhen coming from isearch, don't move to other end
Michael Heerdegen [Thu, 31 Dec 2015 22:04:29 +0000 (23:04 +0100)]
When coming from isearch, don't move to other end

when at match end

8 years agoel-search: new pattern type `contains'
Michael Heerdegen [Wed, 30 Dec 2015 01:07:44 +0000 (02:07 +0100)]
el-search: new pattern type `contains'

8 years agouse more newlines in `el-search--make-docstring'
Michael Heerdegen [Wed, 30 Dec 2015 00:48:45 +0000 (01:48 +0100)]
use more newlines in `el-search--make-docstring'

8 years agoremove annoying message on how to repeat el-search
Michael Heerdegen [Wed, 30 Dec 2015 00:38:27 +0000 (01:38 +0100)]
remove annoying message on how to repeat el-search

8 years agofactor out `el-search--search-pattern-1'
Michael Heerdegen [Wed, 30 Dec 2015 00:36:36 +0000 (01:36 +0100)]
factor out `el-search--search-pattern-1'

8 years agoel-search: new pattern type `not'
Michael Heerdegen [Wed, 30 Dec 2015 00:33:52 +0000 (01:33 +0100)]
el-search: new pattern type `not'

8 years agoremove example using `message' in a guard
Michael Heerdegen [Wed, 30 Dec 2015 00:30:47 +0000 (01:30 +0100)]
remove example using `message' in a guard

8 years agoel-search: new pattern type `append'
Michael Heerdegen [Wed, 30 Dec 2015 00:21:34 +0000 (01:21 +0100)]
el-search: new pattern type `append'

8 years agoMerge branch 'master' of git://bzr.sv.gnu.org/emacs/elpa
Michael Albinus [Wed, 30 Dec 2015 11:48:36 +0000 (12:48 +0100)]
Merge branch 'master' of git://bzr.sv.gnu.org/emacs/elpa

8 years agoAdd subtree package async
Michael Albinus [Wed, 30 Dec 2015 11:47:51 +0000 (12:47 +0100)]
Add subtree package async

8 years agoAdd 'packages/async/' from commit '2a40355c3328e57102a9648c9108e19d67727dc1'
Michael Albinus [Wed, 30 Dec 2015 11:40:34 +0000 (12:40 +0100)]
Add 'packages/async/' from commit '2a40355c3328e57102a9648c9108e19d67727dc1'

git-subtree-dir: packages/async
git-subtree-mainline: 81b0ef76e85360e3f20e71195bf0db94183ecc04
git-subtree-split: 2a40355c3328e57102a9648c9108e19d67727dc1

8 years agoel-search: some cleanup
Michael Heerdegen [Thu, 24 Dec 2015 23:17:50 +0000 (00:17 +0100)]
el-search: some cleanup

- fix `help-fns--signature' call to make `el-search--make-docstring'
work when loading the library as non-compiled source code

- refine definition of `kbd' pattern and documentation

- move stuff for defining additional patterns to a separate section

- add some commentaries

- bump version to 0.1.2

8 years agoNo need to require find-func.
Thierry Volpiatto [Tue, 29 Dec 2015 06:55:19 +0000 (07:55 +0100)]
No need to require find-func.

* async.el (async-start): This require was used when using
find-library-name, it is now unneeded.

8 years agoRetrieve bugs asynchronously
Michael Albinus [Mon, 28 Dec 2015 22:56:19 +0000 (23:56 +0100)]
Retrieve bugs asynchronously

* packages/debbugs/debbugs-gnu.el (top): Require `async'.
(debbugs-gnu-show-reports): Call `debbugs-get-status' asynchronously.

8 years agoMerge pull request #57 from jwiegley/HEAD
John Wiegley [Mon, 28 Dec 2015 18:57:19 +0000 (13:57 -0500)]
Merge pull request #57 from jwiegley/HEAD

async-start is now a function (#43).

8 years agodebbugs code cleanup
Michael Albinus [Mon, 28 Dec 2015 10:28:59 +0000 (11:28 +0100)]
debbugs code cleanup

* packages/debbugs/debbugs-gnu.el (subr-x): Require package.
(diff-hunk-file-names): Autoload function.
(top): Declare missing external variables.  Move them up.
(debbugs-gnu-display-status, debbugs-gnu-usertags): Switching to
the buffer seems prettier than popping to the buffer.
(debbugs-gnu-usertags): Quote `highlight'.
(debbugs-gnu-change-checkin): Use `cl-subseq'.

8 years agoasync-start is now a function (#43).
Thierry Volpiatto [Mon, 28 Dec 2015 08:13:20 +0000 (09:13 +0100)]
async-start is now a function (#43).

* async.el (async--procvar): New internal var.
(async-start): Use it to move async-start to a function.

8 years agoRemove old require in test file.
Thierry Volpiatto [Mon, 28 Dec 2015 08:11:03 +0000 (09:11 +0100)]
Remove old require in test file.

8 years ago* debbugs-gnu.el (debbugs-gnu-fix-patch): Further patch path fixups.
Lars Ingebrigtsen [Sun, 27 Dec 2015 22:52:14 +0000 (23:52 +0100)]
* debbugs-gnu.el (debbugs-gnu-fix-patch): Further patch path fixups.

8 years agoFurther tweaks to the patch fixer-upper (for a/erc.el)
Lars Ingebrigtsen [Sun, 27 Dec 2015 20:34:54 +0000 (21:34 +0100)]
Further tweaks to the patch fixer-upper (for a/erc.el)

8 years agoTouch up the automatic patch applying logic
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:57:17 +0000 (08:57 +0100)]
Touch up the automatic patch applying logic

8 years agoAllow patching from non-MIME articles
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:19:49 +0000 (08:19 +0100)]
Allow patching from non-MIME articles

8 years agoRetrieve debbugs data in several chunks, sequentially
Michael Albinus [Sun, 27 Dec 2015 15:24:47 +0000 (16:24 +0100)]
Retrieve debbugs data in several chunks, sequentially

* packages/debbugs/debbugs-gnu.el (top): Do not require widgets
and wid-edit.  Remove debbugs-gnu-widgets, debbugs-gnu-widget-map
and debbugs-gnu-current-widget.
(debbugs-gnu-default-hits-per-page): Make it a defconst, value is 500.
(debbugs-gnu-current-suppress): New defvar.
(debbugs-gnu, debbugs-gnu-print-entry, debbugs-gnu-rescan)
(debbugs-gnu-toggle-suppress, debbugs-gnu-current-query):
Remove widget code.
(debbugs-gnu-show-reports): Remove widget code.  Retrieve bug data
in chunks of 500.
(debbugs-gnu-print-entry, debbugs-gnu-usertags): Use `highlight'
as mouse-face.

8 years agodebbugs code cleanup
Michael Albinus [Sun, 27 Dec 2015 11:17:57 +0000 (12:17 +0100)]
debbugs code cleanup

* packages/debbugs/debbugs-gnu.el (debbugs-gnu-archived): Move down.
(debbugs-read-emacs-bug-with-gnus): New defun, extracted from
`debbugs-gnu-select-report'.
(debbugs-gnu-select-report): Use it.

* packages/debbugs/debbugs-ug.texi (Tabulated Lists): Reorganize table.

8 years agoUpdate branch directory
Lars Ingebrigtsen [Sun, 27 Dec 2015 07:16:46 +0000 (08:16 +0100)]
Update branch directory

8 years ago* debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.
Lars Ingebrigtsen [Sat, 26 Dec 2015 20:07:50 +0000 (21:07 +0100)]
* debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.

8 years agoLowe the hit default
Lars Ingebrigtsen [Sat, 26 Dec 2015 18:54:09 +0000 (19:54 +0100)]
Lowe the hit default

* debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Lower the
hit count as per Glenn's request.

8 years agoSave list of read articles
Lars Ingebrigtsen [Sat, 26 Dec 2015 00:17:29 +0000 (01:17 +0100)]
Save list of read articles

8 years agoCommand to list blocking reports
Lars Ingebrigtsen [Fri, 25 Dec 2015 20:25:30 +0000 (21:25 +0100)]
Command to list blocking reports

* debbugs-gnu.el (debbugs-gnu-show-all-blocking-reports): List
just blocking reports.

8 years agoMinor debbugs tweak
Lars Ingebrigtsen [Fri, 25 Dec 2015 16:46:27 +0000 (17:46 +0100)]
Minor debbugs tweak

* debbugs-gnu.el (debbugs-gnu-show-reports): Switching to the
buffer seems prettier than popping to the buffer.

8 years ago* debbugs-gnu.el (debbugs-gnu-select-report): Don't bug out on the
Lars Ingebrigtsen [Fri, 25 Dec 2015 06:10:45 +0000 (07:10 +0100)]
* debbugs-gnu.el (debbugs-gnu-select-report): Don't bug out on the
last line in the buffer.

8 years agoIncrease the default number of hits
Lars Ingebrigtsen [Thu, 24 Dec 2015 21:39:24 +0000 (22:39 +0100)]
Increase the default number of hits

* debbugs-gnu.el (debbugs-gnu-default-hits-per-page): Increase the
default number of hits, because it doesn't make much sense to look
at partial bug lists when doing triage.

8 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Mon, 14 Dec 2015 21:51:24 +0000 (05:51 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

8 years agoDoc fix
Leo Liu [Mon, 14 Dec 2015 21:44:27 +0000 (05:44 +0800)]
Doc fix

8 years ago/transcribe/transcribe.el: Add some functions, fix bugs
David Gonzalez Gandara [Sun, 13 Dec 2015 21:35:24 +0000 (22:35 +0100)]
/transcribe/transcribe.el: Add some functions, fix bugs

8 years ago/transcribe/transcribe.el: Fix bug
David Gonzalez Gandara [Sun, 13 Dec 2015 12:44:34 +0000 (13:44 +0100)]
/transcribe/transcribe.el: Fix bug

8 years ago/transcribe/transcribe.el: edit comments, add new functions
David Gonzalez Gandara [Sun, 13 Dec 2015 12:39:52 +0000 (13:39 +0100)]
/transcribe/transcribe.el: edit comments, add new functions

8 years agopackages/package-fixes: Finalize code
Artur Malabarba [Sat, 12 Dec 2015 22:53:42 +0000 (22:53 +0000)]
packages/package-fixes: Finalize code

8 years agoadd TODO section
Michael Heerdegen [Sat, 12 Dec 2015 13:46:35 +0000 (14:46 +0100)]
add TODO section

8 years agoel-search--matcher: refine when to warn or error
Michael Heerdegen [Sat, 12 Dec 2015 13:43:10 +0000 (14:43 +0100)]
el-search--matcher: refine when to warn or error

8 years ago/packages/transcribe.el: Fix global variables
David Gonzalez Gandara [Wed, 9 Dec 2015 21:14:25 +0000 (22:14 +0100)]
/packages/transcribe.el: Fix global variables

8 years ago/packages/transcribe: Fix variables
David Gonzalez Gandara [Tue, 8 Dec 2015 21:13:09 +0000 (22:13 +0100)]
/packages/transcribe: Fix variables

8 years agopackages/transcribe.el: Add native discourse analysis in elisp
David Gonzalez Gandara [Tue, 8 Dec 2015 16:25:06 +0000 (17:25 +0100)]
packages/transcribe.el: Add native discourse analysis in elisp

8 years agoMerge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper
Oleh Krehel [Tue, 8 Dec 2015 10:48:22 +0000 (11:48 +0100)]
Merge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper

8 years agoMerge commit '97c2270f7138530de21f773f094c1495498cac78' from hydra
Oleh Krehel [Tue, 8 Dec 2015 09:25:15 +0000 (10:25 +0100)]
Merge commit '97c2270f7138530de21f773f094c1495498cac78' from hydra

8 years agoFix byte-compiler warning
Oleh Krehel [Tue, 8 Dec 2015 09:22:43 +0000 (10:22 +0100)]
Fix byte-compiler warning

8 years agoMerge commit '366689f15373ffacfe4d28b36e6325d193a4e752' from tiny
Oleh Krehel [Tue, 8 Dec 2015 09:23:39 +0000 (10:23 +0100)]
Merge commit '366689f15373ffacfe4d28b36e6325d193a4e752' from tiny

8 years agoFix byte-compiler warnings
Oleh Krehel [Tue, 8 Dec 2015 09:21:18 +0000 (10:21 +0100)]
Fix byte-compiler warnings

8 years agodoc/ivy.org: Add "Variable Index" node
Oleh Krehel [Mon, 7 Dec 2015 16:06:18 +0000 (17:06 +0100)]
doc/ivy.org: Add "Variable Index" node

8 years agodoc/ivy.texi: Re-export using adjusted texinfo exporter
Oleh Krehel [Mon, 7 Dec 2015 16:01:24 +0000 (17:01 +0100)]
doc/ivy.texi: Re-export using adjusted texinfo exporter

* doc/ivy.org: Add defopt/endopt macros. Change `ivy-wrap' and
  `ivy-height' to defopt.

8 years agoswiper.el: Bump version to 0.7.0
Oleh Krehel [Mon, 7 Dec 2015 14:46:36 +0000 (15:46 +0100)]
swiper.el: Bump version to 0.7.0

8 years agodoc/Changelog.org: Update up to 706349f
Oleh Krehel [Mon, 7 Dec 2015 14:33:39 +0000 (15:33 +0100)]
doc/Changelog.org: Update up to 706349f

8 years agoivy.el (ivy-completing-read): Use completing-read-default for tmm
Oleh Krehel [Mon, 7 Dec 2015 11:20:37 +0000 (12:20 +0100)]
ivy.el (ivy-completing-read): Use completing-read-default for tmm

Fixes #316

8 years agocounsel.el (counsel-tmm): New command
Oleh Krehel [Mon, 7 Dec 2015 11:19:08 +0000 (12:19 +0100)]
counsel.el (counsel-tmm): New command

* counsel.el (counsel-tmm-prompt): New defun.
(tmm-km-list): Define this variable here, since `tmm-get-keymap'
modifies a global variable (yuck!).

Re #316

8 years agoswiper.el (swiper-font-lock-ensure): Add vc-dir-mode
Oleh Krehel [Mon, 7 Dec 2015 09:12:40 +0000 (10:12 +0100)]
swiper.el (swiper-font-lock-ensure): Add vc-dir-mode

Re #19

8 years agoUse :caller for ivy-re-builders-alist
Oleh Krehel [Fri, 4 Dec 2015 08:23:19 +0000 (09:23 +0100)]
Use :caller for ivy-re-builders-alist

* counsel.el (counsel-M-x): Add :caller.

* ivy.el (ivy--reset-state): Use :caller.

8 years agoswiper.el (swiper--update-input-ivy): Add a work-around for "M-j"
Oleh Krehel [Fri, 4 Dec 2015 07:30:17 +0000 (08:30 +0100)]
swiper.el (swiper--update-input-ivy): Add a work-around for "M-j"

When `ivy-yank-word' is called, don't move to the line of the current
candidate. We're already there anyway. And not moving helps when there
are multiple occurrences of the current input on the current line.

Fixes #314

8 years ago* .gitignore: Add .dir-locals?.el entry
Artur Malabarba [Thu, 3 Dec 2015 16:55:45 +0000 (16:55 +0000)]
* .gitignore: Add .dir-locals?.el entry

8 years ago* packages/package-fixes: New package (not yet released)
Artur Malabarba [Tue, 1 Dec 2015 16:19:20 +0000 (16:19 +0000)]
* packages/package-fixes: New package (not yet released)

8 years agoivy.el: Structure all faces into ivy-faces custom group
Oleh Krehel [Wed, 2 Dec 2015 14:44:04 +0000 (15:44 +0100)]
ivy.el: Structure all faces into ivy-faces custom group

8 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa: transcribe.el update
David Gonzalez Gandara [Wed, 2 Dec 2015 09:53:18 +0000 (10:53 +0100)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa: transcribe.el update

8 years ago* /transcribe/transcribe.el: Fix unworking keys
David Gonzalez Gandara [Wed, 2 Dec 2015 09:53:11 +0000 (10:53 +0100)]
* /transcribe/transcribe.el: Fix unworking keys

8 years ago* GNUmakefile (check_copyrights): Skip symlinks
Stefan Monnier [Tue, 1 Dec 2015 14:25:04 +0000 (09:25 -0500)]
* GNUmakefile (check_copyrights): Skip symlinks

8 years ago* transcribe/transcribe.el: Remove manual change log
Stefan Monnier [Tue, 1 Dec 2015 14:20:39 +0000 (09:20 -0500)]
* transcribe/transcribe.el: Remove manual change log

8 years agopackages/let-alist: Define it as a :core package
Artur Malabarba [Tue, 1 Dec 2015 12:13:25 +0000 (12:13 +0000)]
packages/let-alist: Define it as a :core package

8 years agopackages/bug-hunter: Username and documentation
Artur Malabarba [Tue, 1 Dec 2015 12:11:23 +0000 (12:11 +0000)]
packages/bug-hunter: Username and documentation

8 years agoMerge commit '85b3fbe091aba2d9dc581894a02f60acd46f4413'
Artur Malabarba [Tue, 1 Dec 2015 12:09:32 +0000 (12:09 +0000)]
Merge commit '85b3fbe091aba2d9dc581894a02f60acd46f4413'

8 years agoMerge commit '311ac8ee54078f95b7279e532da6cf5a2afb4125'
Artur Malabarba [Tue, 1 Dec 2015 12:06:54 +0000 (12:06 +0000)]
Merge commit '311ac8ee54078f95b7279e532da6cf5a2afb4125'

8 years agoMerge commit 'f9e686861765162a9a6373a936c1a72359e7bf4b'
Artur Malabarba [Tue, 1 Dec 2015 12:06:37 +0000 (12:06 +0000)]
Merge commit 'f9e686861765162a9a6373a936c1a72359e7bf4b'

8 years agoUpdate names subtree url
Artur Malabarba [Tue, 1 Dec 2015 12:06:08 +0000 (12:06 +0000)]
Update names subtree url

8 years agoRemove pseudo-headers from secondary file
Artur Malabarba [Tue, 1 Dec 2015 12:05:08 +0000 (12:05 +0000)]
Remove pseudo-headers from secondary file

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

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

8 years ago* packages/transcribe.el: Manually changed Changelog
David Gonzalez Gandara [Tue, 1 Dec 2015 11:34:05 +0000 (12:34 +0100)]
* packages/transcribe.el: Manually changed Changelog

8 years ago* packages/seq: Don't define it as a :core package
Stefan Monnier [Mon, 30 Nov 2015 18:31:14 +0000 (13:31 -0500)]
* packages/seq: Don't define it as a :core package

Revert the removal of packages/seq/seq.el since it's different from
the one in lisp/emacs-lisp.
* .gitignore: Remove packages/seq.
* externals-list: Remove "seq" entry.

8 years agoAdded minor-mode function as suggested
David Gonzalez Gandara [Mon, 30 Nov 2015 16:54:38 +0000 (17:54 +0100)]
Added minor-mode function as suggested

8 years ago* packages/sm-c-mode: Add imenu/which-func/add-log support
Stefan Monnier [Mon, 30 Nov 2015 15:20:46 +0000 (10:20 -0500)]
* packages/sm-c-mode: Add imenu/which-func/add-log support

(sm-c--comment-regexp): New var.
(sm-c--defun-regexp): New var, extracted from sm-c-font-lock-keywords.
Also recognize macro definitions.
(sm-c-font-lock-keywords): Use it.
(sm-c--def-regexp): New var.
(sm-c-mode): Use it for add-log and imenu.

8 years ago* admin/archive-contents.el (archive--sync-emacs-repo): Fix thinko.
Stefan Monnier [Mon, 30 Nov 2015 13:54:22 +0000 (08:54 -0500)]
* admin/archive-contents.el (archive--sync-emacs-repo): Fix thinko.

8 years ago* admin/archive-contents.el: Make :core handling optional
Stefan Monnier [Mon, 30 Nov 2015 13:50:12 +0000 (08:50 -0500)]
* admin/archive-contents.el: Make :core handling optional

(archive--sync-emacs-repo): Drop support for $EMACS_CLONE_REFERENCE and
don't auto-use ../emacs/master if present.
(archive--insert-repolinks): Mark arg as unused.
(archive--metadata): Remove unused var `pv'.

8 years ago* externals-list: Add seq and python as :core packages
Stefan Monnier [Mon, 30 Nov 2015 01:28:28 +0000 (20:28 -0500)]
* externals-list: Add seq and python as :core packages

* .gitignore: Add packages/{seq,python}.
* packages/seq: Remove.

8 years ago* transcribe/transcribe.el: Allow compilation without emms
Stefan Monnier [Mon, 30 Nov 2015 01:16:15 +0000 (20:16 -0500)]
* transcribe/transcribe.el: Allow compilation without emms

8 years ago* transcribe.el: Add `provide' statement
Stefan Monnier [Sun, 29 Nov 2015 22:56:18 +0000 (17:56 -0500)]
* transcribe.el: Add `provide' statement

8 years ago* transcribe.el: Fix up formatting and copyright
Stefan Monnier [Sun, 29 Nov 2015 22:53:02 +0000 (17:53 -0500)]
* transcribe.el: Fix up formatting and copyright

8 years agoAdded some usage information
David Gonzalez Gandara [Sun, 29 Nov 2015 18:48:49 +0000 (19:48 +0100)]
Added some usage information

8 years agoFix due to visual-line-mode weirdness
Oleh Krehel [Sun, 29 Nov 2015 16:01:35 +0000 (17:01 +0100)]
Fix due to visual-line-mode weirdness

* swiper.el (swiper--candidates): Under a specific random condition,
(line-move 1) from the beginning of line doesn't move to the beginning
of the next visual line.

This change fixes it, but will result in an even slower startup when
`visual-line-mode' is active.

Fixes #313

8 years agoPackage transcribe added
David Gonzalez Gandara [Sun, 29 Nov 2015 12:31:58 +0000 (13:31 +0100)]
Package transcribe added

8 years agoswiper.el: Use show-all if outline-show-all isn't there
Oleh Krehel [Sun, 29 Nov 2015 10:19:22 +0000 (11:19 +0100)]
swiper.el: Use show-all if outline-show-all isn't there

Fixes #312

8 years agoFix ivy-resume issue caused by the recursive calls change
Oleh Krehel [Sun, 29 Nov 2015 10:15:17 +0000 (11:15 +0100)]
Fix ivy-resume issue caused by the recursive calls change

* ivy.el (ivy-read): recursive-ivy-last is only set if there's an active
  minibuffer window. If this check isn't made, it causes the previous
  `ivy-last' to be reset after the current one, so `ivy-resume' would
  resume not the last command.

8 years agoFix the preselect for (swiper "one") again
Oleh Krehel [Sun, 29 Nov 2015 10:13:45 +0000 (11:13 +0100)]
Fix the preselect for (swiper "one") again

* ivy.el (ivy--reset-state): Take into account :preselect being integer.
This means that it's void once the candidates are filtered over
:initial-input.

Fixes #292

8 years agoAdd core package soap-client
Thomas Fitzsimmons [Mon, 23 Nov 2015 02:08:34 +0000 (21:08 -0500)]
Add core package soap-client

* externals-list: Fix comment typo.
("soap-client"): New core entry.
* .gitignore: Add packages/soap-client.

8 years agoAdd core package ntlm
Thomas Fitzsimmons [Tue, 17 Nov 2015 03:52:50 +0000 (22:52 -0500)]
Add core package ntlm

* externals-list ("ntlm"): New core entry.
* .gitignore: Add packages/ntlm.

8 years agoMake externals directory removal safer
Thomas Fitzsimmons [Fri, 27 Nov 2015 06:27:00 +0000 (01:27 -0500)]
Make externals directory removal safer

* admin/archive-contents.el (archive--find-non-trivial-file): New
function.
(archive--cleanup-packages): Check result of
archive--find-non-trivial-file before deleting untracked package.

8 years agoDereference symlinks when creating tarballs
Thomas Fitzsimmons [Tue, 24 Nov 2015 04:21:15 +0000 (23:21 -0500)]
Dereference symlinks when creating tarballs

* GNUmakefile (process-archive): Dereference symlinks when
creating tarballs.

8 years agoUse symbolic links for core packages
Thomas Fitzsimmons [Mon, 16 Nov 2015 02:25:04 +0000 (21:25 -0500)]
Use symbolic links for core packages

* admin/archive-contents.el (archive--process-simple-package):
Copy file if it is a symlink to prevent deletion of target source
file.
(archive--core-package-link-file): Rename from
archive--core-package-copy-file.  Create symbolic links for core
files.
(archive--core-package-link-directory): Rename from
archive--core-package-copy-directory.  Call
archive--core-package-link-file.
(archive--core-package-sync): Change message to indicate linking.
Call archive--core-package-link-file.

8 years agoFix the issue caused by recursive swiper calls
Oleh Krehel [Fri, 27 Nov 2015 22:21:40 +0000 (23:21 +0100)]
Fix the issue caused by recursive swiper calls

* swiper.el (swiper--ivy): Look at the return result of `ivy-read';
looking at `ivy-exit' no longer works.

Fixes #311

8 years agoRemove 'field text property for twittering-mode
Oleh Krehel [Fri, 27 Nov 2015 13:32:04 +0000 (14:32 +0100)]
Remove 'field text property for twittering-mode

* swiper.el (swiper--candidates): Update.
(swiper-font-lock-ensure): Add `twittering-mode'.

Fixes #310

8 years agoEnable recursive swiper calls
Oleh Krehel [Fri, 27 Nov 2015 13:03:41 +0000 (14:03 +0100)]
Enable recursive swiper calls

* ivy.el (ivy-read): Don't need to be in the minibuffer to do a
  recursive store/restore.

(ivy--reset-state): Avoid nil string while testing.

Fixes #309

8 years agodoc/Changelog.org: Update up to 2bec99d
Oleh Krehel [Thu, 26 Nov 2015 13:50:54 +0000 (14:50 +0100)]
doc/Changelog.org: Update up to 2bec99d

8 years agobump version to 0.1.1
Michael Heerdegen [Fri, 27 Nov 2015 12:23:06 +0000 (13:23 +0100)]
bump version to 0.1.1

8 years agoel-search-query-replace: add s (toggle splicing) and ? (help) keys
Michael Heerdegen [Fri, 27 Nov 2015 12:21:26 +0000 (13:21 +0100)]
el-search-query-replace: add s (toggle splicing) and ? (help) keys