aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Port back to GTK2Paul Eggert2025-12-092-2/+2
* ; Fix confusing comment in xmenu.c.Paul Eggert2025-12-091-1/+1
* ; Fix a typo in xterm.[ch].Eli Zaretskii2025-12-092-2/+2
* Pacify -Wunused-function re get_conversion_fieldPaul Eggert2025-12-082-8/+3
* ; * src/keyboard.c (make_lispy_event): Remove unused variable.Po Lu2025-12-091-1/+1
* Fix builds without toolkit menu barsPo Lu2025-12-092-4/+3
* Fix xmenu.c USE_X_TOOLKIT duplicationPaul Eggert2025-12-081-2/+2
* Fix some C symbol extern visibilityPaul Eggert2025-12-0825-162/+143
* New 'R' code letter for 'interactive' formsSean Whitton2025-12-081-7/+23
* NS: Fix compilation on pre macOS 11 macsDavid Caldwell2025-12-081-2/+3
* ; Fix commentary in xfaces.cEli Zaretskii2025-12-081-6/+4
* ; * src/.gdbinit: Improve comments of .gdbinit helper functions (bug#79932)Jeremy Bryant2025-12-081-0/+15
* Simplify conv_sockaddr_to_lisp via strnlenPaul Eggert2025-12-071-7/+1
* Fix the DJGPP portPo Lu2025-12-081-9/+10
* Align config.h better to src/lisp.hPaul Eggert2025-12-071-20/+11
* Work around GCC bug 123042Paul Eggert2025-12-071-3/+3
* Include malloc.h early in alloc.cPaul Eggert2025-12-072-21/+21
* Pacify -Werror=null-dereference in ralloc.cPaul Eggert2025-12-071-6/+2
* Allow volume control of system audio device on MS-WindowsEli Zaretskii2025-12-071-0/+67
* * src/comp.c (emit_EQ): Make a declaration an assignment (bug#79722)Gerd Möllmann2025-12-071-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-12-061-3/+6
|\
| * ; * src/font.c (Flist_fonts): Doc fix.Eli Zaretskii2025-12-041-3/+6
* | ; * src/eval.c (Ffunc_arity): Doc fix (bug#79880).Eli Zaretskii2025-12-061-1/+6
* | ; * src/.gdbinit: Document xfmt, a user-defined function.Jeremy Bryant2025-12-061-0/+4
* | Fix root frame check in store_frame_param (Bug#79947)Martin Rudalics2025-12-061-10/+20
* | Don't emit print-circle refs for empty string and vectorMattias Engdegård2025-12-041-14/+25
* | * Have comp do not use builtin_expect with libgccjit < 14 (bug#79722)Andrea Corallo2025-12-041-16/+21
* | NS: Fix toolbar style and positionRudolf Adamkovič2025-12-041-0/+7
* | ; Avoid assertion violations in 'font-match-p'Eli Zaretskii2025-12-041-0/+4
* | Waste 4 fewer bytes in GNU/Linux 32-bit HPPAPaul Eggert2025-12-031-6/+19
* | Port to GNU/Linux HPPA mallocPaul Eggert2025-12-022-10/+53
* | Pacify gcc -Wdangling-else in dbusbind.cPaul Eggert2025-12-021-10/+10
* | Cache VC incoming revisionsSean Whitton2025-11-301-2/+2
* | Use treesit-extra-load-path for more values of treesit-auto-install-grammarJuri Linkov2025-11-301-1/+2
* | * lisp/cus-start.el: Make 'treesit-extra-load-path' customizable.Juri Linkov2025-11-281-1/+3
* | Fix recently-introduced ash bugPaul Eggert2025-11-271-4/+5
* | Work around a bug in GCC 14 i386 C23 alignasPaul Eggert2025-11-271-7/+11
* | Remove all traces of MSVC support from MS-Windows codeEli Zaretskii2025-11-273-36/+2
* | Port to glibc 2.43+ with GCC 15+Paul Eggert2025-11-254-26/+30
* | Make it easier to enable Abbrev mode by defaultSean Whitton2025-11-251-2/+4
* | ; * src/keyboard.c (read_key_sequence): Style tweaks.Sean Whitton2025-11-241-5/+3
* | ; * src/gtkutil.c (xg_update_dark_mode_for_all_displays): Typo.Po Lu2025-11-241-1/+1
* | Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-249-44/+105
* | Add `toolkit-theme' and 'toolkit-theme-set-functions'Ahmed Khanzada2025-11-225-0/+41
* | Fix thinko in 'window_set_parent_and_normal_sizes'Martin Rudalics2025-11-221-1/+1
* | A few more functions are not purePaul Eggert2025-11-204-10/+8
* | Fix more mis-declarations of non-const functionsPaul Eggert2025-11-203-4/+4
* | Fix mis-declarations of non-const functionsPaul Eggert2025-11-195-17/+15
* | Fix 'make_lispy_position' for left margin clicks (Bug#79846)Martin Rudalics2025-11-191-1/+2
* | Fix MinGW build broken by integration of 'stdio-consolesafe'Eli Zaretskii2025-11-181-1/+1