aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-083-3/+13
* | | ; Fix indentation in src/nsterm.hStefan Kangas2025-01-081-16/+16
* | | Move define_error declaration and docstringStefan Kangas2025-01-082-5/+4
* | | ; Fix indentationStefan Kangas2025-01-081-2/+2
* | | Allow to remap 'header-line' faceEli Zaretskii2025-01-051-3/+19
* | | Fix setup of coding-systems on MS-WindowsEli Zaretskii2025-01-052-1/+25
* | | Merge from origin/emacs-30Eli Zaretskii2025-01-041-2/+2
|\ \ \ | |/ /
| * | Update doc string of 'insert'Ulrich Müller2025-01-041-2/+2
| * | Update copyright year to 2025Stefan Kangas2025-01-02278-286/+297
* | | Automatically redraw frames for filtered facesDaniel Colascione2025-01-032-0/+50
* | | Update copyright year to 2025Paul Eggert2025-01-01279-287/+292
* | | ; * src/doc.c (store_function_docstring): Fix typo.Pip Cet2024-12-301-1/+1
* | | Make browser windows pop up when browsing URLs on WaylandDaniel Colascione2024-12-281-0/+39
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-281-0/+5
|\ \ \ | |/ /
| * | Document undocumented completion commandsEli Zaretskii2024-12-241-0/+5
* | | Make image cache aware of image-scaling-factor (bug#74725)Alan Third2024-12-282-11/+37
* | | Don’t include stdlib.h from conf_post.hPaul Eggert2024-12-264-56/+37
* | | Let Gnulib deal with MB_CUR_MAXPaul Eggert2024-12-261-10/+0
* | | Fix format specifier warnings in nsterm.mCharalampos Mitrodimas2024-12-261-6/+11
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-1/+1
|\ \ \ | |/ /
| * | ; Fix call to 'decode_string_utf_8' in #ifdef'ed-away codeEli Zaretskii2024-12-211-1/+1
* | | Merge from origin/emacs-30Eli Zaretskii2024-12-211-2/+3
|\ \ \ | |/ /
| * | Mention network-interface-list in network-interface-info docstringRobert Pluim2024-12-181-1/+2
| * | ; * src/process.c (Fnetwork_interface_list): Fix typo.Robert Pluim2024-12-161-1/+1
* | | Add support for the ':data' keyword for play-sound in MS-Windows.Cecilio Pardo2024-12-211-120/+122
* | | Fix a number of Android compilation warningsPo Lu2024-12-211-2/+10
* | | On GTK do not inhibit implied resizing until tool bar was drawn (Bug#74750)Martin Rudalics2024-12-202-5/+8
* | | Fix the MS-Windows build broken by recent changesEli Zaretskii2024-12-202-23/+7
* | | Allow xt-mouse-tests to runGerd Möllmann2024-12-201-0/+7
* | | Fix tty root frame collection in redisplay_internalGerd Möllmann2024-12-203-1/+11
* | | Enable adjusting frame sizes on MS-DOSPo Lu2024-12-202-10/+15
* | | Enable TTY child frames on MS-DOSPo Lu2024-12-207-100/+128
* | | Fix the Android portPo Lu2024-12-202-0/+10
* | | Fix network test failure when using VPN clientRobert Pluim2024-12-191-6/+14
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-12-191-1/+1
|\ \ \
| * | | ; Fix a call to update_window for !HAVE_EXT_MENU_BARGerd Möllmann2024-12-191-1/+1
* | | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-12-194-8/+0
|\ \ \ \ | |/ / /
| * | | Remove remaining references to redisplay-dont-pauseGerd Möllmann2024-12-194-8/+0
* | | | ; Fix compilation warnings in term.cEli Zaretskii2024-12-191-7/+7
|/ / /
* | | Remove an unused parameter of combine_updatesGerd Möllmann2024-12-193-4/+4
* | | Don't pause display for pending inputGerd Möllmann2024-12-195-496/+262
* | | Merge branch 'scratch/tty-child-frames'Gerd Möllmann2024-12-1921-649/+1827
|\ \ \
| * | | Signal errors for unimplemented featuresGerd Möllmann2024-12-122-8/+2
| * | | Consider all windows for redisplay if frames have been clearedGerd Möllmann2024-11-201-5/+14
| * | | * src/xdisp.c (redisplay_internal): Use assq_no_quit.Gerd Möllmann2024-11-201-10/+3
| * | | Revert "Don't pause display for pending input"Gerd Möllmann2024-11-165-262/+496
| * | | Revert "Remove an unused parameter"Gerd Möllmann2024-11-163-4/+4
| * | | Remove an unused parameterGerd Möllmann2024-11-163-4/+4
| * | | Merge branch 'master' into scratch/tty-child-framesGerd Möllmann2024-11-1627-228/+1771
| |\ \ \
| * | | | Don't pause display for pending inputGerd Möllmann2024-11-165-496/+262