aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Tramp temp files if advised during testsMichael Albinus2024-11-152-2/+6
* Fix errors in Tramp's password cache expirationMichael Albinus2024-11-144-113/+117
* Tramp: Rework handling of temporary connection propertiesMichael Albinus2024-11-139-59/+59
* Merge from origin/emacs-30Eli Zaretskii2024-11-091-6/+10
|\
| * Improve 'open-network-stream' documentation.Robert Pluim2024-11-051-6/+10
| * : Revert a mistaken changeEli Zaretskii2024-10-151-6/+2
| * ; * src/fileio.c (Ffile_newer_than_file_p): Fix wording (bug#73709).Eli Zaretskii2024-10-131-2/+6
* | Tramp: Support different proxies for the same destinationMichael Albinus2024-11-092-14/+31
* | ; * lisp/net/eww.el (eww-submit): Fix last change (bug#65973).Eli Zaretskii2024-11-071-2/+3
* | When submitting files in EWW, only send the file's basenameDaniel Watson2024-11-071-1/+5
* | * lisp/net/newst-plainview.el: Fix Bug#74198Ulf Jasper2024-11-071-0/+1
* | * lisp/net/newst-plainview.el (newsticker--buffer-do-insert-text): Bug#74197Ulf Jasper2024-11-061-2/+2
* | Several Tramp cleanupsMichael Albinus2024-11-053-20/+21
* | ; * lisp/net/eww.el (eww--html buffer-list): Fix comment style.Eli Zaretskii2024-11-021-2/+2
* | More lax doctype check in EWW (bug#73133)Sebastián Monía2024-11-021-9/+8
* | Fix 'yank-media' to allow yanking SVG dataCecilio Pardo2024-10-311-4/+11
* | shr.el: Define rendering rule for math tagAugusto Stoffel2024-10-311-0/+12
* | Tramp: Use `when-let*', `if-let*' and `and-let*' consequentlyMichael Albinus2024-10-3018-426/+431
* | Improve Tramp VC cacheEyal Soha2024-10-261-4/+6
* | Mark if-let and when-let obsoleteSean Whitton2024-10-249-53/+53
* | ; Fix a recent change to EWWJim Porter2024-10-221-3/+4
* | ; Improve documentation of 'eww-guess-content-type-functions'Eli Zaretskii2024-10-221-6/+7
* | Add customization to let EWW guess content-type if neededSebastián Monía2024-10-211-1/+38
* | ; Reapply a fix for recent change in eww.elEli Zaretskii2024-10-211-3/+3
* | Revert "; Fix last change."Eli Zaretskii2024-10-211-3/+3
* | ; Fix last change.Eli Zaretskii2024-10-201-3/+3
* | Use vtable in eww-list-buffers and add function eww-buffer-listSebastián Monía2024-10-201-51/+42
* | Improve face font selection on MS-WindowsEli Zaretskii2024-10-121-2/+6
* | shr: handle anonymous documents with an empty baseAndreas Schwab2024-10-111-1/+1
* | Tramp: Don't redisplay in `sit-for'Michael Albinus2024-10-102-4/+4
* | Merge from origin/emacs-30Eli Zaretskii2024-10-053-20/+39
|\ \ | |/
| * Normalize "Commentary" section in eudc.elStefan Kangas2024-10-051-18/+20
| * ; rcirc-update-activity-string: Justify some existing behaviourSean Whitton2024-10-021-0/+11
| * Fix inconsistency in value of rcirc-activity-stringSean Whitton2024-10-021-1/+6
| * ; Fix a thinko in sieve-manage.elEli Zaretskii2024-09-291-1/+2
* | * lisp/net/sieve-mode.el (sieve-tagged-arguments): Face name typo.Mattias Engdegård2024-10-041-1/+1
* | Fix warning in dictionary.elStefan Kangas2024-10-011-1/+1
* | Prefer defvar-local where possibleStefan Kangas2024-10-011-3/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-09-281-1/+3
|\ \ | |/
| * Fix Tramp shortdoc integrationMichael Albinus2024-09-251-1/+3
* | ; Tramp cosmetic changeMichael Albinus2024-09-251-4/+10
* | Extend tramp-otp-password-prompt-regexpMichael Albinus2024-09-231-3/+6
* | Use (sit-for 0) in TrampMichael Albinus2024-09-211-1/+1
* | Only conditionally resolve hosts in nsm-should-checkF. Jason Park2024-09-171-21/+12
* | * lisp/net/tramp.el (tramp-wait-for-regexp): Deactivate (sit-for 0.005).Michael Albinus2024-09-141-1/+1
* | Avoid 100% CPU load in TrampMichael Albinus2024-09-101-0/+2
* | ; Fix last changeMichael Albinus2024-09-091-2/+3
* | Silence compiler errorMichael Albinus2024-09-092-12/+23
* | Hide tramp-modeMichael Albinus2024-08-271-6/+2
* | Add convenience to TrampMichael Albinus2024-08-2613-107/+225