aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Improve the Android last resort font driverPo Lu2023-09-141-123/+71
* | Improve process instrumentation in EshellJim Porter2023-09-131-14/+23
* | Improve docstring for treesit-language-atYuan Fu2023-09-131-2/+11
* | Add tree-sitter performance noteYuan Fu2023-09-131-0/+12
* | Update tree-sitter traversing functions' docstringsYuan Fu2023-09-131-14/+14
* | ; * test/lisp/erc/erc-stamp-tests.el (erc-echo-timestamp): Tag unstable.F. Jason Park2023-09-131-2/+5
* | Fix last Ibuffer change and improve feedback messagesStephen Berman2023-09-132-4/+12
* | When waiting for processes in Eshell, wait until all the I/O is completeJim Porter2023-09-131-1/+8
* | ; Fix an Eshell error when calling a lambda with form logging enabledJim Porter2023-09-131-1/+1
* | Fix build error on older macOS versionsAlan Third2023-09-131-1/+1
* | ; * lisp/eshell/esh-cmd.el (eshell-do-eval): Fix 'eshell-manipulate' call.Jim Porter2023-09-131-1/+1
* | ; Fix bootstrapStefan Kangas2023-09-131-1/+4
* | Fix defcustom :type in replace.el (Bug#65920)Mauro Aranda2023-09-131-2/+4
* | Shorten docstrings generated by cl-defstructDamien Cassou2023-09-132-13/+48
* | Shorten docstrings generated by cl-defsubstDamien Cassou2023-09-132-1/+19
* | bytecomp-tests.el: Add new helper functionDamien Cassou2023-09-131-2/+5
* | Fix problem with long file names in TrampMichael Albinus2023-09-131-33/+22
* | Reorganize Android permissions documentationPo Lu2023-09-131-27/+28
* | Exclude ``regular'' from font adstylePo Lu2023-09-131-0/+6
* | Request additional permissions on AndroidPo Lu2023-09-132-0/+6
* | Facilitate opening content:// files without a linked file namePo Lu2023-09-131-8/+32
* | ; Improve recent change to printing exit status in EshellJim Porter2023-09-122-8/+7
* | Avoid unnecessary tree-sitter reparse when setting the same rangeYuan Fu2023-09-122-11/+14
* | Make sure undefined tree-sitter thing doesn't raise an errorYuan Fu2023-09-121-32/+62
* | Ensure that Eshell doesn't consider a process complete until stderr is doneJim Porter2023-09-121-9/+22
* | Be more careful about when to print abnormal exit status in EshellJim Porter2023-09-122-3/+15
* | Don't do anything in 'eshell-sentinel' if the process status is "run"Jim Porter2023-09-121-26/+26
* | * src/alloc.c (garbage_collect): Run `post-gc-hook` later (bug#65700)Stefan Monnier2023-09-122-7/+9
* | Address "Useless clause following default cond clause" warningsStefan Monnier2023-09-122-5/+3
* | (read-char-from-minibuffer): Allow use of `quoted-insert` (bug#65805)Stefan Monnier2023-09-121-12/+24
* | Correct the XEmacs version of c-put-char-propertiesAlan Mackenzie2023-09-121-16/+8
* | Merge remote-tracking branch 'savannah/master' into master-android-1Po Lu2023-09-121-4/+6
|\ \
| * | ; * lisp/treesit.el (treesit-explore-mode): Support local parsers.Yuan Fu2023-09-111-4/+6
* | | Extract font foundry metadata from the OS/2 tablePo Lu2023-09-123-37/+237
|/ /
* | Fix tracing for advanced scoring in gnus-logic.elŁukasz Stelmach2023-09-121-5/+5
* | Match recent version of GNU global in CEDETStefan Kangas2023-09-121-1/+8
* | Remove check for appdefined events on the queue (bug#65843)Alan Third2023-09-111-15/+0
* | Fix crash on child frame creation (bug#65817)Alan Third2023-09-112-13/+16
* | Simplify the EmacsLayer double buffering code (bug#63187)Alan Third2023-09-113-26/+67
* | Avoid confusing message in Ibuffer (bug#64230)Stephen Berman2023-09-111-2/+12
* | Eglot support for objc-modeGerd Möllmann2023-09-111-1/+1
* | New command tramp-revert-buffer-with-sudoMichael Albinus2023-09-113-8/+118
* | Provide an option to disable font instruction code executionPo Lu2023-09-112-1/+39
* | Expunge another instance of ``allows to''Po Lu2023-09-111-1/+1
* | Respect vertical centering preferences under AndroidPo Lu2023-09-111-0/+15
* | ; * lisp/erc/erc.el (erc-check-text-conversion): Try fboundp.F. Jason Park2023-09-101-1/+1
* | ; Add newline to erc--scrolltobottom-window-infoF. Jason Park2023-09-102-1/+2
* | Properly set text conversion style within ERC buffersPo Lu2023-09-111-0/+17
* | Consider all windows in erc-scrolltobottom-modeF. Jason Park2023-09-107-22/+731
* | Add optional timezone param to erc-echo-timestampF. Jason Park2023-09-103-28/+116