aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix some glitches when dragging files from diredPo Lu2022-03-191-5/+8
* | | Handle composite overlay window during drag and drop sessionsPo Lu2022-03-195-6/+113
* | | Fix some XIM servers getting confused during drag-and-dropPo Lu2022-03-191-5/+25
* | | * lisp/emacs-lisp/bytecomp.el (byte-compile-make-closure): Minor optimizationStefan Monnier2022-03-181-2/+2
* | | Pcomplete: Better obey `completion-at-point-functions`Stefan Monnier2022-03-182-11/+30
* | | * lisp/gnus/mail-source.el (mail-source-set-1): Fix indent and simplifyStefan Monnier2022-03-181-14/+13
* | | Speed up fixnum printingMattias Engdegård2022-03-183-16/+29
* | | Make application configurable in 'with-connection-local-variables'Michael Albinus2022-03-184-9/+72
* | | Speed up number-to-string for fixnumsMattias Engdegård2022-03-181-6/+22
* | | Implement drag-and-drop of files on HaikuPo Lu2022-03-182-23/+56
* | | Merge from origin/emacs-28Stefan Kangas2022-03-182-15/+21
|\ \ \ | |/ /
| * | Improve documentation of bookmark default sortingKarl Fogel2022-03-171-7/+11
| * | ; * doc/lispref/display.texi (Overlay Arrow): More accurate text.Eli Zaretskii2022-03-171-8/+10
* | | Allow dragging messages with file names on HaikuPo Lu2022-03-183-1/+23
* | | Allow dragging files from Dired to other programsPo Lu2022-03-184-10/+104
* | | Minor fixes to DND supportPo Lu2022-03-181-40/+46
* | | Remove some early-bootstrap dependencies for `advice`Stefan Monnier2022-03-175-20/+48
* | | Put bytecode stack frame metadata in a structMattias Engdegård2022-03-173-80/+46
* | | Restore HOME after mailcap-parsing-and-mailcap-mime-infoLars Ingebrigtsen2022-03-171-39/+39
* | | Enable Tramp reloadingMichael Albinus2022-03-172-3/+11
* | | * lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Warn suspicious argsStefan Monnier2022-03-171-0/+11
* | | Avoid repeated prompts in `M-x shell' if using ~/.emacs_bashLars Ingebrigtsen2022-03-171-3/+12
* | | Make shell-resync-dirs work with zshLars Ingebrigtsen2022-03-171-70/+68
* | | (seq-contains-p): Refine the non-nil returned valueStefan Monnier2022-03-171-2/+3
* | | Fix a use of 'cl-defgeneric'.Philipp Stephani2022-03-171-1/+1
* | | Make `?' work again in read-multiple-choiceLars Ingebrigtsen2022-03-172-7/+7
* | | Format long help texts better in read-multiple-choiceFelician Nemeth2022-03-172-4/+32
* | | Improve propagation of gnus/nnselect group infoAndrew G Cohen2022-03-171-10/+20
* | | Fix bug in nnselect fetching new articles in a threadAndrew G Cohen2022-03-171-2/+9
* | | Don't use the original sender's address as the envelope-fromSean Whitton2022-03-171-1/+13
* | | Improve LaTeX symbol prettificationArash Esbati2022-03-171-14/+108
* | | Prevent invisible frames from acting as drag sourcesPo Lu2022-03-171-0/+3
* | | * src/haikuselect.c (Fhaiku_drag_message): Clear display grab after drag ends.Po Lu2022-03-171-0/+1
* | | Fix creating frames with an initial value of `fullscreen' on HaikuPo Lu2022-03-173-0/+16
* | | Do not cache directories with Tramp sshfsMichael Albinus2022-03-171-0/+1
* | | Fix mouse movement on HaikuPo Lu2022-03-171-1/+1
* | | Display drag-and-drop messages in echo area on non-graphics displaysPo Lu2022-03-171-3/+19
* | | Fix compilation error of xterm.cEli Zaretskii2022-03-171-0/+2
* | | Prevent delivery of duplicate events when window is grabbed on HaikuPo Lu2022-03-171-1/+34
* | | * src/xterm.c (x_dnd_begin_drag_and_drop): Always initialize hold_quit.Po Lu2022-03-171-1/+1
* | | Restore old PGTK scrolling codePo Lu2022-03-171-11/+4
* | | Make GTK inspector available on PGTKPo Lu2022-03-171-0/+19
* | | ; * lisp/term/haiku-win.el (x-begin-drag): Fix compiler warning.Po Lu2022-03-171-1/+1
* | | * lisp/term/haiku-win.el (x-begin-drag): Fix type code of B_MIME_TYPE.Po Lu2022-03-171-1/+1
* | | Implement cross-program drag-and-drop on HaikuPo Lu2022-03-177-7/+411
* | | Improve GTK support for X11 drag-n-dropPo Lu2022-03-171-12/+33
* | | Simplify generate-new-buffer-name randomnessPaul Eggert2022-03-161-5/+3
* | | Improve random bignum generationPaul Eggert2022-03-165-50/+132
* | | Strip positions from symbols before the eval in eval-{when,and}-compile.Alan Mackenzie2022-03-161-4/+6
* | | Report buffer-name when local mode-line is invalidRobert Pluim2022-03-161-2/+2