summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* * emacs-lisp/eldoc.el (eldoc-minibuffer-message): ClearLeo Liu2014-03-101-1/+3
| | | | | | eldoc-last-message. Fixes: debbugs:16920
* * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore dir-locals.Glenn Morris2014-03-051-1/+3
| | | | Fixes: debbugs:12357
* Small smie.el doc and fixGlenn Morris2014-03-041-3/+7
| | | | | | | | * lisp/emacs-lisp/smie.el (smie-config-guess): Doc fix. Explicit error if no grammar. (smie-config-save): Doc fix. Fix quote typo. * etc/NEWS: Related edit.
* Some crm.el docGlenn Morris2014-02-261-45/+17
| | | | | | | | * lisp/emacs-lisp/crm.el: Remove commentary that duplicates doc strings. (crm-default-separator, crm-separator) (completing-read-multiple): Doc fixes. * etc/NEWS: Related edit.
* * emacs-lisp/crm.el (completing-read-multiple): Empower help-enable-auto-load.Glenn Morris2014-02-261-3/+5
|
* * lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'Dmitry Gutov2014-02-261-2/+4
| | | | | | error from `read-from-string'. Fixes: debbugs:16850
* * lisp/emacs-lisp/ert.el (ert-run-tests-interactively): `read' theDmitry Gutov2014-02-261-5/+6
| | | | | | result of `completing-read' in the interactive form. Fixes: debbugs:16854
* * lisp/emacs-lisp/edebug.el (defmacro): Fix debug spec.Glenn Morris2014-02-251-4/+3
| | | | Fixes: debbugs:16868
* * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.Leo Liu2014-02-241-1/+1
|
* lisp/emacs-lisp/gv.el: Avoid duplicating entries of defun-declaration-alist.Juanma Barranquero2014-02-211-4/+6
|
* * lisp/emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule.Stefan Monnier2014-02-211-1/+1
| | | | Fixes: debbugs:16829
* Some package doc updatesGlenn Morris2014-02-111-6/+10
| | | | | | | | | | | | * doc/emacs/help.texi (Package Keywords): Mention describe-package buttons. * doc/emacs/package.texi (Package Menu): Mention package-menu-filter. * lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu. (package-menu-filter): Rename from package-menu-filter-interactive. Doc fix. * etc/NEWS: Related edits. Copyedit.
* * lisp/emacs-lisp/lisp-mnt.el: Comments.Glenn Morris2014-02-101-4/+3
|
* * emacs-lisp/lisp.el (up-list): Doc fix.Lars Ingebrigtsen2014-02-091-0/+10
| | | | Fixes: debbugs:15832
* * lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.Glenn Morris2014-02-091-1/+2
|
* * lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.Glenn Morris2014-02-091-4/+1
|
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-0930-30/+30
|
* * lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.Glenn Morris2014-02-081-0/+3
| | | | Fixes: debbugs:15940
* "Use instead" obsolescence messages should end with "."Glenn Morris2014-02-061-1/+1
|
* Move iswitchb.el to obsolete/Glenn Morris2014-02-061-1/+1
| | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html * lisp/obsolete/iswitchb.el: Move to obsolete/. * lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition, since obsolete/ is not scanned for autoloads. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add iswitchb.el. * doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files. * doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb. * etc/NEWS: Related edits.
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't startStefan Monnier2014-02-061-2/+11
| | | | | | | with a space. Limit the symbols considered to the ones that are bound or fbound (bug#16646). Fixes: debbugs:16664
* Define and use `completion-table-merge'Dmitry Gutov2014-02-061-1/+1
| | | | | | | | | * lisp/minibuffer.el (completion-table-merge): New function. * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Use `completion-table-merge' instead of `completion-table-in-turn'. Fixes: debbugs:16604
* * lisp/emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes inAnders Lindgren2014-02-041-1/+1
| | | | | | the names. Fixes: debbugs:16620
* * lisp/help-fns.el (help-C-file-name): Handle advised functions.Stefan Monnier2014-02-012-1/+6
| | | | | | | | * lisp/emacs-lisp/find-func.el (find-function-C-source): Idem. * lisp/emacs-lisp/nadvice.el (advice--cd*r): New function. * help-fns.el (describe-function-1): Use it. Fixes: debbugs:16478
* trace.el doc updatesGlenn Morris2014-01-301-19/+28
| | | | | | | | | * lisp/emacs-lisp/trace.el (trace--read-args, trace-function-foreground) (trace-function-background): Doc fixes. Commentary update for this package now using nadvice.el, not advice.el. * etc/NEWS: Related edits.
* Auto-commit of loaddefs files.Glenn Morris2014-01-301-1/+1
|
* * etc/NEWS: ElDoc related edit.Glenn Morris2014-01-291-0/+1
| | | | * lisp/emacs-lisp/eldoc.el: Related commentary.
* Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris2014-01-292-5/+5
| | | | | | | | | | | * lisp/hexl.el (hexl-mode-hook): * lisp/ielm.el (ielm-mode-hook): * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) (lisp-interaction-mode-hook): * lisp/progmodes/cfengine.e (cfengine3-documentation-function): Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. * lisp/emacs-lisp/eldoc.el: Same in commentary.
* * eieio-opt.el (eieio-help-generic): Fix last change.Stefan Monnier2014-01-291-1/+1
| | | | Fixes: debbugs:16584
* * lisp/emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'Stefan Monnier2014-01-291-1/+1
| | | | | | is a symbol. Fixes: debbugs:16584
* Silence byte-compiler warning.Juanma Barranquero2014-01-241-3/+1
| | | | | * emacs-lisp/bytecomp.el (byte-compile-file): Remove unused local variable `file-name'.
* * lisp/emacs-lisp/cl-macs.el: Improve type->predicate mapping.Stefan Monnier2014-01-231-2/+17
| | | | | | | (cl--macroexp-fboundp): New function. (cl--make-type-test): Use it. Fixes: debbugs:16520
* Doc fixes related to zero prefix argument of eval-expression etcGlenn Morris2014-01-221-11/+14
| | | | | * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp): * simple.el (eval-expression): Doc fixes.
* * lisp/emacs-lisp/authors.el (authors-fixed-entries): Addition.Glenn Morris2014-01-221-0/+1
|
* * lisp/emacs-lisp/package.el: Write files silently.Stefan Monnier2014-01-221-36/+38
| | | | | | | | | | (package-autoload-ensure-default-file) (package-generate-description-file, package--write-file-no-coding) (package-install-from-archive, package--download-one-archive): Tell `write-region' to stay quiet. (package-menu-mode, package-menu--print-info): Omit the Archive column if there's only one archive. (package-all-keywords, package--has-keyword-p): Remove dead code.
* authors.el small additionsGlenn Morris2014-01-211-1/+5
| | | | | | | * lisp/emacs-lisp/authors.el (authors-valid-file-names): (authors-renamed-files-alist): Additions. * lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
* Unduplicate the lib-src/ and etc/ ChangeLogsGlenn Morris2014-01-211-0/+1
| | | | * lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
* Fix some function declarationsGlenn Morris2014-01-212-2/+2
| | | | | | | | | | | | * lisp/calc/calc-embed.el (thing-at-point-looking-at): * lisp/emacs-lisp/map-ynp.el (x-popup-dialog): * lisp/obsolete/lmenu.el (x-popup-dialog): * lisp/emacs-lisp/package.el (url-recreate-url): * lisp/mail/mailclient.el (clipboard-kill-ring-save): * lisp/subr.el (x-popup-dialog): Update declaration. * lisp/mail/rmail.el (rmail-mime-message-p): * lisp/window.el (tool-bar-lines-needed): Remove unnecessary declaration.
* * lisp/emacs-lisp/eldoc.el: Properly remove message in minibuffer case.Stefan Monnier2014-01-211-12/+18
| | | | | | | | (eldoc--message-command-p): New function. (eldoc-display-message-p): Use it. (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the message is not automatically erased for us. (eldoc-print-current-symbol-info): Erase previous message, if any.
* Do not document subr-x.el in the manualsGlenn Morris2014-01-201-0/+3
| | | | | | | | | * doc/lispref/hash.texi (Other Hash): Do not mention subr-x.el functions; reverts 2013-12-22 change. * lisp/emacs-lisp/subr-x.el: Comment. * etc/NEWS: Small related edits.
* * lisp/emacs-lisp/authors.el (authors-aliases): Add more entriesGlenn Morris2014-01-171-0/+2
|
* Add some entries to authors.el variablesGlenn Morris2014-01-171-2/+9
| | | | | * lisp/emacs-lisp/authors.el (authors-aliases) (authors-renamed-files-alist): Add some entries.
* * lisp/emacs-lisp/authors.el (authors-aliases): Remove more unused entriesGlenn Morris2014-01-161-9/+6
| | | | * lisp/leim/quail/tibetan.el, lisp/menu-bar.el: Fix author header comment.
* * lisp/emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.Glenn Morris2014-01-161-27/+7
| | | | | | | * lisp/jka-cmpr-hook.el, lisp/jka-compr.el, lisp/progmodes/antlr-mode.el: * doc/misc/autotype.texi: Fix author header comments. * lisp/org/ChangeLog: ChangeLog fix.
* Make M-x authors return zero *Authors Errors* from current logsGlenn Morris2014-01-161-82/+313
| | | | | | | | | | | | | | | | | * lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps): (authors-ignored-files): Add some entries, remove others. (authors-ambiguous-files, authors-valid-file-names): Add some entries. (authors-renamed-files-alist): Add, remove, and adjust entries. (authors-renamed-files-regexps): Add some entries. Remove some very broad ones. Make some entries `lax'. (authors-lax-changelogs): New constant. (authors-disambiguate-file-name): Treat top-level specially. (authors-lax-changelog-p): New function. (authors-canonical-file-name): Check file as written against authors-valid-file-names. Do not special-case etc/. Handle `lax' logs and authors-renamed-files-regexps elements. * admin/make-tarball.txt: Update for no expected *Authors Errors*.
* Finally make package-desc--keywords workDmitry Gutov2014-01-161-1/+1
| | | | | * lisp/emacs-lisp/package.el (package-desc--keywords): Use `nth' instead of `cdr'.
* * lisp/emacs-lisp/package.el (package-desc--keywords): Use `cdr' withDmitry Gutov2014-01-161-5/+5
| | | | `assoc'. Make private. Update all callers.
* Use whole file-name-history'.Daniel Colascione2014-01-151-1/+1
|
* * lisp/emacs-lisp/package.el (package-desc-keywords): New function.Dmitry Gutov2014-01-151-4/+13
| | | | | | | (describe-package-1, package-all-keywords) (package--has-keyword-p): Use it. Fixes: debbugs:16222
* * lisp/emacs-lisp/edebug.el (edebug--display): Move protective let-bindingStefan Monnier2014-01-131-131/+134
| | | | | | so it applies in the right buffer. Fixes: debbugs:16410