diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 138 |
1 files changed, 134 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b90c3c98ad..5c91db50037 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,134 @@ | |||
| 1 | 2014-07-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/dbus.el (dbus-peer-handler): New defun. | ||
| 4 | (dbus-register-service): Register it. (Bug#17858) | ||
| 5 | (dbus-managed-objects-handler): Fix docstring. | ||
| 6 | |||
| 7 | 2014-07-04 Phil Sainty <psainty@orcon.net.nz> (tiny change) | ||
| 8 | |||
| 9 | * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var. | ||
| 10 | (narrow-to-defun): New arg include-comments, defaulting to it | ||
| 11 | (bug#16328). | ||
| 12 | |||
| 13 | 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 14 | |||
| 15 | * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with | ||
| 16 | different calling convention to rectangle--unhighlight-for-redisplay. | ||
| 17 | |||
| 18 | 2014-07-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 19 | |||
| 20 | * net/tramp.el (tramp-call-process): Handle error strings. | ||
| 21 | |||
| 22 | * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'. | ||
| 23 | |||
| 24 | * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime) | ||
| 25 | (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'. | ||
| 26 | |||
| 27 | * net/trampver.el: Update release number. | ||
| 28 | |||
| 29 | 2014-07-03 Juri Linkov <juri@jurta.org> | ||
| 30 | |||
| 31 | * desktop.el (desktop-save): Rename arg `auto-save' to | ||
| 32 | `only-if-changed'. Doc fix. (Bug#17873) | ||
| 33 | |||
| 34 | 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 35 | |||
| 36 | * mouse.el (mouse-yank-primary, mouse-yank-secondary): | ||
| 37 | Use insert-for-yank (bug#17271). | ||
| 38 | |||
| 39 | 2014-07-03 Leo Liu <sdl.web@gmail.com> | ||
| 40 | |||
| 41 | * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp): | ||
| 42 | Support lexical-binding. | ||
| 43 | |||
| 44 | 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 45 | |||
| 46 | * vc/log-edit.el (log-edit-goto-eoh): New function. | ||
| 47 | (log-edit--match-first-line): Use it (bug#17861). | ||
| 48 | |||
| 49 | 2014-07-03 Glenn Morris <rgm@gnu.org> | ||
| 50 | |||
| 51 | * vc/log-edit.el (log-edit-hook): Add missing :version. | ||
| 52 | |||
| 53 | 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 54 | |||
| 55 | * progmodes/python.el (python-indent-post-self-insert-function): | ||
| 56 | Enhancements to electric indentation behavior inside | ||
| 57 | parens. (Bug#17658) | ||
| 58 | |||
| 59 | 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 60 | |||
| 61 | * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with | ||
| 62 | buffer-invisibility-spec (bug#17867). | ||
| 63 | |||
| 64 | 2014-07-03 Andreas Schwab <schwab@linux-m68k.org> | ||
| 65 | |||
| 66 | * vc/vc-git.el (vc-git-checkin): When operating on the whole tree | ||
| 67 | pass "-a". | ||
| 68 | |||
| 69 | 2014-07-03 Glenn Morris <rgm@gnu.org> | ||
| 70 | |||
| 71 | * cus-edit.el (help): | ||
| 72 | * finder.el (finder-known-keywords): | ||
| 73 | * help.el (help-for-help-internal): | ||
| 74 | * vc/ediff-mult.el (ediff-meta-buffer-verbose-message) | ||
| 75 | (ediff-redraw-registry-buffer): | ||
| 76 | * vc/ediff-ptch.el (ediff-patch-file-internal): | ||
| 77 | Doc fixes re "online" help. (Bug#17803) | ||
| 78 | |||
| 79 | * progmodes/idlwave.el (idlwave): Update url-link for custom group. | ||
| 80 | (idlwave-mode): Doc URL update. | ||
| 81 | |||
| 82 | 2014-07-01 Juri Linkov <juri@jurta.org> | ||
| 83 | |||
| 84 | * man.el: Display man pages immediately and use process-filter | ||
| 85 | to format them asynchronously. | ||
| 86 | (Man-width): Doc fix. | ||
| 87 | (man): Doc fix. | ||
| 88 | (Man-start-calling): Use `with-selected-window' to get | ||
| 89 | `frame-width' and `window-width'. | ||
| 90 | (Man-getpage-in-background): Call `Man-notify-when-ready' | ||
| 91 | immediately after creating a new buffer. Call `Man-mode' and set | ||
| 92 | `mode-line-process' in the created buffer. Set process-filter to | ||
| 93 | `Man-bgproc-filter' in start-process branch. In call-process branch | ||
| 94 | call either `Man-fontify-manpage' or `Man-cleanup-manpage'. | ||
| 95 | Use `Man-start-calling' inside `with-current-buffer'. | ||
| 96 | (Man-fontify-manpage): Don't print messages. Fix boundary condition. | ||
| 97 | (Man-cleanup-manpage): Don't print messages. | ||
| 98 | (Man-bgproc-filter): New function. | ||
| 99 | (Man-bgproc-sentinel): Add `save-excursion' to keep point when | ||
| 100 | user moved it during asynchronous formatting. Move calls of | ||
| 101 | `Man-fontify-manpage' and `Man-cleanup-manpage' to | ||
| 102 | `Man-bgproc-filter'. Move the call of `Man-mode' to | ||
| 103 | `Man-getpage-in-background'. Use `quit-restore-window' | ||
| 104 | instead of `kill-buffer'. Use `message' instead of `error' | ||
| 105 | because errors are caught by process sentinel. | ||
| 106 | (Man-mode): Move calls of `Man-build-page-list', | ||
| 107 | `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to | ||
| 108 | `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831) | ||
| 109 | |||
| 110 | * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments' | ||
| 111 | for the message about the man page cleaned up. | ||
| 112 | |||
| 113 | 2014-07-01 Mario Lang <mlang@delysid.org> | ||
| 114 | |||
| 115 | * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of | ||
| 116 | cosutomization option `gnutls-verify-error'. | ||
| 117 | |||
| 118 | 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 119 | |||
| 120 | * simple.el (deactivate-mark, set-mark-command, handle-shift-selection): | ||
| 121 | Don't keep transient-mark-mode buffer-local when not needed (bug#6316). | ||
| 122 | |||
| 123 | * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) | ||
| 124 | (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal | ||
| 125 | is suspended (bug#17857). | ||
| 126 | |||
| 127 | 2014-07-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 128 | |||
| 129 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | ||
| 130 | Prefer utf-8 coding. (Bug#17859) | ||
| 131 | |||
| 1 | 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> | 132 | 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 133 | ||
| 3 | * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias | 134 | * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias |
| @@ -35,8 +166,7 @@ | |||
| 35 | Don't call c-parse-state when c++-template-syntax-table is active. | 166 | Don't call c-parse-state when c++-template-syntax-table is active. |
| 36 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) | 167 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) |
| 37 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that | 168 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that |
| 38 | c-syntactic-skip-backwards isn't called with the pertinent syntax | 169 | c-syntactic-skip-backwards isn't called with the pertinent syntax table. |
| 39 | table. | ||
| 40 | 170 | ||
| 41 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> | 171 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> |
| 42 | 172 | ||
| @@ -1638,7 +1768,7 @@ | |||
| 1638 | Remove HISTFILE and HISTSIZE; it's too late to set them here. | 1768 | Remove HISTFILE and HISTSIZE; it's too late to set them here. |
| 1639 | Add :version entry. | 1769 | Add :version entry. |
| 1640 | (tramp-open-shell): Do not let-bind `tramp-end-of-output'. | 1770 | (tramp-open-shell): Do not let-bind `tramp-end-of-output'. |
| 1641 | Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send | 1771 | Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send |
| 1642 | extra "PSx=..." commands. | 1772 | extra "PSx=..." commands. |
| 1643 | (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null. | 1773 | (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null. |
| 1644 | (Bug#17295) | 1774 | (Bug#17295) |
| @@ -3338,7 +3468,7 @@ | |||
| 3338 | 2014-03-10 Michael Albinus <michael.albinus@gmx.de> | 3468 | 2014-03-10 Michael Albinus <michael.albinus@gmx.de> |
| 3339 | 3469 | ||
| 3340 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | 3470 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): |
| 3341 | Do not add `nil' to the environment, when there's no remote `locale'. | 3471 | Do not add nil to the environment, when there's no remote `locale'. |
| 3342 | (tramp-find-inline-encoding): Check, that the remote host has | 3472 | (tramp-find-inline-encoding): Check, that the remote host has |
| 3343 | installed perl, before sending scripts. | 3473 | installed perl, before sending scripts. |
| 3344 | 3474 | ||