aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* itree.[ch]: Add sanity checks, comments, and minor tweaksStefan Monnier2022-09-285-61/+89
* Merge remote-tracking branch 'origin/scratch/noverlay-wip' into noverlayStefan Monnier2022-09-282-5/+2
|\
| * * src/buffer.c (overlays_in): Fix confusion Z-vs-ZVscratch/noverlay-wipStefan Monnier2022-09-252-5/+2
* | Avoid nested iteration over intervals (bug#58144)Gerd Möllmann2022-09-281-2/+10
* | Add debugging help for nested iterators (nug#58144)Gerd Möllmann2022-09-283-8/+17
* | Fix last changeGerd Möllmann2022-09-281-1/+1
* | Fix macOS build (bug#58108)Gerd Möllmann2022-09-273-54/+54
|/
* Merge 'master' into noverlayStefan Monnier2022-09-25269-51942/+160574
|\
| * Merge branch 'emacs-28'Stefan Monnier2022-09-241-0/+3
| |\
| | * ; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug#52092)Eli Zaretskii2022-09-241-0/+3
| * | `append' doc string clarificationLars Ingebrigtsen2022-09-241-1/+4
| * | Reduce complexity of scroll bar window protection codePo Lu2022-09-242-59/+54
| * | Merge from origin/emacs-28Stefan Kangas2022-09-231-2/+6
| |\ \ | | |/
| | * Fix shaping with bitmap-only fonts on HarfBuzz 5.2.0 (Bug#57976)YAMAMOTO Mitsuharu2022-09-231-2/+6
| * | Fix more toolkit scroll bar window protection issuesPo Lu2022-09-232-2/+25
| * | Work around rare crash when turning scroll wheelPo Lu2022-09-221-16/+28
| * | Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
| |\ \ | | |/
| | * ; More comment fixes in font.h (bug#57935)Eli Zaretskii2022-09-191-1/+1
| | * ; * src/font.h (struct font_driver): Comment fix.Manuel Giraud2022-09-191-1/+1
| * | Fix minor thinko in focus tracking logicPo Lu2022-09-211-3/+5
| * | Remove intern calls with a static string from haiku*.cPo Lu2022-09-203-4/+9
| * | 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