aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Make file-name-split returns driver name as well in WindowsKien Nguyen2022-04-062-4/+17
* | Add .bashrc detection to sh-modeDavide Masserut2022-04-061-1/+1
* | Use CUA functions to scroll pages with pixel-scroll-scroll-modeMarkus Kopp2022-04-061-2/+3
* | Prevent races when trying to set Motif drag windowPo Lu2022-04-061-1/+7
* | Revert unneeded change in tramp-integration.elMichael Albinus2022-04-061-8/+4
* | Fix URL-related typos in comments and messagesLars Ingebrigtsen2022-04-062-5/+5
* | Improve safety of haiku-drag-messagePo Lu2022-04-065-5/+50
* | ; * src/xterm.c: Improve commentary.Po Lu2022-04-061-6/+18
* | Clean up more PGTK codePo Lu2022-04-064-246/+48
* | * src/emacs.c (main): Improve accuracy of daemon warning message on PGTK.Po Lu2022-04-061-2/+15
* | * src/xterm.c (x_dnd_send_unsupported_drop): Also handle TEXT target.Po Lu2022-04-061-0/+1
* | Preserve contents of PRIMARY when sending unsupported dropPo Lu2022-04-061-1/+4
* | Port Org encode-time usage back to Emacs 25Paul Eggert2022-04-057-14/+14
* | * src/xterm.c (handle_one_xevent): Assert that hold_quit is present instead.Po Lu2022-04-061-2/+3
* | Pacify gcc -Wanalyzer-null-dereferencePaul Eggert2022-04-051-1/+2
* | Allow completion wrapping in minibuffer completion navigation commandsJuri Linkov2022-04-051-8/+6
* | * test/lisp/ses-tests.el: Require ert-x, for ert-simulate-keys.Glenn Morris2022-04-051-0/+1
* | New commands for navigating completions from the minibuffer.Juri Linkov2022-04-053-1/+80
* | Use base prefix and suffix instead of completion-base-position (bug#49931)Juri Linkov2022-04-052-10/+35
* | Choosing a completion with a prefix argument doesn't exit the minibufferJuri Linkov2022-04-052-4/+17
* | * test/lisp/replace-tests.el: New tests for query-replace (bug#54733)Juri Linkov2022-04-051-0/+66
* | ; * admin/notes/emba: Fix typosRobert Pluim2022-04-051-4/+4
* | Reject invalid time-string in appt-add immediatelyRobert Pluim2022-04-051-3/+7
* | Handle remote system processesMichael Albinus2022-04-0517-58/+515
* | Mark some data during drag-and-dropPo Lu2022-04-053-1/+35
* | Fix some details in completionsJimmy Aguilar Mena2022-04-052-39/+43
* | ; * lisp/term/haiku-win.el: Fix compiler warning on X.Po Lu2022-04-051-0/+1
* | Allow dropping text to the root windowPo Lu2022-04-051-20/+24
* | Add support for dragging text onto windows that don't support any DND protocolPo Lu2022-04-053-69/+236
* | * configure.ac (HAVE_GIF): Respect --with-gif on PGTK. (bug#54633)Po Lu2022-04-051-1/+2
* | Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-056-3/+65
* | * lisp/progmodes/cc-cmds.el (indent-new-comment-line): Delete adviceStefan Monnier2022-04-041-12/+0
* | OClosure: add support for `slot-value`Stefan Monnier2022-04-043-48/+95
* | ; * src/alloc.c (grow_mark_stack): Remove unused variable.Eli Zaretskii2022-04-041-1/+0
* | SES with case insensitive cell names for jumping.Vincent Belaïche2022-04-043-19/+137
* | Reduce GC mark-phase recursion by using explicit stack (bug#54698)Mattias Engdegård2022-04-041-264/+354
* | Use correct signal oldset in posix_spawn implementationJürgen Hötzel2022-04-041-26/+9
* | test/lisp/edmacro-tests.el: Adjust to recent changesStefan Monnier2022-04-041-13/+14
* | edmacro.el: Silence warnings due to kmacro changesStefan Monnier2022-04-041-17/+11
* | Handle mouse movement correctly during DND from one of our own framesPo Lu2022-04-045-72/+101
* | Fix generation of extra DND events while dragging on HaikuPo Lu2022-04-043-7/+29
* | * src/xterm.c: Explain meaning of drag-and-drop state variables.Po Lu2022-04-041-7/+83
* | Further fixes for cl--generic-describe and (function ...)Lars Ingebrigtsen2022-04-041-7/+6
* | Inline call0..8Mattias Engdegård2022-04-042-79/+70
* | Speed up comparisons between 2 fixnumsMattias Engdegård2022-04-042-1/+16
* | Rewrite string-greaterp and string> using string-lesspMattias Engdegård2022-04-041-0/+11
* | Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-042-4/+56
* | Respect frame extents during drag and dropPo Lu2022-04-041-5/+121
* | Don't baselessly ignore frames after passing through the root windowPo Lu2022-04-041-15/+15
* | Improve behavior of dragging text to windows on top of framesPo Lu2022-04-045-17/+49