aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove BASE2_EQPaul Eggert2024-02-133-19/+9
| * | Simplify and speed up EQ againPaul Eggert2024-02-131-11/+6
| * | Simplify and speed up EQPaul Eggert2024-02-131-17/+9
| * | ; * src/lread.c (Finternal__obarray_buckets): Fix coding style.Po Lu2024-02-131-1/+1
| * | lread.c: Use bare symbol operationsMattias Engdegård2024-02-121-65/+59
| * | Internal function for obarray performance analysis (bug#68244)Mattias Engdegård2024-02-121-0/+27
| * | ; Update Lisp_Hash_Table hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-121-1/+1
| * | Disable exec loader when Emacs is running under an existing instancePo Lu2024-02-121-0/+33
| * | Make sure the binding shown by echo-keystrokes-help is not shadowedDmitry Gutov2024-02-111-8/+5
| * | Rename a number of native compiler functionsAndrea Corallo2024-02-111-3/+3
| * | Fix 'min-width' display property in 'buffer-text-pixel-size'Eli Zaretskii2024-02-111-3/+0
| * | 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