]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoComplete and document what a SYMBOL in `l' matches
Michael Heerdegen [Fri, 12 Feb 2016 20:47:47 +0000 (21:47 +0100)]
Complete and document what a SYMBOL in `l' matches

8 years agouse uninterned symbol in `el-search--matcher'
Michael Heerdegen [Fri, 12 Feb 2016 20:39:04 +0000 (21:39 +0100)]
use uninterned symbol in `el-search--matcher'

8 years agomultishell - merge 1.1.5 from multishell repo.
Ken Manheimer [Fri, 12 Feb 2016 16:04:35 +0000 (11:04 -0500)]
multishell - merge 1.1.5 from multishell repo.

8 years agomultishell - 1.1.5, preserve listing recency, increment multishell-version
Ken Manheimer [Fri, 12 Feb 2016 15:53:19 +0000 (10:53 -0500)]
multishell - 1.1.5, preserve listing recency, increment multishell-version

Some small "whoops" fixes.

The listing recency change is necessary just in case the hash table used
for culling multishell-list happens to grow beyond the default
allocation during the culling.

8 years agoMerge commit 'f2458211bc25749f07e0d70addde7c7745dcc79d'
Ken Manheimer [Fri, 12 Feb 2016 09:17:17 +0000 (04:17 -0500)]
Merge commit 'f2458211bc25749f07e0d70addde7c7745dcc79d'

8 years agomultishell - 1.1.4, resolves several TODO items.
Ken Manheimer [Fri, 12 Feb 2016 09:12:17 +0000 (04:12 -0500)]
multishell - 1.1.4, resolves several TODO items.

8 years agomultishell - Suppress trivial duplicates in completions list presentation.
Ken Manheimer [Fri, 12 Feb 2016 09:05:54 +0000 (04:05 -0500)]
multishell - Suppress trivial duplicates in completions list presentation.

The duplicates are useful in minibuffer, distinguishing active shells,
but not useful in multishell listing, where active shells are sorted
early and with "+" signs before them.

8 years agomultishell - Be more specific about why we use tramp-cleanup-connection.
Ken Manheimer [Fri, 12 Feb 2016 08:06:28 +0000 (03:06 -0500)]
multishell - Be more specific about why we use tramp-cleanup-connection.

8 years agomultishell - Use better names for completing read and dispatch provisions.
Ken Manheimer [Fri, 12 Feb 2016 08:01:01 +0000 (03:01 -0500)]
multishell - Use better names for completing read and dispatch provisions.

8 years agomultishell - method to conclude minibuffer interaction from multishell-list
Ken Manheimer [Thu, 11 Feb 2016 06:19:39 +0000 (01:19 -0500)]
multishell - method to conclude minibuffer interaction from multishell-list

Use throw-catch facility for non-local minibuffer exit. Originally
implemented for invoking and passing control to the minibuffer-list from
the minibuffer, it proves to be much more tidy than the non-local
minibuffer exit provisions in, eg, buff-menu.

For now, the most crucial binding in this context is the
mouse-click. The keyboard cases are also handled, but generally
switching the *Completions* buffer to the target one.

8 years agoMerge commit 'd827bb511203a64da3ae5cc6910b87b7c99d233b'
Daiki Ueno [Wed, 10 Feb 2016 08:29:50 +0000 (17:29 +0900)]
Merge commit 'd827bb511203a64da3ae5cc6910b87b7c99d233b'

8 years agoClarify scheme for using multishell-list for completions help buffer.
Ken Manheimer [Wed, 10 Feb 2016 07:49:17 +0000 (02:49 -0500)]
Clarify scheme for using multishell-list for completions help buffer.

1.1.4

- Use a custom version of display-completion-list
  - Via institution via  cl-letf.
- Remove now unnecessary keybindings
-

8 years agomultishell - roughly working draft using multishell-list for completions
Ken Manheimer [Tue, 9 Feb 2016 18:52:25 +0000 (13:52 -0500)]
multishell - roughly working draft using multishell-list for completions

Workable, need to resolve pending issues:

- depends on flet - what do i need to do about that?
- adaptation of multishell-list to purpose needs doc update, maybe rethink
- likewise hacking of multishell-list-entries
- inhibit duplicates from organized listing, preferring detailed one
- get mouse click so it ~properly concludes minibuffer activity

8 years agoMerge commit '1b831d21ac9688e3f31703f0b492202f6d24a75b'
Artur Malabarba [Tue, 9 Feb 2016 17:57:33 +0000 (17:57 +0000)]
Merge commit '1b831d21ac9688e3f31703f0b492202f6d24a75b'

8 years agoGo to isearch left end when starting replace
Michael Heerdegen [Sun, 10 Jan 2016 05:34:45 +0000 (06:34 +0100)]
Go to isearch left end when starting replace

with el-search from isearch

This partially reverts

"When coming from isearch, don't move to other end".

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 ago* packages/bug-hunter: Better error reports and instructions
Artur Malabarba [Tue, 9 Feb 2016 16:09:06 +0000 (16:09 +0000)]
* packages/bug-hunter: Better error reports and instructions

8 years agoRough stab at using tabulated-list-mode for minibuffer-completion-help
Ken Manheimer [Tue, 9 Feb 2016 11:02:26 +0000 (06:02 -0500)]
Rough stab at using tabulated-list-mode for minibuffer-completion-help

A few big problems with what's implemented here:

- looks like tabulated-list-mode is incongruous with temp display
  operation.
- using flet is no good - it's deprecated - but cl-flet lexical scoping
  doesn't have needed effect.

8 years agoMerge multishell 1.1.3
Ken Manheimer [Tue, 9 Feb 2016 09:32:06 +0000 (04:32 -0500)]
Merge multishell 1.1.3

8 years agomultishell - 1.1.3
Ken Manheimer [Tue, 9 Feb 2016 09:30:15 +0000 (04:30 -0500)]
multishell - 1.1.3

8 years agoMerge commit '1ce5a659e968af25122b46a3fc3b04b30b5ebdd5'
Matthew Carter [Tue, 9 Feb 2016 04:34:37 +0000 (23:34 -0500)]
Merge commit '1ce5a659e968af25122b46a3fc3b04b30b5ebdd5'

8 years agoAdd erc/jabber faces to theme
Matthew Carter [Tue, 9 Feb 2016 04:32:13 +0000 (23:32 -0500)]
Add erc/jabber faces to theme

8 years agowcheck: If exists use font-lock-ensure, else font-lock-fontify-region
Teemu Likonen [Mon, 8 Feb 2016 19:21:59 +0000 (21:21 +0200)]
wcheck: If exists use font-lock-ensure, else font-lock-fontify-region

8 years agoSpinner version 1.7
Artur Malabarba [Mon, 8 Feb 2016 09:53:44 +0000 (09:53 +0000)]
Spinner version 1.7

Offer a spinner-make-progress-bar function.
Make spinner-stop never signal.
Allow floating-point delays.

8 years ago* packages/debbugs/debbugs-ug.texi (Control Messages): Add retitle.
Michael Albinus [Sun, 7 Feb 2016 08:24:29 +0000 (09:24 +0100)]
* packages/debbugs/debbugs-ug.texi (Control Messages): Add retitle.

Move severities down.

8 years agomultishell-list - decorate shell names and implement mouse-click open-here
Ken Manheimer [Sun, 7 Feb 2016 08:03:19 +0000 (03:03 -0500)]
multishell-list - decorate shell names and implement mouse-click open-here

8 years agoAdd the "retitle" control
Lars Ingebrigtsen [Sun, 7 Feb 2016 07:09:44 +0000 (18:09 +1100)]
Add the "retitle" control

8 years agoUpdate the mode-line after spinner-stop
Artur Malabarba [Sun, 7 Feb 2016 01:06:18 +0000 (01:06 +0000)]
Update the mode-line after spinner-stop

8 years agoMerge commit '9e55c293a80c6173db756200742e74cb06468ab0'
Artur Malabarba [Sat, 6 Feb 2016 17:19:13 +0000 (17:19 +0000)]
Merge commit '9e55c293a80c6173db756200742e74cb06468ab0'

8 years agoRelease 1.0
Artur Malabarba [Sat, 6 Feb 2016 17:17:38 +0000 (17:17 +0000)]
Release 1.0

8 years agoDon't blink in inf-ruby-mode
Artur Malabarba [Sat, 6 Feb 2016 17:15:58 +0000 (17:15 +0000)]
Don't blink in inf-ruby-mode

Some racing issue causes the beacon to blink to the left of the prompt,
which is really annoying.

8 years agomultishell-list - provide for returning to stopped shells w/out restarting
Ken Manheimer [Fri, 5 Feb 2016 08:03:50 +0000 (03:03 -0500)]
multishell-list - provide for returning to stopped shells w/out restarting

... and other optional behaviors.

Fix positioning in multishell-list-clone-entry using line id rather than
text search.

8 years agoBump version number to 1.0 and make changes public
Ulf Jasper [Thu, 4 Feb 2016 18:51:14 +0000 (19:51 +0100)]
Bump version number to 1.0 and make changes public

8 years ago* debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.
Lars Ingebrigtsen [Thu, 4 Feb 2016 04:12:11 +0000 (15:12 +1100)]
* debbugs-gnu.el (debbugs-gnu-apply-patch): Really do QP decoding.

8 years agoMerge commit 'f4edea201bc4c38d082ec3143ceec87d2dcadb37' from diff-hl
Dmitry Gutov [Wed, 3 Feb 2016 23:03:23 +0000 (02:03 +0300)]
Merge commit 'f4edea201bc4c38d082ec3143ceec87d2dcadb37' from diff-hl

8 years agoBump the version
Dmitry Gutov [Wed, 3 Feb 2016 23:01:37 +0000 (02:01 +0300)]
Bump the version

8 years agomultishell - a bit more for 1.1.2, including missed change log entries.
Ken Manheimer [Mon, 1 Feb 2016 06:21:25 +0000 (01:21 -0500)]
multishell - a bit more for 1.1.2, including missed change log entries.

8 years agomultishell - multishell-list "clone"; small edits
Ken Manheimer [Mon, 1 Feb 2016 06:18:41 +0000 (01:18 -0500)]
multishell - multishell-list "clone"; small edits

Use "Directory" insetad of "Path" in multishell-list header.

multishell-list-clone-entry makes history even more useful.

8 years agoMerge multishell 1.1.2.
Ken Manheimer [Mon, 1 Feb 2016 05:15:29 +0000 (00:15 -0500)]
Merge multishell 1.1.2.

8 years agomultishell - Resolve byte-compiler complaints, and rectify some warts
Ken Manheimer [Mon, 1 Feb 2016 05:05:46 +0000 (00:05 -0500)]
multishell - Resolve byte-compiler complaints, and rectify some warts

Thanks to Stefan Monnier for steering me in the right direction on many
of these items.

Noteworthy:

- Avoid unnecessary direct calls to tramp - often, use file-remote-p, instead.
- No need to explicitly specify the customization group when the

8 years agomultishell - settle known multishell-list sort instability issues.
Ken Manheimer [Sun, 31 Jan 2016 17:05:42 +0000 (12:05 -0500)]
multishell - settle known multishell-list sort instability issues.

Increment version to 1.1.2

8 years agoFix missing mail-header-separator
Andreas Schwab [Sun, 31 Jan 2016 16:19:28 +0000 (17:19 +0100)]
Fix missing mail-header-separator

* packages/debbugs/debbugs-gnu.el
(debbugs-gnu-send-control-message): Insert mail-header-separator

8 years agoFix typo
Dmitry Gutov [Sun, 31 Jan 2016 01:31:13 +0000 (04:31 +0300)]
Fix typo

8 years agoImplement integration with Magit 2.4
Dmitry Gutov [Sun, 31 Jan 2016 01:30:14 +0000 (04:30 +0300)]
Implement integration with Magit 2.4

Closes #60

https://github.com/magit/magit/issues/2491
https://github.com/magit/magit/pull/2530

8 years agomultishell - merge 1.1.1
Ken Manheimer [Sat, 30 Jan 2016 23:24:50 +0000 (18:24 -0500)]
multishell - merge 1.1.1

8 years agomultishell - set rev to 1.1.1
Ken Manheimer [Sat, 30 Jan 2016 23:21:46 +0000 (18:21 -0500)]
multishell - set rev to 1.1.1

Addition of multishell-list should have been 1.1.0.

8 years agomultishell-list - refer to multishell.el for commentary, etc.
Ken Manheimer [Sat, 30 Jan 2016 23:18:00 +0000 (18:18 -0500)]
multishell-list - refer to multishell.el for commentary, etc.

8 years agomultishell - more shaking out of initial multishell-list glitches
Ken Manheimer [Sat, 30 Jan 2016 23:15:27 +0000 (18:15 -0500)]
multishell - more shaking out of initial multishell-list glitches

8 years agomultishell - shake out some initial multishell-list glitches
Ken Manheimer [Sat, 30 Jan 2016 18:30:16 +0000 (13:30 -0500)]
multishell - shake out some initial multishell-list glitches

- (Offer to) delete shell buffer, if present, when deleting an entry.
  Rely on the default active-shell deletion prompting for confirmation,
  supplementing with our own confirmation for inactive shell buffers.
- Set recency (numeric rank) as initial sort field, get closer to
  stable sort - still needs work.
- Recompute list on any operation that affects it, and try to
  preserve stability. Also needs more work.

8 years agoUse font-lock-fontify-region instead of jit-lock-fontify-now
Teemu Likonen [Sat, 30 Jan 2016 18:25:29 +0000 (20:25 +0200)]
Use font-lock-fontify-region instead of jit-lock-fontify-now

8 years agomultishell-list-open-as-default - new operation, on "O"
Ken Manheimer [Sat, 30 Jan 2016 11:16:06 +0000 (06:16 -0500)]
multishell-list-open-as-default - new operation, on "O"

8 years agomultishell-list-edit-entry - make actual buffer name track edit
Ken Manheimer [Sat, 30 Jan 2016 11:12:42 +0000 (06:12 -0500)]
multishell-list-edit-entry - make actual buffer name track edit

8 years agoMerge multishell 1.0.9
Ken Manheimer [Sat, 30 Jan 2016 07:15:05 +0000 (02:15 -0500)]
Merge multishell 1.0.9

8 years agomultishell - list active the present then historical buffers
Ken Manheimer [Sat, 30 Jan 2016 07:12:32 +0000 (02:12 -0500)]
multishell - list active the present then historical buffers

and identify them in multishell-list as "+" = active, "." = present, and
"x" = past/not present.

8 years agomultishell - whoops, changed commentary while editing commit message.
Ken Manheimer [Sat, 30 Jan 2016 06:54:29 +0000 (01:54 -0500)]
multishell - whoops, changed commentary while editing commit message.

8 years agomultishell - add multishell-list, solidify facilities
Ken Manheimer [Sat, 30 Jan 2016 06:43:08 +0000 (01:43 -0500)]
multishell - add multishell-list, solidify facilities

- multishell-list.el based on tabulated-list
- refactor multishell-pop-to-shell so users can activate multishell-list
  from universal-arg prompt in minibuffer, via throw/catch
- ensure pivotal multishell-name-from-entry reliability
- remove unnecessary complications from multishell-all-entries

8 years agosnippet: Improve _init prompt
Daiki Ueno [Sat, 30 Jan 2016 00:15:15 +0000 (09:15 +0900)]
snippet: Improve _init prompt

8 years agoAdd 'packages/loccur/' from commit 'fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2'
Alexey Veretennikov [Fri, 29 Jan 2016 23:20:51 +0000 (00:20 +0100)]
Add 'packages/loccur/' from commit 'fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2'

git-subtree-dir: packages/loccur
git-subtree-mainline: ada08b05a1ff278c1e20d9af60fb22fe9f8e65fc
git-subtree-split: fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2

8 years agosnippet: Add _{class_,}init
Daiki Ueno [Fri, 29 Jan 2016 23:19:24 +0000 (08:19 +0900)]
snippet: Add _{class_,}init

8 years agotests: Add tests for guess-name-from-file-name
Daiki Ueno [Fri, 29 Jan 2016 23:01:24 +0000 (08:01 +0900)]
tests: Add tests for guess-name-from-file-name

8 years agosnippet: Support guessing parent package/class
Daiki Ueno [Fri, 29 Jan 2016 22:03:40 +0000 (07:03 +0900)]
snippet: Support guessing parent package/class

8 years agotests: Add snippt tests
Daiki Ueno [Fri, 29 Jan 2016 21:53:31 +0000 (06:53 +0900)]
tests: Add snippt tests

8 years agosnippet: Fix for older pcase
Daiki Ueno [Fri, 29 Jan 2016 21:53:04 +0000 (06:53 +0900)]
snippet: Fix for older pcase

8 years agoFixed compilation warnings.
Alexey Veretennikov [Fri, 29 Jan 2016 20:22:57 +0000 (21:22 +0100)]
Fixed compilation warnings.

8 years agoPreparation to submission to GNU ELPA
Alexey Veretennikov [Fri, 29 Jan 2016 20:12:14 +0000 (21:12 +0100)]
Preparation to submission to GNU ELPA

8 years ago* rnc-mode: New package
Stefan Monnier [Fri, 29 Jan 2016 16:02:14 +0000 (11:02 -0500)]
* rnc-mode: New package

8 years agosnippet: Support guessing package/class names
Daiki Ueno [Fri, 29 Jan 2016 07:01:30 +0000 (16:01 +0900)]
snippet: Support guessing package/class names

8 years agomultishell - merge latest updates
Ken Manheimer [Fri, 29 Jan 2016 06:40:34 +0000 (01:40 -0500)]
multishell - merge latest updates

Still at 1.0.8.

8 years agomultishell - start multishell-list-shells tabulated list functionality.
Ken Manheimer [Fri, 29 Jan 2016 06:32:05 +0000 (01:32 -0500)]
multishell - start multishell-list-shells tabulated list functionality.

8 years agosnippet: Refactor name prompt
Daiki Ueno [Fri, 29 Jan 2016 03:46:54 +0000 (12:46 +0900)]
snippet: Refactor name prompt

8 years agomultishell - include active shell buffers names along with history entries.
Ken Manheimer [Fri, 29 Jan 2016 05:47:02 +0000 (00:47 -0500)]
multishell - include active shell buffers names along with history entries.

The effect is that existing shell buffers will complete as both the bare
names and the name/path forms, while purely history entries will
complete as just the name/path forms. The difference will provide a cue,
a kind of lubrication for completing existing buffers.

8 years agosnippet: Always require subword
Daiki Ueno [Thu, 28 Jan 2016 20:43:14 +0000 (05:43 +0900)]
snippet: Always require subword

8 years agosnippet: Upcase the first letter of names
Daiki Ueno [Thu, 28 Jan 2016 08:55:33 +0000 (17:55 +0900)]
snippet: Upcase the first letter of names

8 years agoMerged from upstream with StefanM's changes
Alexey Veretennikov [Wed, 27 Jan 2016 23:50:37 +0000 (00:50 +0100)]
Merged from upstream with StefanM's changes

8 years agoUpgraded version number
Alexey Veretennikov [Wed, 27 Jan 2016 23:42:01 +0000 (00:42 +0100)]
Upgraded version number

8 years ago2016-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier [Tue, 26 Jan 2016 16:12:51 +0000 (11:12 -0500)]
2016-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>

* ztree/ztree-diff-model.el (ztree-diff-node): Define with cl-defstruct.
Remove `children', `short-name', and `right-short-name' args from
ztree-diff-node-create, and compute them instead.
(ztree-diff-model-partial-rescan, ztree-diff-model-subtree)
(ztree-diff-node-update-diff-from-children)
(ztree-diff-node-update-diff-from-parent)
(ztree-diff-node-recreate):
Use setf rather than `ztree-diff-node-set-'.
Adjust call to ztree-diff-node-create.
(ztree-diff-untrampify-filename): Silence byte-compiler.
* ztree/ztree-diff.el (ztree-diff): Adjust call ztree-diff-node-create.
(ztree-diff-delete-file, ztree-diff-copy-dir, ztree-diff-copy-file):
Use setf rather than `ztree-diff-node-set-'.
* ztree/ztree-dir.el (ztree-dir): Don't quote lambdas and prefer #'
when quoting function symbols.
* ztree/ztree-util.el (ztree-defrecord): Remove macro.
* ztree/ztree-view.el (ztree-refresh-buffer): Prefer inhibit-read-only
and limit its scope.
* ztree/ztree.el: Declare dependency on cl-lib.

Signed-off-by: Alexey Veretennikov <alexey.veretennikov@gmail.com>
8 years agomultishell - add pending 1.0.9 changes, revise TODO/known issues
Ken Manheimer [Wed, 27 Jan 2016 21:27:33 +0000 (16:27 -0500)]
multishell - add pending 1.0.9 changes, revise TODO/known issues

8 years agomultishell - add paths to shells started without one, when dir tracking
Ken Manheimer [Wed, 27 Jan 2016 21:23:44 +0000 (16:23 -0500)]
multishell - add paths to shells started without one, when dir tracking

8 years agomultishell - don't inhibit buffer names from completions.
Ken Manheimer [Wed, 27 Jan 2016 08:13:00 +0000 (03:13 -0500)]
multishell - don't inhibit buffer names from completions.

Allow duplicates as sign of buffers that currently exist vs historical
entries.

8 years agomultishell-start-shell-in-buffer - consolidate conditions better
Ken Manheimer [Tue, 26 Jan 2016 19:18:10 +0000 (14:18 -0500)]
multishell-start-shell-in-buffer - consolidate conditions better

8 years agomultishell - don't skip cd when restarting local shells; note new starts
Ken Manheimer [Tue, 26 Jan 2016 18:11:37 +0000 (13:11 -0500)]
multishell - don't skip cd when restarting local shells; note new starts

Shaking out implementation of shell launch decision tree.

8 years agomultishell - refine some docstring bumpiness
Ken Manheimer [Tue, 26 Jan 2016 18:10:49 +0000 (13:10 -0500)]
multishell - refine some docstring bumpiness

8 years agomultishell - merge code tidying, still on 1.0.8.
Ken Manheimer [Tue, 26 Jan 2016 16:57:05 +0000 (11:57 -0500)]
multishell - merge code tidying, still on 1.0.8.

Accumulating for eventual inclusion in 1.0.9.

8 years agomultishell - reduce multishell-primary-name savehist extra fuss
Ken Manheimer [Tue, 26 Jan 2016 16:50:42 +0000 (11:50 -0500)]
multishell - reduce multishell-primary-name savehist extra fuss

I'm finding that preserving multishell-primary-name across sessions
isn't so desirable, and thinking that the idea about including the value
of savehist-additional-variables on savehist-additional-variables may
not be either effective or necessarily useful, so removing the note
about it.

8 years agomultishell - save match-data whenever; relocate some helper funcs
Ken Manheimer [Tue, 26 Jan 2016 16:44:09 +0000 (11:44 -0500)]
multishell - save match-data whenever; relocate some helper funcs

8 years agomultishell - use eval-after-load when with-eval-after-load isn't around.
Ken Manheimer [Tue, 26 Jan 2016 08:15:51 +0000 (03:15 -0500)]
multishell - use eval-after-load when with-eval-after-load isn't around.

With this, you can use multishell in Emacs 23. I saw a problem with
a remote sudo shell, but remote or local sudo do work, separately.

8 years agomultishell - simplify multishell-start-shell-in-buffer
Ken Manheimer [Tue, 26 Jan 2016 08:12:57 +0000 (03:12 -0500)]
multishell - simplify multishell-start-shell-in-buffer

Apparently we don't need to go beneath the shell command to set the path
and tidy prior connections.

8 years agomultishell - Refine documentation a bit.
Ken Manheimer [Tue, 26 Jan 2016 06:02:38 +0000 (01:02 -0500)]
multishell - Refine documentation a bit.

8 years agoalign: Expand documentation of align-region
Daiki Ueno [Tue, 26 Jan 2016 00:22:49 +0000 (09:22 +0900)]
align: Expand documentation of align-region

8 years ago* sm-c-mode/sm-c-mode.el (sm-c-smie-rules): Improve indent of enum's {...}
Stefan Monnier [Mon, 25 Jan 2016 13:24:41 +0000 (08:24 -0500)]
* sm-c-mode/sm-c-mode.el (sm-c-smie-rules): Improve indent of enum's {...}

8 years agoFix maintainer address
Stefan Monnier [Mon, 25 Jan 2016 12:53:15 +0000 (07:53 -0500)]
Fix maintainer address

8 years agoFix #42 - beacon--dec reaching end of buffer
Artur Malabarba [Mon, 25 Jan 2016 11:47:53 +0000 (11:47 +0000)]
Fix #42 - beacon--dec reaching end of buffer

8 years agoREADME.md: Fix typo
Daiki Ueno [Mon, 25 Jan 2016 08:35:14 +0000 (17:35 +0900)]
README.md: Fix typo

8 years agosnippet: Fix typo
Daiki Ueno [Mon, 25 Jan 2016 08:34:50 +0000 (17:34 +0900)]
snippet: Fix typo

8 years agomultishell README.md - Add link to ELPA package entry.
Ken Manheimer [Mon, 25 Jan 2016 07:29:52 +0000 (02:29 -0500)]
multishell README.md - Add link to ELPA package entry.

8 years ago* ztree/ztree-diff-model.el (ztree-diff-node): Use cl-defstruct
Stefan Monnier [Mon, 25 Jan 2016 03:46:51 +0000 (22:46 -0500)]
* ztree/ztree-diff-model.el (ztree-diff-node): Use cl-defstruct

(ztree-diff-model-partial-rescan, ztree-diff-model-subtree)
(ztree-diff-node-update-diff-from-children, )
(ztree-diff-node-traverse):
* ztree/ztree-diff.el (ztree-diff-copy-file, ztree-diff-copy-dir)
(ztree-diff-delete-file): Adjust accordingly.
* ztree/ztree-dir.el (ztree-dir): Don't quote lambda.
* ztree/ztree.el: Fix up maintainer address.  Add cl-lib dependency.
* ztree/ztree-util.el (ztree-defrecord): Delete.

8 years agoFix maintainer address
Stefan Monnier [Mon, 25 Jan 2016 03:40:37 +0000 (22:40 -0500)]
Fix maintainer address

8 years agomultishell - merge 1.0.8.
Ken Manheimer [Sun, 24 Jan 2016 22:12:09 +0000 (17:12 -0500)]
multishell - merge 1.0.8.

8 years agomultishell - update features list, remove change log and todo
Ken Manheimer [Sun, 24 Jan 2016 22:07:27 +0000 (17:07 -0500)]
multishell - update features list, remove change log and todo

Use multishell code commentary for change log and todo, and refer to
that from here.

(The commentary has the advantage in informing people viewing the
package via the emacs package management system, while repository
visitors also have access.)