summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* ; More minor docfixes found by checkdocStefan Kangas2021-09-1469-228/+228
* Add user option to avoid checkdoc warning for unescaped left parenStefan Kangas2021-09-141-10/+19
* 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
* 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
* Use a fringe mark in bookmark instead of a whole background lineLars Ingebrigtsen2021-09-131-24/+27
* completions-annotations doc string clarificationLars Ingebrigtsen2021-09-131-1/+3
* package-menu-execute doc string clarificationLars Ingebrigtsen2021-09-131-2/+4
* Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov2021-09-131-46/+72
* Only do multi-isearch in eww if there's next/prev linksLars Ingebrigtsen2021-09-131-5/+8
* 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-1328-91/+81
* Improve checkdoc abbreviation handlingStefan Kangas2021-09-131-10/+26
* 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-123-2/+31
* * 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
* ; Fix symbol quoting typosStefan Kangas2021-09-1219-29/+30
* Use window-point in event-start and event-end (bug#50256)Juri Linkov2021-09-122-10/+9
* * lisp/tab-bar.el: Improve logic of 'ignore-current-tab'.Juri Linkov2021-09-121-11/+25
* ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fixHanno Perrey2021-09-121-1/+1
* Fix read-no-blanks-input doc string typoLars Ingebrigtsen2021-09-121-1/+1
* Fix read-no-blanks-input history argumentdick r. chiang2021-09-121-1/+1
* Infer identifier namespace in elisp xref backendMattias EngdegÄrd2021-09-121-157/+346
* ;* lisp/window.el (switch-to-prev-buffer): Fix typo in doc-string.Martin Rudalics2021-09-121-1/+1
* Improve doc-strings of some buffer display options (Bug#50518)Martin Rudalics2021-09-121-6/+29
* Improve documentation of some tab-bar featuresEli Zaretskii2021-09-121-8/+11
* ERC: Track: Fix a perceived minor bug in mode line face selectionOlivier Certner2021-09-121-6/+3
* ERC: Track: Rewrite 'erc-track-find-face' as 'erc-track-select-mode-line-face'Olivier Certner2021-09-121-38/+53
* Merge from origin/emacs-27Amin Bandali2021-09-111-10/+24
|\
| * ERC: Track: Clarify documentation on tracked buffers and add referencesOlivier Certner2021-09-111-8/+19
| * ERC: Track: Fix documentation of structure of 'erc-modified-channels-alist'Olivier Certner2021-09-111-6/+9
* | Re-fix bug#16897Dmitry Gutov2021-09-121-10/+14
* | Refactor bug-reference setup for software forgesTassilo Horn2021-09-111-149/+132