aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge from origin/emacs-25John Wiegley2016-03-111-0/+1
|\ \ | |/
| * Make sure to use case-sensitive searchDmitry Gutov2016-03-031-0/+1
* | Remove support for IRIXPaul Eggert2016-03-072-13/+7
* | Merge from origin/emacs-25John Wiegley2016-03-031-4/+2
|\ \ | |/
| * Uncomment the next-error-function integration in xrefDmitry Gutov2016-02-291-4/+2
* | Merge from origin/emacs-25John Wiegley2016-03-031-1/+6
|\ \ | |/
| * Fix ModelSim error parsingFriedrich Beckmann2016-02-281-1/+6
| * Highlight assignments in Makefiles more correctlyJohn F. Trudeau2016-02-241-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-031-5/+10
|\ \ | |/
| * Make $, : and @ "prefix characters" in ruby-modeDmitry Gutov2016-02-231-5/+10
* | Handle "noise" macros and compiler directives.Alan Mackenzie2016-02-295-60/+197
* | * lisp/progmodes/grep.el (grep-save-buffers): Fix type, tweak doc.Glenn Morris2016-02-291-8/+6
* | * lisp/progmodes/grep.el (grep-save-buffers): Don't autoload defcustoms.Glenn Morris2016-02-291-1/+0
* | Save buffers before running grep commandsHugh Brown2016-02-291-0/+28
* | Add hideshow bindings analogous to outline modeSusanne Oberhauser2016-02-241-0/+4
* | Highlight assignments in Makefiles more correctlyJohn F. Trudeau2016-02-241-1/+1
* | Allow more shell script defun formsCarlos Pita2016-02-231-1/+6
* | Allow pretty lambdas in Scheme modeSimen Heggestøyl2016-02-231-0/+1
* | Merge from origin/emacs-25John Wiegley2016-02-222-64/+55
|\ \ | |/
| * Kill off xref--display-historyDmitry Gutov2016-02-221-30/+1
| * Keep the xref buffer visible until the user quits it explicitlyDmitry Gutov2016-02-221-32/+52
| * Correct c-parse-state cache manipulation error.Alan Mackenzie2016-02-171-3/+3
* | Merge from origin/emacs-25John Wiegley2016-02-153-6/+43
|\ \ | |/
| * Allow arithmetic operators inside C++ template constructs.Alan Mackenzie2016-02-152-5/+42
| * Grep alias `all' shall not match parent directoryOscar Fuentes2016-02-141-1/+1
| * Quote table names for postgres listings (sql-mode)Matthew Carter2016-02-091-2/+2
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-0520-161/+174
* | Merge from origin/emacs-25Paul Eggert2016-02-092-9/+39
|\ \ | |/
| * Correctly fontify C++ initializations which "look like" functions.Alan Mackenzie2016-02-042-9/+39
* | On leaving CC Mode, clean up by removing character properties.Alan Mackenzie2016-02-071-1/+12
* | Merge from origin/emacs-25John Wiegley2016-02-031-43/+36
|\ \ | |/
| * ; * lisp/progmodes/prolog.el: Remove some obsolete commentary.Glenn Morris2016-02-011-25/+8
| * Improve the custom type of some user options.Glenn Morris2016-02-011-17/+27
| * Spelling fixesPaul Eggert2016-01-301-1/+1
* | Merge from origin/emacs-25John Wiegley2016-02-031-1/+2
|\ \ | |/
| * Improve the custom type of some user options.Glenn Morris2016-01-301-1/+1
| * Mark some user options that can get evalled as risky.Glenn Morris2016-01-301-0/+1
* | Quote table names for postgres listings (sql-mode)Matthew Carter2016-01-301-2/+2
* | -Paul Eggert2016-01-303-50/+108
|\ \ | |/