aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove redundant conversion from bool to boolStefan Kangas2024-01-081-1/+1
* | ; Delete a superfluous bitwise 'or'Stefan Kangas2024-01-081-1/+0
* | Pacify Ubuntu GCC 13.2 in x_get_local_selectionPaul Eggert2024-01-061-0/+6
* | Pacify Ubuntu GCC 13.2 in set_marker_internalPaul Eggert2024-01-061-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2024-01-062-3/+7
|\ \ | |/
| * * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.Andrea Corallo2024-01-041-2/+2
| * ; * src/window.c (Fset_window_margins): Doc fix.Eli Zaretskii2024-01-031-1/+5
* | Revert "Add new `swap` macro and use it"Po Lu2024-01-0613-39/+99
* | Properly parse TTC tables with digital signaturesPo Lu2024-01-061-3/+3
* | Add new `swap` macro and use itStefan Kangas2024-01-0613-99/+39
* | (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-044-66/+26
* | (signal_or_quit): Preserve error object identityStefan Monnier2024-01-042-38/+32
* | eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier2024-01-041-23/+32
* | Move batch backtrace code to `top_level_2`Stefan Monnier2024-01-043-25/+27
* | New special form `handler-bind`Stefan Monnier2024-01-042-17/+121
* | Prefer build_unibyte_string where applicableStefan Kangas2024-01-042-2/+2
* | Prefer NILP (x) to EQ (x, Qnil)Stefan Kangas2024-01-041-1/+1
* | Don't magnify extent of shifts by variable glyph interpolationPo Lu2024-01-031-8/+14
* | Don't include sheap.h in sysdep.cStefan Kangas2024-01-031-1/+0
* | Delete obsolete GC debugging codeStefan Kangas2024-01-031-102/+0
* | Don't include sheap.h from alloc.cStefan Kangas2024-01-021-1/+0
* | Improve rounding of projection vector versorsPo Lu2024-01-021-5/+21
* | ; Add 2024 to copyright yearsPo Lu2024-01-0219-19/+19
* | Merge from savannah/emacs-29Po Lu2024-01-02259-259/+259
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-02259-259/+259
* | Bring GX point interpolation further into standards compliancePo Lu2024-01-011-269/+182
* | Revert "Get NS screen resolution from system"Alan Third2023-12-311-5/+2
* | Prevent overlapping sections of glyphs from being misalignedPo Lu2023-12-311-2/+7
* | ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu2023-12-311-1/+1
* | ; * src/alloc.c (garbage_collect): Fix typo.Stefan Kangas2023-12-301-1/+1
* | Simplify Objective C autorelease pool handlingAlan Third2023-12-303-19/+15
* | Get NS screen resolution from systemAlan Third2023-12-301-2/+5
* | ; Improve documentation of SVG image loadingAlan Third2023-12-301-3/+37
* | Merge from origin/emacs-29Eli Zaretskii2023-12-303-7/+14
|\ \ | |/
| * Revert "Fix treesit-node-field-name and friends (bug#66674)"Yuan Fu2023-12-291-3/+4
| * ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).Eli Zaretskii2023-12-281-2/+2
| * Increment parser timestamp when narrowing changes (bug#67977)Yuan Fu2023-12-232-2/+8
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-305-20/+13
* | ; Fix last changeEli Zaretskii2023-12-301-2/+2
* | Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko2023-12-303-4/+24
* | Obey USE_MY_METRICS in compound glyphsPo Lu2023-12-293-98/+228
* | Revert e8df6c311fcf59bf23d31b9db2bb8fec9d78fbe7Yuan Fu2023-12-261-4/+7
* | ; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding.Po Lu2023-12-261-0/+6
* | Consistently round glyph advances in the SFNT font backendPo Lu2023-12-262-7/+12
* | Apply TTF advance width rounding to uninstructed glyphsPo Lu2023-12-252-12/+16
* | Optimize font edge filling loopPo Lu2023-12-251-54/+33
* | * src/eval.c (signal_or_quit): Fix naming inconsistency with docsStefan Monnier2023-12-241-2/+2
* | ; * src/eval.c (Fdefvar): Doc fix (bug#67991).Eli Zaretskii2023-12-241-2/+8
* | ; * src/xdisp.c (draw_glyphs): Fix coding style.Po Lu2023-12-231-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-231-2/+2
|\ \ | |/