summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* Add new face `variable-pitch-text'Lars Ingebrigtsen2021-12-011-1/+1
* Use pixel-fill-width in shr.elLars Ingebrigtsen2021-11-301-26/+14
* Add new package pixel-fill.elLars Ingebrigtsen2021-11-301-103/+5
* Define a face for shr textLars Ingebrigtsen2021-11-251-1/+5
* * lisp/subr.el (event-start, event-end): Handle `(menu-bar)` eventsStefan Monnier2021-11-221-2/+1
* ; Simplify rcirc authentication querying functionsOmar Polo2021-11-211-18/+3
* implement certfp authentication to rcircOmar Polo2021-11-211-4/+22
* ; Fix a few haiku typosRobert Pluim2021-11-211-1/+1
* Merge from origin/emacs-28Stefan Kangas2021-11-211-1/+2
|\
| * Fix `browse-url-interactive-arg' for certain kinds of eventsPo Lu2021-11-201-1/+2
| * Add upward compatibility entry in Tramp (don't merge)Michael Albinus2021-11-191-0/+2
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-202-4/+24
* | Make shr render text with superscripts prettierLars Ingebrigtsen2021-11-201-2/+9
* | Make puny-encode-string normalize firstLars Ingebrigtsen2021-11-191-0/+1
* | * lisp/net/mailcap.el (mailcap-parse-mailcaps): Fix $MAILCAPS caseStefan Monnier2021-11-181-19/+14
* | String backslash correctionsMattias EngdegÄrd2021-11-181-1/+1
* | Extend abbreviate-file-name for further Tramp methods.Michael Albinus2021-11-182-16/+18
* | Some minor Tramp updatesMichael Albinus2021-11-162-21/+46
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-162-48/+48
* | Fix minor problems resulting from Tramp regression testsMichael Albinus2021-11-158-18/+35
* | Support abbreviating home directory of Tramp filenamesJim Porter2021-11-154-3/+25
* | Merge from origin/emacs-28Stefan Kangas2021-11-151-1/+1
|\|
| * * rcirc.el (rcirc-define-command): Fix interactive-spec generationPhilip Kaludercic2021-11-141-1/+1
* | Improve Tramp error handlingMichael Albinus2021-11-141-2/+9
* | Remove Tramp's `dired-compress-file' handler, not needed anymoreMichael Albinus2021-11-1310-74/+69
* | Remove Emacs 25 compatibility from TrampMichael Albinus2021-11-1214-385/+192
* | Fix image-animate declarationLars Ingebrigtsen2021-11-121-1/+1
* | Allow stopping animations automatically when the image disappearsLars Ingebrigtsen2021-11-121-7/+8
* | Improve performance of 'file-name-case-insensitive-p' for Tramp filesJim Porter2021-11-118-44/+47
* | Merge from origin/emacs-28Michael Albinus2021-11-111-8/+11
|\|
| * Fix tramp-compat-file-name-concat (Bug#51754)Aleksandr Vityazev2021-11-111-8/+11
* | Fix the look of the <video> elements in shrLars Ingebrigtsen2021-11-101-1/+1
* | * lisp/net/tramp-cache.el (tramp-persistency-file-name):Michael Albinus2021-11-091-2/+1
* | Improve performance when checking case-sensitivity of Tramp file namesJim Porter2021-11-092-6/+6
* | Add back/forward mouse button bindings in ewwStefan Kangas2021-11-091-0/+3
* | Fix compiler warning building net/shr.el without xwidget supportPo Lu2021-11-091-0/+3
* | Prefer locate-user-emacs-fileStefan Kangas2021-11-092-5/+3
* | Don't create temporary files for <video>Lars Ingebrigtsen2021-11-091-13/+6
* | Fix typo in last shr changeLars Ingebrigtsen2021-11-091-1/+1
* | Fix shr-tag-video startup issueLars Ingebrigtsen2021-11-091-0/+1
* | Optionally use use xwidgets to display <video> elements in shrLars Ingebrigtsen2021-11-091-4/+38
* | Add new user option eww-url-transformersLars Ingebrigtsen2021-11-071-2/+22
* | Allow yanking images to html-modeLars Ingebrigtsen2021-11-071-0/+1
* | Add new function mailcap-mime-type-to-extensionLars Ingebrigtsen2021-11-061-0/+8
* | Tweak `eww' new-buffer parametersLars Ingebrigtsen2021-11-061-5/+5
* | Fix (un)compressing directories in TrampTino Calancha2021-11-051-11/+23
* | Reset mailcap entries only when mailcap files are read againGregory Heytings2021-11-041-8/+8
* | Improve file-has-changed-pGregory Heytings2021-11-021-1/+3
* | Read mailcaps again only when necessaryGregory Heytings2021-11-011-12/+13
* | Merge from origin/emacs-28Michael Albinus2021-11-011-6/+3
|\|