summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAge
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-31
* (xref-revert-buffer): Also 'erase-buffer' when handling a user-errorDmitry Gutov2021-01-29
* Fix Bug#45518 in compile.elMichael Albinus2021-01-29
* flymake-diagnostic-beg/end doc string and error reporting improvementLars Ingebrigtsen2021-01-29
* * lisp/progmodes/bat-mode.el: Use lexical-binding.Stefan Kangas2021-01-28
* Fix fill-paragraph in asm-modeMattias M2021-01-28
* perl-mode.el: Eliminate keywords which are not in Perl.Harald Jörg2021-01-28
* Allow project/xref packages to be used in Emacs 26.1João Távora2021-01-28
* * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Tweak indent of new `for`Stefan Monnier2021-01-26
* ; xref-revert-buffer: Drop the (goto-char) at the endDmitry Gutov2021-01-23
* Erase the buffer only after fetching the new contentsDmitry Gutov2021-01-23
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-20
* Make sh-mode use `auto-mode-interpreter-regexp'Lars Ingebrigtsen2021-01-20
* Declare some project commands interactive-onlyDmitry Gutov2021-01-19
* Add 'perl-non-scalar-variable' face to perl-modeProtesilaos Stavrou2021-01-19
* Make sure the new window is not too tallDmitry Gutov2021-01-19
* Change default-directory before prompting in project-compileKévin Le Gouguec2021-01-16
* New command xref-quit-and-pop-marker-stackDmitry Gutov2021-01-11
* Default python-shell-interpreter to python3Glenn Morris2021-01-10
* Make font locking work in mercury-modek3tu0isui2021-01-10
* Count Flymake diagnostics in modeline by severity, not typeJoão Távora2021-01-09
* Make sure default-directory relates to the originating bufferDmitry Gutov2021-01-09
* Proof some searches and file listings against symlinksDmitry Gutov2021-01-06
* ruby-mode: eliminate redundant regexp branchMattias Engdegård2021-01-05
* perl-mode: Display here-docs as strings instead of commentsHarald Jörg2021-01-05
* ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov2021-01-04
* * lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing argStefan Monnier2021-01-02
* xref--show-pos-in-buf: Don't set other-window-scroll-bufferDmitry Gutov2021-01-02
* ; * lisp/progmodes/flymake.el: Bump version to 1.1.0.João Távora2021-01-02
* ruby-smie-rules: Avoid one case of infinite recursionDmitry Gutov2021-01-02
* xref-show-definitions-completing-read: Default to the first locationDmitry Gutov2021-01-01
* ; ruby-smie--bosp: Fix the breakageDmitry Gutov2021-01-01
* Fix a compilation warning.Philipp Stephani2021-01-01
* Merge from origin/emacs-27Paul Eggert2021-01-01
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Update copyright year to 2021Paul Eggert2021-01-01
* | CC Mode: increment version numbers to 5.35 due to standalone releaseAlan Mackenzie2020-12-31
* | ruby-mode: Optimize expression expansion tooDmitry Gutov2020-12-31
* | ruby-syntax-propertize: Optimize two rules a littleDmitry Gutov2020-12-31
* | ruby-mode: Recognize setter symbolsDmitry Gutov2020-12-31
* | Fix type declaration of two Flymake customization variablesJoão Távora2020-12-31
* | Must explicitly create unpropertized strings in mode-lineJoão Távora2020-12-31
* | Make Flymake mode-line indicator customizable (bug#33740)João Távora2020-12-31
* | Protect elisp-flymake-checkdoc against boundless diagnosticsJoão Távora2020-12-31
* | CC Mode. Fix AWK Mode fontification bug, remove some unused variablesAlan Mackenzie2020-12-31
* | CC Mode: correct the handling of empty stringsAlan Mackenzie2020-12-30
* | Add 'project-relative' as value for 'xref-file-name-display'Dmitry Gutov2020-12-30
* | Fix some over-wide docstringsStefan Kangas2020-12-30
* | Use explicit "--color=auto" in grep mode to support both GNU grep and ripgrepJuri Linkov2020-12-29
* | xref-show-definitions-completing-read: Tune up completionDmitry Gutov2020-12-29