aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor 'vc-default-mode-line-string' (bug#66464)Juri Linkov2023-10-163-95/+81
* Fix "C-0 C-x C-s" with write-protected filesEli Zaretskii2023-10-161-9/+10
* ; LLDB support cleanup and extensionGerd Möllmann2023-10-161-48/+65
* Merge from origin/emacs-29Michael Albinus2023-10-165-3/+245
|\
| * Fix test in files-testsMichael Albinus2023-10-151-1/+2
| * ; * doc/emacs/search.texi (Regexp Backslash): Improve indexing.Eli Zaretskii2023-10-151-0/+2
| * Add missing :version to two defcustomsStefan Kangas2023-10-141-2/+4
| * Fix a defcustom :type in eldoc.elMauro Aranda2023-10-141-1/+3
| * Document 'M-x align' in the Emacs manualEshel Yaron2023-10-142-0/+235
* | Properly initialize argment list supplied to android_init_emacsPo Lu2023-10-161-1/+3
* | Revert "Update etc/rgb.txt from X.Org upstream"Po Lu2023-10-161-322/+292
* | Fixup for "no file modes on windows and dos"Sam Steingold2023-10-151-1/+1
* | c-indent-new-comment-line: don't test for a macro in a commentAlan Mackenzie2023-10-151-1/+2
* | ; New command alias xprint for LLDBGerd Möllmann2023-10-151-0/+3
* | ; Correct typos in android.texiPo Lu2023-10-151-14/+13
* | Correctly receive files through Android DNDPo Lu2023-10-153-9/+109
* | Fix searching for tags in compressed filesMauro Aranda2023-10-151-2/+17
* | Update publicsuffix.txt from upstreamStefan Kangas2023-10-151-1782/+2441
* | Update etc/rgb.txt from X.Org upstreamStefan Kangas2023-10-141-292/+322
* | Fix an infinite loop in c-beginning-of-defun-1Alan Mackenzie2023-10-141-39/+45
* | Fix vc-hg-log-edit-toggle-amendDmitry Gutov2023-10-141-1/+4
* | (vc-default-checkin-patch): Try to be compatible with BSD 'patch'Dmitry Gutov2023-10-141-1/+2
* | (vc-root-diff): Don't compute and pass on WORKING-REVISIONDmitry Gutov2023-10-141-3/+2
* | Optimize vc-hg-state for directoriesSpencer Baugh2023-10-141-2/+3
* | ;cperl-mode.el: Do not mistake a left-shift operator for a here-doc.Harald Jörg2023-10-143-2/+23
* | Fix indentation and fontification in shell-script (Bug#26217)Mauro Aranda2023-10-143-5/+26
* | Simplify and describe docstrings-wide checkMattias Engdegård2023-10-141-11/+14
* | Merge from origin/emacs-29Eli Zaretskii2023-10-142-2/+13
|\ \ | |/
| * ; * lisp/calendar/time-date.el (days-to-time): Doc fix.Eli Zaretskii2023-10-141-1/+1
| * Document that time-to-days and days-to-time use different epochsBob Rogers2023-10-142-2/+13
* | Make the docstrings-wide check 70x fasterMattias Engdegård2023-10-141-39/+58
* | Sort byte compiler warnings in alphabetic orderMattias Engdegård2023-10-141-27/+29
* | Fix beginning-of-defun not jumping to BOFJens Schmidt2023-10-141-1/+2
* | Fix saving faces with attributes that need filteringMauro Aranda2023-10-141-1/+4
* | Merge from origin/emacs-29Michael Albinus2023-10-142-2/+26
|\ \ | |/
| * * lisp/files.el (file-name-non-special): Handle quoted tilde.Michael Albinus2023-10-142-2/+26
* | Implement multi-window drag-and-drop under AndroidPo Lu2023-10-148-4/+394
* | Have gnus-summary-limit-to-age operate on calendar daysEric Abrahamsen2023-10-131-25/+15
* | (sit-for): Remove support for old calling conventionStefan Monnier2023-10-134-26/+7
* | cperl-mode.el: Add new user option to etc/NEWSHarald Jörg2023-10-141-0/+7
* | cperl-mode.el: Optionally treat trailing text as commentHarald Jörg2023-10-143-2/+42
* | More defcustom fixes in ERC (Bug#66520)Mauro Aranda2023-10-133-5/+7
* | Add command to refill buffer in erc-fill-wrap-modeF. Jason Park2023-10-132-12/+104
* | Treat previous/next-line specially in erc-fill-wrapF. Jason Park2023-10-131-16/+34
* | Swap hook positions of erc-fill and erc-match-messageF. Jason Park2023-10-135-28/+40
* | Manage some text props for ERC insertion-hook membersF. Jason Park2023-10-1321-231/+779
* | Easily excise list-valued text prop members in ERCF. Jason Park2023-10-132-0/+193
* | Deprecate option erc-remove-parsed-propertyF. Jason Park2023-10-132-2/+19
* | Use erc-display-message instead of erc-make-noticeF. Jason Park2023-10-132-38/+22
* | Allow spoofing process marker in erc-display-line-1F. Jason Park2023-10-138-21/+27