aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add erc--spkr text property to chat messagesF. Jason Park2023-12-173-46/+62
* | | Skip erc-ignored-user-p when erc-ignore-list is emptyF. Jason Park2023-12-173-5/+9
* | | Make erc-get-user-mode-prefix more flexibleF. Jason Park2023-12-172-13/+21
* | | Clarify warning for process-dependent input in ERCF. Jason Park2023-12-171-4/+13
* | | Add erc-server-396 response handlerF. Jason Park2023-12-172-3/+34
* | | Make erc-input's refoldp slot conditionally availableF. Jason Park2023-12-172-7/+27
* | | Add utility for iterating over arrays in ERCF. Jason Park2023-12-173-21/+37
* | | Double hyphenate internal ERC 5.6 text propsF. Jason Park2023-12-175-64/+64
* | | Sequester some special-variable declarations in ERCF. Jason Park2023-12-175-35/+61
* | | Define ERC message-formatting templates with defvarF. Jason Park2023-12-178-61/+139
* | | Add slashes to 'thing-at-point-email-regexp'Philip Kaludercic2023-12-171-1/+1
* | | Never send user email address in HTTP requestsStefan Kangas2023-12-173-16/+7
* | | Using remap for binding of log-edit-beginning-of-line.Jared Finder2023-12-161-2/+2
* | | Merge branch 'same-frame'Stefan Monnier2023-12-161-16/+17
|\ \ \
| * | | (display-buffer): New `pop-up-frames` action alist entryStefan Monnier2023-12-161-16/+17
* | | | * lisp/subr.el (derived-mode-p): Disable warnings for old conventionStefan Monnier2023-12-161-1/+5
* | | | ; * lisp/startup.el (normal-top-level): Avoid byte-compiler warning.Eli Zaretskii2023-12-161-0/+1
* | | | Merge from origin/emacs-29Eli Zaretskii2023-12-1615-53/+83
|\ \ \ \ | | |_|/ | |/| |
| * | | ; * lisp/term.el (term--xterm-paste): Fix last change.Eli Zaretskii2023-12-161-1/+1
| * | | Fix shaping of Sinhala textEli Zaretskii2023-12-161-3/+3
| * | | Fix pasting into terminal-mode on term.elEli Zaretskii2023-12-161-2/+7
| * | | Fix opening directory trees from Filesets menuEli Zaretskii2023-12-161-1/+11
| * | | Eglot: Add ruff-lsp as an alternative Python serverNiall Dooley2023-12-161-1/+1
| * | | js-ts-mode: Fix font-lock rules conflictDmitry Gutov2023-12-131-18/+6
| * | | Add indentation rules for bracketless statements in js-ts-modeNoah Peart2023-12-121-0/+5
| * | | Fix c-ts-mode bracketless indentation for BSD style (bug#66152)Yuan Fu2023-12-101-7/+7
| * | | Add missing indent rules in c-ts-mode (bug#66152)Augustin Chéneau2023-12-101-0/+2
| * | | Fix treesit-default-defun-skipper (bug#66711)Yuan Fu2023-12-101-1/+1
| * | | Fix treesit-node-field-name and friends (bug#66674)Yuan Fu2023-12-101-1/+2
| * | | python-ts-mode: Highlight default parametersMaciej Kalandyk2023-12-111-1/+2
| * | | Update to Org 9.6.13Kyle Meyer2023-12-107-17/+35
* | | | ; Move preload of rmc to a more appropriate placeJens Schmidt2023-12-161-3/+3
* | | | ; * lisp/net/shr.el (shr-put-image): No more need to test for nil ALT.Eli Zaretskii2023-12-161-2/+2
* | | | Fix 'shr-put-image' with nil value for ALTVisuwesh2023-12-161-1/+3
* | | | Offer to show diff against auto-save in recover-fileVisuwesh2023-12-161-1/+9
* | | | Fix comint-next/previous-prompt in lua-ts-modejohn muhl2023-12-161-1/+0
* | | | Fix: add comint hook locally in lua-ts-inferior-luanverno2023-12-161-4/+3
* | | | ; * lisp/vc/vc-git.el (vc-git-print-log-follow): Doc fix.Eli Zaretskii2023-12-161-6/+7
* | | | ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov2023-12-161-21/+11
* | | | ; vc-print-log-setup-buttons: Update a TODO commentDmitry Gutov2023-12-161-2/+3
* | | | (vc-print-log-setup-buttons): Start "previous" history with specified revisionDmitry Gutov2023-12-162-3/+10
* | | | Show buttons below vc-log even when REVISION is specifiedDmitry Gutov2023-12-161-7/+8
* | | | Support viewing VC change history across renames (Git, Hg)Dmitry Gutov2023-12-154-6/+118
* | | | Support case-sensitive register namesEli Zaretskii2023-12-151-1/+6
* | | | Eglot: use new jsonrpc-autoport-bootstrapJoão Távora2023-12-141-65/+8
* | | | Jsonrpc: add new jsonrpc-autoport-bootstrap helperJoão Távora2023-12-141-38/+133
* | | | Eglot: beware activation in fundamental-modeJoão Távora2023-12-141-7/+9
* | | | Merge remote-tracking branch 'savannah/master' into master-android-1Po Lu2023-12-141-62/+97
|\ \ \ \
| * | | | Jsonrpc: support some JSONesque non-JSONRPC protocols, like DAPJoão Távora2023-12-141-27/+61
| * | | | Jsonrpc: rework fix for bug#60088João Távora2023-12-141-34/+31