aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a subtle problem in Tramp with timersMichael Albinus2017-02-011-6/+24
* lisp/*.el: Fix some warningsJuanma Barranquero2017-01-291-3/+3
* Use access-file in EWW to check before downloading a fileMark Oteiza2017-01-281-0/+1
* Fix a couple eww customization typesMark Oteiza2017-01-271-2/+2
* Document :shell-command in `make-network-process'Lars Ingebrigtsen2017-01-261-0/+4
* Make eww buffers prettier in the buffer listingLars Ingebrigtsen2017-01-261-2/+6
* Avoid having eww unexpectedly open external browsersLars Ingebrigtsen2017-01-241-1/+8
* When opening new eww buffers, use buffer names based on the host nameLars Ingebrigtsen2017-01-241-21/+28
* Fix rendering of some complex SVG imagesLars Ingebrigtsen2017-01-241-5/+7
* Clarify the last clarificationLars Ingebrigtsen2017-01-241-2/+2
* shr-width doc clarificationLars Ingebrigtsen2017-01-241-2/+3
* Allow passing in max-width/heightLars Ingebrigtsen2017-01-241-4/+11
* Fix auto-save-file-name problem in Tramp on MS WindowsMichael Albinus2017-01-171-1/+5
* Support stat 8.26 in TrampMichael Albinus2017-01-111-4/+6
* Fix a problem with `start-file-process' in TrampMichael Albinus2017-01-071-1/+5
* Avoid add-to-list on local variablesStefan Monnier2017-01-043-41/+29
* Check also for "gvfs-monitor-dir.exe" in TrampMichael Albinus2017-01-021-2/+7
* Remove tramp-gw.el, which was synced from emacs-25 by accidentMichael Albinus2017-01-011-336/+0
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-0172-73/+409
|\
| * Fix copyright years by handPaul Eggert2017-01-011-2/+2
| * Update copyright year to 2017Paul Eggert2016-12-3165-65/+65
* | Release Tramp 2.3.1Michael Albinus2016-12-273-28/+29
* | Remove gateway methods in TrampMichael Albinus2016-12-213-452/+23
* | More tests for TrampMichael Albinus2016-12-172-5/+9
* | Protect environment variables with double quotes in TrampDominique Quatravaux2016-12-151-4/+5
* | Further improvements in Tramp's file name unquotingMichael Albinus2016-12-125-57/+90
* | Fix further problems with quoted file names in TrampMichael Albinus2016-12-096-53/+74
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ | |/
* | Merge from origin/emacs-25Paul Eggert2016-12-071-0/+3
|\ \ | |/
| * Avoid errors in shr-pixel-column due to dedicated windowsEli Zaretskii2016-11-201-0/+3
* | Fix problems in quoting Tramp file namesMichael Albinus2016-12-073-20/+31
* | Remove compat code in TrampMichael Albinus2016-12-053-9/+3
* | Implement quoting the local part of a remote file nameMichael Albinus2016-12-042-19/+46
* | Handle quoted file names in TrampMichael Albinus2016-12-021-51/+51
* | Improve user retrieval from auth-source in TrampMichael Albinus2016-11-291-2/+3
* | shr.el: Don't render a normal table twiceKatsumi Yamaoka2016-11-291-3/+3
* | Add tramp-eshell-directory-change to eshell-first-time-mode-hookMichael Albinus2016-11-221-1/+4
* | Dump also connection local variables in Tramp bug reportsMichael Albinus2016-11-221-1/+3
* | Don't collect strings existing out of <tr>...</tr>Katsumi Yamaoka2016-11-211-11/+12
* | ; Spelling fixesPaul Eggert2016-11-191-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-194-8/+8
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-064-8/+8
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-172-2/+2
* | Fix Bug#24947 (Tramp + ido)Michael Albinus2016-11-171-29/+33
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-173-7/+7
* | Implement file name handler for `file-name-case-insensitive-p'Michael Albinus2016-11-155-5/+59
* | Implement connection-local variablesMichael Albinus2016-11-146-7/+24
* | * lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.Katsumi Yamaoka2016-11-141-2/+2
* | * lisp/net/shr.el (shr-tag-table): Avoid duplication of images.Katsumi Yamaoka2016-11-141-41/+37