aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Faster non-destructive list sortingMattias Engdegård2024-03-231-30/+35
* Speed up `sort` by special-casing the value< orderingMattias Engdegård2024-03-232-44/+40
* New `sort` keyword arguments (bug#69709)Mattias Engdegård2024-03-235-24/+93
* Add back timsort key function handling (bug#69709)Mattias Engdegård2024-03-233-118/+309
* Add value< (bug#69709)Mattias Engdegård2024-03-222-21/+239
* ; * src/xterm.c (syms_of_xterm): Document x-*-keysym's default values.Po Lu2024-03-211-5/+10
* Speed up display of RTL text with many character compositionsEli Zaretskii2024-03-213-9/+25
* ; Fix doc strings of recent changesEli Zaretskii2024-03-201-4/+5
* Add native compiler sanitizerAndrea Corallo2024-03-201-3/+39
* Unbreak the Cygw32 build broken by resent WTS_SESSION changesEli Zaretskii2024-03-192-5/+12
* Respect display names of Android content URIsPo Lu2024-03-191-14/+136
* Followup changes to `cl-type-of`scratch/object-typeStefan Monnier2024-03-183-16/+9
* (primitive-function): New typeStefan Monnier2024-03-181-2/+2
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-182-6/+36
* Makeshift solution for X server bugPo Lu2024-03-181-0/+8
* ; Pacify -Wmaybe-uninitialized in coding.c.Basil L. Contovounesios2024-03-161-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsEli Zaretskii2024-03-161-6/+6
|\
| * Document and announce 'marker-last-position'Martin Rudalics2024-03-161-6/+6
* | Merge from origin/emacs-29Eli Zaretskii2024-03-162-4/+4
|\ \ | |/ |/|
| * ; Fix 'usage:' keyword in Ffile_name_concat doc.Basil L. Contovounesios2024-03-161-1/+1
| * ; * src/lread.c (maybe_swap_for_eln): Clarify warning message.Eli Zaretskii2024-03-141-3/+3
* | In window-related documentation write 'symbol' instead of 'constant'Martin Rudalics2024-03-161-2/+2
* | ; * src/xterm.c (syms_of_xterm): Fix typo.Po Lu2024-03-161-5/+5
* | Respond to default action from Gnus notificationsPo Lu2024-03-161-10/+10
* | Support x-*-keysym on AndroidPo Lu2024-03-161-10/+71
* | Correct doc strings for x-*-keysymPo Lu2024-03-161-20/+22
* | ; Circumvent miscompilations on Sun C 5.12 (148917-07)Po Lu2024-03-161-12/+18
* | ; * src/eval.c (Fhandler_bind_1): Fix docstring.Basil L. Contovounesios2024-03-161-2/+2
* | ; Fix documentation of a recent change (bug#68235)Eli Zaretskii2024-03-151-26/+28
* | Fix bug with CHECK_STRUCTS introduced by last buffer.h changeMartin Rudalics2024-03-151-1/+2
* | Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics2024-03-153-65/+119
* | ; * 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