aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-05-013-11/+17
|\
| * 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
* | Add R7RS syntax forms to scheme.elPeter Feigl2016-05-011-1/+22
* | ; Replace mixed tabs/spaces in scheme.el with just spacesJorgen Schaefer2016-05-011-74/+74
* | CC Mode: Recognize a noise macro with parens after a declarator's identifierAlan Mackenzie2016-04-301-30/+36
* | Clarify doc string of internal compilation functionLars Ingebrigtsen2016-04-271-2/+4
* | Add a number of Python 3 exceptionsJorgen Schaefer2016-04-271-13/+22
* | Fix spurious fontification of "for (; a * b;)" in CC Mode.Alan Mackenzie2016-04-251-2/+14
* | c-forward-<>-arglist no longer directly applies face properties in Java Mode.Alan Mackenzie2016-04-253-25/+33
* | Add fontification for a C declaration which looks like a function call.Alan Mackenzie2016-04-252-6/+29
* | Merge from origin/emacs-25Paul Eggert2016-04-242-34/+18
|\ \ | |/
| * 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
* | Allow _ characters in SQL promptsSteve Purcell2016-04-241-4/+4
* | Regexps for matching CMake outputJö Fahlke2016-04-231-0/+7
* | ; Spelling fixesPaul Eggert2016-04-211-1/+1
* | Add Python 3.5 keyword "await"Jorgen Schaefer2016-04-211-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-181-12/+15
|\ \ | |/
| * Sync with upstream vhdl mode v3.38.1.Reto Zimmermann2016-04-171-12/+15
* | Merge from origin/emacs-25Paul Eggert2016-04-181-3/+4
|\ \ | |/
| * Make sh-electric-here-document-mode accessible in sh-mode-hook. (Bug#3226)Mark Oteiza2016-04-161-3/+4
* | Merge from origin/emacs-25Paul Eggert2016-04-181-57/+83
|\ \ | |/
| * Perform xref searches without visiting unopened filesDmitry Gutov2016-04-121-57/+83
* | Merge from origin/emacs-25Paul Eggert2016-04-121-2/+2
|\ \ | |/
| * Don't use 'find-program'Eli Zaretskii2016-04-111-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-04-113-26/+46
|\ \ | |/
| * Port run-prolog EMACS to SWI-Prolog 7.2.3Paul Eggert2016-04-101-2/+14
| * Comint and compile no longer set EMACSPaul Eggert2016-04-081-8/+0
| * Allow to customize names of executables used by grep.elEli Zaretskii2016-04-081-16/+32
* | Merge from origin/emacs-25Paul Eggert2016-04-111-2/+8
|\ \ | |/
| * Add a `transient' project typeDmitry Gutov2016-04-071-2/+8
* | Add new keywords of Python 3.5Lele Gaifax2016-04-061-2/+11
* | Spelling fixesPaul Eggert2016-04-031-1/+1
* | Revert "Add `r'/`l' grep command history commands"John Wiegley2016-04-031-46/+1
* | Revert "Restore the point in grep buffers when traversing the history"John Wiegley2016-04-031-31/+18
* | Merge from origin/emacs-25Paul Eggert2016-04-035-169/+203
|\ \ | |/
| * (js--continued-expression-p): Special-case unary plus and minusDmitry Gutov2016-04-021-10/+14
| * Prevent C++ Mode wrongly fontifying some identifiers near templates as typesAlan Mackenzie2016-04-012-17/+31
| * Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-303-142/+158
| * Remove prog-indentation-contextDmitry Gutov2016-03-282-92/+12
* | Restore the point in grep buffers when traversing the historyLars Magne Ingebrigtsen2016-04-031-18/+31
* | Add `r'/`l' grep command history commandsLars Magne Ingebrigtsen2016-04-031-1/+46
* | Merge from origin/emacs-25John Wiegley2016-04-022-2/+10
|\ \ | |/
| * Avoid stray As next to IDLW iconsPaul Eggert2016-03-241-2/+2
| * Comint, term, and compile now set EMACSPaul Eggert2016-03-231-0/+8