aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant calls to x_ignore_errors_for_next_requestPo Lu2022-09-091-5/+2
* Remove long-broken TESTRM interfacePo Lu2022-09-091-104/+0
* Display librsvg error when loading bad SVGStefan Kangas2022-09-091-7/+7
* * src/keyboard.c (safe_run_hook_funcall): Fix thinkoStefan Monnier2022-09-081-1/+1
* * src/keyboard.c (safe_run_hook_funcall): Fix recent regressionStefan Monnier2022-09-081-3/+12
* ; * src/editfns.c (syms_of_editfns) <restrictions-locked>: Doc fix.Eli Zaretskii2022-09-081-4/+1
* * src/xrdb.c (main) [TESTRM]: Replace gets with fgets.Stefan Kangas2022-09-081-2/+2
* Avoid selecting for excessive output configuration eventsPo Lu2022-09-081-3/+6
* Don't follow symlinks in w32notify file watchesEli Zaretskii2022-09-073-4/+21
* Fix nsfont breakage since 6b1ed2f2c99a1c2da56c5f434570c438cad6576dPo Lu2022-09-071-126/+118
* Reenable reporting of frame movement on NSPo Lu2022-09-071-8/+14
* Correctly handle frame synchronization on fullscreen KWinPo Lu2022-09-063-4/+25
* Fix crash while converting empty vector to X dataPo Lu2022-09-051-1/+11
* Fix earlier change to xterm.cPo Lu2022-09-041-5/+27
* Update error message to reflect variable renameJeff Walsh2022-09-031-1/+1
* ; * character.c (Fmax_char): Fix build with type checking.Po Lu2022-09-031-1/+3
* Work around another X server bug in crossing event dispatchPo Lu2022-09-031-1/+26
* Work around potential X server bugPo Lu2022-09-031-8/+25
* Teach 'max-char' about the Unicode code rangeEli Zaretskii2022-09-031-4/+6
* Display a warning for some uses of nil in face attributes.Gregory Heytings2022-09-021-9/+12
* Prevent crashes when embedding Emacs in a nonexistent parentPo Lu2022-09-023-7/+48
* Fix bug#57476 for Xt buildsPo Lu2022-09-011-1/+5
* Better `take` and `ntake` bignum argument handlingMattias Engdegård2022-09-011-14/+20
* ; * src/xdisp.c (lookup_glyphless_char_display): Fix last merge.Eli Zaretskii2022-09-011-7/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-012-10/+21
|\
| * ; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.Eli Zaretskii2022-08-291-1/+2
| * Improve the documentation of glyphless-character displayEli Zaretskii2022-08-281-0/+3
| * Fix documentation of 'glyphless-char-display'Eli Zaretskii2022-08-271-8/+9
* | 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