summaryrefslogtreecommitdiff
path: root/lisp/progmodes
AgeCommit message (Expand)Author
2021-12-29CC Mode: c-update-brace-stack: After struct foo *, do not expect a brace.Alan Mackenzie
2021-12-24Fix the bug with duplicate entries in xref outputDmitry Gutov
2021-12-24Improve Xref documentationDmitry Gutov
2021-12-13Make `M-x run-python' select the window againKévin Le Gouguec
2021-12-10Revert "Make `M-x run-python' select the window again"Lars Ingebrigtsen
2021-12-10Make `M-x run-python' select the window againKévin Le Gouguec
2021-12-09; * lisp/progmodes/flymake.el: Update the minimum Emacs version.Eli Zaretskii
2021-12-08Revert "Grep alias `all' shall not match parent directory"Óscar Fuentes
2021-12-06Select the right buffer for event in context-menu functions (bug#9923)Juri Linkov
2021-12-01CC Mode: Recognise "struct foo {" as introducing a type declarationAlan Mackenzie
2021-11-30Fix regression in gdb-frame-handlerLars Ingebrigtsen
2021-11-12; Fix typosStefan Kangas
2021-11-09* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)Juri Linkov
2021-11-06Escape '%' in filenames to fix flymake warningsStefan Kangas
2021-11-01* lisp/progmodes/prog-mode.el (prog-context-menu): Use text-mode-context-menu.Juri Linkov
2021-10-30Avoid replacing common prefix with ellipsisCarlos Pita
2021-10-22Regexp-quote github domains in bug-referenceLars Ingebrigtsen
2021-10-19Adjust bug-reference-bug-regexp default values to match only at beg of wordTassilo Horn
2021-10-18* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): check type-startAlan Mackenzie
2021-10-18Fix xref elisp identifier namespace mistakeMattias Engdegård
2021-10-16Improve documentation string for 'compilation-error-regexp-alist'.Philipp Stephani
2021-10-13Make emacs-lisp-byte-compile-and-load load the .elc file againLars Ingebrigtsen
2021-10-11* lisp/progmodes/python.el: Bump package version to 0.28.Stefan Kangas
2021-10-11Fontify "print" and "exec" as functions in python-modeStefan Kangas
2021-10-10Avoid mapping file names through 'substring'Dmitry Gutov
2021-10-09* lisp/progmodes/xref.el: Bump the version.Dmitry Gutov
2021-10-09Slight simplificaitonDmitry Gutov
2021-10-08(xref--collect-matches-1): Remove some intermediate allocationsDmitry Gutov
2021-10-08Add Emacs 27 compatibility hackDmitry Gutov
2021-10-05Bump project.el versionDmitry Gutov
2021-10-05Retain compatibility with older project.el projectsDmitry Gutov
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-10-04Don't use some obsolete names in documentationStefan Kangas
2021-10-03Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)Juri Linkov
2021-10-03Rename elisp-shorthands to read-symbol-shorthandsJoão Távora
2021-10-01; s/class/typeDmitry Gutov
2021-10-01Migrate Xref off EIEIODmitry Gutov
2021-09-27* lisp/progmodes/flymake.el (flymake-menu): Don't use obsolete name.Mattias Engdegård
2021-09-27Minor fixes of Lisp doc strings for shorthands featureEli Zaretskii
2021-09-27Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora
2021-09-27Move most of the shorthand implementation to C codeJoão Távora
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-25; Remove various duplicated wordsMattias Engdegård
2021-09-25'xref-search-program'-related doc string fixesLars Ingebrigtsen
2021-09-24Use command substitution instead of raw keys in more placesStefan Kangas
2021-09-23Fix problems with 'C-c C-n' in sh-script-modeMiha Rihtaršič
2021-09-23A bit less overhead when converting hitsDmitry Gutov
2021-09-23More per-match overhead reductionDmitry Gutov
2021-09-23xref-matches-in-files: Decrease per match and per group overheadDmitry Gutov
2021-09-23; * lisp/progmodes/verilog-mode.el: Untabify doc-strings.Wilson Snyder