aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'derived-mode-add-parents'Stefan Monnier2023-11-1624-288/+356
|\ \
| * | (merge-ordered-lists): Dot a few more `i`sStefan Monnier2023-11-162-4/+7
| * | Subject: (derived-mode-add-parents): Add documentation and one more testscratch/derived-mode-add-parentsStefan Monnier2023-11-123-0/+47
| * | (derived-mode-all-parents): Fix handling of cyclesStefan Monnier2023-11-122-18/+49
| * | Move EIEIO's C3 linearization code to `subr.el`Stefan Monnier2023-11-115-89/+77
| * | Use `derived-mode-add-parents` in remaining uses of `derived-mode-parent`Stefan Monnier2023-11-098-148/+96
| * | subr.el: Add multiple inheritance to `derived-mode-p`Stefan Monnier2023-11-091-15/+36
| * | Use new `derived-mode-all/set-parents` functions.Stefan Monnier2023-11-088-50/+47
| * | (derived-mode-all-parents): Speed up with a cacheStefan Monnier2023-11-081-9/+31
| * | subr.el: Provide a functional API around `derived-mode-parent`Stefan Monnier2023-11-081-10/+21
* | | Disable generation of mouse-1 events after ancillary tool pressesPo Lu2023-11-161-24/+37
* | | Don't pan horizontally when a pinch gesture represents a shrinkPo Lu2023-11-161-1/+1
* | | ; Commit omitted changePo Lu2023-11-161-1/+1
* | | Clean-up some native-comp advice special handling.Andrea Corallo2023-11-162-20/+0
* | | Fix scrolling when continuation line starts with a display stringEli Zaretskii2023-11-161-4/+22
* | | * lisp/emacs-lisp/nadvice.el (advice--add-function): Move func decl.Andrea Corallo2023-11-161-2/+1
* | | * lisp/mail/emacsbug.el (submit-emacs-patch): Use pop-to-buffer-same-window.Juri Linkov2023-11-161-1/+1
* | | ; * lisp/simple.el (minibuffer-default-add-completions): Doc fix.Eli Zaretskii2023-11-161-2/+2
* | | todo-mode.el: Don't let-bind `buffer-read-only`Stefan Monnier2023-11-161-77/+60
* | | Pan during touch screen pinch gesturesPo Lu2023-11-163-22/+62
* | | * lisp/simple.el (minibuffer-default-add-completions): Improve (bug#64656).Juri Linkov2023-11-151-4/+10
* | | Enable completion-in-region-mode in minibuffer-complete-history/defaultsJuri Linkov2023-11-151-8/+12
* | | * lisp/minibuffer.el (minibuffer-completion-help): Fix base-suffix for region.Juri Linkov2023-11-151-3/+8
* | | Add Completion Preview modeEshel Yaron2023-11-153-0/+353
* | | Don't infinite loop in map-y-or-n-p if at the end of kmacroSpencer Baugh2023-11-151-6/+4
* | | Fix 'tex-compile-commands'Eli Zaretskii2023-11-151-0/+1
* | | Signal file-locked on lock conflict with noninteractive=tSpencer Baugh2023-11-151-1/+2
* | | Fix query-replace at EOBEli Zaretskii2023-11-151-2/+5
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2023-11-155-235/+557
|\ \ \
| * | | ; * doc/lispref/commands.texi (Touchscreen Events): Correct typo.Po Lu2023-11-151-1/+1
| * | | Register ``pinch to zoom'' touch screen gesturesPo Lu2023-11-155-235/+557
* | | | Fix font-lock for string escapes in lua-ts-modenverno2023-11-151-4/+5
|/ / /
* | | Fix flymake integration in lua-ts-mode (Bug#67152)john muhl2023-11-151-5/+6
* | | * lisp/progmodes/eglot.el (eglot-server-programs): Fix previous commit.João Távora2023-11-151-5/+5
* | | * lisp/vc/vc.el (vc-deduce-backend-nonvc-modes): New variable (bug#67145).Juri Linkov2023-11-141-3/+9
* | | Properly merge EXTRA_EMAIL content with mailto URIsPo Lu2023-11-141-6/+7
* | | Eglot: Send standard :language-id for typescript-language-serverJoão Távora2023-11-141-1/+5
* | | ; * etc/NEWS: Use setopt not setq for project-switch-commands.Sean Whitton2023-11-131-1/+1
* | | (wisent-python-lex-beginning-of-line): Fix compiler warningStefan Monnier2023-11-131-12/+13
* | | ; cperl-mode.el: Eliminate warnings about using obsolete functionsHarald Jörg2023-11-131-27/+4
* | | Fix variable aliasing bytecode miscompilation (bug#67116)Mattias Engdegård2023-11-132-30/+37
* | | Fix hanful-insert-character (bug#66970)João Távora2023-11-131-15/+28
* | | ; * etc/NEWS: Rearrange wrongly categorized entries.Juri Linkov2023-11-131-57/+57
* | | * lisp/vc/vc-hooks.el (vc-display-status): New value 'no-backend' (bug#66464).Juri Linkov2023-11-134-5/+19
* | | ; Prepare for ERC 5.6 releaseF. Jason Park2023-11-1213-85/+101
* | | Revive erc-command-indicator as new moduleF. Jason Park2023-11-127-56/+217
* | | Simplify default text props for ERC inputF. Jason Park2023-11-121-22/+17
* | | Allow opting out of empty message padding in ERCF. Jason Park2023-11-121-4/+11
* | | Make nested input handling more robust in ERCF. Jason Park2023-11-123-17/+207
* | | Always run erc-server-send-queue via timerF. Jason Park2023-11-121-3/+11