aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-08Have Python mode cooperate asynchronously with Eldocscratch/python-eldoc-asyncJoão Távora1-69/+119
2020-07-08Shoosh warnings about obsolete eldoc-documentation-functionJoão Távora2-17/+12
2020-07-08Improve Eldoc docstringsJoão Távora1-31/+87
2020-07-08Change version scheme of two Eldoc obsolete specsJoão Távora1-2/+2
2020-07-08Adjust describe-char-eldoc to new eldoc-documentation-functions protocolJoão Távora1-2/+7
2020-07-08Adjust Eldoc documentation after Eli's reviewJoão Távora1-95/+106
2020-07-08Make more parts of Emacs use new Eldoc capabilitiesJoão Távora7-78/+92
2020-07-08* lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0João Távora1-1/+1
2020-07-08New M-x eldoc for on-demand and interactive documentation requestsJoão Távora1-0/+3
2020-07-08Better handle asynchronous Eldoc sourcesJoão Távora6-93/+325
2020-07-07Optimise assoc and rassoc with symbol key to assq and rassqMattias Engdegård1-0/+11
2020-07-06* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`Stefan Monnier1-10/+16
2020-07-06Simplify byte-code optimisation of pure functionsMattias Engdegård1-43/+14
2020-07-06Mark more functions pure (bug#42147)Mattias Engdegård1-7/+42
2020-07-06; Revert "; Add a note about a bottleneck"Dmitry Gutov1-2/+0
2020-07-06; Add a note about a bottleneckDmitry Gutov1-0/+2
2020-07-06* lisp/progmodes/project.el: Bump the version.Dmitry Gutov1-1/+1
2020-07-06; Add a couple of FIXMEsDmitry Gutov1-1/+4
2020-07-06project-switch-to-buffer: Don't filter based on default-directoryDmitry Gutov1-13/+11
2020-07-05Verilog-Mode collected updates.Wilson Snyder1-36/+76
2020-07-05Relax portable number check in byte compiler (bug#42147)Mattias Engdegård1-30/+9
2020-07-04Remove long obsolete c-looking-at-bos. Make c-at-expression-start-p obsoleteAlan Mackenzie1-11/+1
2020-07-04Fix filling in js-mode and mhtml-mode (js-mode parts), fixing bug #41897Alan Mackenzie2-13/+26
2020-07-04CC Mode: Fix wrong value of comment-start-skip, fixing half of bug #41952Alan Mackenzie2-1/+19
2020-07-04Use 'emacs-lisp-mode-syntax-table' for reading Lisp expressionsDaniel Koning1-2/+5
2020-07-02* lisp/progmodes/cc-mode.el (c-or-c++-mode--regexp): Change WS to [ \t] in itAlan Mackenzie1-1/+1
2020-07-02Revert feature added in bfd96e995d using project directories in vc (bug#41821)Juri Linkov3-10/+3
2020-07-01; Auto-commit of loaddefs files.Glenn Morris1-16/+111
2020-07-01; Auto-commit of loaddefs files.Glenn Morris1-0/+4
2020-07-01Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)Juri Linkov1-0/+1
2020-06-30Subject: Frame-local tab-bar for numeric value of tab-bar-show (bug#42052)James N. V. Cash1-12/+17
2020-06-29CC Mode: optimize for repeated simple operations.Alan Mackenzie3-169/+183
2020-06-28Fix ACTION argument of 'display-buffer' call in gud.elRichard Kim1-3/+3
2020-06-27Improve do string of 'man'Eli Zaretskii1-1/+5
2020-06-26; Fix recent indentation in project.elBasil L. Contovounesios1-9/+8
2020-06-26Improve documentation of Info node movement commandsEli Zaretskii1-4/+14
2020-06-26Fix byte-compilation warning in project.elEli Zaretskii1-0/+1
2020-06-26vc-known-roots: Actually updateDmitry Gutov1-1/+1
2020-06-26project--read-project-list: Add structure verificationDmitry Gutov1-2/+10
2020-06-26project-known-roots: Rename and improveDmitry Gutov1-3/+3
2020-06-26Rename project-kill-buffers-{skip-conditions,ignores}Dmitry Gutov1-4/+5
2020-06-25Fix last changeEli Zaretskii1-2/+3
2020-06-25Add help menu entry for view-lossageTino Calancha1-0/+3
2020-06-25CC Mode. Fix an off by one error. Fixes bug #41809Alan Mackenzie1-2/+2
2020-06-25Push action to list of functions in display-buffer-override-next-commandJuri Linkov1-3/+3
2020-06-24Make switch work in AWK Mode. Fixes bug #41923Alan Mackenzie1-3/+2
2020-06-24M-n in read-directory-name of vc commands gets project dirs (bug#41821)Juri Linkov4-3/+16
2020-06-24More not-state-changing vc commands can be used from non-file buffersJuri Linkov1-3/+1
2020-06-23Fix problem in tramp-smb.elMichael Albinus1-2/+2
2020-06-23; Fix indentation in last changeBasil L. Contovounesios1-2/+1