summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-30Support built-in thumbnail creation on MS-WindowsEli Zaretskii
2024-05-30Don't set text scale to fractional values in touch-screen-pinchPo Lu
2024-05-30In normal-mode, make c-mode call c-mode when CC Mode is loadedAlan Mackenzie
2024-05-30Show all date options when adding Gnus scores interactivelyJakub Ječmínek
2024-05-30Improve Tramp error handlingMichael Albinus
2024-05-30* lisp/dired-aux.el (shell-command-guess-xdg): Check nil xdg-mime (bug#71270).Juri Linkov
2024-05-30Update TUTORIAL.cs and TUTORIAL.translatorsJakub Ječmínek
2024-05-29Make Eshell's "which" command extensibleJim Porter
2024-05-29; Improve recent change to deferred evaluation in EshellJim Porter
2024-05-29Use `scheme-mode` for the Guile init fileStefan Kangas
2024-05-29Fix calling Eshell scripts outside of EshellJim Porter
2024-05-29Rework how 'eshell-ensure-newline-p' adds newlinesJim Porter
2024-05-29Add ability for Eshell virtual targets to handle closing the targetJim Porter
2024-05-29Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter
2024-05-29Consolidate Eshell module loading/unloading codeJim Porter
2024-05-29; Improve documentation of new Imenu featuresEli Zaretskii
2024-05-29* lisp/imenu.el (imenu-flatten): Add new choice 'group' (bug#70846).Juri Linkov
2024-05-29Add Tramp distrobox methodMichael Albinus
2024-05-29Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsEli Zaretskii
2024-05-29; Update ldefs-boot.elEli Zaretskii
2024-05-29Rename comp-run.el and comp-cstr.el private functionsDavide Pola
2024-05-29Obey tramp-histfile-override in remote direct async processesMichael Albinus
2024-05-29; * src/w32.c (sys_open): Set errno to EISDIR if opening a directory.Eli Zaretskii
2024-05-29Fix error message from 'insert-file-contents'Eli Zaretskii
2024-05-29Add some documentation for 'help-find-source'Andrea Corallo
2024-05-29Add 'help-find-source' and bind it to C-h 4 sAndrea Corallo
2024-05-29Add a couple of minibuffer completion testsEshel Yaron
2024-05-29; * src/sfntfont.c (sfnt_parse_style): Fix typo.Po Lu
2024-05-29Fix unsafe usage of string data on AndroidPo Lu
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-05-28Redirect calls to `subr-native-elisp-p` to `native-comp-function-p`Stefan Monnier
2024-05-28Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier
2024-05-29Mention direction when resizing a window failsStefan Kangas
2024-05-28Fix adding to history via 'eshell-command'Jim Porter
2024-05-28esh-mode.el: Refrain from hiding buffer modifications (bug#70966)Stefan Monnier
2024-05-28Correct and clarify two doc strings in lisp/files.elAlan Mackenzie
2024-05-28Use the current face foreground for read-passwd icons (bug#71213)Kévin Le Gouguec
2024-05-28* lisp/image-mode.el (image-transform-fill-window): New command (bug#69565).Juri Linkov
2024-05-28Provide a list of default values for M-n of project-find-file (bug#70996)Juri Linkov
2024-05-28Avoid rare crashes in 'uncache_face'Eli Zaretskii
2024-05-28Use same Python binary for test as in python mode (bug#70815)Mattias Engdegård
2024-05-28Improve documentation of case-conversion commandsEli Zaretskii
2024-05-28Fix tar-mode-test-tar-extract-zip-and-gzMichael Albinus
2024-05-27Fix date-stamp regression in erc-fill-wrapF. Jason Park
2024-05-27Add ERC module querypoll as monitor placeholderF. Jason Park
2024-05-27Retain client's own user in erc-server-usersF. Jason Park
2024-05-27Tether query rolls to channel membership in ERCF. Jason Park
2024-05-27Reuse old query buffers for reassumed nicks in ERCF. Jason Park
2024-05-27Mention if an ERC module is local in its doc stringF. Jason Park
2024-05-27Delete original speedbar frame in erc-nickbar-modeF. Jason Park