aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.Stefan Monnier2013-01-082-9/+14
| | | | | | (cvs-mode-remove-handled): Use it. Fixes: debbugs:13380
* * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-083-29/+33
| | | | | (advice--remove-function, advice--subst-main): Use it. * lisp/emacs-lisp/advice.el: Update commentary.
* * net/tramp-adb.el (tramp-adb-file-name-handler-alist): RemoveMichael Albinus2013-01-082-1/+5
| | | | spurious entry.
* Add some :version tagsGlenn Morris2013-01-074-0/+10
| | | | | | * gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version. * net/tramp.el (tramp-default-host-alist): Add :version.
* * lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single ↵Juri Linkov2013-01-082-4/+23
| | | | | | | | | | completion. (info--manual-names): Expand node completions into an explicit list before appending it to another list. Filter out internal buffers with the leading space in the buffer name. (Bug#10771) Fixes: debbugs:12456
* * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)Juri Linkov2013-01-082-17/+33
| | | | | | | | | | | | that defaults to the Top node. (Info-goto-node, Info-read-node-name): Doc fix to mention that the short format (FILENAME) goes to the Top node. (Info-build-node-completions): Rename arg `file' to `filename'. * doc/misc/info.texi (Go to node): Mention the abbreviated format `(FILENAME)' equal to `(FILENAME)Top'. Fixes: debbugs:13365
* Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)Bastien Guerry2013-01-073-7/+52
|
* * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Jürgen Hötzel2013-01-072-2/+24
| | | | | | Handle filename correctly, when parsing "source -> target" symlink output. (tramp-adb-handle-set-file-times): New defun.
* * lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh theStefan Monnier2013-01-072-9/+19
| | | | advice list when the interactive-spec of ad-Advice-* changes.
* wid-edit.el (widget-default-get): Work for inlined elements (Bug#12670)Katsumi Yamaoka2013-01-072-2/+16
|
* * net/tramp.el (tramp-default-host-alist): New defcustom.Michael Albinus2013-01-074-50/+84
| | | | | | | | | | | | | | (tramp-find-host): Use it. (tramp-eshell-directory-change): Moved from tramp-sh.el. Add to `eshell-directory-change-hook'. * net/tramp-adb.el (top): Add adb specific entry in `tramp-default-host-alist'. (tramp-adb-file-name-host): Remove function. (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection): Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'. * net/tramp-sh.el : Move eshell integration code to tramp.el.
* lisp/gnus/mml-smime.el: Support signing by sender.Daiki Ueno2013-01-072-16/+56
|
* * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.Jürgen Hötzel2013-01-062-1/+6
|
* * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size canMichael Albinus2013-01-062-27/+45
| | | | | | | | | | | | consist of mor than one digit. (tramp-adb-file-name-handler-alist): Use `tramp-handle-file-exists-p' consistently. (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'. (tramp-adb-handle-file-exists-p): Remove function. (tramp-adb-file-name-host): New defun. (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection): Use it. (tramp-adb-maybe-open-connection): Set "remote-path" property.
* Try to handle buffer/file modifications which conflict with VCS locking.Chong Yidong2013-01-063-13/+37
| | | | | | | | | * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes. * vc/vc.el (vc-next-action): Detect buffer modifications conflicting with locking VCS operation. Fixes: debbugs:11490
* * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Michael Albinus2013-01-052-7/+16
| | | | (tramp-adb-handle-directory-files-and-attributes): Fix typos.
* * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robustMichael Albinus2013-01-052-24/+83
| | | | | | | parsing of ls output using regular expression (handle filenames with spaces). Use virtual device number. (tramp-do-parse-file-attributes-with-ls): New defun (Code cleanup).
* * epg.el: Silence byte-compiler warnings.Daiki Ueno2013-01-052-2/+8
|
* * epg.el (epg--start): Don't call "tty" program on W32 platforms.Daiki Ueno2013-01-052-6/+12
|
* Merge from emacs-24; up to 2012-12-06T20:16:[email protected]Glenn Morris2013-01-044-22/+53
|\
| * * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must beMichael Albinus2013-01-042-9/+25
| | | | | | | | | | non-negative integers. Otherwise, the default values are used. (tramp-convert-file-attributes): Convert uid and gid to integers.
| * term-handle-colors-array fixGlenn Morris2013-01-032-4/+13
| | | | | | | | | | | | | | * lisp/term.el (term-handle-colors-array): Ensure face attributes are fully specified, not nil. Fixes: debbugs:13337
| * * term.el (term-default-fg-color, term-default-bg-color): Fix custom type.Glenn Morris2013-01-022-2/+5
| |
| * etags.el fix for compressed filesGlenn Morris2013-01-022-7/+8
| | | | | | | | | | | | | | | | * lisp/progmodes/etags.el (tags-compression-info-list): Doc fix. (tag-find-file-of-tag-noselect): Check auto-compression-mode rather than 'jka-compr being loaded. Fixes: debbugs:13338
* | icomplete-prospects-height fix (tiny change)Wesley Dawson2013-01-042-3/+13
| | | | | | | | | | | | | | * icomplete.el (icomplete-completions): Honor icomplete-prospects-height once more following 2012-11-29 changes. Fixes: debbugs:13224
* | * lisp/subr.el (internal--called-interactively-p--get-frame): Find aliasesStefan Monnier2013-01-032-2/+5
| | | | | | | | | | | | of called-interactively-p as well. Fixes: debbugs:13237
* | * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-033-21/+26
| | | | | | | | | | | | | | | | and view-mode-disable and assume it's called from view-mode. (view-mode-enable, view-mode-disable): Redefine as obsolete compatibility layer above view-mode. (view-mode-enter): Call `view-mode'. * lisp/files.el (after-find-file): Call `view-mode'.
* | * lisp/doc-view.el (doc-view-scale-internally): New var.Stefan Monnier2013-01-032-5/+20
| | | | | | | | (doc-view-enlarge, doc-view-insert-image): Obey it.
* | * lisp/erc/erc-backend.el (312): Fix typo.Glenn Morris2013-01-032-2/+6
| | | | | | | | Fixes: debbugs:13235
* | * epg.el (epg--start): Ignore errors when /dev/fd/0 does not exist.Daiki Ueno2013-01-042-3/+10
| |
* | * lisp/mail/rmail.el (rmail-set-header-1): Handle multi-line headersGlenn Morris2013-01-032-6/+24
| | | | | | | | | | | | Ignore case. Fixes: debbugs:13330
* | makefile-fill-paragraph tweakGlenn Morris2013-01-032-4/+9
| | | | | | | | | | * lisp/progmodes/make-mode.el (makefile-fill-paragraph): Add doc. Handle paragraph starting at beginning of buffer.
* | Merge from emacs-24; up to 2012-12-06T07:33:[email protected]Glenn Morris2013-01-028-9/+23
|\|
| * Add 2013 to yet more FSF copyright yearsGlenn Morris2013-01-023-4/+4
| |
| * Add 2013 to more copyright yearsGlenn Morris2013-01-022-3/+3
| |
| * eval-after-load fixGlenn Morris2013-01-022-1/+4
| | | | | | | | | | | | | | * lisp/subr.el (eval-after-load): Don't purecopy the form, so that it can be nconc'd later on; reverts 2009-11-11 change. Fixes: debbugs:13331
| * defun fix for cl declarations + interactive formsGlenn Morris2013-01-022-1/+12
| | | | | | | | | | | | | | * lisp/emacs-lisp/byte-run.el (defun): Place cl declarations after any interactive spec. Fixes: debbugs:13265
* | Remove duplicate merged ChangeLog entriesGlenn Morris2013-01-021-10/+0
| |
* | Correct dates of merged ChangeLog entriesGlenn Morris2013-01-021-8/+6
| |
* | Update copyright dates to 2013.Paul Eggert2013-01-022-2/+2
| |
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021374-1531/+1686
|\|
| * Auto-commit of loaddefs files.Glenn Morris2013-01-016-856/+867
| |
| * Update copyright notices for 2013.Paul Eggert2013-01-011373-1464/+1555
| |
| * * emacs-lisp/byte-run.el (defmacro): Use same argument parsing asAndreas Schwab2012-12-312-28/+41
| | | | | | | | | | defun. Don't check for DECL if DOCSTRING isn't a string. (defun): Likewise.
| * * eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.Glenn Morris2012-12-312-3/+10
| | | | | | | | Fixes: debbugs:13293
| * * files.el (parse-colon-path): Return nil for empty path elements.Glenn Morris2012-12-312-3/+11
| | | | | | | | Fixes: debbugs:13296
| * * progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina2012-12-312-9/+26
| | | | | | | | | | | | | | order to improve efficiency (Based on Daniel Colascione's <[email protected]> patch). Fixes: debbugs:13182
| * * lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.Glenn Morris2012-12-312-1/+7
| |
| * * progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina2012-12-311-1/+1
| |
| * Backported revisions 2012-12-29T12:33:[email protected] and ↵Fabián Ezequiel Gallina2012-12-312-14/+40
| | | | | | | | 2012-12-29T12:57:[email protected] from trunk.