summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix eldoc bug with curved quotePaul Eggert2017-06-041-1/+1
* Add watch for password back to inferior python comint filterGlenn Morris2017-06-021-1/+2
* c-defun-name: Return fully qualified method names when wanted in C++, etc.Alan Mackenzie2017-05-301-1/+1
* Use regexp matching instead of checking exit statusDmitry Gutov2017-05-301-4/+7
* Comply with pep 8 style guide for backslash in assignment (Bug#24809)Jules Tamagnan2017-05-281-1/+1
* Signal error if find-grep returns a nonzero statusDmitry Gutov2017-05-291-5/+7
* Fix GUD "Stop" display when running pdbEli Zaretskii2017-05-271-1/+2
* Don't treat ' as a string delimiter in RPM spec filesWilfred Hughes2017-05-231-1/+4
* Limit integers printed as characters (Bug#16828)Noam Postavsky2017-05-191-8/+12
* Refactor lisp eval result printingNoam Postavsky2017-05-191-18/+17
* Fontify C++ for loop variable as variable, even when followed by parenthesesAlan Mackenzie2017-05-122-2/+38
* Fix various verilog-mode.el issues.Wilson Snyder2017-05-081-24/+67
* Fix all unescaped character literalsPhilipp Stephani2017-05-077-16/+16
* CC Mode internal cache: Handle a cache pos being inside a two-char construct.Alan Mackenzie2017-05-072-57/+125
* ; xref-collect-matches: Add a TODODmitry Gutov2017-05-041-0/+3
* ; Fix the comment backDmitry Gutov2017-05-021-1/+1
* Speed up project-find-regexp for simple regexpsDmitry Gutov2017-05-021-6/+22
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-287-11/+11
* 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