aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Gently nudge Xt into always setting size hintsPo Lu2022-08-313-8/+17
* Fix bug#57476Po Lu2022-08-311-3/+28
* Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-2/+18
* ; * src/lread.c (invalid_radix_integer): Use a local buffer.Mattias Engdegård2022-08-301-12/+10
* Fix junk data being returned with incremental selection transfersPo Lu2022-08-301-5/+29
* ; * src/lread.c (read0): Fix specpdl off-by-one bug in last change.Mattias Engdegård2022-08-301-2/+4
* Fix reader memory leak upon error (bug#56623)Mattias Engdegård2022-08-291-0/+7
* * src/keyboard.c (safe_run_hooks*): Simplify and generalizeStefan Monnier2022-08-291-35/+17
* Unify floating point handling when reading XI motion eventsPo Lu2022-08-291-15/+22
* Fix two issues in xterm.cPo Lu2022-08-281-1/+3
* Use truncated-partial-width-window-p in more places (bug#56815)Juri Linkov2022-08-271-6/+9
* Fix antialias face attribute when text is scaledEli Zaretskii2022-08-271-24/+3
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-277-13/+36
* Fix crash when handling "swallowed" generic eventsPo Lu2022-08-272-40/+71
* Restore old code in x_sync_trigger_fencePo Lu2022-08-261-2/+8
* ; * src/xterm.h (struct x_display_info): Update comment.Po Lu2022-08-261-1/+2
* Fix overflows in HAVE_XSYNC timestamp handlingPaul Eggert2022-08-252-37/+49
* Allow symlink creation on MS-Windows without Administrator privilegesKien Nguyen2022-08-251-2/+12
* Fix various problems with mouse highlight on XI2 buildsPo Lu2022-08-253-13/+87
* Fix input extension focus tracking with some window managersPo Lu2022-08-241-0/+30
* ; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii2022-08-231-1/+3
* Improve detection of long lines.Gregory Heytings2022-08-234-1/+13
* ; * src/xterm.c (x_free_frame_resources): Fix typo.Po Lu2022-08-231-1/+1
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-233-4/+6
* Make frame synchronization conditional on clock_gettimePo Lu2022-08-233-10/+10
* Allow disabling the input extension at runtime on GTK 3Po Lu2022-08-231-2/+47
* Make start/end in libxml-parse-html-region optionalLars Ingebrigtsen2022-08-221-2/+14
* Fix child frame focus for MPX environmentsPo Lu2022-08-221-2/+20
* Remove a newline from the end of an error messageLars Ingebrigtsen2022-08-211-1/+1
* ; Complete renaming to pos-bol and pos-eolMattias Engdegård2022-08-211-2/+2
* ; * src/xterm.c (handle_one_xevent): Avoid compiler warning.Eli Zaretskii2022-08-211-1/+2
* Rename newly-added eol/bol functions to pos-eol/pos-bolLars Ingebrigtsen2022-08-211-4/+4
* Minor optimization to x_query_pointer_1Po Lu2022-08-211-4/+14
* Fix crash when the keymap changesPo Lu2022-08-201-6/+5
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-42/+0
* Merge from origin/emacs-28Stefan Kangas2022-08-191-1/+3
|\
| * * src/window.c (select_window): Fix assert for buffer = non-active minibufferAlan Mackenzie2022-08-191-1/+3
* | Improve 'ns-read-file-name' docstringRobert Pluim2022-08-191-1/+1
* | ; * src/editfns.c (Fline_beginning_position): Remove redundant parens.Eli Zaretskii2022-08-191-1/+1
* | Add new functions eol and bolLars Ingebrigtsen2022-08-191-32/+66
* | * src/pdumper.c (dump_native_comp_unit): Error if CU is not fixed-upAndrea Corallo2022-08-191-0/+3
* | * src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo2022-08-191-0/+7
* | * src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflowAndrea Corallo2022-08-192-5/+2
* | Fix more calls to XQueryPointer for MPXPo Lu2022-08-191-17/+60
* | Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-186-23/+13
* | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-181-9/+10
* | Fix broken build on Solaris 10 emacs_spawnPaul Eggert2022-08-171-1/+1
* | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-1/+1
* | ; * src/xterm.c (xi_select_hierarchy_events): Fix typo.Po Lu2022-08-181-0/+2
* | Avoid disabling device multiple times while handling XI attachment eventsPo Lu2022-08-171-3/+6