aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ; Fix typosStefan Kangas2022-07-144-6/+6
| * | | | Try to restore the initial "daemon" frame when a display goes downPo Lu2022-07-141-0/+21
| * | | | ; Fix typos: prefer American spellingStefan Kangas2022-07-144-4/+4
| * | | | Make clear-image-cache clear the animation cacheLars Ingebrigtsen2022-07-142-12/+30
| * | | | Merge from origin/emacs-28Stefan Kangas2022-07-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | ; Fix typos: prefer American spellingStefan Kangas2022-07-131-1/+1
| * | | | Fix killing Emacs upon display disconnectPo Lu2022-07-141-1/+5
| * | | | ; * src/xterm.c (x_error_handler): Fix magic numbers.Po Lu2022-07-141-7/+19
| * | | | Fix recursive calls of x_connection_closed leading to dead terminalPo Lu2022-07-131-2/+14
| * | | | Implement TIMESTAMP target for Haiku selectionsPo Lu2022-07-133-0/+28
| * | | | Fix closing displays when preserving selections is enabledPo Lu2022-07-134-4/+22
| * | | | Fix buffer-stale-function fixLars Ingebrigtsen2022-07-121-2/+1
| * | | | Reduce syncing when fetching selection names during frame deletionPo Lu2022-07-121-0/+30
| * | | | Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flagAlan Mackenzie2022-07-126-22/+0
| * | | | Fix preserving selections if `x-lost-selection-functions' signalsPo Lu2022-07-121-4/+50
| * | | | Try to save selections from being disowned during frame deletionPo Lu2022-07-123-7/+81
| * | | | Remove obsolete uses of obsolete functionsMattias Engdegård2022-07-111-26/+1
| * | | | Only reset buffer-local buffer-stale-function in make-indirect-bufferLars Ingebrigtsen2022-07-111-1/+5
| * | | | * src/.lldbinit: Fix copyright year.Stefan Kangas2022-07-111-1/+1
| * | | | Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-111-0/+5
| * | | | Support for debugging Emacs with LLDBGerd Möllmann2022-07-111-0/+33
| * | | | Simplify str_to_multibyte and related codeMattias Engdegård2022-07-114-50/+28
| * | | | Improve behavior of `lost-selection-mode' with multiple buffersPo Lu2022-07-111-0/+12
| * | | | Prevent setting user time if the WM doesn't support itPo Lu2022-07-111-1/+2
| * | | | Fix memory leak in ns_draw_reliefDaniel Martín2022-07-112-32/+42
| * | | | Simplify and speed up string-to-multibyteMattias Engdegård2022-07-114-45/+27
| * | | | Handle errors sending selection decline events asynchronouslyPo Lu2022-07-113-10/+21
| * | | | Speed up string-to-unibyteMattias Engdegård2022-07-103-37/+15
| * | | | * src/dired.c (directory_files_internal): Update commentStefan Monnier2022-07-101-1/+11
| * | | | * src/dired.c (directory_files_internal): Fix bug#56469Stefan Monnier2022-07-101-3/+11
| * | | | Minor fixes to WM_DELETE_WINDOW handlingPo Lu2022-07-101-1/+4
| * | | | ; * src/composite.c (Fcomposition_get_gstring): Fix compiler warnings.Po Lu2022-07-101-1/+1
| * | | | Fix build with old sqlite librariesPo Lu2022-07-101-2/+4
| * | | | Speed up 'find_automatic_composition'Eli Zaretskii2022-07-101-17/+29
| * | | | Don't sync for errors setting up DND targets and toplevelsPo Lu2022-07-101-9/+15
| * | | | Make `x-no-window-manager' cover user time as wellPo Lu2022-07-101-0/+22
| * | | | Make STRING_SET_MULTIBYTE an inline functionStefan Monnier2022-07-092-11/+13
| * | | | Avoid extra sync and atom name query on ending Motif DNDPo Lu2022-07-091-3/+3
| * | | | Improve drag-and-drop emulation time handlingPo Lu2022-07-093-49/+32
| * | | | Fix race conditions handling selection clear events on HaikuPo Lu2022-07-094-11/+44
| * | | | Merge from origin/emacs-28Stefan Kangas2022-07-091-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Doc fix; don't mention obsolete variableStefan Kangas2022-07-081-1/+1
| * | | | Fix redisplay after running selection hook on HaikuPo Lu2022-07-091-0/+4
| * | | | Speed up querying for window manager supportPo Lu2022-07-091-20/+56
| * | | | Remove now unused parameter TRACK from do_switch_frame.Alan Mackenzie2022-07-085-14/+10
| * | | | Remove unused member of internal structMattias Engdegård2022-07-081-2/+0
| * | | | Ensure correct position is returned after child frame movementPo Lu2022-07-081-1/+5
| * | | | Fix file-name-case-insensitive-p in ffap (bug#56443)Mattias Engdegård2022-07-081-3/+3
| * | | | Remove many items obsolete since 24.1Stefan Kangas2022-07-082-26/+0
| * | | | Improve behavior of sticky tooltips on HaikuPo Lu2022-07-083-33/+63