summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ignore non-base64 junk when decoding MIMEAndreas Schwab2022-10-251-18/+26
* (Ffunction): Make interpreted closures safe for spaceStefan Monnier2022-10-251-9/+18
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2022-10-254-12/+53
|\
| * Fix drag-and-drop bugs on Lucid buildPo Lu2022-10-254-12/+53
* | lisp.h: Remove unnecessary preprocessor conditionsLin Sun2022-10-251-2/+0
|/
* Fix focus stealing in the Emacs server for old window managersPo Lu2022-10-241-14/+30
* Fix regexp matching with atomic strings and optimised backtrackingMattias Engdegård2022-10-241-5/+9
* Reduce duplicate code for creating "special windows"Po Lu2022-10-232-29/+32
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-44/+53
* Further fixes to menu event processing on no-toolkit buildsPo Lu2022-10-222-1/+9
* ; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii2022-10-211-0/+2
* ; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii2022-10-211-0/+1
* Fix various menu problemsPo Lu2022-10-212-3/+50
* Fix delivery of window manager ping events during menuPo Lu2022-10-212-6/+9
* Work around problems setting input focus when a frame is in the backgroundPo Lu2022-10-201-0/+119
* Fix various buildsPo Lu2022-10-191-1/+17
* Fix build warning without XKB, Xmb, and XInput 2Po Lu2022-10-191-0/+7
* Merge from origin/emacs-28Stefan Kangas2022-10-191-8/+9
|\
| * ; * src/window.c: Fix some comments. (Bug#58550)Manuel Giraud2022-10-171-8/+9
* | ; * src/xterm.c (mark_xterm): Fix x11 with i18n buildRandy Taylor2022-10-191-1/+1
* | Fix bug#58584Po Lu2022-10-181-4/+11
* | Fix pieces of code being too expensive over slow network connectionsPo Lu2022-10-175-129/+345
* | Merge from origin/emacs-28Stefan Kangas2022-10-161-2/+15
|\ \ | |/
| * ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-151-2/+15
* | Adapt last change to Haiku portPo Lu2022-10-162-5/+32
* | Fix multiple sources of flicker under XPo Lu2022-10-163-45/+102
* | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-153-4/+4
* | Remove redundant call to expensive function XOpenDisplayPo Lu2022-10-151-4/+18
* | Rename `file-attribute-file-number' to `file-attribute-file-identifier'Michael Albinus2022-10-141-1/+1
* | Fix bug#56153Po Lu2022-10-141-10/+13
* | Avoid redundant creation of XRender picturesPo Lu2022-10-141-19/+49
* | ; Fix recent change in documentation of "device number"Eli Zaretskii2022-10-141-3/+3
* | Clarify structure of file-attribute's device numberMichael Albinus2022-10-131-2/+3
* | Improve checks for recent "File exists" fixupPaul Eggert2022-10-131-0/+1
* | Shrink client list window structurePo Lu2022-10-131-9/+9
* | Simplify recent "File exists" fixPaul Eggert2022-10-131-1/+1
* | Fix misleading "File exists, but cannot be read" in browse-url-emacsLars Ingebrigtsen2022-10-131-1/+1
* | src/frame.c (do_switch_frame): Fix bug#58343Stefan Monnier2022-10-123-18/+24
* | Stop relying on Xt hack to set window manager hintsPo Lu2022-10-124-26/+40
* | Also avoid setting _NET_WM_USER_TIME on crossingPo Lu2022-10-111-9/+11
* | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård2022-10-111-1/+2
* | Speed up scrolling when lines are very long and truncatedEli Zaretskii2022-10-112-6/+106
* | Remove some more unnecessary calls to block_inputPo Lu2022-10-111-18/+7
* | Improve error message from sqlite-executeLars Ingebrigtsen2022-10-111-12/+20
* | Support "insert into ... returning ..." in sqlite-executeLars Ingebrigtsen2022-10-101-56/+64
* | Fix some indentation in Fsqlite_executeLars Ingebrigtsen2022-10-101-8/+9
* | Make Fsqlite_select error data betterLars Ingebrigtsen2022-10-091-7/+11
* | Clean up Fsqlite_select slightlyLars Ingebrigtsen2022-10-091-1/+1
* | Fix user time handling bug on GNOME Shell and MetacityPo Lu2022-10-092-31/+55
* | Restrict string-lessp vectorisation to safe architecturesMattias Engdegård2022-10-081-10/+30