summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-14Improve support for TifinaghEli Zaretskii
2024-07-14Update to Org 9.7.7-2-gf308d3Kyle Meyer
2024-07-14Further time decoding tidyingMattias EngdegÄrd
2024-07-14Minor improvement in 'rmail-redecode-body'Eli Zaretskii
2024-07-14Fix decoding 'display' properties with SVG images in Enriched modeEli Zaretskii
2024-07-14* configure.ac (D8): Fix typo.Pip Cet
2024-07-13Minor renaming in timefns.cPaul Eggert
2024-07-14; * src/android.c (setEmacsParams): Delete unused variable.Po Lu
2024-07-14Merge from savannah/emacs-30Po Lu
2024-07-14Do not set LD_LIBRARY_PATH during Android initializationPo Lu
2024-07-13; Set Transient's versionJonas Bernoulli
2024-07-13Treat SVG images like other image types in 'shr-put-image'Jim Porter
2024-07-13; Fix typos in 'which-key-mode' (bug#72093)john muhl
2024-07-13Fix renaming symlinks on MS-WindowsEli Zaretskii
2024-07-13Merge from origin/emacs-30Eli Zaretskii
2024-07-13; * src/w32fns.c (Fw32_notification_close): Fix typo (bug#72091).Raffael Stocker
2024-07-13* test/lisp/wdired-tests.el (wdired-test-bug34915): Fix for MS-Windows.Eli Zaretskii
2024-07-13Fix 'wdired-test-unfinished-edit-01'Peter Oliver
2024-07-13; * src/search.c (Fre_search_forward): Clarify doc string (bug#71879).Eli Zaretskii
2024-07-13; Fix last changeEli Zaretskii
2024-07-13Fontify doxygen support to 'c-ts-mode', 'c++-ts-mode' and 'java-ts-mode'Vincenzo Pupillo
2024-07-13Fontify destructor in c++-ts-modeVincenzo Pupillo
2024-07-13Simplify timestamp decodingMattias EngdegÄrd
2024-07-12Fix invalid defcustom type for erc-buffers optionF. Jason Park
2024-07-12* lisp/gnus/mm-uu.el (mm-uu-type-alist): Fix end-regexp of git-format-patch.Juri Linkov
2024-07-12; Fix 'ibuffer-do-isearch{-regexp}'Eshel Yaron
2024-07-12Fix infloop in 'shell-resync-dirs'Eli Zaretskii
2024-07-12; * src/image.c (free_image_cache): Add assertion. (Bug#71929)Eli Zaretskii
2024-07-12Merge from savannah/emacs-30Po Lu
2024-07-12Render more Android functions safe to execute in a batch sessionPo Lu
2024-07-12Merge from savannah/emacs-30Po Lu
2024-07-12Document means of executing Emacs from unrelated Android applicationsPo Lu
2024-07-11Don't emit a prompt in Eshell when a background command is killedJim Porter
2024-07-11Add a type-check--optim testAndrea Corallo
2024-07-11Some clean-up in comp-tests.elAndrea Corallo
2024-07-11Fix 'comp--type-check-optim-block' it using 'comp-cstr-type-p'Andrea Corallo
2024-07-11Generalize 'comp-cstr-symbol-p'Andrea Corallo
2024-07-11Add 'comp-type-check-optim' passAndrea Corallo
2024-07-11Split 'comp--ssa' codeAndrea Corallo
2024-07-11Rename timefns static function lisp_time_structPaul Eggert
2024-07-11Avoid mpz for some common timestamp casesPaul Eggert
2024-07-11Decode current time directly to timespecPaul Eggert
2024-07-11In timefns.c avoid by-hand overflow checkingPaul Eggert
2024-07-11Optimize smallish mpz to native int conversionPaul Eggert
2024-07-11New FASTER_BIGNUM macro to test slow-path codePaul Eggert
2024-07-11In timefns, call natnump only for non-fixnumsPaul Eggert
2024-07-11In timefns, do gcd reduction more oftenPaul Eggert
2024-07-11In timefns, prefer ui mul and divPaul Eggert
2024-07-11Reduce size of integer product in timefnsPaul Eggert
2024-07-11Rename timefns internalsPaul Eggert