aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-192-59/+6
* Fix 'posn-at-point' around several 'display' propertiesEli Zaretskii2022-09-191-4/+7
* Avoid an unnecessary call to internStefan Kangas2022-09-191-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-192-3/+3
|\
| * ; Minor copyedits of *-frame-alist doc stringsEli Zaretskii2022-09-181-1/+1
| * ; * src/intervals.c (get_local_map): Fix commentary.Eli Zaretskii2022-09-181-2/+2
* | Remove calls to intern with a static string from code that runs on XPo Lu2022-09-196-31/+60
* | Get rid of intern calls to static strings in xterm.cPo Lu2022-09-191-1/+4
* | Fix GC protection of scroll bar windowsPo Lu2022-09-191-8/+14
* | Prefer using DEFSYMs to intern with wrong_type_argumentStefan Kangas2022-09-184-9/+13
* | Remove what should be unnecessary calls to block_inputPo Lu2022-09-181-16/+6
* | Fix possible null pointer accessGerd Möllmann2022-09-181-1/+3
* | Fix rare shaping problems with Urdu and ArabicYAMAMOTO Mitsuharu2022-09-171-1/+2
* | Optimize tty display updates (bug#57727)Gerd Möllmann2022-09-174-2/+50
* | Fix MPX focus tracking upon frame deletionPo Lu2022-09-171-0/+10
* | ; Update src/macuvs.h, forgotten in Unicode 15.0 commit.Eli Zaretskii2022-09-171-881/+881
* | Fix wrong source window being generated for XDND leave eventsPo Lu2022-09-161-6/+9
* | Avoid asserting for fontset validity before it is usedPo Lu2022-09-161-2/+1
* | Fix crash in GC on macOS (bug#57751)Gerd Möllmann2022-09-161-1/+2
* | ; Fix last change in w32fns.c.Eli Zaretskii2022-09-151-0/+2
* | Implement support for 'wallpaper-set' on MS-WindowsEli Zaretskii2022-09-151-0/+63
* | Simplify and shrink reader buffersMattias Engdegård2022-09-151-21/+17
* | mapconcat fast path with `identity` function argumentMattias Engdegård2022-09-151-3/+25
* | More fixes for XDND proxy supportPo Lu2022-09-151-3/+3
* | Revert "; Fix doc string of 'loaddefs-generate'"Eli Zaretskii2022-09-151-45/+0
* | ; Fix doc string of 'loaddefs-generate'Eli Zaretskii2022-09-151-0/+45
* | ; * src/emacs.c (usage_message): Remove stray tabs.Augusto Stoffel2022-09-141-1/+1
* | Raise default max-specpdl-size and max-lisp-eval-depthMattias Engdegård2022-09-141-7/+2
* | Implement wallpaper.el support for HaikuPo Lu2022-09-143-0/+185
* | Port alignas definition to C23Paul Eggert2022-09-131-1/+2
* | Move imagep in image.c from the debugging sectionLars Ingebrigtsen2022-09-131-4/+2
* | ; * src/image.c (svg_load_image): Another minor cleanup. (Bug#51104)Eli Zaretskii2022-09-131-8/+14
* | ; * src/image.c (svg_load_image): Always free 'err' if non-NULL.Eli Zaretskii2022-09-131-1/+3
* | Fix last change in image.cEli Zaretskii2022-09-131-6/+9
* | Avoid double svg error reporting and segfaultsdickmao2022-09-131-9/+18
* | Fix frames with explicit parent being unmapped after parent shuts downPo Lu2022-09-131-0/+4
* | Fix focus restoration upon x_mouse_leave againPo Lu2022-09-121-2/+7
* | Make it easier to clear the Motif drag window for debuggingPo Lu2022-09-111-0/+13
* | Fix compliance with the XDND specification when dropping on a proxyPo Lu2022-09-101-28/+51
* | Doc fixes for 'text-quoting-style'Stefan Kangas2022-09-101-2/+13
* | * src/w32image.c (w32_can_use_native_image_api): Fix comment.Stefan Kangas2022-09-101-1/+1
* | ; * src/alloc.c (check_pure_size): Fix last change.Po Lu2022-09-101-1/+1
* | Fix several printfs for 32 bit systemsPo Lu2022-09-101-1/+1
* | Fix problem with Glib 2.73.2+ and SIGCHLD handlerPaul Eggert2022-09-091-14/+24
* | Delete variable window-system-version obsolete since 24.3Stefan Kangas2022-09-096-32/+0
* | Delete many items obsolete since 24.3Stefan Kangas2022-09-091-18/+0
* | Remove some redundant calls to x_ignore_errors_for_next_requestPo Lu2022-09-091-5/+2
* | Remove long-broken TESTRM interfacePo Lu2022-09-091-104/+0
* | Display librsvg error when loading bad SVGStefan Kangas2022-09-091-7/+7
* | * src/keyboard.c (safe_run_hook_funcall): Fix thinkoStefan Monnier2022-09-081-1/+1