summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* * lisp/net/newst-backend.el: Use lexical scoping and fix warningsStefan Monnier2017-10-301-155/+138
* Fix documentation of `newsticker-new-item-functions' (bug#29023).Ulf Jasper2017-10-271-19/+20
* Merge from origin/emacs-26Paul Eggert2017-10-204-121/+138
|\
| * Fix Bug#28896Michael Albinus2017-10-203-117/+133
| * Fix error in tramp-smb-handle-insert-directoryMichael Albinus2017-10-161-4/+5
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-201-2/+2
* | Merge from origin/emacs-26Paul Eggert2017-10-123-12/+41
|\ \ | |/
| * ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
| * Handle PARENTS properly in tramp-*-handle-make-directoryMichael Albinus2017-10-082-6/+8
| * Support gio tool in TrampMichael Albinus2017-10-071-5/+32
* | Merge from origin/emacs-26Paul Eggert2017-10-061-1/+1
|\ \ | |/
| * Move read-multiple-choice to its own libraryMark Oteiza2017-10-061-1/+1
* | Merge emacs-26Stefan Monnier2017-10-066-23/+200
|\ \ | |/
| * Revert last change in 'shr-descend'Eli Zaretskii2017-10-061-2/+16
| * Support indirection for all shr-tag-* callsVasilij Schneidermann2017-10-051-16/+19
| * * lisp/net/tramp.el (tramp-tramp-file-p): Use `string-match-p'.Michael Albinus2017-10-041-8/+8
| * Add support for `file-system-info' in TrampMichael Albinus2017-10-035-10/+170
* | Merge from origin/emacs-26Paul Eggert2017-10-012-3/+3
|\ \ | |/
| * Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-012-3/+3
* | Merge from origin/emacs-26Paul Eggert2017-09-291-1/+1
|\ \ | |/
| * ; Spelling fixesPaul Eggert2017-09-291-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-09-256-49/+63
|\ \ | |/
| * * test/lisp/tramp-tests.el (tramp-test21-file-links): Special code for smb.Michael Albinus2017-09-251-1/+5
| * Work on Tramp's file-truenameMichael Albinus2017-09-192-20/+12
| * Improve tramp-interrupt-process robustnessMichael Albinus2017-09-181-0/+6
| * Use doc-view or pdf-tools on any window-systemMark Oteiza2017-09-171-2/+2
| * Fix compatibility problem in TrampMichael Albinus2017-09-175-27/+35
| * ; Partially revert c3445aed5194Mark Oteiza2017-09-171-0/+4
| * Adapt Tramp version. Do not mergeMichael Albinus2017-09-171-4/+5
* | * lisp/net/trampver.el (customize-package-emacs-version-alist):Michael Albinus2017-09-171-1/+2
|/
* Improve Tramp behaviour according to bug#27986Michael Albinus2017-09-153-15/+22
* * lisp/net/tls.el (tls-program): Fix :version.Glenn Morris2017-09-141-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1371-82/+82
* * lisp/net/trampver.el (customize-package-emacs-version-alist):Michael Albinus2017-09-131-1/+2
* Update uses of if-let and when-letMark Oteiza2017-09-122-13/+13
* Further optimization in Tramp's file name decompositionMichael Albinus2017-09-113-194/+184
* Reduce Tramp's memory usageGemini Lasswell2017-09-091-45/+127
* ; Add a comment for make-text-button in rcirc-markup-urlsMiles Bader2017-09-091-0/+3
* Use text-property buttons in rcirc-markup-urlsMiles Bader2017-09-091-6/+6
* Refactor some loops in mailcap.elMark Oteiza2017-09-051-40/+32
* Work on Tramp's (symbolic) linksMichael Albinus2017-09-045-121/+201
* Hexify strings in EWW search queriesMark Oteiza2017-09-031-1/+2
* Improve symlinks for TrampMichael Albinus2017-08-301-5/+13
* Further fixes in tramp-smb.elMichael Albinus2017-08-281-3/+21
* Tramp cleanupMichael Albinus2017-08-273-53/+53
* Fix Tramp part of Bug#28156Michael Albinus2017-08-263-124/+148
* Minor improvements for tramp-interrupt-process, documentationMichael Albinus2017-08-241-1/+1
* Test `file-expand-wildcards' for TrampMichael Albinus2017-08-221-27/+0
* Implement `interrupt-process-functions'Michael Albinus2017-08-211-25/+28
* Implement `interrupt-process' for remote processes (Bug#28066)Michael Albinus2017-08-202-18/+52