commit 59def59158f9c5081664253e30362d0061a2a64f Author: Dmitry Gutov AuthorDate: Thu Oct 15 02:18:16 2015 Commit: Dmitry Gutov CommitDate: Thu Oct 15 02:18:16 2015 Refer to `(elisp)Basic Completion' in completing-read docstring * src/minibuf.c (Fcompleting_read): Refer to `(elisp)Basic Completion' in the docstring (bug#21644). commit 453af81f16a7eca0bc246c9278d19ba995641dfa Author: Mark Oteiza AuthorDate: Wed Oct 14 16:00:31 2015 Commit: Mark Oteiza CommitDate: Wed Oct 14 16:00:31 2015 * lisp/mpc.el (mpc-format): Always push form to pred commit 943f7f902ed3d7a5ce00bbb5a9cc60e01607b661 Author: Paul Eggert AuthorDate: Wed Oct 14 14:46:22 2015 Commit: Paul Eggert CommitDate: Wed Oct 14 14:46:50 2015 Spelling fixes * configure.ac (bitmapdir): Fix misspelling of bmd_acc. * test/automated/coding-tests.el (ert-test-coding-bogus-coding-systems): Fix misspelling of nonexistent file name. commit 100a96c92ba9cdf49f695edcf74975321eafae2e Author: Mark Oteiza AuthorDate: Wed Oct 14 14:32:47 2015 Commit: Mark Oteiza CommitDate: Wed Oct 14 14:32:47 2015 * lisp/mpc.el (mpc-mode-menu, mpc-toggle-play): Fix docstrings commit e646242e13cd41742a3ff2acb7a0c3eec4e874e9 Author: Michael Albinus AuthorDate: Wed Oct 14 11:16:14 2015 Commit: Michael Albinus CommitDate: Wed Oct 14 11:16:14 2015 Some editing fixes in Tramp * lisp/net/tramp-gvfs.el: * doc/misc/tramp.texi: "customer option" -> "custom option". * lisp/net/tramp.el (tramp-completion-function-alist): Fix docstring. commit 8318dec8e167a3c688534e3f9faff862b7e374ac Author: Michael Albinus AuthorDate: Wed Oct 14 11:10:14 2015 Commit: Michael Albinus CommitDate: Wed Oct 14 11:10:14 2015 ; Submit changes promised last commit already commit 0cced99164baab5b56ee57e6b1dccea21164c85e Author: Jürgen Hötzel AuthorDate: Wed Oct 14 11:09:03 2015 Commit: Michael Albinus CommitDate: Wed Oct 14 11:09:03 2015 Use proper localization in tramp-gvfs.el * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes): Suppress localized settings in order to proper parse gfvs output. commit 96764333c438566b20fd381960fef77fa12eb586 Author: Warren Lynn AuthorDate: Wed Oct 14 11:03:50 2015 Commit: Michael Albinus CommitDate: Wed Oct 14 11:03:50 2015 Fix Bug#21562 * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Quote argument in proper order. (Bug#21562) Copyright-paperwork-exempt: yes commit 17d4f60b55dd7998a4afffa9413c9e1731791f1a Author: Nicolas Petton AuthorDate: Wed Oct 14 08:55:53 2015 Commit: Nicolas Petton CommitDate: Wed Oct 14 08:57:32 2015 Fix typos in docstrings * lisp/emacs-lisp/map.el: * lisp/emacs-lisp/seq.el: Fix typos in the docstrings of the pcase macros. commit aebf282aec46e3e8246a3dce535ecccf173c391b Author: Mark Oteiza AuthorDate: Wed Oct 14 05:52:44 2015 Commit: Mark Oteiza CommitDate: Wed Oct 14 05:52:44 2015 * lisp/mpc.el (mpc-volume-refresh): Check if buffer is live. commit c6cbf6c06cceaf1f8d855e070df3c3d5a0bdf8e6 Author: Glenn Morris AuthorDate: Wed Oct 14 03:22:34 2015 Commit: Glenn Morris CommitDate: Wed Oct 14 03:22:34 2015 ; Auto-commit of loaddefs files. commit 0e38e94b1c4125951b198b213a67e010cafcd724 Author: Oleh Krehel AuthorDate: Wed Oct 14 02:19:21 2015 Commit: Oleh Krehel CommitDate: Wed Oct 14 02:24:08 2015 Make dired-jump work with tar-subfile-mode * lisp/dired-x.el (dired-jump): When in `tar-subfile-mode', instead of emitting an error, switch to `tar-superior-buffer'. commit f147c0f3a5f32343b381e8412907235ade27a81d Author: Juanma Barranquero AuthorDate: Wed Oct 14 00:44:40 2015 Commit: Juanma Barranquero CommitDate: Wed Oct 14 00:46:57 2015 * .gitignore: Add build-aux/ar-lib. commit b5e2d7495017e0d87de331f41838810b72730942 Author: Nicolas Petton AuthorDate: Wed Oct 14 00:37:59 2015 Commit: Nicolas Petton CommitDate: Wed Oct 14 00:40:10 2015 Better docstrings in seq.el and map.el * lisp/emacs-lisp/map.el: * lisp/emacs-lisp/seq.el: Improve the docstring for the pcase patterns. commit e668176e7d89e885902287da18c69297bf04fed3 Author: Paul Eggert AuthorDate: Tue Oct 13 23:34:16 2015 Commit: Paul Eggert CommitDate: Tue Oct 13 23:34:47 2015 Merge from gnulib This incorporates: 2015-10-13 binary-io, u64, unistd: port to strict C 2015-09-26 c-ctype: do not worry about EBCDIC + char signed 2015-09-25 c-ctype: port better to z/OS EBCDIC 2015-09-25 gnulib-common.m4: fix gl_PROG_AR_RANLIB/AM_PROG_AR clash * doc/misc/texinfo.tex, lib/binary-io.c, lib/c-ctype.h, lib/u64.c: * lib/unistd.c, m4/gnulib-common.m4, m4/gnulib-comp.m4: Copy from gnulib. commit 2cc412cdc2635ecb99129271abe94bdd744742c2 Author: Paul Eggert AuthorDate: Tue Oct 13 23:09:43 2015 Commit: Paul Eggert CommitDate: Tue Oct 13 23:10:14 2015 Take XPNTR private * src/alloc.c (PURE_POINTER_P): Remove. All uses replaced with PURE_P. (XPNTR_OR_SYMBOL_OFFSET): New function. (XPNTR): Move here from lisp.h. Reimplement in terms of XPNTR_OR_SYMBOL_OFFSET. (mark_maybe_object, valid_lisp_object_p, survives_gc_p): Remove unnecessary cast. (purecopy): Use XPNTR_OR_SYMBOL_OFFSET instead of XPNTR, to avoid an unnecessary runtime test for symbols. * src/lisp.h (lisp_h_XPNTR, XPNTR): Remove, moving XPNTR to alloc.c. Only alloc.c needs XPNTR now. commit 3fa424ca48f4f48a40a514153726758b6ed47892 Author: Mark Oteiza AuthorDate: Tue Oct 13 19:49:58 2015 Commit: Mark Oteiza CommitDate: Tue Oct 13 19:49:58 2015 Add MPC play/pause command * lisp/mpc.el (mpc-toggle-play): New command. (mpc-mode-map): Bind it to "s". (mpc-mode-menu): Add corresponding menu item. commit a7e6637162827a09c13e72a49412b3ab915cf473 Author: Mark Oteiza AuthorDate: Tue Oct 13 19:08:48 2015 Commit: Mark Oteiza CommitDate: Tue Oct 13 19:27:57 2015 Add bindings and menu items for prev and next tracks * lisp/mpc.el (mpc-mode-map): Bind ">" to mpc-next, "<" to mpc-prev. (mpc-mode-menu): Add corresponding menu items commit 9fa9c26e42ddb3f67133bc18112147926bae8a50 Author: Ken Raeburn AuthorDate: Tue Oct 13 19:06:01 2015 Commit: Ken Raeburn CommitDate: Tue Oct 13 19:12:55 2015 Reduce face-related consing during frame creation. * faces.el (face--attributes-unspecified): Compute the "unspecified" attribute list once. (face-spec-reset-face): Use it instead of building the list. commit 85c12310ff9a6721fb1ecbfdf6d89e59a34fb882 Author: Ken Raeburn AuthorDate: Tue Oct 13 16:33:15 2015 Commit: Ken Raeburn CommitDate: Tue Oct 13 19:12:48 2015 Do process ConfigureNotify events indicating size changes. * src/xterm.c (handle_one_xevent): If consecutive ConfigureNotify events don't have the same size, process each one. commit e90de8276fb8c8365be8b8d0f696b3c93c4b7c4f Author: Mark Oteiza AuthorDate: Tue Oct 13 15:14:49 2015 Commit: Mark Oteiza CommitDate: Tue Oct 13 15:14:49 2015 Derive mpc-mode from special-mode lisp/mpc.el (mpc-mode-map): Make from sparse keymap. Unbind g. (mpc-mode): Derive from special mode. (mpc-songs-mode-map): Don't set parent keymap. commit 18b0eb7f1cc16fe33f89c74d2497a6fcb4b863fd Author: Mark Oteiza AuthorDate: Tue Oct 13 11:19:18 2015 Commit: Mark Oteiza CommitDate: Tue Oct 13 11:25:35 2015 Fix error messages for when covers are not found. The last change to mpc-format let the binding to file call mpc-file-local-copy with nil argument. Instead, employ if-let here so nil bindings don't result in needless computation and errors. * lisp/mpc.el: Require 'subr-x at compile time. * lisp/mpc.el (mpc-format): Use if-let.