| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve suppression of bogus macOS warnings | Paul Eggert | 2022-11-03 | 1 | -6/+7 |
* | Suppress deprecation warnings on macOS (bug#58966) | Gerd Möllmann | 2022-11-03 | 1 | -0/+6 |
* | Merge remote-tracking branch 'origin/feature/noverlay' | Stefan Monnier | 2022-10-28 | 1 | -0/+1 |
|\ |
|
| * | Merge 'master' into noverlay | Stefan Monnier | 2022-09-25 | 1 | -1191/+2430 |
| |\ |
|
| * | | Provide a new tree data-structure for overlays. | Andreas Politz | 2017-10-04 | 1 | -0/+1 |
* | | | Add --with-native-compilation=aot configuration option | Lars Ingebrigtsen | 2022-10-03 | 1 | -1/+23 |
| |/
|/| |
|
* | | Fix webp detection on some Macos systems | Daniel Martín | 2022-08-27 | 1 | -4/+1 |
* | | * configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHECK. (Bug#57380) | Andreas Schwab | 2022-08-25 | 1 | -11/+9 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2022-08-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Find libgccjit on macOS with Homebrew differently | Gerd Möllmann | 2022-08-19 | 1 | -2/+2 |
| * | | Bump Emacs version to 28.1.91 | Stefan Kangas | 2022-07-28 | 1 | -1/+1 |
| * | | Find libgccjit.dylib on Homebrew Macos | Eugene Ha | 2022-07-24 | 1 | -1/+1 |
* | | | Correctly implement refresh synchronization fences | Po Lu | 2022-08-04 | 1 | -0/+4 |
* | | | Merge from origin/emacs-28 | Stefan Kangas | 2022-07-16 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Build Seccomp filter only if we have a 64-bit userspace (Bug#56549) | Philipp Stephani | 2022-07-15 | 1 | -0/+4 |
| * | | Bump Emacs version to 28.1.90emacs-28.1.90 | Stefan Kangas | 2022-06-29 | 1 | -1/+1 |
| * | | ; Prepare the release branch for Emacs-28.2 development | Eli Zaretskii | 2022-04-03 | 1 | -1/+1 |
| * | | Bump Emacs version to 28.1 | Eli Zaretskii | 2022-04-03 | 1 | -1/+1 |
| * | | Emacs pretest 28.0.92emacs-28.0.92 | Eli Zaretskii | 2022-03-12 | 1 | -1/+1 |
* | | | Quote configure.ac arguments more consistently | Paul Eggert | 2022-07-05 | 1 | -694/+808 |
* | | | Don’t mishandle preset emacs_cv_lesstif | Paul Eggert | 2022-07-05 | 1 | -1/+1 |
* | | | Add support for fullscreen values fullheight and fullwidth on PGTK | Florian Rommel | 2022-07-04 | 1 | -1/+1 |
* | | | Fix repeated "the" | Lele Gaifax | 2022-07-02 | 1 | -1/+1 |
* | | | Fix configure.ac quoting of AC_CHECK_LIB's 2nd arg | Jim Meyering | 2022-06-28 | 1 | -3/+3 |
* | | | Fix check for window system with toolkit scrollbars | Robert Pluim | 2022-06-16 | 1 | -1/+1 |
* | | | ; Minor copyedits of --with-small-ja-dic option | Eli Zaretskii | 2022-06-10 | 1 | -2/+2 |
* | | | Don't reduce vocabulary in ja-dic.el by default | Taiju HIGASHI | 2022-06-10 | 1 | -0/+5 |
* | | | Another attempt to void compiler warnings on macOS (bug#55595) | Eli Zaretskii | 2022-06-04 | 1 | -0/+1 |
* | | | Avoid compiler warnings on macOS (bug#55595) | Eli Zaretskii | 2022-05-23 | 1 | -0/+1 |
* | | | Fix compiler warnings on Mac OS X 10.12 | Po Lu | 2022-05-22 | 1 | -0/+13 |
* | | | ; * configure.ac (-Wbidi-chars): Disable use of these warnings. | Eli Zaretskii | 2022-05-13 | 1 | -0/+4 |
* | | | Port libm configure-time test to Solaris 11.4 | Paul Eggert | 2022-05-10 | 1 | -10/+57 |
* | | | Turn on XInput 2 support by default | Po Lu | 2022-05-04 | 1 | -1/+1 |
* | | | Add new function `malloc-trim' | Lars Ingebrigtsen | 2022-05-01 | 1 | -0/+2 |
* | | | Find libgccjit.dylib on Homebrew Macos | Eugene Ha | 2022-04-28 | 1 | -1/+1 |
* | | | Disable annoying Clang warnings | Mattias Engdegård | 2022-04-16 | 1 | -0/+2 |
* | | | Fix last change in configure.ac | Po Lu | 2022-04-13 | 1 | -1/+1 |
* | | | Bump minimum GTK for PGTK builds | Po Lu | 2022-04-13 | 1 | -1/+5 |
* | | | Add support for animated webp images | Lars Ingebrigtsen | 2022-04-10 | 1 | -0/+3 |
* | | | Enable warnings when building as a developer with Clang | Mattias Engdegård | 2022-04-08 | 1 | -12/+16 |
* | | | * configure.ac (HAVE_GIF): Respect --with-gif on PGTK. (bug#54633) | Po Lu | 2022-04-05 | 1 | -1/+2 |
* | | | Fix a bug in configure.ac that failed the --without-x build | Eli Zaretskii | 2022-03-31 | 1 | -1/+1 |
* | | | Disallow building with non-toolkit scroll bars on non-X systems | Po Lu | 2022-03-30 | 1 | -0/+2 |
* | | | Improve portability of XCB configure checks | Po Lu | 2022-03-28 | 1 | -0/+8 |
* | | | Also fetch shapes via XCB for drag and drop | Po Lu | 2022-03-26 | 1 | -0/+9 |
* | | | Take window shapes into account when processing drag and drop | Po Lu | 2022-03-25 | 1 | -0/+18 |
* | | | Handle composite overlay window during drag and drop sessions | Po Lu | 2022-03-19 | 1 | -0/+18 |
* | | | Link with libdl when using pgtk | Robert Pluim | 2022-03-16 | 1 | -0/+10 |
* | | | Port to current Gnulib | Paul Eggert | 2022-02-23 | 1 | -0/+2 |
* | | | Improve XInput2 version checking | Po Lu | 2022-02-22 | 1 | -7/+7 |