]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agoUpdate copyright years.
Michael Albinus [Tue, 7 Jan 2014 13:27:23 +0000 (14:27 +0100)]
Update copyright years.

10 years ago* debbugs-org.el: New file.
Michael Albinus [Fri, 25 Oct 2013 10:18:54 +0000 (12:18 +0200)]
* debbugs-org.el: New file.

* debbugs.el:
* debbugs-gnu.el: Increase Version to 0.5.

* README: Add commands `debbugs-org', `debbugs-org-search' and
`debbugs-org-bugs'.

10 years ago* adjust-parens.el: Generalize to also work with alternative list
Barry O'Reilly [Wed, 23 Oct 2013 15:23:41 +0000 (11:23 -0400)]
* adjust-parens.el: Generalize to also work with alternative list
closing chars, such as Clojure's brackets.

10 years agoFix typo.
Michael Albinus [Mon, 14 Oct 2013 09:37:29 +0000 (11:37 +0200)]
Fix typo.

10 years ago* Makefile: New file to provide 'make check' tests
Barry O'Reilly [Tue, 8 Oct 2013 14:05:40 +0000 (10:05 -0400)]
* Makefile: New file to provide 'make check' tests
* adjust-parens-tests.el: New tests
(apt-near-bob-test): Test indenting near BOB
(apt-indent-dedent-test): Test same case described in Commentary
* adjust-parens.el: Fix bug when near BOB or EOB. Fix compiler
warning due to using defvarred prefix-arg as lexical var.

10 years ago* coffee-mode.el: Tame electric-indent-mode.
Stefan Monnier [Mon, 7 Oct 2013 18:55:38 +0000 (14:55 -0400)]
* coffee-mode.el: Tame electric-indent-mode.
(coffee-mode): Derive from prog-mode.  Set electric-indent-inhibit.
(coffee-mode-map, coffee-mode-syntax-table): Move initialization into
declaration.
(coffee-comment-dwim): Remove.

10 years agoAvoid lm-homepage which is not in Emacs-24.3
Stefan Monnier [Mon, 7 Oct 2013 04:48:06 +0000 (00:48 -0400)]
Avoid lm-homepage which is not in Emacs-24.3

10 years agoAdd new element to the archive-contents vector, and put
Dmitry Gutov [Mon, 7 Oct 2013 03:41:11 +0000 (06:41 +0300)]
Add new element to the archive-contents vector, and put
each package's URL in it (Bug#13291).
* archive-contents.el (archive--simple-package-p): Return an
additional element, EXTRAS alist, with key :url.
(archive--process-simple-package): Accept additional argument,
pass it through to the return value.
(archive--alist-to-plist, archive--plist-to-alist): New functions,
code copied from package.el.
(archive--process-multi-file-package): Extract extra fields to an
alist, include it in the return value.
(archive--write-pkg-file): Accept additional argument, unwrap that
alist into a plist, and append it to the `define-package' form.
(archive--html-make-pkg): Pass the value of :url in the `extras'
element to `archive--insert-repolinks'.
(archive--insert-repolinks): Instead of extracting the value of
"URL" manually, accept additional argument with that value.

10 years agoSync from company/master
Dmitry Gutov [Sun, 6 Oct 2013 04:01:08 +0000 (07:01 +0300)]
Sync from company/master

10 years agoAdd packages/js2-mode/.elpaignore
Dmitry Gutov [Sun, 6 Oct 2013 03:48:33 +0000 (06:48 +0300)]
Add packages/js2-mode/.elpaignore

10 years ago* debbugs-gnu.el (debbugs-gnu-default-packages): Add packages.
Michael Albinus [Wed, 2 Oct 2013 21:10:31 +0000 (23:10 +0200)]
* debbugs-gnu.el (debbugs-gnu-default-packages): Add packages.

10 years agoFix GPL. debbugs is NOT part of Emacs.
Michael Albinus [Wed, 2 Oct 2013 08:14:40 +0000 (10:14 +0200)]
Fix GPL.  debbugs is NOT part of Emacs.

10 years agoBump the version
Dmitry Gutov [Sat, 28 Sep 2013 23:26:24 +0000 (02:26 +0300)]
Bump the version

Oops, forgot to do that the last time

10 years agoChange default `company-begin-commands' value to be more conservative
Dmitry Gutov [Sat, 28 Sep 2013 16:09:47 +0000 (19:09 +0300)]
Change default `company-begin-commands' value to be more conservative

10 years ago* README: Add command `debbugs-gnu-bugs'.
Michael Albinus [Wed, 25 Sep 2013 14:11:58 +0000 (16:11 +0200)]
* README: Add command `debbugs-gnu-bugs'.

10 years agocompany-files-complete: Filter candidates by prefix
Dmitry Gutov [Mon, 23 Sep 2013 02:13:54 +0000 (05:13 +0300)]
company-files-complete: Filter candidates by prefix

10 years ago* company-untabify: Rename to `company-plainify'.
Dmitry Gutov [Mon, 23 Sep 2013 00:36:31 +0000 (03:36 +0300)]
* company-untabify: Rename to `company-plainify'.
* company-modify-line: Move `line-prefix' logic to `company-plainify'.

Fix #24, take four

10 years agocompany--column: Account for line-prefix even at bol
Dmitry Gutov [Sun, 22 Sep 2013 23:03:23 +0000 (02:03 +0300)]
company--column: Account for line-prefix even at bol

Again, for org-indent-mode.

10 years agowebsocket.el: Set version to 1.2, after last set of server fixes.
Andrew Hyatt [Sun, 22 Sep 2013 03:39:31 +0000 (23:39 -0400)]
websocket.el: Set version to 1.2, after last set of server fixes.

10 years ago2013-09-15 Andrew Hyatt <ahyatt@gmail.com>
Andrew Hyatt [Sun, 15 Sep 2013 23:52:34 +0000 (19:52 -0400)]
2013-09-15 Andrew Hyatt  <ahyatt@gmail.com>

        * websocket.el (websocket-mask-frames, websocket-encode-frame,
          websocket, websocket-send): Get rid of
          `websocket-mask-frames' variable, which was a mistake, and
          make masking mandatory for clients and forbidden for
          servers.
        * websocket-test.el (websocket-encode-frame,
          websocket-outer-filter): Alter tests to pass new argument
          for `websocket-encode-frame'.

        * websocket.el (websocket-close, websocket-open,
          websocket-server-accept): Only call the on-close callback on
          process state change if the process is now closed or
          similar, and always call the on-close callback from
          `websocket-close'
        * websocket-test.el (websocket-close): Add an on-close callback
          which the `websocket-close' method now expects.

        * magit-functiona-test.el: Assert on ready-state, and increase
          the sleep time for the wss test.

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* packages/company/company-capf.el (company-capf): Add preliminary support for
Stefan Monnier [Fri, 6 Sep 2013 02:52:06 +0000 (05:52 +0300)]
* packages/company/company-capf.el (company-capf): Add preliminary support for
doc-buffer, meta, location, and require-match.

10 years ago* packages/company/company-cmake.el: Fix up copyright. Require CL.
Stefan Monnier [Thu, 5 Sep 2013 23:24:27 +0000 (02:24 +0300)]
* 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 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.