aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix vertical-motion when an image is at EOL under word-wrapJD Smith2025-06-071-4/+15
* | Improve documentation of treesit "thing"Eli Zaretskii2025-06-051-9/+13
* | ; * src/nsterm.m (ns_draw_stretch_glyph_string): Fix a thinko (bug#78654).Eli Zaretskii2025-06-041-1/+1
* | Fix NS port screen geometry report (bug#76051)Alan Third2025-06-021-22/+9
* | Fix ns_make_monitor_attribute_list (bug#76691)shipmints2025-06-021-95/+19
* | ; Avoid compiler warnings in MinGW buildsEli Zaretskii2025-06-0112-101/+120
* | ; * src/fns.c (fixnum_float_cmp): Don't use non-ASCII characters.Eli Zaretskii2025-05-311-1/+1
* | Have 'delete-frame' delete initial daemon frame only if FORCE is non-nilMartin Rudalics2025-05-291-4/+7
* | Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet2025-05-281-4/+10
* | Do child frame shortcut only on Cocoa (bug#78616)Gerd Möllmann2025-05-281-1/+1
* | Fix DST time calculations on MS-WindowsEli Zaretskii2025-05-263-0/+30
* | Speed up loading modulesLin Sun2025-05-241-1/+17
* | ; Fix documentation of a recent commitEli Zaretskii2025-05-241-6/+7
* | Add load-path-filter-function and use it to optimize loadingSpencer Baugh2025-05-231-2/+18
* | Improve reporting of language-grammar library ABI version mismatchEli Zaretskii2025-05-181-4/+14
* | Prevent double frees in closing fonts provided by the Haiku font driverPo Lu2025-05-181-11/+18
* | * src/lread.c (read0): Don't allow radix 0 or 1.Mattias Engdegård2025-05-171-1/+1
* | ; Fix wording of recently-added documentationEli Zaretskii2025-05-151-3/+3
* | default_toplevel_binding, local_toplevel_binding: Loop upwardsSean Whitton2025-05-151-12/+8
* | New top-level buffer-local value functionsSean Whitton2025-05-152-1/+72
* | ; * src/buffer.c (Fgenerate_new_buffer_name): Fix typo.Sean Whitton2025-05-131-2/+2
* | Avoid unnecessary calls to GetFileAttributes on MS-WindowsEli Zaretskii2025-05-111-51/+75
* | Support sub-second file time-stamps on MS-WindowsEli Zaretskii2025-05-111-12/+32
* | Fix infinite looping in 'next-frame' and associates (Bug#77985)Martin Rudalics2025-05-091-30/+59
* | ; * src/pdumper.c (dump_buffer): Update hash.Yuan Fu2025-05-071-1/+1
* | Fix compilation on Android 35 and on TermuxPo Lu2025-05-061-0/+11
* | Synchronize Android and Haiku terminal frontends with XPo Lu2025-05-053-8/+7
* | Fix support of 'mouse-highlight' on X (bug#78218)Gerd Möllmann2025-05-041-5/+6
* | Add line-column tracking for tree-sitterYuan Fu2025-05-039-68/+965
* | Fix support of 'mouse-highlight' on NS (bug#78218)Gerd Möllmann2025-05-041-2/+4
* | Avoid warnings about 'lexical-binding' in 'eval-buffer'Eli Zaretskii2025-05-031-5/+11
* | Fix support of 'mouse-highlight' on MS-Windows consoleEli Zaretskii2025-05-031-1/+10
* | (decode_coding): Avoid nested *-change-functions (bug#78042)Stefan Monnier2025-05-021-1/+5
* | Update tree-sitter subroutine in Fsubst_char_in_regionYuan Fu2025-04-281-4/+3
* | Don't escape "." in `prin1' when followed by a letterSpencer Baugh2025-04-281-3/+6
* | ; * src/w32dwrite.c: Minor coding style adjustments.Po Lu2025-04-241-11/+11
* | ; * src/w32dwrite.c (text_extents_internal): Fix typos in comments.Eli Zaretskii2025-04-231-2/+2
* | w32: change the way text is measured when using DirectWriteCecilio Pardo2025-04-231-6/+253
* | * src/androidfns.c (Fx_display_grayscale_p): Fix value on color displays.Po Lu2025-04-221-2/+1
* | Realloc less often in adjust_glyph_matrix (bug#77961)Gerd Möllmann2025-04-221-7/+11
* | ; Fix thinko in recent commitStefan Kangas2025-04-221-1/+1
* | Pacify GCC 15 -Wunterminated-string-initializationPaul Eggert2025-04-192-2/+2
* | Pacify GCC 15 -Wanalyzer-null-dereferencePaul Eggert2025-04-191-0/+2
* | Avoid name clashes with static GnuTLSPaul Eggert2025-04-1915-45/+44
* | Pacify "statement not reached" in value_cmpPaul Eggert2025-04-191-3/+1
* | Fix libsrc assumption in src/Makefile.inPaul Eggert2025-04-191-1/+1
* | ; Delete superfluous comments explaining config.hStefan Kangas2025-04-197-16/+0
* | xterm.c: Move GTK3-specific variables into narrower scopesStefan Kangas2025-04-191-44/+15
* | Merge from savannah/emacs-30Yuan Fu2025-04-181-4/+9
|\ \ | |/
| * ; Improve doc string of 'insert-char'Eli Zaretskii2025-04-181-4/+9