<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/net, branch feature/new-tutorial</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Set process property `adjust-window-size-function' to `ignore' in Tramp</title>
<updated>2017-05-04T10:21:32+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-05-04T10:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b0370a89f6dd57b95be30b8218e17c12d886c27a'/>
<id>b0370a89f6dd57b95be30b8218e17c12d886c27a</id>
<content type='text'>
* lisp/net/tramp-adb.el (tramp-adb-parse-device-names)
(tramp-adb-maybe-open-connection):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-file-acl, tramp-smb-handle-set-file-acl)
(tramp-smb-maybe-open-connection): Set process property
`adjust-window-size-function' to `ignore'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-adb.el (tramp-adb-parse-device-names)
(tramp-adb-maybe-open-connection):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-file-acl, tramp-smb-handle-set-file-acl)
(tramp-smb-maybe-open-connection): Set process property
`adjust-window-size-function' to `ignore'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug#26763</title>
<updated>2017-05-03T19:49:32+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-05-03T19:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a26e33a1a776affcbf8cdd012297d48999ba8e80'/>
<id>a26e33a1a776affcbf8cdd012297d48999ba8e80</id>
<content type='text'>
* lisp/files.el (delete-directory): Call file name handler
with `trash' argument.

* lisp/net/ange-ftp.el (ange-ftp-delete-directory):
* lisp/net/tramp-sh.el (tramp-sh-handle-delete-directory):
Add TRASH arg.  Implement it.  (Bug#26763)
(tramp-get-remote-trash): Check for `delete-by-moving-to-trash'.

* lisp/net/tramp-adb.el (tramp-adb-handle-delete-directory):
* lisp/net/tramp-smb.el (tramp-smb-handle-delete-directory):
Add _TRASH arg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/files.el (delete-directory): Call file name handler
with `trash' argument.

* lisp/net/ange-ftp.el (ange-ftp-delete-directory):
* lisp/net/tramp-sh.el (tramp-sh-handle-delete-directory):
Add TRASH arg.  Implement it.  (Bug#26763)
(tramp-get-remote-trash): Check for `delete-by-moving-to-trash'.

* lisp/net/tramp-adb.el (tramp-adb-handle-delete-directory):
* lisp/net/tramp-smb.el (tramp-smb-handle-delete-directory):
Add _TRASH arg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error in completion for separate Tramp syntax</title>
<updated>2017-05-02T14:30:55+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-05-02T14:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b50dda3fa2d21973cd87b537a746f5ed70bdc9af'/>
<id>b50dda3fa2d21973cd87b537a746f5ed70bdc9af</id>
<content type='text'>
* lisp/net/tramp.el (tramp-completion-file-name-regexp-separate):
Tweak regexp.

* test/lisp/net/tramp-tests.el (tramp-test24-file-name-completion):
Run method and host name completion for all syntaxes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-completion-file-name-regexp-separate):
Tweak regexp.

* test/lisp/net/tramp-tests.el (tramp-test24-file-name-completion):
Run method and host name completion for all syntaxes.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/net/tramp.el (tramp-set-connection-local-variables-for-buffer):</title>
<updated>2017-04-26T07:59:45+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-04-26T07:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=513d000c75b582edf9acef1c6df00ee2c382dcb9'/>
<id>513d000c75b582edf9acef1c6df00ee2c382dcb9</id>
<content type='text'>
New defun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New defun.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't advertise s_client in tls.el docs</title>
<updated>2017-04-25T00:06:14+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-04-25T00:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=622c24a2b75a564b9861fc3ca7a7878741e8568d'/>
<id>622c24a2b75a564b9861fc3ca7a7878741e8568d</id>
<content type='text'>
* lisp/net/tls.el (tls-end-of-info, tls-success, tls-untrusted):
Don't mention s_client in docs.
; * doc/misc/gnus.texi (Direct Functions): Comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tls.el (tls-end-of-info, tls-success, tls-untrusted):
Don't mention s_client in docs.
; * doc/misc/gnus.texi (Direct Functions): Comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove s_client usage from tls.el</title>
<updated>2017-04-24T23:58:45+00:00</updated>
<author>
<name>Rob Browning</name>
</author>
<published>2017-04-24T23:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6e45de6bacc508db11b15b2c8ba86aad8c0570df'/>
<id>6e45de6bacc508db11b15b2c8ba86aad8c0570df</id>
<content type='text'>
* lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client.
Ref http://bugs.debian.org/766397
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html

; Backport this to Emacs 25.3, if there is one
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client.
Ref http://bugs.debian.org/766397
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html

; Backport this to Emacs 25.3, if there is one
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary loading of subr-x at run-time</title>
<updated>2017-04-18T23:07:28+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-04-18T23:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0f8343394675480f18c121520eed2203bbe1d6ec'/>
<id>0f8343394675480f18c121520eed2203bbe1d6ec</id>
<content type='text'>
* lisp/doc-view.el, lisp/filenotify.el, lisp/info-look.el:
* lisp/svg.el, lisp/emacs-lisp/byte-opt.el, lisp/net/shr.el:
* lisp/textmodes/sgml-mode.el, test/lisp/dom-tests.el:
No need to load subr-x at run-time.
* lisp/gnus/nnheader.el: No need to load subr-x.
; * lisp/emacs-lisp/subr-x.el, lisp/gnus/message.el, lisp/net/nsm.el:
; Comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el, lisp/filenotify.el, lisp/info-look.el:
* lisp/svg.el, lisp/emacs-lisp/byte-opt.el, lisp/net/shr.el:
* lisp/textmodes/sgml-mode.el, test/lisp/dom-tests.el:
No need to load subr-x at run-time.
* lisp/gnus/nnheader.el: No need to load subr-x.
; * lisp/emacs-lisp/subr-x.el, lisp/gnus/message.el, lisp/net/nsm.el:
; Comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tuning for `separate' Tramp syntax</title>
<updated>2017-04-16T14:51:24+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-04-16T14:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8d96feae07c618f591a952f8f10ae949735b4050'/>
<id>8d96feae07c618f591a952f8f10ae949735b4050</id>
<content type='text'>
* lisp/net/tramp.el (tramp-method-regexp): Fix it for `separate' syntax.
(tramp-completion-file-name-regexp-separate): Simplify.

* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect-separate):
Extend test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-method-regexp): Fix it for `separate' syntax.
(tramp-completion-file-name-regexp-separate): Simplify.

* test/lisp/net/tramp-tests.el (tramp-test02-file-name-dissect-separate):
Extend test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't call 'kill-this-buffer' outside of menus</title>
<updated>2017-04-12T20:14:20+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2017-04-12T20:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e4f4c9d48c563ff8bec102b66da0225587786c6'/>
<id>2e4f4c9d48c563ff8bec102b66da0225587786c6</id>
<content type='text'>
* lisp/simple.el (kill-current-buffer): New function.
(completion-list-mode-map): Use it instead of kill-this-buffer.
* lisp/type-break.el (type-break-mode):
* lisp/term/ns-win.el (global-map):
* lisp/progmodes/gdb-mi.el (gdb-memory-mode-map)
(gdb-disassembly-mode-map, gdb-frames-mode-map)
(gdb-locals-mode-map, gdb-registers-mode-map):
* lisp/org/org-mhe.el (org-mhe-follow-link):
* lisp/net/secrets.el (secrets-mode-map):
* lisp/net/eudc.el (eudc-mode-map):
* lisp/net/eudc-hotlist.el (eudc-hotlist-mode-map): Use
kill-current-buffer instead of kill-this-buffer.  (Bug#26466)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/simple.el (kill-current-buffer): New function.
(completion-list-mode-map): Use it instead of kill-this-buffer.
* lisp/type-break.el (type-break-mode):
* lisp/term/ns-win.el (global-map):
* lisp/progmodes/gdb-mi.el (gdb-memory-mode-map)
(gdb-disassembly-mode-map, gdb-frames-mode-map)
(gdb-locals-mode-map, gdb-registers-mode-map):
* lisp/org/org-mhe.el (org-mhe-follow-link):
* lisp/net/secrets.el (secrets-mode-map):
* lisp/net/eudc.el (eudc-mode-map):
* lisp/net/eudc-hotlist.el (eudc-hotlist-mode-map): Use
kill-current-buffer instead of kill-this-buffer.  (Bug#26466)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Tramp tests</title>
<updated>2017-04-10T15:22:13+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-04-10T15:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd42ca427cf8a890678f574de43685ae70416491'/>
<id>dd42ca427cf8a890678f574de43685ae70416491</id>
<content type='text'>
* lisp/net/tramp.el (tramp-syntax): Adapt docstring.

* test/lisp/net/tramp-tests.el
(tramp-test01-file-name-syntax-simplified)
(tramp-test01-file-name-syntax-separate)
(tramp-test02-file-name-dissect-simplified)
(tramp-test02-file-name-dissect-separate): New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-syntax): Adapt docstring.

* test/lisp/net/tramp-tests.el
(tramp-test01-file-name-syntax-simplified)
(tramp-test01-file-name-syntax-separate)
(tramp-test02-file-name-dissect-simplified)
(tramp-test02-file-name-dissect-separate): New tests.
</pre>
</div>
</content>
</entry>
</feed>
