aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ; * src/xwidget.c (xwidget-webkit-disable-javascript): Doc fix.Eli Zaretskii2024-03-151-2/+3
* | ; * src/androidselect.c (Fandroid_notifications_notify): Typo in doc string.Po Lu2024-03-151-1/+1
* | * src/sfntfont-android.c (init_sfntfont_android): Fix SDK check.Po Lu2024-03-151-1/+1
* | Fix last changePo Lu2024-03-151-5/+6
* | ; Fix last change (bug#68604)Eli Zaretskii2024-03-141-3/+3
* | Add user option to disable JavaScript in xwidget webviewNoé Lopez2024-03-141-1/+7
* | ; Fix last change to compile with mingw.org's MinGWEli Zaretskii2024-03-142-0/+18
* | Fix resetting keyboard hook state on MS-WindowsRaffael Stocker2024-03-145-9/+120
* | ns_select fix for macOS terminals (bug#69561)Gerd Möllmann2024-03-131-2/+6
* | Prevent freezes on macOS (bug#69561)Gerd Möllmann2024-03-131-7/+10
* | Port more notification senders to non-XDG systemsPo Lu2024-03-131-27/+59
* | Fix CheckJNI crash on Android 2.2Po Lu2024-03-121-2/+2
* | Resolve inconsistency between Android and XDG notificationsPo Lu2024-03-121-11/+11
* | ; Fix omission from last changePo Lu2024-03-121-1/+1
* | Implement notification residency on AndroidPo Lu2024-03-123-12/+46
* | Implement notification callbacks on AndroidPo Lu2024-03-119-22/+429
* | Change bare-symbol back to match intentPaul Eggert2024-03-111-13/+22
* | * src/keyboard.c (read_key_sequence): Remove MSVC compatibility hackTim Ruffing2024-03-101-13/+5
* | Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing2024-03-102-24/+57
* | * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-102-3/+14
* | * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-103-11/+7
* | Extract check for end of macro to functionTim Ruffing2024-03-103-2/+18
* | Merge from origin/emacs-29Eli Zaretskii2024-03-091-5/+21
|\ \ | |/
| * ; * src/composite.c (composition_compute_stop_pos): Add comment.Eli Zaretskii2024-03-041-5/+21
* | Enable stack overflow recovery on AndroidPo Lu2024-03-091-12/+13
* | Update android_wc_lookup_stringPo Lu2024-03-081-1/+4
* | Rearrange Android splash screen messagesPo Lu2024-03-051-0/+4
* | Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-045-21/+31
* | Avoid crashes due to base-less indirect bufferEli Zaretskii2024-03-041-2/+10
* | Fix 'set-window-configuration' and 'window-state-put'Martin Rudalics2024-03-042-6/+78
* | Merge from origin/emacs-29Eli Zaretskii2024-03-022-3/+10
|\ \ | |/
| * ; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii2024-03-011-2/+8
| * Avoid assertion violations in bidi.cEli Zaretskii2024-02-271-1/+2
| * Fix "emacs -nw" on MS-WindowsEli Zaretskii2024-01-282-2/+7
| * Simplify 'without-restriction'Gregory Heytings2024-01-151-8/+8
* | Implement dead key combination on AndroidPo Lu2024-03-023-5/+148
* | Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'Andrea Corallo2024-02-2845-1071/+1860
|\ \
| * | ; Update Lisp_Obarray hash for CHECK_STRUCTSBasil L. Contovounesios2024-02-281-3/+3
| * | Fix display of reordered Arabic textEli Zaretskii2024-02-261-5/+4
| * | Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-245-31/+21
| * | * src/editfns.c (Fget_pos_property): Fix thinko (bug#69358)Stefan Monnier2024-02-241-2/+5
| * | ; Fix last change in lisp.h.Eli Zaretskii2024-02-241-1/+1
| * | Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-242-2/+4
| * | Use the new obarray type for the initial obarrayMattias Engdegård2024-02-231-4/+1
| * | Add a proper type for obarraysMattias Engdegård2024-02-238-182/+463
| * | * src/pdumper.c (dump_subr): Rename 'native_comp' -> 'non_primitive'.Andrea Corallo2024-02-231-5/+5
| * | * src/fns.c (sxhash_bignum): Include sign bit in hash.Mattias Engdegård2024-02-231-1/+1
| * | * src/fns.c (hash_string): Suppress warning on 32-bit platformsMattias Engdegård2024-02-231-0/+3
| * | Fix bug#69140Po Lu2024-02-231-1/+8
| * | ; Insert missing JNI prologuesPo Lu2024-02-222-0/+16