aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tramp code cleanupMichael Albinus2025-09-155-21/+19
* * lisp/net/shr.el (shr-tag-sub): Handle BOB (bug#79448).Eli Zaretskii2025-09-141-1/+1
* (eww-switch-to-buffer): Prefer seq- functions to cl-James Thomas2025-09-131-6/+6
* Fix parsing single-digit color codes in rcircAlcor2025-09-131-2/+2
* Tramp: Refactor environment variable filtering to a separate functionLiu Hui2025-09-123-9/+16
* Rearrange tramp.el in order to avoid bootstrap problemsStefan Monnier2025-09-111-9/+14
* ; * lisp/net/tramp-compat.el (top): Use read syntax #' for `functionp'.Stefan Monnier2025-09-101-1/+1
* Extend tramp-test26-interactive-file-name-completionMichael Albinus2025-09-021-1/+1
* ; Fix last commitMichael Albinus2025-08-291-5/+7
* `Fix read-directory-name' for Tramp filesMichael Albinus2025-08-294-82/+158
* ; Remove duplicate menu item in 'eww'john muhl2025-08-211-1/+0
* Change default of tramp-debug-buffer-limitMichael Albinus2025-08-201-1/+1
* Adapt tramp to new autoload-macro expandJD Smith2025-08-172-1/+8
* Suppress Tramp session timeout if buffer is modifiedMichael Albinus2025-08-171-10/+34
* Merge from origin/emacs-30Michael Albinus2025-08-161-9/+17
|\
| * * lisp/net/tramp-sh.el (tramp-get-remote-touch): Simplify.Michael Albinus2025-08-161-13/+10
| * Improve use of "touch" in TrampToru TSUNEYOSHI2025-08-161-1/+12
| * Sync with Tramp 2.7.4-preMichael Albinus2025-08-166-108/+105
| * Populate the ':title' in EWW when defaulting to readable modeJim Porter2025-06-291-0/+6
* | Limit size of Tramp debug bufferMichael Albinus2025-08-131-1/+17
* | Rename variables *-in-progress-p to *-in-progressMichael Albinus2025-08-091-1/+3
* | Fix Tramp completionMichael Albinus2025-08-071-2/+2
* | Add set-file-times implementation for Tramp smb methodMichael Albinus2025-08-062-3/+12
* | Tramp allows now external implementations for functionsMichael Albinus2025-08-051-43/+115
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2025-07-311-0/+19
|\ \
| * | Add support for AUTH=PLAIN to imap.elRobert Pluim2025-07-301-0/+19
* | | Fix problem in tramp-smb.elMichael Albinus2025-07-301-0/+1
|/ /
* | Tramp: Fix thinko in local process environmentMichael Albinus2025-07-273-7/+10
* | ; Fix last changeEli Zaretskii2025-07-271-3/+5
* | Add a new user option to hide the header of old newsticker feedsBaptiste Strazzulla2025-07-271-14/+60
* | Rework filenotify-tests.elMichael Albinus2025-07-261-3/+7
* | Simplify code in 'newsticker--buffer-do-insert-text'Baptiste Strazzulla2025-07-261-10/+6
* | Improve performance when computing the "readable" form of a page in EWWJim Porter2025-07-251-3/+27
* | Add new function 'dom-inner-text'Jim Porter2025-07-251-7/+7
* | ; Revert last changeMichael Albinus2025-07-241-5/+6
* | Disable setting connection-local variables in tramp-smb.elMichael Albinus2025-07-241-3/+4
* | Add consistent environment for local process calls in TrampMichael Albinus2025-07-237-97/+92
* | Add function exec-suffixesMichael Albinus2025-07-222-2/+29
* | Disable track-changes while reloading pages in EWWJim Porter2025-07-201-4/+11
* | Fix EWW <textarea> properties when it's on the same line as other textJim Porter2025-07-201-3/+3
* | Make sure we always set the ':readable' state when displaying EWW pageJim Porter2025-07-191-4/+6
* | Improve wording of messages and documentation for 'eww-readable'Jim Porter2025-07-181-2/+2
* | Improve autorevert-testsMichael Albinus2025-07-155-14/+9
* | ; Fixes to last change.Sean Whitton2025-07-131-1/+1
* | tramp-file-name-with-method can be set connection-localMichael Albinus2025-07-131-31/+36
* | Fix handling of `browse-url-temp-file-name'Michael Albinus2025-07-101-5/+7
* | Show "readable" status in the EWW mode lineJim Porter2025-07-061-18/+25
* | Add file notification handler for Tramp's "smb" method.Michael Albinus2025-07-054-17/+135
* | Retain the <base> tag when making a page in EWW document readableSteven Allen2025-07-031-1/+1
* | Ensure <style> and <template> HTML tags are never "readable" in EWWJim Porter2025-07-011-1/+1