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