summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Re-organize and rewrite parts of the Flymake manualscratch/bug-50244João Távora1-92/+125
2021-09-13Add support for project-wide diagnostics in Flymake (bug#50244)João Távora3-167/+539
2021-09-13Bump lisp/progmodes/project.el version to 0.7.1João Távora1-1/+1
2021-09-13Keep and report "foreign" diangnostics in flymake-cc Flymake backendJoão Távora3-14/+32
2021-09-13Abbreviate Flymake backend name in flymake-show-diagnostics-bufferJoão Távora1-0/+10
2021-09-13Unbreak M-x compile-defun of functions using flymake-logJoão Távora1-1/+1
2021-09-13Refactor some Flymake functionsJoão Távora1-91/+110
2021-09-13Rename flymake--backend-state to flymake--stateJoão Távora1-36/+36
2021-09-13Remove duplication of `find` file pattern argumentsMattias Engdegård1-1/+1
2021-09-13* Clean-up some unnecessary macro usage in comp.cAndrea Corallo1-11/+6
2021-09-13Continue NEWS tag checkingLars Ingebrigtsen1-0/+2
2021-09-13Fix typo in previous files.el changeLars Ingebrigtsen1-1/+1
2021-09-13Mention unibyte issues in insert-file-contents-literally doc stringLars Ingebrigtsen1-1/+8
2021-09-13* doc/lispref/variables.texi (named-let): Document TCOStefan Monnier1-9/+25
2021-09-13Fix the testsDmitry Gutov1-8/+18
2021-09-13Use a fringe mark in bookmark instead of a whole background lineLars Ingebrigtsen2-28/+30
2021-09-13NEWS copy edits and taggingLars Ingebrigtsen1-4/+11
2021-09-13Correct nroff-mode NEWS entry after `M-o' changesLars Ingebrigtsen1-1/+2
2021-09-13Mention how to disable auto-fill-mode in the auto-fill sectionLars Ingebrigtsen2-1/+8
2021-09-13Document backtrace-on-error-noninteractive in the --batch sectionLars Ingebrigtsen2-0/+6
2021-09-13Further NEWS tagging updatesLars Ingebrigtsen1-0/+5
2021-09-13completions-annotations doc string clarificationLars Ingebrigtsen2-2/+9
2021-09-13Update some more NEWS taggingLars Ingebrigtsen1-0/+4
2021-09-13Mention `benchmark-call' in the manualLars Ingebrigtsen2-3/+8
2021-09-13Update some pcase NEWS tags for already-documented functionsLars Ingebrigtsen1-0/+2
2021-09-13Update NEWS tagging for string helper functionsLars Ingebrigtsen1-4/+25
2021-09-13Document named-let and update some NEWS tagsLars Ingebrigtsen2-1/+26
2021-09-13Clarify bookmark-fontify NEWS entryLars Ingebrigtsen1-1/+2
2021-09-13package-menu-execute doc string clarificationLars Ingebrigtsen1-2/+4
2021-09-13* etc/NEWS: Clarify insert-into-buffer (bug#50558).Lars Ingebrigtsen1-2/+1
2021-09-13Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov2-47/+73
2021-09-13Only do multi-isearch in eww if there's next/prev linksLars Ingebrigtsen1-5/+8
2021-09-13Change value of DEFAULT_TAB_BAR_BUTTON_MARGIN from 4 to 1 (bug#50424)Juri Linkov1-1/+1
2021-09-13* doc/emacs/frames.texi (Tab Bars): Improve documentation.Juri Linkov1-9/+12
2021-09-13Fix detection of char regions in print-fontset-elementLars Ingebrigtsen1-1/+1
2021-09-13Add some search-whitespace-regexp examplesLars Ingebrigtsen1-0/+2
2021-09-13Mention get-byte in shortdocLars Ingebrigtsen1-0/+3
2021-09-13bug-reference.el: Adapt default debbugs bug regexp for IRC modesTassilo Horn1-1/+1
2021-09-13bug-reference.el: Adapt default debbugs bug regexp for mail modesTassilo Horn1-1/+1
2021-09-13Declare unused function cperl-inside-parens-p obsoleteStefan Kangas1-1/+2
2021-09-13; Minor doc fixes found by checkdocStefan Kangas29-96/+86
2021-09-13Improve checkdoc abbreviation handlingStefan Kangas2-10/+50
2021-09-13Remove some remaining references to XEmacsStefan Kangas5-14/+6
2021-09-13Extend xref-file-name-display to elisp and etags definitionsDmitry Gutov1-34/+48
2021-09-12ERC: Use 'string-replace' only on Emacs 28 and laterAmin Bandali2-12/+31
2021-09-12ERC: Use 'string-search' only on Emacs 28 and laterAmin Bandali4-13/+41
2021-09-12* lisp/tab-bar.el (tab-bar-get-buffer-tab): Use 'remq' instead of 'seq-remove'Juri Linkov1-1/+1
2021-09-12Allow region-related context menu to be used on selected region with one clickJuri Linkov1-2/+9
2021-09-12* lisp/thingatpt.el (thing-at-mouse): New function (bug#50256).Juri Linkov4-2/+33
2021-09-12* lisp/mouse.el (context-menu-map): Add 'click' arg to called funs (bug#50256)Juri Linkov7-37/+38