summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve Python triple-quote pairing tests for electric-pair-modescratch/electric-pair-cleanup-and-49518-bugfixJoão Távora2021-09-201-1/+28
* Test electric-pair-mode more closely in python-mode, too (bug#49518)João Távora2021-09-191-2/+2
* Make syntax-ppss more accurate for Python triple quotes (bug#49518)João Távora2021-09-192-5/+6
* Add docstring for 'electric-pair-p-s-i-f' and minor refactorJoão Távora2021-09-191-12/+41
* Speed up test/lisp/electric-tests.el when run interactivelyJoão Távora2021-09-191-1/+2
* Tramp code cleanupMichael Albinus2021-09-1613-62/+80
* verilog-mode.el: Merge from upstream: prepare for lexical bindings.Wilson Snyder2021-09-161-2/+16
* Support '...' quoting in Lisp filesEli Zaretskii2021-09-161-2/+2
* Make 'compile' respect buffer-local process environmentAugusto Stoffel2021-09-161-0/+9
* Bind `M-o' in html-mode and enriched-modeLars Ingebrigtsen2021-09-162-4/+7
* Allow irc network symbols in erc-autojoin-channels-alistKevin Brubeck Unhammer2021-09-161-16/+37
* ; Normalize some header commentsStefan Kangas2021-09-1617-20/+17
* Prefer "website" to "homepage"Stefan Kangas2021-09-1623-36/+37
* Change the erc debug logging format to be more repeatableF. Jason Park2021-09-162-27/+87
* Fix erc nick trimmingF. Jason Park2021-09-162-17/+87
* Fix mistake in test for erc-ring-previous-commandF. Jason Park2021-09-161-4/+7
* Do interactive mode tagging for play/*.elStefan Kangas2021-09-165-31/+34
* ; * src/minibuf.c (Ftest_completion): Clarify doc string.Eli Zaretskii2021-09-161-2/+2
* Clarify use of early-init fileEli Zaretskii2021-09-161-3/+3
* Clarify test-completion doc stringLars Ingebrigtsen2021-09-161-0/+4
* Remove references to dead packagesStefan Kangas2021-09-161-7/+4
* Make a redundant idlwave variable obsoleteStefan Kangas2021-09-161-6/+3
* Various minor checkdoc tweaksStefan Kangas2021-09-161-5/+15
* Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas2021-09-167-8/+17
* * doc/misc/pgg.texi: Clarify that its obsolete in the menu entry.Stefan Kangas2021-09-161-1/+2
* Remove function obsolete since 22.1Stefan Kangas2021-09-152-12/+3
* ; * etc/NEWS: Fix typo.Basil L. Contovounesios2021-09-151-1/+1
* Documentation followup to a recent commitEli Zaretskii2021-09-151-4/+6
* Evaluate recent isearch-motion lambdasBasil L. Contovounesios2021-09-151-4/+4
* checkdoc: Don't warn about command substitutions by defaultStefan Kangas2021-09-151-15/+20
* * lisp/tab-line.el: Add context menu bound to down-mouse-3 like on tab bar.Juri Linkov2021-09-151-22/+41
* * lisp/tab-bar.el (tab-bar-format): Add new option tab-bar-format-menu-globalJuri Linkov2021-09-151-1/+24
* Add docstrings to context menu functions, and add middle-separatorJuri Linkov2021-09-1510-38/+61
* Merge branch 'feature/rcirc-update'Philip Kaludercic2021-09-153-165/+400
|\
| * Fix interactive forms for rcirc-define-commandfeature/rcirc-updatePhilip Kaludercic2021-09-141-2/+2
| * Unset mode-line-process for all buffers on reconnectingPhilip Kaludercic2021-09-141-1/+3
| * Restore rcirc-target if possiblePhilip Kaludercic2021-09-141-0/+5
| * Display server buffer after connectingPhilip Kaludercic2021-09-141-7/+16
| * Allow for multiple attempts when reconnectingPhilip Kaludercic2021-09-143-68/+130
| * * rcirc.texi (Hacking and Tweaking): Add missing section to menuPhilip Kaludercic2021-09-141-0/+1
| * * rcirc.el (rcirc-server-alist): Add #emacs to default server listPhilip Kaludercic2021-09-141-2/+2
| * * NEWS: Remove empty entryPhilip Kaludercic2021-09-111-3/+0
| * * NEWS: Mention rcirc changesPhilip Kaludercic2021-09-111-3/+37
| * * rcirc.texi: Replace defun-rcirc-command with rcirc-define-commandPhilip Kaludercic2021-09-111-5/+5
| * * rcirc.texi: Document rcirc-track-abbrevate-flagPhilip Kaludercic2021-09-111-0/+6
| * * rcirc.texi: Document rcirc-nick-filter and rcirc-channel-filterPhilip Kaludercic2021-09-111-0/+31
| * * rcirc.texi: Document rcirc-track-ignore-server-buffer-flagPhilip Kaludercic2021-09-111-0/+4
| * * rcirc.texi: Document rcirc-omit-responses-after-joinPhilip Kaludercic2021-09-111-0/+12
| * Rename rcirc-omit-after-reconnect to rcirc-omit-after-connectPhilip Kaludercic2021-09-111-15/+12
| * Merge branch 'master' into feature/rcirc-updatePhilip Kaludercic2021-09-10550-7984/+15131
| |\