]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoremove bogus execute priv
Stephen Leake [Wed, 24 Sep 2014 11:48:34 +0000 (06:48 -0500)]
remove bogus execute priv

9 years ago[vlf] bump version
Andrey Kotlarski [Sat, 20 Sep 2014 16:36:58 +0000 (19:36 +0300)]
[vlf] bump version

9 years ago * packages/vlf: Version 1.6. Automatically tune batch size to
Andrey Kotlarski [Sat, 20 Sep 2014 16:06:29 +0000 (19:06 +0300)]
* packages/vlf: Version 1.6.  Automatically tune batch size to
improve user experience and performance for batch operations.

* vlf-tune.el: New profile and tune module.

* vlf.el (vlf-next-batch, vlf-prev-batch, vlf-set-batch-size)
(vlf-beginning-of-file, vlf-end-of-file, vlf-jump-to-chunk): Auto
tune batch size.

* vlf-write.el (vlf-write): Profile, tune batch size and time
save when adjusting file content.
(vlf-file-shift-back, vlf-shift-batch, vlf-file-shift-forward)
(vlf-shift-batches): Profile and tune batch size.

* vlf-search.el (vlf-re-search): Auto tune batch size and
use outside progress reporter if provided.
(vlf-goto-match): Time search.
(vlf-re-search-forward, vlf-re-search-backward): Minimize search
overlap and restore batch size if search failed.
(vlf-goto-line): Profile operations, tune batch size and time
whole search.

* vlf-occur.el (vlf-occur-visit): Profile hexl operations.
(vlf-occur-other-buffer): New function.
(vlf-occur): Auto tune batch size.
(vlf-build-occur): Auto tune batch size and time whole occur.

* vlf-base.el (vlf-move-to-chunk-1, vlf-move-to-chunk-2)
(vlf-insert-file-contents-1, vlf-delete-region): Profile primitive
operations.
(vlf-shift-undo-list): Ignore null undo list.

9 years ago * packages/vlf: Perform search, occur and ediff operations over
Andrey Kotlarski [Sat, 20 Sep 2014 15:41:06 +0000 (18:41 +0300)]
* packages/vlf: Perform search, occur and ediff operations over
hexl content instead over raw data when hexl-mode is active.
Allow vlf-occur results be saved to file and later reused.

* vlf.el (vlf): Use minimal batch size on remote files or if
manually specified.
Remove hooks used to disable/enable hexl-mode.

* vlf-integrate.el (abort-if-file-too-large): Don't use vlf-mode
if file size is less than default batch size.

* vlf-base.el (vlf-batch-size): Increase default batch size.
(vlf-move-to-chunk-1, vlf-move-to-chunk-2): Restore hexl-mode if
has been active on start.

* vlf-write.el (vlf-write): Restore hexl-mode if active on start
and don't ask spurious questions.

* vlf-search.el (vlf-re-search): Search over hexl content in case
hexl-mode is active on start.
(vlf-goto-line): Don't optimize search in case hexl-mode is
active.

* vlf-ediff.el (vlf-ediff-files): Use minimal batch size before
applying specified.
(vlf-ediff-next): Ediff over hexl-mode content when active instead
over raw data.

* vlf-occur.el (vlf-occur-vlf-file, vlf-occur-vlf-buffer)
(vlf-occur-regexp, vlf-occur-hexl, vlf-occur-lines): New
variables.
(vlf-occur-mode-map): Add save binding.
(vlf-occur-mode): Hook custom save function.
(vlf-occur-next-match, vlf-occur-prev-match): Use
get-text-property instead of get-char-property.
(vlf-occur-visit): Activate hexl-mode if it has been used during
occur.
(vlf-occur, vlf-build-occur): Perform occur over hexl content if
hexl-mode is active on start.
(vlf-occur-save, vlf-occur-load): New commands.

9 years agoMerge commit 'fa4ba155a3e22ddc4b8bc33fcbf8cc69ef8f0043' from company
Dmitry Gutov [Sun, 14 Sep 2014 07:05:56 +0000 (11:05 +0400)]
Merge commit 'fa4ba155a3e22ddc4b8bc33fcbf8cc69ef8f0043' from company

9 years agoRelease 0.8.5
Dmitry Gutov [Sun, 14 Sep 2014 07:04:04 +0000 (11:04 +0400)]
Release 0.8.5

9 years agocompany-pseudo-tooltip-guard: Handle wrapped lines
Dmitry Gutov [Sat, 13 Sep 2014 22:39:06 +0000 (02:39 +0400)]
company-pseudo-tooltip-guard: Handle wrapped lines

9 years agocompany-pseudo-tooltip-show: Improve tooltip-guard results
Dmitry Gutov [Sat, 13 Sep 2014 22:34:28 +0000 (02:34 +0400)]
company-pseudo-tooltip-show: Improve tooltip-guard results

9 years agocompany--insert-candidate: Insert before overlays that begin at point
Dmitry Gutov [Sat, 13 Sep 2014 20:33:06 +0000 (00:33 +0400)]
company--insert-candidate: Insert before overlays that begin at point

That fixes `company-with-candidate-inserted' to work with the way the
pseudo-tooltip overlay is now rendered (at the end of the current line).

9 years agoMerge commit '2ef6263c65a109b4d36503e6484fdbf4cb307d0f' from company
Dmitry Gutov [Sat, 13 Sep 2014 12:18:25 +0000 (16:18 +0400)]
Merge commit '2ef6263c65a109b4d36503e6484fdbf4cb307d0f' from company

9 years agoRelease 0.8.4
Dmitry Gutov [Sat, 13 Sep 2014 12:15:02 +0000 (16:15 +0400)]
Release 0.8.4

9 years agocompany--posn-col-row: add comment
Dmitry Gutov [Sat, 13 Sep 2014 12:14:46 +0000 (16:14 +0400)]
company--posn-col-row: add comment

9 years agoOnly use company-ropemacs when ropemacs-mode is on
Dmitry Gutov [Sat, 13 Sep 2014 12:13:06 +0000 (16:13 +0400)]
Only use company-ropemacs when ropemacs-mode is on

Step 1 of moving company-ropemacs out, #159.

9 years agocompany-with-candidate-inserted: restore buffer modification status
Dmitry Gutov [Sat, 13 Sep 2014 11:57:30 +0000 (15:57 +0400)]
company-with-candidate-inserted: restore buffer modification status

9 years agoMerge branch 'master' of github.com:leoliu/ggtags
Leo Liu [Fri, 12 Sep 2014 00:23:53 +0000 (08:23 +0800)]
Merge branch 'master' of github.com:leoliu/ggtags

9 years agoUpdate doc for installing pygments plugin
Leo Liu [Fri, 12 Sep 2014 00:05:48 +0000 (08:05 +0800)]
Update doc for installing pygments plugin

9 years agocompany-gtags-modes: Turn into defcustom
Dmitry Gutov [Tue, 9 Sep 2014 01:08:03 +0000 (05:08 +0400)]
company-gtags-modes: Turn into defcustom

Closes #178.

9 years agocompany-complete-number: Make interactive, read the pressed digit
Frank Fischer [Tue, 9 Sep 2014 00:22:46 +0000 (04:22 +0400)]
company-complete-number: Make interactive, read the pressed digit

Fixes #177.

9 years agoUse posn-actual-col-row to calculate the row
Dmitry Gutov [Tue, 9 Sep 2014 00:01:42 +0000 (04:01 +0400)]
Use posn-actual-col-row to calculate the row

Approximation by `posn-col-row' is not good enough, particularly in the Log-Edit
buffer.

9 years agoDon't use end-of-buffer-workaround
Dmitry Gutov [Mon, 8 Sep 2014 23:41:27 +0000 (03:41 +0400)]
Don't use end-of-buffer-workaround

Instead, start the overlay one character earlier, if not at eob.

That also improves the situation with fci-mode (#180).

9 years agorainbow-mode: support float in CSS and limit to 100%
Julien Danjou [Sun, 7 Sep 2014 16:19:25 +0000 (18:19 +0200)]
rainbow-mode: support float in CSS and limit to 100%

9 years agoMerge pull request #69 from jfeltz/patch-1
Leo Liu [Sun, 7 Sep 2014 00:38:52 +0000 (08:38 +0800)]
Merge pull request #69 from jfeltz/patch-1

pygments plugin install instructions tweak

9 years agopygments plugin install instructions tweak
John Feltz [Sat, 6 Sep 2014 18:02:00 +0000 (12:02 -0600)]
pygments plugin install instructions tweak

9 years agoMerge commit '469cd3bc117bfb8da0c03a2a2fb185e80c81d068'
Eric Schulte [Sat, 6 Sep 2014 00:09:12 +0000 (20:09 -0400)]
Merge commit '469cd3bc117bfb8da0c03a2a2fb185e80c81d068'

  Merged in the latest version of web-server to account for the actual
  dependency on 24.3 (not 24.4).

9 years agodrop Emacs dependency to 24.3
Eric Schulte [Sat, 6 Sep 2014 00:06:36 +0000 (20:06 -0400)]
drop Emacs dependency to 24.3

9 years agoAdjust for debbugs:18384 being fixed now
Dmitry Gutov [Tue, 2 Sep 2014 23:56:13 +0000 (03:56 +0400)]
Adjust for debbugs:18384 being fixed now

9 years agoAdd test for the previous commit
Dmitry Gutov [Mon, 1 Sep 2014 22:09:59 +0000 (02:09 +0400)]
Add test for the previous commit

Was broken in d65c53e.

9 years agocompany--posn-col-row: incf instead of decf for non-nil h-l-f
Dmitry Gutov [Mon, 1 Sep 2014 21:25:58 +0000 (01:25 +0400)]
company--posn-col-row: incf instead of decf for non-nil h-l-f

http://debbugs.gnu.org/18384

9 years agocompany--posn-col-row: use `posn-col-row'
Dmitry Gutov [Mon, 1 Sep 2014 19:07:34 +0000 (23:07 +0400)]
company--posn-col-row: use `posn-col-row'

Fixes #175

9 years agocompany-begin-commands: include some cc-mode commands
Dmitry Gutov [Sat, 30 Aug 2014 23:44:48 +0000 (03:44 +0400)]
company-begin-commands: include some cc-mode commands

Closes #174

9 years agojavaimp: fixed lexical-binding var placement
Filipp Gunbin [Thu, 28 Aug 2014 09:56:14 +0000 (13:56 +0400)]
javaimp: fixed lexical-binding var placement

9 years agoMerge crisp mode from Emacs repository and make it a new ELPA package.
Luke Lee [Thu, 28 Aug 2014 02:19:22 +0000 (10:19 +0800)]
Merge crisp mode from Emacs repository and make it a new ELPA package.

9 years agoFormat crisp package to meet ELPA's requirement: maintainer and version.
Luke Lee [Thu, 28 Aug 2014 02:15:45 +0000 (10:15 +0800)]
Format crisp package to meet ELPA's requirement: maintainer and version.

9 years agoMove crisp mode from Emacs trunk directory (lisp/emulation) to a new ELPA package...
Luke Lee [Thu, 28 Aug 2014 01:54:48 +0000 (09:54 +0800)]
Move crisp mode from Emacs trunk directory (lisp/emulation) to a new ELPA package directory (packages/crisp)

9 years agojavaimp: converted to lexical binding, doc fixes, minor code fixes
Filipp Gunbin [Wed, 27 Aug 2014 16:35:50 +0000 (20:35 +0400)]
javaimp: converted to lexical binding, doc fixes, minor code fixes

9 years agoMerge commit 'f4ffe2b47cf6854ff3bc3ca1717efe1258c01547' from company
Dmitry Gutov [Wed, 27 Aug 2014 01:25:46 +0000 (05:25 +0400)]
Merge commit 'f4ffe2b47cf6854ff3bc3ca1717efe1258c01547' from company

9 years agoBump the version
Dmitry Gutov [Wed, 27 Aug 2014 01:11:33 +0000 (05:11 +0400)]
Bump the version

9 years agocompany-dabbrev-code-ignore-case: rephrase a bit
Dmitry Gutov [Wed, 27 Aug 2014 01:10:51 +0000 (05:10 +0400)]
company-dabbrev-code-ignore-case: rephrase a bit

9 years agoDocument `company-dabbrev-ignore-case' better
Dmitry Gutov [Wed, 27 Aug 2014 01:09:52 +0000 (05:09 +0400)]
Document `company-dabbrev-ignore-case' better

Closes #134

9 years agoUse `company-dabbrev-ignore-case' when searching for candidates
Dmitry Gutov [Wed, 27 Aug 2014 01:04:24 +0000 (05:04 +0400)]
Use `company-dabbrev-ignore-case' when searching for candidates

9 years agoFix WRT `keep-prefix'
Dmitry Gutov [Wed, 27 Aug 2014 01:02:39 +0000 (05:02 +0400)]
Fix WRT `keep-prefix'

9 years agocompany--capf-data: use caching
Dmitry Gutov [Sun, 24 Aug 2014 16:51:52 +0000 (20:51 +0400)]
company--capf-data: use caching

#170

9 years agoUpgrade to version 1.3.
Andrew Hyatt [Sun, 24 Aug 2014 01:17:01 +0000 (21:17 -0400)]
Upgrade to version 1.3.

* websocket.el: (websocket-version):Update to 1.3
(websocket-close): Remove unnecessary call to process-buffer.
(websocket-close): Remove use of buffers in connections.
(websocket-open): Remove use of buffers in connections.
(websocket-open): Throw clear error when connection cannot be made.
(websocket-create-headers): Remove unnecessary Origin header.

9 years agoAdd a comment
Dmitry Gutov [Sat, 23 Aug 2014 23:05:37 +0000 (03:05 +0400)]
Add a comment

9 years agocompany-pseudo-tooltip-unhide: fix rendering at eob
Dmitry Gutov [Sat, 23 Aug 2014 22:56:47 +0000 (02:56 +0400)]
company-pseudo-tooltip-unhide: fix rendering at eob

Regression from bb0a1d5

9 years agocompany-pseudo-tooltip-unhide: use local vars
Dmitry Gutov [Sat, 23 Aug 2014 22:52:43 +0000 (02:52 +0400)]
company-pseudo-tooltip-unhide: use local vars

9 years agoSkip company-buffer-lines tests in terminal
Dmitry Gutov [Mon, 18 Aug 2014 02:26:06 +0000 (06:26 +0400)]
Skip company-buffer-lines tests in terminal

They seem to freeze.

9 years agocompany-input-noop still seems to be needed in the terminal
Dmitry Gutov [Mon, 18 Aug 2014 02:17:02 +0000 (06:17 +0400)]
company-input-noop still seems to be needed in the terminal

9 years agocompany-buffer-lines: handle multiline display better
Dmitry Gutov [Mon, 18 Aug 2014 01:51:10 +0000 (05:51 +0400)]
company-buffer-lines: handle multiline display better

Improves #136.

9 years agoFix the tests
Dmitry Gutov [Mon, 18 Aug 2014 01:23:27 +0000 (05:23 +0400)]
Fix the tests

9 years agoWork around http://debbugs.gnu.org/18285
Dmitry Gutov [Mon, 18 Aug 2014 01:14:17 +0000 (05:14 +0400)]
Work around http://debbugs.gnu.org/18285

Closes #136

9 years agoUse `posn-actual-col-row' to determine the current col and row
Dmitry Gutov [Mon, 18 Aug 2014 00:49:19 +0000 (04:49 +0400)]
Use `posn-actual-col-row' to determine the current col and row

Issue #136 WIP.

Reverting d21bb454dcfacda8808b596e4bca85a53a99eabf, for the most part,
http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00361.html.

9 years agoSmall fix to ggtags-include-pattern
Leo Liu [Wed, 13 Aug 2014 03:36:05 +0000 (11:36 +0800)]
Small fix to ggtags-include-pattern

9 years agoTweak wording
Dmitry Gutov [Mon, 11 Aug 2014 17:56:34 +0000 (21:56 +0400)]
Tweak wording

9 years agoMerge commit '4709fc4530da4ddfd29b910763c801292b228f69' from diff-hl
Dmitry Gutov [Mon, 11 Aug 2014 00:00:21 +0000 (04:00 +0400)]
Merge commit '4709fc4530da4ddfd29b910763c801292b228f69' from diff-hl

9 years agodiff-hl-mode: add comments
Dmitry Gutov [Sun, 10 Aug 2014 23:59:46 +0000 (03:59 +0400)]
diff-hl-mode: add comments

9 years agoMerge commit '3f49d2b3934e69d11410d08f1be8e0011237c11c' from diff-hl
Dmitry Gutov [Sun, 10 Aug 2014 16:32:38 +0000 (20:32 +0400)]
Merge commit '3f49d2b3934e69d11410d08f1be8e0011237c11c' from diff-hl

9 years agoBump the version
Dmitry Gutov [Sun, 10 Aug 2014 16:29:47 +0000 (20:29 +0400)]
Bump the version

9 years agodiff-hl-margin-mode: use buffer-local minor mode
Dmitry Gutov [Sun, 10 Aug 2014 16:28:50 +0000 (20:28 +0400)]
diff-hl-margin-mode: use buffer-local minor mode

Fixes #23

9 years agodiff-hl-mode: defer diff-hl-update until diff-hl-mode-on-hook
Dmitry Gutov [Sun, 10 Aug 2014 16:27:02 +0000 (20:27 +0400)]
diff-hl-mode: defer diff-hl-update until diff-hl-mode-on-hook

...in the best case.

9 years agoNew function ggtags-fontify-code
Leo Liu [Thu, 7 Aug 2014 13:53:10 +0000 (21:53 +0800)]
New function ggtags-fontify-code

9 years agoUse window-screen-lines when available
Dmitry Gutov [Wed, 6 Aug 2014 04:35:00 +0000 (08:35 +0400)]
Use window-screen-lines when available

Fixes #160

9 years agoMention company-tooltip-search in NEWS
Dmitry Gutov [Tue, 5 Aug 2014 00:13:14 +0000 (04:13 +0400)]
Mention company-tooltip-search in NEWS

9 years agoMerge pull request #164 from holomorph/tooltip-search
Dmitry Gutov [Mon, 4 Aug 2014 23:05:56 +0000 (03:05 +0400)]
Merge pull request #164 from holomorph/tooltip-search

Assign a face for the tooltip search string

9 years agoAssign a face for the tooltip search string
Mark Oteiza [Mon, 4 Aug 2014 22:21:55 +0000 (18:21 -0400)]
Assign a face for the tooltip search string

9 years agocompany--window-inner-height: remove, use `window-body-height'
Dmitry Gutov [Sun, 3 Aug 2014 22:38:37 +0000 (02:38 +0400)]
company--window-inner-height: remove, use `window-body-height'

Available since Emacs 24.1.

Fixes #160

9 years agoUse `window-body-width' instead of the now-alias `window-width'
Dmitry Gutov [Sun, 3 Aug 2014 22:34:29 +0000 (02:34 +0400)]
Use `window-body-width' instead of the now-alias `window-width'

9 years agocompany--show-inline-p: never ignore case
Dmitry Gutov [Sun, 3 Aug 2014 21:25:57 +0000 (01:25 +0400)]
company--show-inline-p: never ignore case

Fixes #162

9 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa
Barry O'reilly [Fri, 1 Aug 2014 01:55:04 +0000 (18:55 -0700)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

9 years agoFix TODO about fixed Emacs bug
Barry O'reilly [Fri, 1 Aug 2014 01:54:47 +0000 (18:54 -0700)]
Fix TODO about fixed Emacs bug

9 years agoRemove the "download ERT" logic; should be unused at this point
Dmitry Gutov [Thu, 31 Jul 2014 16:46:17 +0000 (19:46 +0300)]
Remove the "download ERT" logic; should be unused at this point

9 years agocompany-dabbrev-minimum-length: change the initvalue and document better
Dmitry Gutov [Thu, 31 Jul 2014 16:44:04 +0000 (19:44 +0300)]
company-dabbrev-minimum-length: change the initvalue and document better

#158

9 years ago* GNUmakefile: Don't look for .el files under .git
Stefan Monnier [Thu, 31 Jul 2014 16:24:13 +0000 (12:24 -0400)]
* GNUmakefile: Don't look for .el files under .git

9 years agocompany-dabbrev--search-buffer: Use `syntax-ppss' to get to the beg of str-or-cmt
Dmitry Gutov [Thu, 31 Jul 2014 14:15:00 +0000 (17:15 +0300)]
company-dabbrev--search-buffer: Use `syntax-ppss' to get to the beg of str-or-cmt

Fixes #158

9 years agoAdd Package-Requires for flylisp per Emacs bug 18078.
Barry O'reilly [Wed, 30 Jul 2014 19:37:28 +0000 (12:37 -0700)]
Add Package-Requires for flylisp per Emacs bug 18078.

9 years agocompany-fill-propertize: tuncate the common part
Dmitry Gutov [Mon, 28 Jul 2014 14:22:14 +0000 (17:22 +0300)]
company-fill-propertize: tuncate the common part

Fixes #156

9 years agoMerge commit 'b1d019a4c815ac8bdc240d69eaa74eb4e34640e8' from company-master
Dmitry Gutov [Sat, 26 Jul 2014 04:52:25 +0000 (07:52 +0300)]
Merge commit 'b1d019a4c815ac8bdc240d69eaa74eb4e34640e8' from company-master

9 years agoRelease 0.8.2
Dmitry Gutov [Sat, 26 Jul 2014 04:50:22 +0000 (07:50 +0300)]
Release 0.8.2

9 years ago[gnugo] Release: 3.0.0
Thien-Thi Nguyen [Tue, 22 Jul 2014 09:58:00 +0000 (11:58 +0200)]
[gnugo] Release: 3.0.0

* packages/gnugo/gnugo.el [Version]: Bump to "3.0.0".
(gnugo-version): Bump to "3.0.0".

9 years ago[gnugo maint] Add ‘URL’ header; trim Hacking URL; drop Tip Jar URL.
Thien-Thi Nguyen [Tue, 22 Jul 2014 09:02:08 +0000 (11:02 +0200)]
[gnugo maint] Add ‘URL’ header; trim Hacking URL; drop Tip Jar URL.

9 years agoFix tests in batch mode
Dmitry Gutov [Mon, 21 Jul 2014 13:38:45 +0000 (16:38 +0300)]
Fix tests in batch mode

9 years agoFix company-occurrence-weight-function
Dmitry Gutov [Mon, 21 Jul 2014 13:10:39 +0000 (16:10 +0300)]
Fix company-occurrence-weight-function

#152

9 years ago[gnugo maint] Update HACKING; nfc.
Thien-Thi Nguyen [Mon, 21 Jul 2014 06:29:35 +0000 (08:29 +0200)]
[gnugo maint] Update HACKING; nfc.

9 years ago[gnugo int] Use idiomatic ‘re-search-forward’ BOUND.
Thien-Thi Nguyen [Mon, 21 Jul 2014 05:45:05 +0000 (07:45 +0200)]
[gnugo int] Use idiomatic ‘re-search-forward’ BOUND.

* packages/gnugo/gnugo.el (gnugo-describe-internal-properties)
(:gnugo-gtp-command-spec help): Specify ‘nil’ for
for re-search-forward 2nd arg instead of ‘(point-max)’.

9 years agocompany-css-property-values: delete duplicates
Dmitry Gutov [Mon, 21 Jul 2014 01:26:04 +0000 (04:26 +0300)]
company-css-property-values: delete duplicates

9 years agocompany-css-property-value-regexp: prohibit opening curlies
Dmitry Gutov [Mon, 21 Jul 2014 00:13:21 +0000 (03:13 +0300)]
company-css-property-value-regexp: prohibit opening curlies

Fixes #154

9 years agocompany-capf: get rid of caching last capf-data
Dmitry Gutov [Sun, 20 Jul 2014 06:14:06 +0000 (09:14 +0300)]
company-capf: get rid of caching last capf-data

It didn't work well enough.

Fixes #153.

9 years agocompany-sort-by-occurrence: continue search after predicate fails
Dmitry Gutov [Sun, 20 Jul 2014 04:47:17 +0000 (07:47 +0300)]
company-sort-by-occurrence: continue search after predicate fails

9 years agocompany-sort-by-occurrence: allow customizing the weighing logic
Dmitry Gutov [Sun, 20 Jul 2014 02:49:03 +0000 (05:49 +0300)]
company-sort-by-occurrence: allow customizing the weighing logic

Closes #152

9 years agoDeprecate setting company-idle-delay to t
Dmitry Gutov [Sun, 20 Jul 2014 01:57:32 +0000 (04:57 +0300)]
Deprecate setting company-idle-delay to t

9 years agoRefresh copyright_exceptions
Stefan Monnier [Fri, 18 Jul 2014 16:08:30 +0000 (12:08 -0400)]
Refresh copyright_exceptions

9 years ago+1 char, -1 line
Dmitry Gutov [Mon, 14 Jul 2014 04:38:47 +0000 (07:38 +0300)]
+1 char, -1 line

9 years agocompany-pseudo-tooltip-guard: Stabilize when the popup is displayed up
Dmitry Gutov [Mon, 14 Jul 2014 03:54:35 +0000 (06:54 +0300)]
company-pseudo-tooltip-guard: Stabilize when the popup is displayed up

9 years agocompany-pseudo-tooltip-guard: Invalidate after crossing line continuation
Dmitry Gutov [Mon, 14 Jul 2014 03:45:55 +0000 (06:45 +0300)]
company-pseudo-tooltip-guard: Invalidate after crossing line continuation

9 years agocompany-pseudo-tooltip-frontend: Small rewrite
Dmitry Gutov [Mon, 14 Jul 2014 03:32:03 +0000 (06:32 +0300)]
company-pseudo-tooltip-frontend: Small rewrite

9 years agoFix popup when prefix is split by line continuation
Dmitry Gutov [Mon, 14 Jul 2014 02:56:17 +0000 (05:56 +0300)]
Fix popup when prefix is split by line continuation

#149

9 years agoelectric-spacing.el: Release 5.0.
William Xu [Sun, 13 Jul 2014 09:28:06 +0000 (17:28 +0800)]
electric-spacing.el: Release 5.0.

9 years agoelectric-spacing.el: Refactor by following electric.el minor modes.
William Xu [Sun, 13 Jul 2014 09:21:38 +0000 (17:21 +0800)]
electric-spacing.el: Refactor by following electric.el minor modes.

9 years agoRename smart-operator to electric-spacing.
William Xu [Sun, 13 Jul 2014 09:13:46 +0000 (17:13 +0800)]
Rename smart-operator to electric-spacing.

9 years ago* packages/ada-mode/* : version 5.1.5
Stephen Leake [Sat, 12 Jul 2014 17:47:53 +0000 (12:47 -0500)]
* packages/ada-mode/* : version 5.1.5

* packages/ada-mode/ada-mode.texi: New file.

* packages/ada-mode/gpr-mode.texi: New file.

* packages/wisi/* : version 1.0.5