summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-053-4/+4
* Fix unmounting in TrampMichael Albinus2021-10-035-34/+69
* ; Fix last change in tramp-sshfs.elMichael Albinus2021-10-031-6/+8
* Suppress superfluous error messages in TrampMichael Albinus2021-10-032-5/+8
* * lisp/net/dictionary.el (context-menu-dictionary): Move menu item down.Juri Linkov2021-10-021-3/+5
* Add rcirc-omit-unless-requested optionPhilip Kaludercic2021-09-301-3/+23
* Remove rcirc-omit-responses-after-join optionPhilip Kaludercic2021-09-291-18/+3
* * lisp/net/dictionary.el (context-menu-dictionary): Add autoload cookie.Juri Linkov2021-09-291-3/+5
* Add bookmark.el support to ewwStefan Kangas2021-09-291-0/+23
* * lisp/net/eww.el (eww-mode): Show keybindings in docstring.Stefan Kangas2021-09-291-1/+3
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-266-11/+16
* Adapt Tramp's make-process for macOS.Michael Albinus2021-09-261-14/+13
* Add myself as rcirc maintainerPhilip Kaludercic2021-09-251-1/+2
* * rcirc.el (rcirc-sentinel): Use process-statusPhilip Kaludercic2021-09-251-5/+7
* * rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delayPhilip Kaludercic2021-09-251-1/+1
* * rcirc.el (rcirc-reconnect): Set rcirc-joinedPhilip Kaludercic2021-09-251-1/+2
* ; tramp-auto-save-directory: set mode atomically when creatingStephen Gildea2021-09-241-2/+2
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-2/+2
* Fix Tramp's make-process on macOSMichael Albinus2021-09-231-2/+23
* * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer.Michael Albinus2021-09-231-0/+2
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Fix tramp-compat-temporary-file-directory implementationMichael Albinus2021-09-218-39/+38
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-213-3/+3
* Add support for url-retrieve-synchronously to eww-retrieve-command (bug#50680)Juri Linkov2021-09-201-14/+24
* Do not save empty passwords in auth-source-searchMichael Albinus2021-09-191-0/+4
* ; Stylistic docfixes in net/*.el found by checkdocStefan Kangas2021-09-1914-52/+47
* * lisp/subr.el (string-replace): Add dashes to arg names (bug#50644)Juri Linkov2021-09-181-2/+2
* * lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.Martin Joerg2021-09-171-1/+1
* Fix annoyance in tramp-smb.elMichael Albinus2021-09-171-1/+4
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-1625-112/+116
* Tramp code cleanupMichael Albinus2021-09-1612-51/+57
* ; Normalize some header commentsStefan Kangas2021-09-162-2/+2
* Prefer "website" to "homepage"Stefan Kangas2021-09-162-3/+3
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-153-1/+3
* Merge branch 'feature/rcirc-update'Philip Kaludercic2021-09-151-156/+296
|\
| * Fix interactive forms for rcirc-define-commandfeature/rcirc-updatePhilip Kaludercic2021-09-141-2/+2
| * Unset mode-line-process for all buffers on reconnectingPhilip Kaludercic2021-09-141-1/+3
| * Restore rcirc-target if possiblePhilip Kaludercic2021-09-141-0/+5
| * Display server buffer after connectingPhilip Kaludercic2021-09-141-7/+16
| * Allow for multiple attempts when reconnectingPhilip Kaludercic2021-09-141-66/+118
| * * rcirc.el (rcirc-server-alist): Add #emacs to default server listPhilip Kaludercic2021-09-141-2/+2
| * Rename rcirc-omit-after-reconnect to rcirc-omit-after-connectPhilip Kaludercic2021-09-111-15/+12
| * Merge branch 'master' into feature/rcirc-updatePhilip Kaludercic2021-09-1023-298/+513
| |\
| * | Fix double reconnection bugPhilip Kaludercic2021-09-101-8/+5
| * | Add rcirc-track-ignore-server-buffer-flag optionPhilip Kaludercic2021-09-071-1/+8
| * | Use fresh symbol for argument listPhilip Kaludercic2021-09-071-1/+1
| * | Allow /reconnect while connectingPhilip Kaludercic2021-09-071-11/+16
| * | Mention list of capabilities that should be implementedPhilip Kaludercic2021-09-061-0/+8
| * | Implement standard-replies capabilityPhilip Kaludercic2021-09-061-0/+25
| * | Connect to server asynchronouslyPhilip Kaludercic2021-09-061-76/+87