aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add user option to avoid checkdoc warning for unescaped left parenStefan Kangas2021-09-142-10/+26
* Minor improvements to checkdocStefan Kangas2021-09-141-7/+9
* Use the term "future history" rather than "default"Dmitry Gutov2021-09-141-15/+21
* Make sure to return some valid project rootDmitry Gutov2021-09-141-1/+4
* * lisp/progmodes/elisp-mode.el (elisp-context-menu): New function (bug#9054)Juri Linkov2021-09-131-1/+22
* * lisp/isearch.el: Improve 'isearch-allow-motion' feature (bug#50466)Juri Linkov2021-09-131-9/+20
* 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
* Fix quoting style in Lisp commentsEli Zaretskii2021-09-128-20/+20
* * lisp/mouse.el (context-menu-map): Remove duplicate separators (bug#50067).Juri Linkov2021-09-122-80/+82