summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix fontification of C++ declaration with type FOO::FOO.Alan Mackenzie2017-04-222-3/+7
* Remove some explicit runtime loads of pcaseGlenn Morris2017-04-191-1/+0
* ; Spelling and minor wording fixesPaul Eggert2017-04-141-1/+1
* Handle indentation of nested ternary operators in JSDmitry Gutov2017-04-131-0/+2
* Don't call 'kill-this-buffer' outside of menusEli Zaretskii2017-04-121-5/+5
* Fix a loop in C Mode caused by inadequate analysis of comments.Alan Mackenzie2017-04-101-32/+73
* ; Add a FIXME about handing a missing find or grep programDmitry Gutov2017-04-101-0/+4
* Remove references to OS/2 in code, doc, and commentsGlenn Morris2017-04-081-7/+3
* make js.el respect prog-first-columnTom Tromey2017-04-051-1/+2
* Propertize only perl prototype chars `][$%&*;+@\' as punctuationEvgeni Kolev2017-04-011-3/+5
* fix two js-mode syntax propertization bugsTom Tromey2017-04-011-6/+7
* Fix C++ fontification problems 500 bytes after typing a space, and other bugsAlan Mackenzie2017-03-304-94/+167
* * lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33Alan Mackenzie2017-03-281-1/+1
* Protect against an infloop in python-modePhilipp Stephani2017-03-231-3/+13
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+1
|\
| * Fix warning message about native completion (Bug#25984)Noam Postavsky2017-03-051-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-03-191-2/+4
|\ \ | |/
| * Disable native completion for ipython (Bug#25067)Noam Postavsky2017-02-071-2/+4
* | Merge from origin/emacs-25Paul Eggert2017-03-191-1/+1
|\ \ | |/
| * Fix typos in flymake.elLele Gaifax2017-01-181-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-03-191-7/+10
|\ \ | |/
| * * 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
* | Merge from origin/emacs-25Paul Eggert2017-03-192-3/+4
|\ \ | |/
| * 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
* | Fix chaotic indentation of C++ lambda. Enhance documentation thereofAlan Mackenzie2017-03-191-1/+2
* | Avoid duplicate gud menu items with gdb-miGlenn Morris2017-03-031-1/+5
* | sql-mode w/ sqlite: In-memory databaseRolf Ade2017-03-021-11/+14
* | Use font-lock-doc-face in js-modeTom Tromey2017-02-251-1/+14
* | Allow for the :: operator in C++ "enum class" declarations.Alan Mackenzie2017-02-251-0/+2
* | Fix indentation error in js.elTom Tromey2017-02-241-5/+10
* | add "async" and "await" keywordsTom Tromey2017-02-241-1/+1
* | Fix edebug-spec on c-lang-defvar.Alan Mackenzie2017-02-181-5/+3
* | Set the syntax table in AWK Mode.Alan Mackenzie2017-02-181-0/+1
* | Turn on lexical-binding in ruby-modeMark Oteiza2017-02-171-6/+5
* | Doc fix for vhdl-mode re mail-host-addressGlenn Morris2017-02-121-2/+1
* | Recognize JS regexp literals more correctlyTom Tromey2017-02-111-18/+25
* | Extract grep-find-ignored-directories processing from rgrep-default-commandSam Steingold2017-02-101-14/+12
* | Improve fontification in bat-modeVladimir Panteleev2017-02-101-3/+8
* | Set comment-multi-line in js-modeTom Tromey2017-02-041-0/+1
* | (xref-collect-matches): Use '-E' together with '-e'Dmitry Gutov2017-02-031-5/+1
* | Allow C++ nested brace-list-entries to be better indented.Alan Mackenzie2017-02-014-30/+86
* | Escape dash in xref rgrep regexpDmitry Gutov2017-01-291-0/+4
* | Say JavaScript, not JavascriptDmitry Gutov2017-01-291-7/+7
* | lisp/*.el: Fix some warningsJuanma Barranquero2017-01-292-2/+2
* | python-mode: Fix detection for opening blocks.Hong Xu2017-01-261-2/+18
* | Make use of cl-loop destructuringMark Oteiza2017-01-251-6/+3
* | * lisp/progmodes/vhdl-mode.el: Avoid add-to-list on local varsStefan Monnier2017-01-241-17/+26
* | Fix low-level handling of (big) C macros.Alan Mackenzie2017-01-212-17/+34