aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix absence of c-noise-macro-name-re, etc., in languages which don't use itAlan Mackenzie2016-03-254-16/+26
* | Sync with verilog-mode development tree.Wilson Snyder2016-03-221-8/+40
* | -Paul Eggert2016-03-223-9/+8
|\ \ | |/
| * Fixup the "normal" matcher; highlight global var symbols, tooDmitry Gutov2016-03-191-2/+2
| * ; Spelling fixesPaul Eggert2016-03-181-1/+1
| * * lisp/progmodes/xref.el (xref-buffer-name, xref--window):Glenn Morris2016-03-171-6/+5
* | -Paul Eggert2016-03-225-248/+271
|\ \ | |/
| * Support safe navigation operator in non-SMIE indentation codeDmitry Gutov2016-03-161-1/+1
| * Fix Ruby's operator precedenceDmitry Gutov2016-03-161-5/+6
| * Do not tokenize a comment before continuation as ';'Dmitry Gutov2016-03-151-1/+1
| * Don't misindent arguments of a method call inside continuationDmitry Gutov2016-03-151-13/+7
| * Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-143-222/+246
| * Make lisp-completion-at-point's argument optionalDmitry Gutov2016-03-141-1/+1
| * Tweak the left precedence of '=>'Dmitry Gutov2016-03-141-1/+1
| * Indent '.' relative to the first sibling expressionDmitry Gutov2016-03-141-1/+3
| * Make '.' associative, for easier sexp navigationDmitry Gutov2016-03-141-2/+2
| * Support Ruby 2.3.0's safe navigation operatorDmitry Gutov2016-03-121-1/+3
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-2120-161/+174
* | Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-03-212-0/+14
* | Merge from origin/emacs-25John Wiegley2016-03-112-80/+89
|\ \ | |/
| * Indent methods with keyword names correctlyDmitry Gutov2016-03-101-5/+9
| * Propertize character literals and special global variables differentlyDmitry Gutov2016-03-101-3/+5
| * Propertize operator symbol names with symbol syntax classDmitry Gutov2016-03-091-22/+11
| * Stop recognizing :#{} as symbol in ruby-modeDmitry Gutov2016-03-091-2/+2
| * Allow using the left shift operator without spaces on both sidesDmitry Gutov2016-03-091-10/+16
| * Allow splat operator before percent literalDmitry Gutov2016-03-071-1/+1
| * Don't apply the return value of goto-char as syntax classDmitry Gutov2016-03-071-1/+2
| * Guard against nested percent literalsDmitry Gutov2016-03-071-30/+31
| * Recognize iuwu-mod after an escaped newlineDmitry Gutov2016-03-071-2/+7
| * Don't misindent computed property generator methodsDmitry Gutov2016-03-051-5/+6