summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-07Mention 'C-h' in echo for unfinished commandsDmitry Gutov
2024-02-06Rearrange and pack hash table fields to reduce spaceMattias Engdegård
2024-02-06Change hash range reduction from remainder to multiplicationMattias Engdegård
2024-02-06Implement Lisp threading on AndroidPo Lu
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu
2024-02-05Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier
2024-02-05Don't respect ROUND_XY_TO_GRID when decomposing uninterpreted glyphPo Lu
2024-02-04* src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier
2024-02-04* src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier
2024-02-04* src/window.c (set_window_buffer): Flush the `base_line_number` cacheStefan Monnier
2024-02-04(w->base_line_number): Rework the way we flush the cacheStefan Monnier
2024-02-04; Fix typosStefan Kangas
2024-02-04Fix display of invisible text with opposite directionalityEli Zaretskii
2024-02-03textconv.c: Fix warnings with-wide-intStefan Monnier
2024-02-02Pacify gcc -Wpointer-signPaul Eggert
2024-02-02bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier
2024-02-01* src/lread.c (bytecode_from_rev_list): Fix thinkoStefan Monnier
2024-02-01* src/lread.c (bytecode_from_rev_list): Re-group checksStefan Monnier
2024-02-01macfont.m: Fix values for font widths and weights on macOSStanislav Yaglo
2024-02-01* src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu
2024-02-01Prevent continuation from affecting tab width in/after line prefixPo Lu
2024-01-31Bytecode engine fast-path streamlining of plain symbolsMattias Engdegård
2024-01-31Eliminate lazy bytecode loadingMattias Engdegård
2024-01-31Allow equal user-defined hash table tests with different namesMattias Engdegård
2024-01-31Don't hang when display objects are displaced by line or wrap-prefixesPo Lu
2024-01-30; Spelling fixesPaul Eggert
2024-01-29; * src/sfnt.c: Fix standalone compilation.Po Lu
2024-01-29* src/haiku_select.cc: Include stdckdint.h.Po Lu
2024-01-28; Fix typosStefan Kangas
2024-01-28Fix "emacs -nw" on MS-WindowsEli Zaretskii
2024-01-28Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert
2024-01-28Rename TAG_PTR to TAG_PTR_INITIALLYPaul Eggert
2024-01-28* src/lisp.h: Improve TAG_PTR comments.Paul Eggert
2024-01-28Fix C conformance issue in LISPSYM_INITIALLYPaul Eggert
2024-01-28Fix "emacs -nw" on MS-WindowsEli Zaretskii
2024-01-27; * src/pdumper.c: Fix comments.Eli Zaretskii
2024-01-27Allow users to opt out of following Windows Dark modeEli Zaretskii
2024-01-27* src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier
2024-01-27Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård
2024-01-26pdumper.c: Minor improvements found while debuggingStefan Monnier
2024-01-26pdumder.c: Fix bug#68690Stefan Monnier
2024-01-26Fix crash backtraces on MS-Windows, broken by ASLREli Zaretskii
2024-01-26Avert race condition between window attachment and buffer swapPo Lu
2024-01-25; Update 'struct charset' hash for CHECK_STRUCTSBasil L. Contovounesios
2024-01-25Prevent matrices from remaining invalid post mini-window resizePo Lu
2024-01-24* src/lisp.h (DOHASH): Handle rehashing (bug#68690)Stefan Monnier
2024-01-24Fix build when CHECK_LISP_OBJECT_TYPE is setStefan Monnier
2024-01-24(struct composition): Remove dependency on hash-table internalsStefan Monnier
2024-01-24(DOHASH): Change calling conventionStefan Monnier
2024-01-23Remove too-tricky make_lisp_symbol optimizationStefan Monnier