aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu2024-02-113-20/+21
| * | Make miscellaneous improvements to the Android portPo Lu2024-02-101-12/+11
| * | Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598ePaul Eggert2024-02-081-14/+15
| * | Fix treesit_traverse_get_predicate (bug#68954)Dominique Quatravaux2024-02-081-2/+2
| * | Set adstyle within sfnt font objectsPo Lu2024-02-091-4/+2
| * | Don't lose track of adstyles during face mergingPo Lu2024-02-091-8/+27
| * | Replace a few calls to intern with constant stringsPo Lu2024-02-092-3/+10
| * | ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.Eli Zaretskii2024-02-081-1/+1
| * | Prevent echo area help message from being printed repeatedlyPo Lu2024-02-081-1/+4
| * | Fix earlier change to keyboard.cPo Lu2024-02-081-3/+7
| * | Mention 'C-h' in echo for unfinished commandsDmitry Gutov2024-02-071-0/+13
| * | Rearrange and pack hash table fields to reduce spaceMattias Engdegård2024-02-061-7/+8
| * | Change hash range reduction from remainder to multiplicationMattias Engdegård2024-02-064-46/+54
| * | Implement Lisp threading on AndroidPo Lu2024-02-065-9/+115
| * | Don't forcibly display dialogs on Android if a keyboard is presentPo Lu2024-02-063-0/+38
| * | Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-055-99/+49
| * | Don't respect ROUND_XY_TO_GRID when decomposing uninterpreted glyphPo Lu2024-02-051-8/+2
| * | * src/lread.c (bytecode_from_rev_list): Fix assertion failureStefan Monnier2024-02-041-1/+1
| * | * src/lread.c (build_load_history): Be careful with in-place updatesStefan Monnier2024-02-041-2/+8
| * | * src/window.c (set_window_buffer): Flush the `base_line_number` cacheStefan Monnier2024-02-041-0/+2
| * | (w->base_line_number): Rework the way we flush the cacheStefan Monnier2024-02-041-36/+46
| * | ; Fix typosStefan Kangas2024-02-041-1/+1
| * | Fix display of invisible text with opposite directionalityEli Zaretskii2024-02-041-33/+158
| * | textconv.c: Fix warnings with-wide-intStefan Monnier2024-02-031-7/+3
| * | Pacify gcc -Wpointer-signPaul Eggert2024-02-021-1/+1
| * | bytecomp.el: Rewrite the way we print dynamic docstringsStefan Monnier2024-02-022-46/+31
| * | * src/lread.c (bytecode_from_rev_list): Fix thinkoStefan Monnier2024-02-011-1/+1
| * | * src/lread.c (bytecode_from_rev_list): Re-group checksStefan Monnier2024-02-011-25/+27
| * | macfont.m: Fix values for font widths and weights on macOSStanislav Yaglo2024-02-011-28/+68
| * | * src/term.c (produce_glyphs): Synchronize with gui_produce_glyphs.Po Lu2024-02-011-1/+12
| * | Prevent continuation from affecting tab width in/after line prefixPo Lu2024-02-013-18/+74
| * | Bytecode engine fast-path streamlining of plain symbolsMattias Engdegård2024-01-311-9/+11
| * | Eliminate lazy bytecode loadingMattias Engdegård2024-01-313-96/+39
| * | Allow equal user-defined hash table tests with different namesMattias Engdegård2024-01-311-1/+4
| * | Don't hang when display objects are displaced by line or wrap-prefixesPo Lu2024-01-311-65/+135
| * | ; Spelling fixesPaul Eggert2024-01-301-1/+1
* | | ; * src/data.c (Ftype_of): Update comment.Andrea Corallo2024-02-271-1/+1
|/ /
* | ; * src/sfnt.c: Fix standalone compilation.Po Lu2024-01-291-2/+3
* | * src/haiku_select.cc: Include stdckdint.h.Po Lu2024-01-291-0/+1
* | ; Fix typosStefan Kangas2024-01-282-3/+3
* | Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-289-193/+135
* | Rename TAG_PTR to TAG_PTR_INITIALLYPaul Eggert2024-01-282-12/+8
* | * src/lisp.h: Improve TAG_PTR comments.Paul Eggert2024-01-281-4/+9
* | Fix C conformance issue in LISPSYM_INITIALLYPaul Eggert2024-01-281-1/+1
* | Fix "emacs -nw" on MS-WindowsEli Zaretskii2024-01-282-2/+7
* | ; * src/pdumper.c: Fix comments.Eli Zaretskii2024-01-271-11/+9
* | Allow users to opt out of following Windows Dark modeEli Zaretskii2024-01-271-1/+9
* | * src/pdumper.c (Fdump_emacs_portable): Simplify commit 16a16645f524Stefan Monnier2024-01-271-12/+9
* | Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård2024-01-273-34/+48
* | pdumper.c: Minor improvements found while debuggingStefan Monnier2024-01-261-28/+29