aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-053-34/+36
| * | | | Minor tweaks to the fix for `insert-before-markers' overlay fixMatt Armstrong2022-11-052-2/+6
| * | | | Fix the unexec buildEli Zaretskii2022-11-053-0/+11
| * | | | Fix warnings in sqlite.c in the MS-Windows buildEli Zaretskii2022-11-051-11/+21
| * | | | Make sqlite.c build with SQlite in Fedora 9Po Lu2022-11-051-4/+16
| * | | | Simplify XI scroll class reporting codePo Lu2022-11-051-130/+94
| * | | | Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-11-041-1/+1
| * | | | Merge branch 'feature/package+vc'Philip Kaludercic2022-11-041-1/+3
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-3035-1728/+2959
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-202-10/+153
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-189-181/+501
| | |\ \ \ \ \
| | * | | | | | * src/keyboard.c (echo_add_key): Mention quick-helpPhilip Kaludercic2022-10-171-1/+3
| * | | | | | | Fix calling file name handler for `load'.Michael Albinus2022-11-041-1/+2
| * | | | | | | Avoid using too up-to-date values when restoring valuatorsPo Lu2022-11-041-28/+117
| * | | | | | | itree.c: Minor tighteningStefan Monnier2022-11-031-9/+14
| * | | | | | | itree: Reproduce markers's behavior more faithfully (bug#58928)Stefan Monnier2022-11-035-46/+32
| * | | | | | | Fix initialization of scroll valuator emacs_valuePo Lu2022-11-041-1/+1
| * | | | | | | Port interval trees to --enable-checking=structsBasil L. Contovounesios2022-11-036-32/+27
| * | | | | | | * src/gnutls.c (Fgnutls_available_p): Avoid duplicating capabilities.Juanma Barranquero2022-11-031-5/+7
| * | | | | | | Further simplify valuator reset codePo Lu2022-11-031-26/+16
| * | | | | | | Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-023-2/+3
| * | | | | | | Improve commentary in some parts of xterm.cPo Lu2022-11-021-9/+15
| * | | | | | | Remove unused local in simple_searchPaul Eggert2022-11-011-2/+0
| * | | | | | | src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)Stefan Monnier2022-11-012-10/+28
| * | | | | | | * src/xterm.c (x_term_init): Fix last change.Po Lu2022-11-011-1/+1
| * | | | | | | Fix leak on Lucid buildPo Lu2022-11-011-5/+14
| * | | | | | | Merge from origin/emacs-28Stefan Kangas2022-11-011-14/+21
| |\ \ \ \ \ \ \
| | * | | | | | | ; * src/search.c (Fmatch_data): Doc fix.Eli Zaretskii2022-10-301-16/+31
| * | | | | | | | Preven a buffer-overflow (bug#58850)Gerd Möllmann2022-11-011-2/+2
| * | | | | | | | Fix leaks of XImage structures in image.cPo Lu2022-11-011-7/+13
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | ; Fix unclean code in w32fns.cEli Zaretskii2022-10-301-2/+1
| * | | | | | | ; * src/sqlite.c (Fsqlite_select): Doc fix. (Bug#58885)Eli Zaretskii2022-10-301-8/+9
| * | | | | | | Plug big leaks upon display IO errorPo Lu2022-10-301-8/+12
| * | | | | | | Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-292-11/+13
| * | | | | | | Fix another GCC warningPo Lu2022-10-291-2/+2
| * | | | | | | Fix crash destroying NS frame tool barPo Lu2022-10-291-1/+7
| * | | | | | | Fix last changePo Lu2022-10-291-4/+4
| * | | | | | | Fix function declarations in itree headersPo Lu2022-10-291-32/+33
| * | | | | | | Fix coding style of latest feature branch mergePo Lu2022-10-291-200/+211
| * | | | | | | Include Cairo FreeType header when availablePo Lu2022-10-291-3/+4
| * | | | | | | Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-2821-1410/+2387
| |\ \ \ \ \ \ \
| | * | | | | | | Fix compiler warning about possible null pointer dereferencefeature/noverlayMatt Armstrong2022-10-231-0/+2
| | * | | | | | | Fix `get-pos-property' for the new overlay implementation.Matt Armstrong2022-10-221-3/+13
| | * | | | | | | Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-213-12/+23
| | * | | | | | | Fix handling of overlays that begin at END in 'overlays_in'Matt Armstrong2022-10-211-4/+7
| | * | | | | | | Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-195-47/+48
| | * | | | | | | Prefix all itree.h type names with itree_Matt Armstrong2022-10-199-136/+135
| | * | | | | | | Revert "mark_overlays: Use the normal ITREE_FOREACH"Matt Armstrong2022-10-192-4/+21
| | * | | | | | | Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-194-84/+81
| | * | | | | | | ; * src/buffer.c (set_overlay_region): remove unused function.Matt Armstrong2022-10-191-9/+0