]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years ago* GNUmakefile: Obey a .elpaignore file in a package's root directory.
Stefan Monnier [Sat, 14 Sep 2013 03:12:20 +0000 (23:12 -0400)]
* GNUmakefile: Obey a .elpaignore file in a package's root directory.
* admin/update-archive.sh: Don't copy .elc files to build/packages.
* admin/archive-contents.el: Improve error message for invalid versions.
* externals-list: Change auctex to be external.
* copyright_exceptions: Update to adapt to AUCTeX-11.87.
* package/auctex: Move it to an external branch, updated to 11.87.

10 years ago* xclip.el: Fix last change
Leo Liu [Fri, 6 Sep 2013 15:00:02 +0000 (23:00 +0800)]
* xclip.el: Fix last change

10 years ago* xclip.el: Use pbcopy and pbpaste if available
Leo Liu [Fri, 6 Sep 2013 04:32:20 +0000 (12:32 +0800)]
* xclip.el: Use pbcopy and pbpaste if available

(xclip-use-pbcopy&paste): New variable.
(xclip-set-selection, xclip-selection-value, xclip-mode): Use it.

10 years ago* xclip.el: Some cleanups and fix copyright years.
Leo Liu [Thu, 5 Sep 2013 01:52:09 +0000 (09:52 +0800)]
* xclip.el: Some cleanups and fix copyright years.

(xclip-program, xclip-select-enable-clipboard): Use defcustom.
(xclip-select-text): Cleanup.
(turn-off-xclip): Remove.
(xclip-mode): Check xclip-program here.

10 years ago* README: Update with corrected information.
Barry O'Reilly [Thu, 29 Aug 2013 23:02:32 +0000 (19:02 -0400)]
* README: Update with corrected information.
* packages/adjust-parens/adjust-parens.el: Add new package.

10 years ago* packages/company/company-capf.el (company-capf): Add preliminary support for
Stefan Monnier [Thu, 29 Aug 2013 19:14:18 +0000 (15:14 -0400)]
* packages/company/company-capf.el (company-capf): Add preliminary support for
doc-buffer, meta, location, and require-match.

10 years agoSync with yasnippet/master
Stefan Monnier [Thu, 29 Aug 2013 14:24:48 +0000 (10:24 -0400)]
Sync with yasnippet/master

10 years agofix: more idiomatic elisp, better docstrings, less byte-compiler warnings
Joao Tavora [Thu, 29 Aug 2013 09:20:31 +0000 (10:20 +0100)]
fix: more idiomatic elisp, better docstrings, less byte-compiler warnings

By Stefan Monnier, with original commentary.

"Here's an untested patch of cleanups, found partly via compilation using
lexical-binding and partly via checkdoc-current-buffer (and
occasionally by stumble-upon happenstance)."

10 years ago* packages/yasnippet: Fix up copyright headers.
Stefan Monnier [Wed, 28 Aug 2013 14:18:45 +0000 (10:18 -0400)]
* packages/yasnippet: Fix up copyright headers.

10 years agoSync with yasnippet/master
Stefan Monnier [Wed, 28 Aug 2013 14:12:55 +0000 (10:12 -0400)]
Sync with yasnippet/master

10 years agoAdd YAsnippet metadata.
Stefan Monnier [Wed, 28 Aug 2013 13:57:59 +0000 (09:57 -0400)]
Add YAsnippet metadata.

10 years agoAdd Emacs/W3 as external
Stefan Monnier [Sun, 25 Aug 2013 03:55:48 +0000 (23:55 -0400)]
Add Emacs/W3 as external

10 years ago* adaptive-wrap.el (adaptive-wrap-mode): Move after font-lock (bug#15155).
Stefan Monnier [Sun, 25 Aug 2013 03:55:14 +0000 (23:55 -0400)]
* adaptive-wrap.el (adaptive-wrap-mode): Move after font-lock (bug#15155).

10 years ago* forward-diffs.py: Tweak for new Git format
Stefan Monnier [Thu, 22 Aug 2013 18:55:58 +0000 (14:55 -0400)]
* forward-diffs.py: Tweak for new Git format

10 years ago* register-list.el: Use lexical-binding. Remove redundant :groups.
Stefan Monnier [Thu, 22 Aug 2013 18:53:18 +0000 (14:53 -0400)]
* register-list.el: Use lexical-binding.  Remove redundant :groups.
(register-list-preserve-pos): Don't eval `force-line'.  Use forward-line
to better match line-number-at-pos's behavior.
(register-list-refresh): Don't use the line number that happens to be current
during macro-expansion.
(register-list): Remove unused arg `reg-alist'.  Use dolist.  Use a closure
rather than `(lambda ...).
(register-list-edit-value): Remove unused var `new-val'.

10 years agoOnly keep the strictly necessary *-pkg.el files
Stefan Monnier [Thu, 22 Aug 2013 18:10:36 +0000 (14:10 -0400)]
Only keep the strictly necessary *-pkg.el files

10 years agoSync with enwc/master
Stefan Monnier [Thu, 22 Aug 2013 01:49:20 +0000 (21:49 -0400)]
Sync with enwc/master

10 years ago* packages/shen-mode/inf-shen.el: Require CL. Fix up comment convention.
Stefan Monnier [Wed, 21 Aug 2013 20:37:42 +0000 (16:37 -0400)]
* packages/shen-mode/inf-shen.el: Require CL.  Fix up comment convention.
Don't autoload variables unless there's a really good reason for it.
Turn some comments into docstrings.
(inferior-shen-mode-map): Initialize in the declaration.
(inferior-shen-mode): Use define-derived-mode.
(check-balanced-parens): `c' was not used.
(shen-eval-region): Use with-current-buffer.
* packages/shen-mode/shen-mode.el: Require CL.
(calculate-lisp-indent-last-sexp): Declare.
(shen-mode): Auto load.  Don't use ((lambda ..) ..) forms.
(auto-mode-alist): Auto load the added entry.

10 years ago* packages/markchars/markchars.el (markchars--render-confusables): Don't
Stefan Monnier [Wed, 21 Aug 2013 20:32:43 +0000 (16:32 -0400)]
* packages/markchars/markchars.el (markchars--render-confusables): Don't
quote lambda.

10 years agoSync from js2-mode/master
Stefan Monnier [Wed, 21 Aug 2013 19:41:25 +0000 (15:41 -0400)]
Sync from js2-mode/master

10 years agoSync from ggtags/master
Stefan Monnier [Wed, 21 Aug 2013 19:39:31 +0000 (15:39 -0400)]
Sync from ggtags/master

10 years ago* packages/company/company-cmake.el: Fix up copyright. Require CL.
Stefan Monnier [Wed, 21 Aug 2013 19:38:05 +0000 (15:38 -0400)]
* packages/company/company-cmake.el: Fix up copyright.  Require CL.
* packages/company/company-template.el (company-template--buffer-templates):
Declare before first use.
* packages/company/company-eclim.el (json-array-type): Declare json-array-type.
(company-eclim--candidates): Remove unused var `project-name'.

10 years agoSync from company/master
Stefan Monnier [Wed, 21 Aug 2013 19:29:34 +0000 (15:29 -0400)]
Sync from company/master

10 years ago* packages/ioccur/ioccur.el (window-system): Mark unused arg.
Stefan Monnier [Wed, 21 Aug 2013 19:26:25 +0000 (15:26 -0400)]
* packages/ioccur/ioccur.el (window-system): Mark unused arg.
(ioccur-print-line): Remove unused `regexp' arg.
(ioccur-find-buffer-matching1): Remove redundant "with hist".
(savehist-save-minibuffer-history): Declare.
(ioccur-goto-line): Simplify and make sure `org-reveal' is defined.
(ioccur-jump): Remove unused var `back-search-fn'.

10 years agoSync from ack/master
Stefan Monnier [Wed, 21 Aug 2013 19:03:39 +0000 (15:03 -0400)]
Sync from ack/master

10 years agoSync from ioccur/master
Stefan Monnier [Wed, 21 Aug 2013 19:00:32 +0000 (15:00 -0400)]
Sync from ioccur/master

10 years ago* packages/eldoc-eval/eldoc-eval.el: Put the custom vars in the eldoc-eval
Stefan Monnier [Wed, 21 Aug 2013 18:54:13 +0000 (14:54 -0400)]
* packages/eldoc-eval/eldoc-eval.el: Put the custom vars in the eldoc-eval
group, where they seem to belong.  Fix up naming conventions.
(eldoc-eval-preferred-function): Rename from eval-preferred-function.
(eldoc-display-message-no-interference-p): Use an advice again, but this time
I think I wrote it correctly.
(eldoc-in-minibuffer-mode-map): Rename from eldoc-mode-in-minibuffer-map.
(eldoc-in-minibuffer-mode): Don't bother specifying the keymap now that we're
using the standard name.
(eldoc-run-in-minibuffer): Rename from run-eldoc-in-minibuffer.
(eldoc-eval-expression): Rename from eval-expression-with-eldoc.

10 years agoSync from eldoc-eval/master
Stefan Monnier [Wed, 21 Aug 2013 18:09:47 +0000 (14:09 -0400)]
Sync from eldoc-eval/master

10 years ago* packages/f90-interface-browser/f90-interface-browser.el: Don't require CL
Stefan Monnier [Wed, 21 Aug 2013 17:30:52 +0000 (13:30 -0400)]
* packages/f90-interface-browser/f90-interface-browser.el: Don't require CL
at runtime since it's not needed.
(f90-approx-arglist-match): Remove unused var `match'.
(f90-parse-single-type-declaration): Don't use `add-to-list' on a local var.
* packages/f90-interface-browser/f90-tests.el: Require `cl-lib'.
(test-check, test-combine-results, parse-declaration): Fix up
names accordingly.

10 years agoSync from f90-iface
Stefan Monnier [Wed, 21 Aug 2013 17:17:06 +0000 (13:17 -0400)]
Sync from f90-iface

10 years ago* packages/js2-mode/js2-mode.el: Remove unused variables. Use posix
Stefan Monnier [Wed, 21 Aug 2013 03:59:12 +0000 (23:59 -0400)]
* packages/js2-mode/js2-mode.el: Remove unused variables.  Use posix
character classes.  Do a bit of CSE simplification.
(js2-parse-highlight-member-expr-node): Flip test order to simplify code.
(js2-re-search-forward, js2-re-search-backward): Don't quote code.
(js2-echo-help): Defalias applies to symbol, not functions.

10 years agoMerge pull request #397 from thisirs/customizable-snippet
João Távora [Tue, 20 Aug 2013 15:53:32 +0000 (08:53 -0700)]
Merge pull request #397 from thisirs/customizable-snippet

Make default snippet customizable

10 years agoAssume NO-TEMPLATE is non-nil if `yas-new-snippet-default' is nil
thisirs [Mon, 19 Aug 2013 20:52:19 +0000 (22:52 +0200)]
Assume NO-TEMPLATE is non-nil if `yas-new-snippet-default' is nil

10 years agoFactor out embedded elisp code
thisirs [Mon, 19 Aug 2013 20:47:14 +0000 (22:47 +0200)]
Factor out embedded elisp code

* yasnippet.el (yas--key-from-desc): Added

10 years agoMake default snippet customizable
thisirs [Sun, 4 Aug 2013 22:26:49 +0000 (00:26 +0200)]
Make default snippet customizable

10 years ago* eldoc-eval.el (eldoc-display-message-no-interference-p): Fix for emacs-24.3.
Thierry Volpiatto [Mon, 19 Aug 2013 07:04:59 +0000 (09:04 +0200)]
* eldoc-eval.el (eldoc-display-message-no-interference-p): Fix for emacs-24.3.

10 years agoRelease 0.6.11
Dmitry Gutov [Sun, 18 Aug 2013 20:35:09 +0000 (23:35 +0300)]
Release 0.6.11

10 years agoAdd temp-buffer-browse to externals-list
Leo Liu [Sun, 18 Aug 2013 03:56:53 +0000 (11:56 +0800)]
Add temp-buffer-browse to externals-list

10 years agoMerge temp-buffer-browse as our subdirectory
Leo Liu [Sun, 18 Aug 2013 03:54:38 +0000 (11:54 +0800)]
Merge temp-buffer-browse as our subdirectory

10 years agocompany-template-c-like-templatify: Remove text after the closing paren
Dmitry Gutov [Sat, 17 Aug 2013 12:52:06 +0000 (15:52 +0300)]
company-template-c-like-templatify: Remove text after the closing paren

#31

10 years ago* eldoc-eval.el (eldoc-in-minibuffer-mode): Disable mode-line rolling with minibuffer...
Thierry Volpiatto [Sat, 17 Aug 2013 11:29:14 +0000 (13:29 +0200)]
* eldoc-eval.el (eldoc-in-minibuffer-mode): Disable mode-line rolling with minibuffer-exit-hook.

10 years ago* eldoc-eval.el: Add group eldoc-eval.
Thierry Volpiatto [Sat, 17 Aug 2013 11:20:34 +0000 (13:20 +0200)]
* eldoc-eval.el: Add group eldoc-eval.
(eldoc-mode-line-toggle-rolling): be sure user call this from minibuf.

10 years agoFix generation of package autoloads
Andreas Schwab [Sat, 17 Aug 2013 09:04:58 +0000 (11:04 +0200)]
Fix generation of package autoloads

10 years ago* eldoc-eval.el: Change eldoc-minor-mode-string when mode is enabled.
Thierry Volpiatto [Sat, 17 Aug 2013 04:55:24 +0000 (06:55 +0200)]
* eldoc-eval.el: Change eldoc-minor-mode-string when mode is enabled.

10 years ago* eldoc-eval.el: Fix eldoc not working when mode is disabled.
Thierry Volpiatto [Sat, 17 Aug 2013 04:46:04 +0000 (06:46 +0200)]
* eldoc-eval.el: Fix eldoc not working when mode is disabled.
(eldoc-eval--old-message-function): new internal.
(eldoc-display-message-no-interference-p): now a defun.(already adviced in slime)
(eldoc-in-minibuffer-mode): reenable correctly all when toggling.

10 years agoregister-list.el: Update copyright year.
bastien1 [Fri, 16 Aug 2013 08:44:19 +0000 (10:44 +0200)]
register-list.el: Update copyright year.

10 years agoFixes for GNU ELPA
Leo Liu [Fri, 16 Aug 2013 04:58:12 +0000 (12:58 +0800)]
Fixes for GNU ELPA

10 years agocompany-backends: Move company-eclim in front of company-semantic
Dmitry Gutov [Thu, 15 Aug 2013 22:55:21 +0000 (01:55 +0300)]
company-backends: Move company-eclim in front of company-semantic

#30

10 years ago * packages/vlf/vlf.el: Fix URL.
Andrey Kotlarski [Thu, 15 Aug 2013 19:57:32 +0000 (22:57 +0300)]
* packages/vlf/vlf.el: Fix URL.

10 years agoFix up deployment script
Stefan Monnier [Thu, 15 Aug 2013 16:20:16 +0000 (12:20 -0400)]
Fix up deployment script

10 years agoFix up copyrights and the checking code
Stefan Monnier [Thu, 15 Aug 2013 15:13:20 +0000 (11:13 -0400)]
Fix up copyrights and the checking code

10 years agoMark merge point of websocket.
Stefan Monnier [Thu, 15 Aug 2013 04:12:24 +0000 (00:12 -0400)]
Mark merge point of websocket.

10 years agoMark merge point of js2-mode.
Stefan Monnier [Thu, 15 Aug 2013 04:10:38 +0000 (00:10 -0400)]
Mark merge point of js2-mode.

10 years agoMark merge point of ioccur.
Stefan Monnier [Thu, 15 Aug 2013 04:08:37 +0000 (00:08 -0400)]
Mark merge point of ioccur.

10 years agoMark merge point of ggtags.
Stefan Monnier [Thu, 15 Aug 2013 04:07:07 +0000 (00:07 -0400)]
Mark merge point of ggtags.

10 years agoMark merge point of f90-interface-browser.
Stefan Monnier [Thu, 15 Aug 2013 04:04:04 +0000 (00:04 -0400)]
Mark merge point of f90-interface-browser.

10 years agoMark merge point of eldoc-eval.
Stefan Monnier [Thu, 15 Aug 2013 03:49:37 +0000 (23:49 -0400)]
Mark merge point of eldoc-eval.

10 years agoMark merge point of company.
Stefan Monnier [Thu, 15 Aug 2013 03:47:26 +0000 (23:47 -0400)]
Mark merge point of company.

10 years agoMark merge point of ack-el.
Stefan Monnier [Thu, 15 Aug 2013 03:39:50 +0000 (23:39 -0400)]
Mark merge point of ack-el.

10 years agoUse README.{rst,md,org}; Auto-generate foo-pkg.el.
Stefan Monnier [Thu, 15 Aug 2013 03:28:31 +0000 (23:28 -0400)]
Use README.{rst,md,org}; Auto-generate foo-pkg.el.

10 years agoMark merge point of coffee-mode.
Stefan Monnier [Thu, 15 Aug 2013 03:25:46 +0000 (23:25 -0400)]
Mark merge point of coffee-mode.

10 years agoUpdate infrastructure for Git.
Stefan Monnier [Wed, 14 Aug 2013 18:34:52 +0000 (14:34 -0400)]
Update infrastructure for Git.
* .gitignore: New file.
* .bzrignore: keep it as a symlink to .gitignore.
* externals-list: New file.

* admin/update-archive.sh: Use Git.  Use make.log when running in batch.
Turn build/packages into an rsync-copy rather than a symlink.  Use relative
file names.
(copyright_notices, check_copyright): Remove.  Use new "make" rule instead.

* admin/archive-contents.el: Use lexical-binding and pcase.
(archive--revno-re): New const.
(archive-prepare-packages): New `srcdir' argument, so we can add the ChangeLogs
to a parallel tree to the Git working dir.
(archive--simple-package-p): Don't return the commentary any more.
(archive--process-simple-package): Remove `commentary' arg.  Don't write out
the *-readme.txt file.  Reduce stdout noise.
(archive--make-changelog): New arg `srcdir'.  Use Git.
(archive--process-multi-file-package): Don't copy the readme.
(batch-make-site-dir, batch-make-site-package): Remove functions.
(archive--get-prop, archive--get-section, archive--quote)
(archive--insert-repolinks): New functions.
(archive--html-make-pkg): Include NEWS and obey "URL:" header.  Generate the
*-readme.txt files here.
(archive--elpa-git-url): New constant.
(archive-add/remove/update-externals): New function.

* GNUmakefile (EMACS): Add --batch here.  Adjust users.
(site, site/%, changelogs): Remove.
(archive-tmp): Don't require changelogs.
(check_copyrights, externals): New targets.
* copyright_exceptions: New file.
* admin/package-update.sh: Remove.

10 years agoMerge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
Stefan Monnier [Wed, 14 Aug 2013 17:58:40 +0000 (13:58 -0400)]
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

10 years agoComplete the list of externals
Stefan Monnier [Wed, 14 Aug 2013 17:58:12 +0000 (13:58 -0400)]
Complete the list of externals

10 years ago* README.md: update
Thierry Volpiatto [Wed, 14 Aug 2013 13:53:39 +0000 (15:53 +0200)]
* README.md: update

10 years ago* README.md: format code for markdown.
Thierry Volpiatto [Wed, 14 Aug 2013 13:50:25 +0000 (15:50 +0200)]
* README.md: format code for markdown.

10 years ago* README.md: Update.
Thierry Volpiatto [Wed, 14 Aug 2013 13:47:05 +0000 (15:47 +0200)]
* README.md: Update.

10 years agoOverride all variants of RET and DEL keys
Leo Liu [Wed, 14 Aug 2013 03:00:28 +0000 (11:00 +0800)]
Override all variants of RET and DEL keys

10 years agoDon't create local branches
Stefan Monnier [Wed, 14 Aug 2013 02:22:22 +0000 (22:22 -0400)]
Don't create local branches

10 years agoAdd externals-list. Fix up ignore list.
Stefan Monnier [Wed, 14 Aug 2013 01:22:26 +0000 (21:22 -0400)]
Add externals-list.  Fix up ignore list.

10 years ago * packages/vlf/vlf.el:: Version 0.9.1.
Andrey Kotlarski [Tue, 13 Aug 2013 22:01:04 +0000 (01:01 +0300)]
* packages/vlf/vlf.el:: Version 0.9.1.
Add development repository URL.
(vlf-encode-size): New variable.
(vlf-adjust-chunk): Allow fluctuation when searching for proper
decoding.  Save encoded size to `vlf-encode-size'.
(vlf-write): Use `vlf-encode-size' for expected encoding size.
(vlf-batch-size, vlf-start-pos, vlf-end-pos, vlf-file-size)
(vlf-encode-size): Move permanent declarations to top level.
(vlf-mode): Fix locality of `write-file-functions' hook.
(vlf): Use `set-visited-file-name'.
(abort-if-file-too-large): Make `vlf-if-file-too-large' around
advice.
(scroll-up, scroll-down): Use `derived-mode-p'.
(vlf-change-batch-size): Remove superfluous check.
(vlf-verify-size): New function.
(vlf-next-batch, vlf-move-to-batch, vlf-move-to-chunk)
(vlf-file-shift-back, vlf-shift-batch, vlf-shift-batches): Use
it.
(vlf-revert): Fix boolean condition and ignored variable naming.
(vlf-prev-batch): Style fix.

10 years agoMove check_copyright to the makefile
Stefan Monnier [Tue, 13 Aug 2013 21:36:47 +0000 (17:36 -0400)]
Move check_copyright to the makefile

10 years agoFix up scripts to build archive from Git
Stefan Monnier [Tue, 13 Aug 2013 19:36:43 +0000 (15:36 -0400)]
Fix up scripts to build archive from Git

10 years ago* eldoc-eval.el (eldoc-in-minibuffer-mode): Bind `eldoc-mode-line-toggle-rolling...
Thierry Volpiatto [Tue, 13 Aug 2013 16:25:50 +0000 (18:25 +0200)]
* eldoc-eval.el (eldoc-in-minibuffer-mode): Bind `eldoc-mode-line-toggle-rolling' to C-@.

10 years ago* eldoc-eval.el: Rename `eldoc-mode-in-minibuffer' to `eldoc-in-minibuffer-mode'.
Thierry Volpiatto [Tue, 13 Aug 2013 16:00:07 +0000 (18:00 +0200)]
* eldoc-eval.el: Rename `eldoc-mode-in-minibuffer' to `eldoc-in-minibuffer-mode'.
Fix comments.

10 years ago* eldoc-eval.el (eldoc-mode-in-minibuffer): now a minor mode.
Thierry Volpiatto [Tue, 13 Aug 2013 15:41:21 +0000 (17:41 +0200)]
* eldoc-eval.el (eldoc-mode-in-minibuffer): now a minor mode.

10 years agoMerge with ELPA
Stefan Monnier [Tue, 13 Aug 2013 14:35:49 +0000 (16:35 +0200)]
Merge with ELPA
(eldoc-display-message-no-interference-p): Turn it into an advice.elpa
(eldoc-active-minibuffers-list): Store buffers rather than buffer names.

10 years ago(eldoc-display-message-no-interference-p): Turn it into an advice.
Stefan Monnier [Tue, 13 Aug 2013 14:16:01 +0000 (10:16 -0400)]
(eldoc-display-message-no-interference-p): Turn it into an advice.
(eldoc-active-minibuffers-list): Store buffers rather than buffer names.

10 years ago* eldoc-eval.el (eldoc-display-message-no-interference-p): Force
Stefan Monnier [Tue, 13 Aug 2013 13:59:47 +0000 (09:59 -0400)]
* eldoc-eval.el (eldoc-display-message-no-interference-p): Force
old definition.
(eldoc-mode-in-minibuffer): Catch errors, run eldoc-in-minibuffer-show-fn
from the minibuffer.

10 years agoInitial commit
Leo Liu [Tue, 13 Aug 2013 02:03:26 +0000 (10:03 +0800)]
Initial commit

10 years agoMerge remote-tracking branch 'repo.or.cz/elpa'
Stefan Monnier [Mon, 12 Aug 2013 13:48:50 +0000 (09:48 -0400)]
Merge remote-tracking branch 'repo.or.cz/elpa'

10 years ago* eldoc-eval.el: Merge docstring and minors changes from ELPA version.
Thierry Volpiatto [Mon, 12 Aug 2013 07:27:54 +0000 (09:27 +0200)]
* eldoc-eval.el: Merge docstring and minors changes from ELPA version.

10 years agoGet "make -k" to go through
Stefan Monnier [Sat, 10 Aug 2013 13:56:31 +0000 (09:56 -0400)]
Get "make -k" to go through

10 years agoGet "make -k" to go through
Stefan Monnier [Sat, 10 Aug 2013 13:56:10 +0000 (09:56 -0400)]
Get "make -k" to go through

10 years agocompany-eclim: Omit starting '@'
Dmitry Gutov [Fri, 9 Aug 2013 22:12:09 +0000 (01:12 +0300)]
company-eclim: Omit starting '@'

#30

10 years ago* packages/eldoc-eval/eldoc-eval.el (eldoc-mode-in-minibuffer): Operate on
Stefan Monnier [Fri, 9 Aug 2013 21:55:12 +0000 (17:55 -0400)]
* packages/eldoc-eval/eldoc-eval.el (eldoc-mode-in-minibuffer): Operate on
current buffer rather than minibuffer-completion-contents.

10 years ago* packages/auctex/tex.el (TeX--call-3/2): New auxiliary function.
Stefan Monnier [Fri, 9 Aug 2013 21:52:50 +0000 (17:52 -0400)]
* packages/auctex/tex.el (TeX--call-3/2): New auxiliary function.
(ConTeXt-Omega-engine, TeX-Omega-mode, TeX-source-specials-mode):
Use it to provide the obsolescence version when possible.

10 years agoRename company-cmake-doc-buffer to make it private
Dmitry Gutov [Fri, 9 Aug 2013 20:56:47 +0000 (23:56 +0300)]
Rename company-cmake-doc-buffer to make it private

10 years agoFix company-cmake-doc-buffer
Dmitry Gutov [Fri, 9 Aug 2013 14:16:50 +0000 (17:16 +0300)]
Fix company-cmake-doc-buffer

10 years agoBundle company-cmake
Dmitry Gutov [Fri, 9 Aug 2013 14:09:29 +0000 (17:09 +0300)]
Bundle company-cmake

Fixes #13

10 years ago* packages/auctex/auctex-pkg.el: Add :url.
Stefan Monnier [Fri, 9 Aug 2013 02:00:04 +0000 (22:00 -0400)]
* packages/auctex/auctex-pkg.el: Add :url.

10 years agoUse `after-string' instead of `before-string'
Dmitry Gutov [Tue, 6 Aug 2013 17:26:07 +0000 (20:26 +0300)]
Use `after-string' instead of `before-string'

Fixes #28

10 years agoIntroduce company-global-modes
Dmitry Gutov [Tue, 6 Aug 2013 11:55:08 +0000 (14:55 +0300)]
Introduce company-global-modes

Closes #29

10 years agorainbow-mode: 0.9, allow spaces in LaTeX colors
Julien Danjou [Mon, 5 Aug 2013 18:54:00 +0000 (20:54 +0200)]
rainbow-mode: 0.9, allow spaces in LaTeX colors

10 years agoSyncing to the version now in emacs ELPA repository.
Andrew Hyatt [Sat, 3 Aug 2013 18:09:26 +0000 (14:09 -0400)]
Syncing to the version now in emacs ELPA repository.

These changes were authored by Stefan Monnier in commits:

monnier@iro.umontreal.ca-20130801182238-5dlw5a7czjkv6dz8
* packages/websocket: Cleanup copyright and code.

and

monnier@iro.umontreal.ca-20130803023536-zh9uf43vws6idygu
* packages/websocket/websocket.el: Fix version number.

10 years ago* packages/websocket/websocket.el: Fix version number.
Stefan Monnier [Sat, 3 Aug 2013 02:35:36 +0000 (22:35 -0400)]
* packages/websocket/websocket.el: Fix version number.

10 years ago* packages/websocket: Cleanup copyright and code.
Stefan Monnier [Thu, 1 Aug 2013 18:22:38 +0000 (14:22 -0400)]
* packages/websocket: Cleanup copyright and code.

10 years agoAdd websocket git revno bc5c2a2ee2b993a18e8e23ed725829d403508753.
Stefan Monnier [Thu, 1 Aug 2013 18:08:23 +0000 (14:08 -0400)]
Add websocket git revno bc5c2a2ee2b993a18e8e23ed725829d403508753.

10 years ago* adaptive-wrap.el: Fix bug#14974 by using define-key-after
Stephen Berman [Wed, 31 Jul 2013 08:52:10 +0000 (10:52 +0200)]
* adaptive-wrap.el: Fix bug#14974 by using define-key-after
instead of easy-menu-add-item.
(adaptive-wrap-unload-function): Remove.

10 years ago* adaptive-wrap.el: Require easymenu (bug#14974).
Stephen Berman [Mon, 29 Jul 2013 11:56:03 +0000 (13:56 +0200)]
* adaptive-wrap.el: Require easymenu (bug#14974).