aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-15Allow using faces for colors in vtableLars Ingebrigtsen1-14/+45
2022-04-15Allow dragging the divider in vtableLars Ingebrigtsen1-16/+36
2022-04-15Fix off-by-one error in text-property-search-backwardLars Ingebrigtsen1-1/+0
2022-04-15Update project-kill-buffer-conditions to match buffer-match-pPhilip Kaludercic1-16/+24
2022-04-15* window.el (display-buffer-assq-regexp): Use buffer-matchPhilip Kaludercic1-11/+4
2022-04-15Generalise buffer matching from project.elPhilip Kaludercic1-0/+59
2022-04-14Allow dragging dividers in vtableLars Ingebrigtsen1-10/+19
2022-04-14Allow resizing vtable columns by draggingLars Ingebrigtsen1-16/+31
2022-04-14* lisp/gnus/gnus.el (toplevel autoloads): Fix file nameStefan Monnier1-1/+2
2022-04-14Have submit-emacs-patch prompt for patch file before subjectPhilip Kaludercic1-1/+8
2022-04-14Handle non-ASCII domains correctly in url-https-proxy-connectLars Ingebrigtsen1-4/+4
2022-04-14Make vtable remember user-altered column widthsLars Ingebrigtsen1-0/+6
2022-04-14Ensure that commands like { work on all frames in vtableLars Ingebrigtsen1-13/+16
2022-04-14ldap-search-internal cleanupFilipp Gunbin1-4/+2
2022-04-14Fix eudc-get-attribute-listFilipp Gunbin3-18/+36
2022-04-14Fix electric-help-map problem when help-char has meta-prefixNobuyoshi Nakada1-1/+4
2022-04-14Fix describe-mode--minor-modes formatting issueLars Ingebrigtsen1-1/+1
2022-04-14Make vtable narrow/widen functions take a prefixLars Ingebrigtsen1-8/+16
2022-04-14Copy edit make-vtable codeLars Ingebrigtsen1-6/+4
2022-04-14Edit some vtable doc stringsLars Ingebrigtsen1-2/+4
2022-04-14Further divider fixes for vtableLars Ingebrigtsen1-3/+9
2022-04-14Fix dividers in vtable header linesLars Ingebrigtsen1-2/+2
2022-04-14Allow having dividers between columns in vtableLars Ingebrigtsen1-32/+57
2022-04-14Allow putting alternating colors on vtable rowsLars Ingebrigtsen1-11/+50
2022-04-13Make `C-h m' actually output the documentation for the major modeLars Ingebrigtsen1-1/+1
2022-04-13Add a new `vtable' faceLars Ingebrigtsen1-1/+7
2022-04-13* lisp/comint.el (comint-dynamic-list-input-ring): Keep replaced text props.Juri Linkov2-4/+3
2022-04-13Regenerated ldefs-boot.elLars Ingebrigtsen1-1362/+1430
2022-04-13Add support for column background colors in vtableLars Ingebrigtsen1-3/+12
2022-04-13Fix format-seconds error in previous changeLars Ingebrigtsen1-9/+12
2022-04-13Make list-times not include zero elementsLars Ingebrigtsen2-17/+41
2022-04-13Fix marking upgrades for packages from ELPA or NonGNU ELPAPo Lu1-1/+1
2022-04-13Tweak how `M-q' in emacs-lisp-mode worksLars Ingebrigtsen1-21/+41
2022-04-13Redo `C-h m' outputLars Ingebrigtsen1-100/+85
2022-04-13Make `describe-mode' include a link to the major mode functionLars Ingebrigtsen1-6/+10
2022-04-13Provide a useful default to smime-CA-fileLars Ingebrigtsen1-5/+6
2022-04-12Fix eager macroexpansion cycle in cl-once-onlySean Whitton1-2/+2
2022-04-12Fix clicking on files in Dired when drag is enabledPo Lu1-31/+44
2022-04-12Add biblatex alias entry types for compability with bibtexOlaf Trygve Berglihn1-0/+23
2022-04-12Adapt macOS defaults in Tramp's process-attributes implementationMichael Albinus1-21/+14
2022-04-12process-attributes-ps-args / process-attributes-ps-format for DarwinFilipp Gunbin1-0/+94
2022-04-11Add two classic Common Lisp macro-writing macrosSean Whitton1-0/+51
2022-04-11* lisp/emacs-lisp/macroexp.el (macroexp-let2*): Allow common shorthandStefan Monnier1-3/+11
2022-04-11Use preferred chars among duplicates as per UTR#25 §25.Paul Eggert3-9/+9
2022-04-11* lisp/minibuffer.el (minibuffer-completion-auto-choose): New defcustom.Juri Linkov2-29/+29
2022-04-11Make more IPV6 domains non-suspicious in textsecLars Ingebrigtsen1-9/+10
2022-04-11Recognise hybrid IPv6/IPv4 addresses in textsec (bug#54624)Mattias Engdegård1-6/+12
2022-04-11Ensure shell.el loading properlyLars Ingebrigtsen1-0/+1
2022-04-10Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel1-18/+47
2022-04-10Rewrite the minibuffer lazy highlight featureAugusto Stoffel1-62/+86