summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Verilog-Mode collected updates.Wilson Snyder2019-09-231-31/+39
* Update some URLsPaul Eggert2019-09-232-4/+4
* Ignore comments and strings when recognizing JSXJackson Ray Hamilton2019-09-221-1/+5
* Make js-jsx-regexps case-sensitiveJackson Ray Hamilton2019-09-221-2/+4
* CC Mode: Fix wrong fontification of FOO in ASSERT (FOO && !BAR)Alan Mackenzie2019-09-211-1/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-219-32/+31
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-193-3/+3
* Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky2019-09-121-1/+7
* * lisp/progmodes/sh-script.el (sh--assignment-collect): Only after `=`!Stefan Monnier2019-09-121-6/+7
* * lisp/progmodes/sh-script.el (sh-mode-map): Don't bind `=`Stefan Monnier2019-09-121-21/+24
* Match Python 3 code object names in "M-x pdb"Stefan Kangas2019-09-091-1/+3
* Fix untidinesses in compile.el.Alan Mackenzie2019-09-081-7/+4
* Fix flymake-proc temporary file deletion bugJoel Rosdahl2019-09-071-1/+13
* Repair change to compilation-context-lines (bug#36832)Mattias Engdegård2019-09-041-1/+2
* Use left margin to hold "=>" to indicate current error in fringeless windowsAlan Mackenzie2019-09-031-26/+49
* Prefer display-line-numbers over linum in docs and one defcustomStefan Kangas2019-08-271-1/+2
* Introduce new value t for compilation-context-lines to eliminate scrollingAlan Mackenzie2019-08-251-22/+68
* Add imenu support to xrefDamien Cassou2019-08-231-2/+23
* Make hide-ifdef-mode-prefix-key customisableLars Ingebrigtsen2019-08-211-11/+7
* Delete built-in ada-mode; Gnu ELPA is a good replacementStephen Leake2019-08-204-9020/+0
* Don't display wrong ElDoc information when inside ELisp strings or commentsMauro Aranda2019-08-201-8/+6
* Rename variables and functions with "auto-load" in their namesLars Ingebrigtsen2019-08-151-13/+19
* ; Fix typoes.Juri Linkov2019-08-151-1/+1
* Merge from origin/emacs-26Glenn Morris2019-08-101-1/+16
|\
| * Fix octave-mode ElDoc supportMauro Aranda2019-08-081-1/+16
* | Use "python -m pdb" when "pdb" is missing in M-x pdbStefan Kangas2019-08-081-3/+4
* | Suppress relint errors in fortran.elMattias Engdegård2019-08-081-0/+2
* | C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<"Alan Mackenzie2019-08-062-1/+47
* | Add conditional operator xor to subr.elMattias Engdegård2019-08-062-14/+13
* | New function time-convertPaul Eggert2019-08-054-6/+6
* | Fix 2019-08-04 regex lintPaul Eggert2019-08-042-3/+3
* | Minor doc fix in etags.elEli Zaretskii2019-08-031-1/+4
* | Fix progression in hideshow.elLars Ingebrigtsen2019-08-021-1/+2
* | Fix example code in hideshow.elMichael Heerdegen2019-08-021-1/+2
* | CC Mode: Fix error in macro cache. This fixes bug #36802Alan Mackenzie2019-08-021-0/+5
* | CC Mode: Fix spurious recognition of operators beginning with, e.g. "or"Alan Mackenzie2019-08-021-1/+1
* | pdb doc clarificationLars Ingebrigtsen2019-08-021-3/+9
* | CC Mode: Fix the timing of application and removal of string fence propertiesAlan Mackenzie2019-08-021-36/+35
* | Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-017-11/+12
* | Merge commit '9b480db6732c6d2e886838f112d9bd46fc8989bf'Stephen Leake2019-07-3014-618/+722
|\ \
| * | Support filename matches in etags xref backendDmitry Gutov2019-07-301-8/+9
| * | * lisp/progmodes/vhdl-mode.el: Use cl-lib when availableStefan Monnier2019-07-291-23/+25
| * | Fix when calling prettify-symbols-mode more than onceLars Ingebrigtsen2019-07-281-3/+3
| * | CC Mode. Fix (c-beginning-of-defun -1) getting stuck with structs.Alan Mackenzie2019-07-281-12/+14
| * | Java Mode: Fix handling of nested generics ending in >>>.Alan Mackenzie2019-07-272-9/+11
| * | * lisp/progmodes/compile.el: Fix bug#36803.Stefan Monnier2019-07-271-3/+9
| * | CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdocAlan Mackenzie2019-07-272-3/+3
| * | CC Mode. Create lang vars for certain skipping expressions at compile timeAlan Mackenzie2019-07-262-24/+72
| * | Remove debugging left in previous patchLars Ingebrigtsen2019-07-261-1/+0
| * | Add new macro `ignore-error'Lars Ingebrigtsen2019-07-261-5/+21