summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-28; Rename 'startup--require-comp-safetly'Eli Zaretskii
2022-01-28Fix duplicate scroll events without XI2Po Lu
2022-01-28Clear xwidget passive grab whenever a drag beginsPo Lu
2022-01-28* src/xterm.c (handle_one_xevent): Remove obsolete workaround.Po Lu
2022-01-28Fix inappropriate use of killed xwidgetsPo Lu
2022-01-28Implement xwidget passive grabsPo Lu
2022-01-27Add new switch --init-directoryLars Ingebrigtsen
2022-01-27Fix potential native compiler circular dependencies during loadAndrea Corallo
2022-01-27Improve detection of glyphless characters on TTY framesEli Zaretskii
2022-01-27Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen
2022-01-27Improve xwidget window ancestry calculationsPo Lu
2022-01-27* src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_WITH_POS.Andreas Schwab
2022-01-27Merge from origin/emacs-28Stefan Kangas
2022-01-27Implement crossing event generation between windows for xwidgets on XPo Lu
2022-01-27Improve XI2 valuator reset logicPo Lu
2022-01-27* src/xterm.c (x_focus_frame): Set input focus on outer window.Po Lu
2022-01-27Get rid of unnecessary draw locking in haikumenu.cPo Lu
2022-01-27Apply fix for bug#52761 to GTK native input as wellPo Lu
2022-01-26Minor `concat` tweaksMattias Engdegård
2022-01-26Fix 'make_lispy_position' when there's an image at EOBEli Zaretskii
2022-01-26Add workaround for super modifier misconfiguration to non-XKB codePo Lu
2022-01-26Make use of NILP where possibleAndrea Corallo
2022-01-26Simplify Haiku scrolling codePo Lu
2022-01-26Fix GTK menu bar height reporting when scaledPo Lu
2022-01-26; * src/xterm.c (handle_one_xevent): Fix formatting of XI2 switch.Po Lu
2022-01-26Merge from origin/emacs-28Stefan Kangas
2022-01-26Simplify Haiku underline codePo Lu
2022-01-26Make `haiku-menu-bar-open' fasterPo Lu
2022-01-26* src/image.c (parse_image_spec): Use NILP.Stefan Kangas
2022-01-25* src/comp.c (emit_lisp_obj_rval): Make use of NILP.Andrea Corallo
2022-01-25;* src/fns.c (concat_strings): Add missing space.Andrea Corallo
2022-01-25* src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixupStefan Monnier
2022-01-25; * src/fns.c (concat_strings): Fix comment style.Eli Zaretskii
2022-01-25* src/fns.c (concat_strings): Clean-up unused variable.Andrea Corallo
2022-01-25* src/lisp.h (lisp_h_EQ, lisp_h_NILP): Fix length and indentStefan Monnier
2022-01-25Faster concat, append, vconcat, copy-sequence, etcMattias Engdegård
2022-01-25; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.Eli Zaretskii
2022-01-25Improve reliability of menu bar updates on HaikuPo Lu
2022-01-25* src/haiku_support.cc (Highlight): Send events if !highlight_p.Po Lu
2022-01-25Don't send menu help events on Haiku if the pointer isn't in the menuPo Lu
2022-01-25Fix tool bar size reporting on GTK when the display is scaledPo Lu
2022-01-25Improve portability of X11 IM codePo Lu
2022-01-25Fix invalid picture after toggling the tool bar or menu bar on GTKPo Lu
2022-01-25Fix GTK native input on scaled displaysPo Lu
2022-01-24Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen
2022-01-24; * src/bytecode.c (exec_byte_code): Silence GCC warningMattias Engdegård
2022-01-24Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu
2022-01-24Inline maybe_quitMattias Engdegård
2022-01-24Bump specpdl inline, move reallocation out of lineMattias Engdegård
2022-01-24Implement Ffuncall in terms of funcall_generalMattias Engdegård