| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial commit. Allow wanted fontification of open string in any mode.scratch/fontify-open-string | Alan Mackenzie | 2018-07-01 | 1 | -1/+1 |
| * | Fix two tcl-mode defun-related bugs | Tom Tromey | 2018-06-24 | 1 | -6/+43 |
| * | Properly ignore stderr in elisp Flymake backend | João Távora | 2018-06-19 | 1 | -1/+1 |
| * | Minor Flymake docstring fixes | João Távora | 2018-06-17 | 1 | -9/+13 |
| * | Fix off by one error in python-mode assertion (Bug#30964) | Noam Postavsky | 2018-06-16 | 1 | -1/+1 |
| * | Fix a docstring | Bozhidar Batsov | 2018-06-16 | 1 | -2/+1 |
| * | Fix references to RuboCop in ruby-mode.el | Bozhidar Batsov | 2018-06-16 | 1 | -4/+4 |
| * | Fix bug in elisp-flymake-byte-compile | João Távora | 2018-06-16 | 1 | -3/+3 |
| * | Fix a bug in Flymake handling of region-specific reports | João Távora | 2018-06-15 | 1 | -25/+28 |
| * | Flymake and backends exchange hints abouts changed regions | João Távora | 2018-06-15 | 1 | -38/+85 |
| * | * lisp/progmodes/sql.el Add MariaDB support (Robert Cochran) | Michael R. Mauger | 2018-06-11 | 1 | -52/+190 |
| * | Merge from emacs-26 | Noam Postavsky | 2018-06-10 | 3 | -9/+9 |
| |\ |
|
| * | | Implement the C++11 "using" type definition. | Alan Mackenzie | 2018-06-09 | 3 | -101/+95 |
| * | | CC Mode: In brace lists, anchor an elt on its predecessor, not on first elt | Alan Mackenzie | 2018-06-09 | 1 | -13/+16 |
| * | | New flymake-start-on-save-buffer custom variable | João Távora | 2018-06-08 | 1 | -2/+8 |
| * | | CC Mode: Fontify unbalanced quotes in unconstrained multiline strings, etc. | Alan Mackenzie | 2018-06-08 | 1 | -67/+147 |
| * | | When navigating Flymake diagnostics, consider their severity | João Távora | 2018-06-05 | 1 | -17/+22 |
| * | | Obsolete Flymake's flymake-diagnostic-types-alist | João Távora | 2018-06-05 | 3 | -97/+146 |
| * | | Correctly filter Flymake diagnostic types shown in mode-line | João Távora | 2018-06-05 | 1 | -5/+8 |
| * | | Let Flymake backends attach arbitrary data to diagnostics | João Távora | 2018-06-05 | 1 | -4/+9 |
| * | | Update version information for Flymake package and manual | João Távora | 2018-06-05 | 2 | -4/+4 |
| * | | Add proper Flymake support to cc-mode.el | João Távora | 2018-06-04 | 2 | -0/+142 |
| * | | Improve buffer naming in sql.el (Bug#31446) | Michael R. Mauger | 2018-06-02 | 1 | -88/+184 |
| * | | Amend c-before-change-check-unbalanced-strings to handle a quote at EOB. | Alan Mackenzie | 2018-05-31 | 1 | -16/+23 |
| * | | Avoid messing up buffer list when starting gud (Bug#22374) | Michael Welsh Duggan | 2018-05-23 | 1 | -1/+6 |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-05-23 | 1 | -3/+16 |
| |\ \
| |/ |
|
| | * | Another attempt to fix sql.el | Eli Zaretskii | 2018-05-21 | 1 | -2/+7 |
| | * | Fix a typo in last change in sql.el | Eli Zaretskii | 2018-05-21 | 1 | -1/+1 |
| | * | Fix buffer names in sql.el | Eli Zaretskii | 2018-05-20 | 1 | -3/+11 |
| | * | Fix filesystem littering by Flymake's legacy backend | João Távora | 2018-05-12 | 1 | -36/+36 |
| * | | Enhance CC Mode's fontification, etc., of unterminated strings. | Alan Mackenzie | 2018-05-20 | 4 | -47/+279 |
| * | | Give '$' punctuation syntax in make-mode (Bug#24477) | Dima Kogan | 2018-05-15 | 1 | -0/+1 |
| * | | run-python: Make the buffer running python current | Tino Calancha | 2018-05-15 | 1 | -4/+6 |
| * | | Fix filesystem littering by Flymake's legacy backend | João Távora | 2018-05-11 | 1 | -36/+36 |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-05-07 | 1 | -2/+1 |
| |\ \
| |/ |
|
| | * | Fix gud-statement for pdb | Xu Chunyang | 2018-05-06 | 1 | -2/+1 |
| * | | * lisp/progmodes/sql.el (comint-line-beginning-position): | Glenn Morris | 2018-04-25 | 1 | -11/+0 |
| * | | The tedious game of whack-a-mole with compiler warnings continues | Glenn Morris | 2018-04-20 | 5 | -16/+20 |
| * | | Amend c-colon-type-list-re also to handle compound identifiers | Alan Mackenzie | 2018-04-19 | 1 | -1/+5 |
| * | | (sql-stop): Don't bug out if the SQL buffer is killed | Lars Ingebrigtsen | 2018-04-18 | 1 | -9/+10 |
| * | | Revert hunk mistakenly applied in last patch | Lars Ingebrigtsen | 2018-04-17 | 1 | -10/+9 |
| * | | Fix problem in `g' in Info with strings like "(foo)" | Lars Ingebrigtsen | 2018-04-17 | 1 | -9/+10 |
| * | | Use next-error-found to set next-error-last-buffer. | Juri Linkov | 2018-04-17 | 2 | -13/+5 |
| * | | Fix python-shell-send-defun at start of buffer (Bug#30822) | nitishch | 2018-04-08 | 1 | -3/+6 |
| * | | * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`" | Alan Mackenzie | 2018-04-02 | 4 | -16/+17 |
| * | | Optimize c-syntactic-skip-backward, c-determine-limit for large comment blocks | Alan Mackenzie | 2018-04-02 | 1 | -150/+115 |
| * | | Prefer \... to control chars in .el literals | Paul Eggert | 2018-03-29 | 1 | -1/+1 |
| * | | Handle C++17's constexpr keyword in if statements | Alan Mackenzie | 2018-03-28 | 2 | -0/+17 |
| * | | Replace faulty non-matching regexp "\\<\\>" with "a\\`" | Alan Mackenzie | 2018-03-28 | 4 | -22/+22 |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-03-28 | 3 | -4/+4 |
| |\ \
| |/ |
|