aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix last change in keyboard.cEli Zaretskii2025-11-161-6/+5
* | Fix cursor motion across invisible text with an overlayEli Zaretskii2025-11-161-4/+23
* | Workaround for MSVCRT stdio on MS-Windows for CJK localesEli Zaretskii2025-11-161-0/+38
* | Fix processing sub-process exit when keyboard input is pendingEli Zaretskii2025-11-151-0/+12
* | Avoid extra newline in user-error logged in *Messages*Eli Zaretskii2025-11-153-0/+12
* | read_key_sequence: Additional check for fix_current_bufferSean Whitton2025-11-131-5/+12
* | Merge from savannah/emacs-30Po Lu2025-11-121-6/+2
|\ \ | |/
| * Fix crash on Android 2.2Po Lu2025-11-121-6/+2
* | * src/w32fns.c (Fw32_system_idle_time): New function.Eli Zaretskii2025-11-091-0/+28
* | Fix a crash in 'merge_face_ref'Eli Zaretskii2025-11-091-15/+21
* | ; Fix doc strings of the various 'insert-*' functionsEli Zaretskii2025-11-081-8/+13
* | (load-history, lisp-directory): Don't `file-truename`Stefan Monnier2025-11-051-1/+1
* | Fix the Android portPo Lu2025-11-051-11/+0
* | Fix the MS-DOS port and reading of symlink targetsPo Lu2025-11-051-2/+2
* | Simplify tzfree usePaul Eggert2025-11-041-6/+3
* | Update from Gnulib by running admin/merge-gnulibPaul Eggert2025-11-042-44/+39
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsEli Zaretskii2025-11-031-44/+48
|\ \
| * | Change tree-sitter query predicate names (bug#79687)Yuan Fu2025-11-021-44/+48
* | | Fix compilation errors in xsettings.cEli Zaretskii2025-11-031-3/+8
|/ /
* | ; Fix another compilation warning in pgtkselect.cEli Zaretskii2025-11-021-2/+0
* | Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii2025-11-023-24/+11
* | ; Fix documentation of a recent commitEli Zaretskii2025-11-021-4/+4
* | Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics2025-11-021-0/+44
* | Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada2025-11-024-0/+100
* | Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii2025-10-311-4/+7
* | Fix a bug in Fcombine_windowsMartin Rudalics2025-10-311-61/+105
* | ; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.Eli Zaretskii2025-10-311-1/+15
* | ; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii2025-10-291-3/+2
* | Avoid face inheritance cyclesEli Zaretskii2025-10-271-1/+57
* | ; Remove unintended hunks from last changeset.Eli Zaretskii2025-10-251-57/+1
* | ; Fix last change (bug#79629)Eli Zaretskii2025-10-251-1/+57
* | Prevent shorthand inheritance when loading .elc files (bug#79485)João Távora2025-10-231-0/+7
* | New commands to split and merge framesPranshu Sharma2025-10-231-1/+1
* | ; * src/frame.c (frame_get): Fix a thinko.Eli Zaretskii2025-10-221-1/+1
* | Allow renaming of frames to F<num> on text terminalsAlan Mackenzie2025-10-221-7/+35
* | ; * src/lisp.h (struct Lisp_String): mention terminating NULMattias Engdegård2025-10-221-0/+3
* | Don't feed the stack overflow detector bad dataMattias Engdegård2025-10-202-1/+4