aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
* * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10
* * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-101-1/+1
* Avoid undefined behavior in gdb-mi.elEli Zaretskii2019-03-071-1/+1
* Fix last change on 'compilation-parse-errors'Tobias Bading2019-03-011-1/+1
* Backport: js--re-search-backward-inner: Fix infloopDmitry Gutov2019-02-251-8/+1
* Fix faces in compilation messagesDaniel Lopez2019-02-151-11/+11
* Backport: js-indent-align-list-continuation: Make variable safeJackson Ray Hamilton2019-02-141-0/+1
* Fix a loop in c-fl-decl-start. This fixes bug #34186.Alan Mackenzie2019-01-251-0/+3
* Fix cursor column positioning on Grep hitsTrevor Spiteri2019-01-191-5/+5
* Update copyright year to 2019Paul Eggert2019-01-0187-87/+87
* Check result from c-backward-token-2 to avoid infinite loopAlan Mackenzie2018-12-201-2/+2
* Fix Bug#33524Michael Albinus2018-12-181-1/+1
* CC Mode: stop extra parens on expression causing false fontification as typeAlan Mackenzie2018-12-101-3/+5
* CC Mode: stop wrongly recognizing "func(a * 9)" as "pointer to type a"Alan Mackenzie2018-12-101-2/+6
* Improve documentation of gdb-mi.elEli Zaretskii2018-11-301-2/+4
* Fix bug #33416, where typing a ) in a comment at EOB caused a loop (CC Mode).Alan Mackenzie2018-11-241-1/+4
* Avoid infloop in CPerl mode fontificationEli Zaretskii2018-10-251-1/+1
* Improve Custom menu labels for 2 optionsEli Zaretskii2018-09-191-9/+11
* Remove unused variableLeo Liu2018-09-141-6/+0
* Fix handling of abbreviated control command in gdb-mi.elEli Zaretskii2018-09-101-2/+3
* Improve documentation of M-?Eli Zaretskii2018-08-071-1/+5
* Omit keymap from subword-mode docstring (Bug#32212)Noam Postavsky2018-07-231-3/+1
* Match w32 paths in grep sans --null hits (Bug#32051)Noam Postavsky2018-07-121-1/+3
* Clarify and improve doc strings of 'eval-last-sexp' and friendsEli Zaretskii2018-07-061-5/+5
* Another attempt to fix sql.elEli Zaretskii2018-05-211-2/+7
* Fix a typo in last change in sql.elEli Zaretskii2018-05-211-1/+1
* Fix buffer names in sql.elEli Zaretskii2018-05-201-3/+11
* Fix filesystem littering by Flymake's legacy backendJoão Távora2018-05-121-36/+36
* Fix gud-statement for pdbXu Chunyang2018-05-061-2/+1
* ; Fix some tiny doc typosGlenn Morris2018-03-271-1/+1
* ; Use GNU not Gnu in docsGlenn Morris2018-03-232-3/+3
* sql.el defcustom fixesGlenn Morris2018-03-221-8/+15
* Revert "Support all perl variable declarators and prefixes"Noam Postavsky2018-03-201-4/+3
* * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix.Glenn Morris2018-03-131-1/+1
* Stop mentioning options.el in docGlenn Morris2018-03-121-2/+2
* Replace some obsolete aliases in documentationGlenn Morris2018-03-061-1/+1
* * lisp/progmodes/grep.el (zrgrep):Juri Linkov2018-03-031-0/+2
* Avoid errors in flymake in builds --without-xEli Zaretskii2018-03-031-0/+4
* Backport: xref--next-error-function: Move xref's window pointDmitry Gutov2018-03-031-0/+4
* * lisp/progmodes/grep.el (grep-compute-defaults):Juri Linkov2018-02-211-0/+2
* ; Spelling and grammar fixes.Paul Eggert2018-02-171-2/+2
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-162-2/+2
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-1612-15/+15
* * lisp/progmodes/grep.el (grep-num-matches-found): New variable.Juri Linkov2018-02-121-14/+32
* CC Mode: stop distinguishing brace blocks from defun blocks by content.Alan Mackenzie2018-01-181-5/+1
* New customization variable for python-mode indentation (Bug#28475)Ross Donaldson2018-01-011-2/+8
* Update copyright year to 2018Paul Eggert2018-01-0187-87/+87
* (elisp-flymake-byte-compile): Handle killed buffer in sentinelStefan Monnier2017-12-221-3/+5
* Fontify a CPP construct correctly when a comment follows without spacesAlan Mackenzie2017-12-214-94/+16