| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | buffer.c: evaporate overlays in all indirect buffers | Stefan Monnier | 2022-11-05 | 3 | -34/+36 | |
| | * | | | | Minor tweaks to the fix for `insert-before-markers' overlay fix | Matt Armstrong | 2022-11-05 | 2 | -2/+6 | |
| | * | | | | Fix the unexec build | Eli Zaretskii | 2022-11-05 | 3 | -0/+11 | |
| | * | | | | Fix warnings in sqlite.c in the MS-Windows build | Eli Zaretskii | 2022-11-05 | 1 | -11/+21 | |
| | * | | | | Make sqlite.c build with SQlite in Fedora 9 | Po Lu | 2022-11-05 | 1 | -4/+16 | |
| | * | | | | Simplify XI scroll class reporting code | Po Lu | 2022-11-05 | 1 | -130/+94 | |
| | * | | | | Pacify gcc -Wanalyzer-null-dereference | Paul Eggert | 2022-11-04 | 1 | -1/+1 | |
| | * | | | | Merge branch 'feature/package+vc' | Philip Kaludercic | 2022-11-04 | 1 | -1/+3 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge remote-tracking branch 'origin/master' into feature/package+vc | Philip Kaludercic | 2022-10-30 | 35 | -1728/+2959 | |
| | | |\ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | * | | | | Merge remote-tracking branch 'origin/master' into feature/package+vc | Philip Kaludercic | 2022-10-20 | 2 | -10/+153 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge remote-tracking branch 'origin/master' into feature/package+vc | Philip Kaludercic | 2022-10-18 | 9 | -181/+501 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | * src/keyboard.c (echo_add_key): Mention quick-help | Philip Kaludercic | 2022-10-17 | 1 | -1/+3 | |
| | * | | | | | | | Fix calling file name handler for `load'. | Michael Albinus | 2022-11-04 | 1 | -1/+2 | |
| | * | | | | | | | Avoid using too up-to-date values when restoring valuators | Po Lu | 2022-11-04 | 1 | -28/+117 | |
| | * | | | | | | | itree.c: Minor tightening | Stefan Monnier | 2022-11-03 | 1 | -9/+14 | |
| | * | | | | | | | itree: Reproduce markers's behavior more faithfully (bug#58928) | Stefan Monnier | 2022-11-03 | 5 | -46/+32 | |
| | * | | | | | | | Fix initialization of scroll valuator emacs_value | Po Lu | 2022-11-04 | 1 | -1/+1 | |
| | * | | | | | | | Port interval trees to --enable-checking=structs | Basil L. Contovounesios | 2022-11-03 | 6 | -32/+27 | |
| | * | | | | | | | * src/gnutls.c (Fgnutls_available_p): Avoid duplicating capabilities. | Juanma Barranquero | 2022-11-03 | 1 | -5/+7 | |
| | * | | | | | | | Further simplify valuator reset code | Po Lu | 2022-11-03 | 1 | -26/+16 | |
| | * | | | | | | | Initialize child signal handling before posix_spawn too. | Paul Eggert | 2022-11-02 | 3 | -2/+3 | |
| | * | | | | | | | Improve commentary in some parts of xterm.c | Po Lu | 2022-11-02 | 1 | -9/+15 | |
| | * | | | | | | | Remove unused local in simple_search | Paul Eggert | 2022-11-01 | 1 | -2/+0 | |
| | * | | | | | | | src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928) | Stefan Monnier | 2022-11-01 | 2 | -10/+28 | |
| | * | | | | | | | * src/xterm.c (x_term_init): Fix last change. | Po Lu | 2022-11-01 | 1 | -1/+1 | |
| | * | | | | | | | Fix leak on Lucid build | Po Lu | 2022-11-01 | 1 | -5/+14 | |
| | * | | | | | | | Merge from origin/emacs-28 | Stefan Kangas | 2022-11-01 | 1 | -14/+21 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ; * src/search.c (Fmatch_data): Doc fix. | Eli Zaretskii | 2022-10-30 | 1 | -16/+31 | |
| | * | | | | | | | | Preven a buffer-overflow (bug#58850) | Gerd Möllmann | 2022-11-01 | 1 | -2/+2 | |
| | * | | | | | | | | Fix leaks of XImage structures in image.c | Po Lu | 2022-11-01 | 1 | -7/+13 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | ; Fix unclean code in w32fns.c | Eli Zaretskii | 2022-10-30 | 1 | -2/+1 | |
| | * | | | | | | | ; * src/sqlite.c (Fsqlite_select): Doc fix. (Bug#58885) | Eli Zaretskii | 2022-10-30 | 1 | -8/+9 | |
| | * | | | | | | | Plug big leaks upon display IO error | Po Lu | 2022-10-30 | 1 | -8/+12 | |
| | * | | | | | | | Fix the subr-arity returned by native compiled functions with lots of args | Alan Mackenzie | 2022-10-29 | 2 | -11/+13 | |
| | * | | | | | | | Fix another GCC warning | Po Lu | 2022-10-29 | 1 | -2/+2 | |
| | * | | | | | | | Fix crash destroying NS frame tool bar | Po Lu | 2022-10-29 | 1 | -1/+7 | |
| | * | | | | | | | Fix last change | Po Lu | 2022-10-29 | 1 | -4/+4 | |
| | * | | | | | | | Fix function declarations in itree headers | Po Lu | 2022-10-29 | 1 | -32/+33 | |
| | * | | | | | | | Fix coding style of latest feature branch merge | Po Lu | 2022-10-29 | 1 | -200/+211 | |
| | * | | | | | | | Include Cairo FreeType header when available | Po Lu | 2022-10-29 | 1 | -3/+4 | |
| | * | | | | | | | Merge remote-tracking branch 'origin/feature/noverlay' | Stefan Monnier | 2022-10-28 | 21 | -1410/+2387 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Fix compiler warning about possible null pointer dereferencefeature/noverlay | Matt Armstrong | 2022-10-23 | 1 | -0/+2 | |
| | | * | | | | | | | Fix `get-pos-property' for the new overlay implementation. | Matt Armstrong | 2022-10-22 | 1 | -3/+13 | |
| | | * | | | | | | | Fix a narrow-to-region vs. overlays-at bug | Matt Armstrong | 2022-10-21 | 3 | -12/+23 | |
| | | * | | | | | | | Fix handling of overlays that begin at END in 'overlays_in' | Matt Armstrong | 2022-10-21 | 1 | -4/+7 | |
| | | * | | | | | | | Rename all exported itree.h functions with the itree_ prefix | Matt Armstrong | 2022-10-19 | 5 | -47/+48 | |
| | | * | | | | | | | Prefix all itree.h type names with itree_ | Matt Armstrong | 2022-10-19 | 9 | -136/+135 | |
| | | * | | | | | | | Revert "mark_overlays: Use the normal ITREE_FOREACH" | Matt Armstrong | 2022-10-19 | 2 | -4/+21 | |
| | | * | | | | | | | Remove the ITREE_NULL macro and use NULL everywhere. | Matt Armstrong | 2022-10-19 | 4 | -84/+81 | |
| | | * | | | | | | | ; * src/buffer.c (set_overlay_region): remove unused function. | Matt Armstrong | 2022-10-19 | 1 | -9/+0 | |