summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix warning message about native completion (Bug#25984)Noam Postavsky2017-03-051-1/+1
* Disable native completion for ipython (Bug#25067)Noam Postavsky2017-02-071-2/+4
* Fix typos in flymake.elLele Gaifax2017-01-181-1/+1
* * lisp/progmodes/sql.el (sql-product-alist): Doc tweakStefan Monnier2017-01-141-1/+1
* * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)Eli Zaretskii2017-01-141-7/+10
* Fix an error message in python.elEli Zaretskii2017-01-091-2/+1
* Add helpful comment to compile-command's docstringNoam Postavsky2017-01-071-1/+3
* Update copyright year to 2017Paul Eggert2016-12-3186-86/+86
* Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.Alan Mackenzie2016-12-201-1/+1
* Ignore forward-sexp-function in js-mode indentation codeDmitry Gutov2016-12-171-1/+3
* Improve treatment of Fortran's "class is"Glenn Morris2016-11-271-2/+5
* js-mode: Fix indent problem after a regexpDmitry Gutov2016-11-171-0/+4
* Avoid infloop in pythonDaniel Colascione2016-11-081-2/+9
* Fix python-mode hideshow regexpNoam Postavsky2016-11-061-1/+1
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-063-15/+15
* python.el: Fix detection of native completion in Python 3 (bug #24401)Clément Pit--Claudel2016-10-311-1/+1
* Catch the imenu-unavailable error in sh-mode completion tableAndreas Politz2016-10-161-1/+4
* Fix tags-query-replace docstringNoam Postavsky2016-08-261-2/+0
* Improve doc strings of 'gud-gdb' and 'gdb'Eli Zaretskii2016-08-012-11/+21
* Don't let completion break `declare' handlingPaul Pogonyshev2016-07-231-3/+3
* Fix escaping in sh-indent-after-continuation docstrNoam Postavsky2016-07-021-6/+6
* Add to elisp-completion-at-point's docstringNoam Postavsky2016-06-271-1/+7
* Fix eldoc-related freezes in python modeJules Tamagnan2016-06-101-2/+37
* * lisp/progmodes/python.el (inferior-python-mode):Glenn Morris2016-06-071-0/+1
* Improve squiggly heredoc support in non-SMIE Ruby modeDmitry Gutov2016-06-071-1/+1
* Fix doc string quotingStephen Berman2016-06-061-1/+1
* * lisp/progmodes/elisp-mode.el (elisp-function-argstring): CallAndreas Schwab2016-05-281-1/+2
* Do not mistake colon at the end of regexp for slash symbolDmitry Gutov2016-05-121-1/+3
* Don't treat JS spread as contination method callDmitry Gutov2016-05-111-1/+1
* Add some "safe-local-variable" declarations for compatibility with master.Alan Mackenzie2016-05-091-1/+20
* Say 'All results processed' at the endDmitry Gutov2016-05-081-1/+3
* `nreverse' the marker pairs listDmitry Gutov2016-05-051-1/+1
* Use save-excursion in xref-location-marker moreDmitry Gutov2016-05-052-4/+6
* shell-quote-argument DIR when appropriateDmitry Gutov2016-05-052-3/+5
* Rework xref-query-replace-in-resultsDmitry Gutov2016-05-051-50/+81
* Handle "empty line" regexp in xref searchesDmitry Gutov2016-05-041-1/+5
* Clear buffer-undo-list when showing xrefsDmitry Gutov2016-05-041-1/+3
* Fix quoting problem in cc-engine debug messagePaul Eggert2016-05-021-1/+1
* `nreverse' Grep hits before passing them to xref--convert-hitsDmitry Gutov2016-05-021-1/+1
* Clarify doc string of internal compilation functionLars Ingebrigtsen2016-05-011-2/+4
* Fix the MSDOS buildEli Zaretskii2016-04-301-1/+1
* Revert unneeded change which harms syntactic parsing. This fixes bug #23308.Alan Mackenzie2016-04-291-1/+1
* Correct indentation of ids in a C++ enum after a protection keyword.Alan Mackenzie2016-04-291-7/+11
* Don't mistake `for' inside a function for a part of array comprehensionDmitry Gutov2016-04-281-2/+4
* Add Python 3.5 keyword "await"Jorgen Schaefer2016-04-261-0/+1
* Add new keywords of Python 3.5Lele Gaifax2016-04-261-2/+11
* Revert "Allow to customize names of executables used by grep.el"Eli Zaretskii2016-04-211-32/+16
* Revert "Don't use 'find-program'"Eli Zaretskii2016-04-211-2/+2
* Sync with upstream vhdl mode v3.38.1.Reto Zimmermann2016-04-171-12/+15
* Make sh-electric-here-document-mode accessible in sh-mode-hook. (Bug#3226)Mark Oteiza2016-04-161-3/+4