aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp/minibuffer.el (minibuffer-completion-auto-choose): New defcustom.Juri Linkov2022-04-112-29/+29
* | Make more IPV6 domains non-suspicious in textsecLars Ingebrigtsen2022-04-111-9/+10
* | Recognise hybrid IPv6/IPv4 addresses in textsec (bug#54624)Mattias Engdegård2022-04-111-6/+12
* | Ensure shell.el loading properlyLars Ingebrigtsen2022-04-111-0/+1
* | Add lazy highlight when reading 'query-replace' argumentsAugusto Stoffel2022-04-101-18/+47
* | Rewrite the minibuffer lazy highlight featureAugusto Stoffel2022-04-101-62/+86
* | Fix WebP image support on MS-WindowsEli Zaretskii2022-04-101-0/+1
* | CC Mode: Fix unwanted fontification of function call as function declarationAlan Mackenzie2022-04-101-1/+1
* | Update docstrings for shortdoc.el FUNC lisp form APIKaushal Modi2022-04-101-15/+55
* | Allow non-interactive uses of minibuffer-next-completionJuri Linkov2022-04-101-2/+2
* | Fix mode-line doc stringLars Ingebrigtsen2022-04-101-2/+3
* | Fix sql-mode comment-end parsingLars Ingebrigtsen2022-04-091-1/+12
* | Improve package.el error messages on too-old EmacsenLars Ingebrigtsen2022-04-081-2/+6
* | Interpolate scrolls coming from mice by defaultPo Lu2022-04-081-10/+22
* | Ensure local `default-directory' when calling `process-attributes'.Michael Albinus2022-04-082-2/+4
* | Implement support for reporting device names on PGTKPo Lu2022-04-082-0/+24
* | * lisp/term/x-win.el (x-device-class): Detect more keyboards.Po Lu2022-04-081-1/+5
* | * lisp/term/x-win.el (x-device-class): Detect "USB USB Keykoard"s.Po Lu2022-04-081-1/+4
* | Add code for determining the type of an input devicePo Lu2022-04-082-0/+93
* | lisp/simple.el: Use #' in new codeStefan Monnier2022-04-071-6/+6
* | Display file mode information when diff font lock prettify enabledMatthias Meulien2022-04-071-15/+28
* | OClosure: New function `function-documentation`Stefan Monnier2022-04-072-1/+39
* | Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-2/+8
* | Encrypt some parameters in auth-source plstore backendAndrew G Cohen2022-04-071-17/+28
* | Add a mu backend for gnus-searchJai Flack2022-04-071-0/+142
* | * lisp/net/tramp-integration.el: Don't require files-x.Michael Albinus2022-04-071-1/+0
* | Fix ses-tests.elVincent Belaïche2022-04-061-1/+1
* | * lisp/ses.el: Fix 80-column-docstring warningsStefan Monnier2022-04-061-29/+27
* | Move some X11 drag and drop processing to LispPo Lu2022-04-062-0/+15
* | Fix minor-mode doc string quotingLars Ingebrigtsen2022-04-061-1/+1
* | Make the Foot terminal an alias of xterm-256colorDavide Masserut2022-04-061-1/+2
* | 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
* | 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-061-2/+5
* | Clean up more PGTK codePo Lu2022-04-061-162/+17
* | Port Org encode-time usage back to Emacs 25Paul Eggert2022-04-057-14/+14
* | Allow completion wrapping in minibuffer completion navigation commandsJuri Linkov2022-04-051-8/+6
* | New commands for navigating completions from the minibuffer.Juri Linkov2022-04-052-1/+69
* | 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-051-4/+12
* | Reject invalid time-string in appt-add immediatelyRobert Pluim2022-04-051-3/+7
* | Handle remote system processesMichael Albinus2022-04-0512-37/+366
* | 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
* | Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-052-1/+21
* | * 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-042-47/+77