aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | SES with case insensitive cell names for jumping.Vincent Belaïche2022-04-041-14/+49
* | 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-042-25/+35
* | Further fixes for cl--generic-describe and (function ...)Lars Ingebrigtsen2022-04-041-7/+6
* | Rewrite string-greaterp and string> using string-lesspMattias Engdegård2022-04-041-0/+11
* | Improve behavior of dragging text to windows on top of framesPo Lu2022-04-041-3/+20
* | * lisp/tab-bar.el (tab-bar-undo-close-tab): Update tab-bar-lines (bug#54684)Juri Linkov2022-04-031-2/+3
* | ; * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-value): Fix typo.Philipp Stephani2022-04-031-1/+1
* | Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-24/+27
* | Ensure re-encoding after change in gnus-inews-do-gccJames Thomas2022-04-031-1/+2
* | Have global minor modes say so in the doc stringLars Ingebrigtsen2022-04-031-9/+11
* | Make dragging stuff to a window above a frame workPo Lu2022-04-031-10/+22
* | Don't touch WAYLAND_DISPLAY in browse-urlPo Lu2022-04-031-1/+5
* | Implement new DND features on GNUstepPo Lu2022-04-031-19/+22
* | Implement new DND options on HaikuPo Lu2022-04-031-17/+20
* | Add user options to move point and scroll window during DNDPo Lu2022-04-032-8/+58
* | Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-023-33/+32
* | Fix regression in tex alignmentLars Ingebrigtsen2022-04-021-3/+4
* | em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-021-4/+18
* | Add S-SPC key sequence to bookmark-bmenu-mode-mapAugust Feng2022-04-021-0/+1
* | Put the define-minor-mode boilerplate at the end of the doc stringsLars Ingebrigtsen2022-04-021-24/+42
* | ; Improve documentation of 'font-lock-ignore'Eli Zaretskii2022-04-021-25/+30
* | Further tweaks to cl--generic-describeLars Ingebrigtsen2022-04-021-1/+7
* | * lisp/dired.el (dired-mouse-drag): Offer HOST_NAME as well.Po Lu2022-04-021-1/+1
* | Fix error on mouse move over something not a window while dragging textPo Lu2022-04-021-11/+14
* | ; * lisp/mouse.el (mouse-drag-and-drop-region-scroll-margin): Fix type.Po Lu2022-04-021-1/+2
* | Add new option `mouse-drag-and-drop-region-scroll-margin'Po Lu2022-04-021-0/+36
* | Implement DELETE selection target for cross program dragsPo Lu2022-04-022-81/+96
* | * lisp/progmodes/xref.el (xref-search-program): Fix typo.Dmitry Gutov2022-04-021-1/+1
* | Support ugrep in xref-search-program-alistManuel Uberti2022-04-021-1/+3
* | kmacro: Represent it as an OClosureStefan Monnier2022-04-012-122/+126
* | ; gnus/nnselect must get headers from the right groupAndrew G Cohen2022-04-021-0/+1
* | New user option 'font-lock-ignore'Augusto Stoffel2022-04-011-3/+83
* | cl-generic: Rework obsolescence checks for defmethodStefan Monnier2022-04-012-18/+15
* | Better check for when clipboard or primary selection have changedIgnacio2022-04-013-32/+87
* | OClosure: Add support for defmethod dispatchStefan Monnier2022-04-013-18/+60
* | More robust checks for directory buffers in image-modeMichael Albinus2022-04-011-2/+5
* | Simplify Haiku drag-and-drop implementationPo Lu2022-04-011-0/+1
* | Make dropping files on Motif programs workPo Lu2022-04-012-5/+17
* | Tweak how functions are formatted in Implementation in *Help*Lars Ingebrigtsen2022-03-311-1/+1
* | Implement Motif drop protocolPo Lu2022-03-312-160/+168
* | cl-generic: Use OClosures for `cl--generic-isnot-nnm-p`Stefan Monnier2022-03-303-70/+95
* | EIEIO tests: Fix failure when `eieio-core.el` is interpretedStefan Monnier2022-03-301-3/+3
* | Extend signal-process and proced.elMichael Albinus2022-03-302-11/+70
* | Remove local copies of remote files created for drag-and-dropPo Lu2022-03-301-2/+21
* | Prevent signals when dragging nonexistent files on HaikuPo Lu2022-03-301-1/+3
* | ; * lisp/dired.el (dired-mouse-drag): Create local copy if file is remote.Po Lu2022-03-301-11/+19
* | Handle process property `remote-command' in TrampMichael Albinus2022-03-294-3/+21
* | ipv6 addresses aren't suspiciousLars Ingebrigtsen2022-03-291-0/+12
* | Don't use 'eshell-convert' when all we want is a numberJim Porter2022-03-292-30/+28