| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.
|
|
|
|
|
| |
* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps)
(authors-valid-file-names, authors-renamed-files-alist): Additions.
|
|
|
|
|
|
|
| |
* emacs-lisp/package.el (package-menu-mode): Use an extra column for
the "Version" column, to accomodate date-and-time-based versions.
(cherry picked from commit eaf25ad549dc5a9b26089f588e0a80268708a3d1)
|
| |
|
|
|
|
| |
Run admin/update-copyright.
|
|
|
|
| |
Due to the vague doc, it was already being used this way.
|
|
|
|
|
|
| |
* lisp/emacs-lisp/cl-extra.el: Add missing provide.
Fixes: debbugs:18804
|
|
|
|
|
|
|
| |
all args are copyable.
(=, <, >, <=, >=): Re-enable the optimization.
Fixes: debbugs:18767
|
|
|
|
|
|
| |
* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg case.
Fixes: debbugs:18767
|
| |
|
|
|
|
|
|
| |
case.
Fixes: debbugs:18767
|
|
|
|
|
|
| |
Backported.
Fixes: debbugs:18688
|
|
|
|
|
|
|
| |
lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Force
bidi-paragraph-direction to 'left-to-right'. This fixes
buffer-menu display when the first buffer happens to start with
R2L letter.
|
| |
|
|
|
|
|
|
|
|
| |
* lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
(authors-obsolete-files-regexps): Additions.
(authors-no-scan-regexps): New constant.
(authors-no-scan-file-p): New function.
(authors): Respect authors-no-scan-file-p.
|
|
|
|
| |
See bug#17625#155.
|
|
|
|
|
|
| |
GPG is not available.
(package-refresh-contents): Don't mess with the keyring if we won't
check the signatures anyway.
|
|
|
|
|
|
|
|
|
|
|
| |
Properly quote the arguments. Change second arg.
(package--alist-to-plist-args): Rename from package--alist-to-plist and
quote the elements.
(package--make-autoloads-and-stuff): Fix the test for pre-existence of
the *-pkg.el file. Adjust to new calling convention of
package-generate-description-file.
Fixes: debbugs:18332
|
| |
|
|
|
|
|
|
| |
proper Lisp quoting.
Fixes: debbugs:17934
|
|
|
|
| |
Support lexical-binding.
|
|
|
|
|
|
|
| |
If package-check-signature is allow-unsigned, don't signal error when
we can't verify signature because of missing public key.
Fixes: debbugs:17625
|
|
|
|
|
|
| |
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage):
* lisp/gnus/mm-util.el (help-function-arglist):
Remove outdated declarations.
|
|
|
|
|
| |
* lisp/emacs-lisp/authors.el (authors-valid-file-names)
(authors-renamed-files-alist): Additions.
|
|
|
|
|
|
| |
(package-desc-status): Obey it.
Fixes: debbugs:17625
|
|
|
|
|
|
| |
(smie-config-guess): Use smie-config-local so the rules are obeyed.
Fixes: debbugs:17818
|
|
|
|
|
|
|
| |
(smie-indent--hanging-p): Use it.
* lisp/progmodes/sh-script.el (sh-set-shell): Set it.
Fixes: debbugs:17621
|
|
|
|
|
|
| |
bumping forward into a closing paren.
Fixes: debbugs:17761
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/package.texi (Package Menu, Package Installation):
Mention signed packages.
* doc/lispref/package.texi (Package Archives): Mention signing packages.
* lisp/emacs-lisp/package.el (package-check-signature)
(package-unsigned-archives): Doc fixes.
* etc/NEWS: Related edits.
|
|
|
|
| |
* etc/NEWS: Related edit.
|
|
|
|
|
|
|
| |
(window-dedicated-p, window-hscroll, window-point, window-start):
Fix gv-expander.
Fixes: debbugs:17630
|
| |
|
|
|
|
|
| |
* lisp/emacs-lisp/package.el (package-check-signature)
(package-unsigned-archives): Fix :version.
|
|
|
|
|
|
| |
there can't be more than 2 arguments.
Fixes: debbugs:17584
|
|
|
|
|
|
|
| |
(advice-function-member-p): Tell it to check both names and functions.
(advice--add-function): Adjust call accordingly.
Fixes: debbugs:17531
|
|
|
|
|
|
|
|
|
|
| |
* lisp/emacs-lisp/package.el (package--download-one-archive): Use
`write-region' instead of `save-buffer' to avoid running various
hooks.
(describe-package-1): Same. Insert newline at the end of the
buffer if appropriate.
Fixes: debbugs:17155
|
|
|
|
| |
Fixes: debbugs:17274
|
|
|
|
| |
Fixes: debbugs:17392
|
|
|
|
| |
Fixes: debbugs:17392
|
| |
|
|
|
|
|
| |
* emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
methods which do not have a doc string. (Bug#17490)
|
|
|
|
| |
into autoloading just because of a silly indirection.
|
|
|
|
| |
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00118.html
|
|
|
|
|
|
|
|
|
| |
(advice--member-p): If name is given, only compare the name.
(advice--remove-function): Don't stop at the first match.
(advice--normalize-place): New function.
(add-function, remove-function): Use it.
(advice--add-function): Pass the name, if any, to
advice--remove-function.
|
|
|
|
|
|
| |
Add optional `seen' argument to detect and break infinite loops.
Fixes: debbugs:16994
|
|
|
|
|
|
| |
lisp/emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
(trace-unsafe, trace-use-tree): Make parentheses style be
according to Emacs style.
|
|
|
|
|
|
|
|
| |
The whole file looks obsolete and/or broken.
* lisp/emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
(find-gc-source-files): Update some names.
(trace-call-tree): Simplify and update. Avoid predictable temp-file names.
|
| |
|
|
|
|
|
|
| |
Fix syntax for @.
Fixes: debbugs:17325
|