| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning message about native completion (Bug#25984) | Noam Postavsky | 2017-03-05 | 1 | -1/+1 |
* | Disable native completion for ipython (Bug#25067) | Noam Postavsky | 2017-02-07 | 1 | -2/+4 |
* | Fix typos in flymake.el | Lele Gaifax | 2017-01-18 | 1 | -1/+1 |
* | * lisp/progmodes/sql.el (sql-product-alist): Doc tweak | Stefan Monnier | 2017-01-14 | 1 | -1/+1 |
* | * lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440) | Eli Zaretskii | 2017-01-14 | 1 | -7/+10 |
* | Fix an error message in python.el | Eli Zaretskii | 2017-01-09 | 1 | -2/+1 |
* | Add helpful comment to compile-command's docstring | Noam Postavsky | 2017-01-07 | 1 | -1/+3 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 86 | -86/+86 |
* | Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk. | Alan Mackenzie | 2016-12-20 | 1 | -1/+1 |
* | Ignore forward-sexp-function in js-mode indentation code | Dmitry Gutov | 2016-12-17 | 1 | -1/+3 |
* | Improve treatment of Fortran's "class is" | Glenn Morris | 2016-11-27 | 1 | -2/+5 |
* | js-mode: Fix indent problem after a regexp | Dmitry Gutov | 2016-11-17 | 1 | -0/+4 |
* | Avoid infloop in python | Daniel Colascione | 2016-11-08 | 1 | -2/+9 |
* | Fix python-mode hideshow regexp | Noam Postavsky | 2016-11-06 | 1 | -1/+1 |
* | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 3 | -15/+15 |
* | python.el: Fix detection of native completion in Python 3 (bug #24401) | Clément Pit--Claudel | 2016-10-31 | 1 | -1/+1 |
* | Catch the imenu-unavailable error in sh-mode completion table | Andreas Politz | 2016-10-16 | 1 | -1/+4 |
* | Fix tags-query-replace docstring | Noam Postavsky | 2016-08-26 | 1 | -2/+0 |
* | Improve doc strings of 'gud-gdb' and 'gdb' | Eli Zaretskii | 2016-08-01 | 2 | -11/+21 |
* | Don't let completion break `declare' handling | Paul Pogonyshev | 2016-07-23 | 1 | -3/+3 |
* | Fix escaping in sh-indent-after-continuation docstr | Noam Postavsky | 2016-07-02 | 1 | -6/+6 |
* | Add to elisp-completion-at-point's docstring | Noam Postavsky | 2016-06-27 | 1 | -1/+7 |
* | Fix eldoc-related freezes in python mode | Jules Tamagnan | 2016-06-10 | 1 | -2/+37 |
* | * lisp/progmodes/python.el (inferior-python-mode): | Glenn Morris | 2016-06-07 | 1 | -0/+1 |
* | Improve squiggly heredoc support in non-SMIE Ruby mode | Dmitry Gutov | 2016-06-07 | 1 | -1/+1 |
* | Fix doc string quoting | Stephen Berman | 2016-06-06 | 1 | -1/+1 |
* | * lisp/progmodes/elisp-mode.el (elisp-function-argstring): Call | Andreas Schwab | 2016-05-28 | 1 | -1/+2 |
* | Do not mistake colon at the end of regexp for slash symbol | Dmitry Gutov | 2016-05-12 | 1 | -1/+3 |
* | Don't treat JS spread as contination method call | Dmitry Gutov | 2016-05-11 | 1 | -1/+1 |
* | Add some "safe-local-variable" declarations for compatibility with master. | Alan Mackenzie | 2016-05-09 | 1 | -1/+20 |
* | Say 'All results processed' at the end | Dmitry Gutov | 2016-05-08 | 1 | -1/+3 |
* | `nreverse' the marker pairs list | Dmitry Gutov | 2016-05-05 | 1 | -1/+1 |
* | Use save-excursion in xref-location-marker more | Dmitry Gutov | 2016-05-05 | 2 | -4/+6 |
* | shell-quote-argument DIR when appropriate | Dmitry Gutov | 2016-05-05 | 2 | -3/+5 |
* | Rework xref-query-replace-in-results | Dmitry Gutov | 2016-05-05 | 1 | -50/+81 |
* | Handle "empty line" regexp in xref searches | Dmitry Gutov | 2016-05-04 | 1 | -1/+5 |
* | Clear buffer-undo-list when showing xrefs | Dmitry Gutov | 2016-05-04 | 1 | -1/+3 |
* | Fix quoting problem in cc-engine debug message | Paul Eggert | 2016-05-02 | 1 | -1/+1 |
* | `nreverse' Grep hits before passing them to xref--convert-hits | Dmitry Gutov | 2016-05-02 | 1 | -1/+1 |
* | Clarify doc string of internal compilation function | Lars Ingebrigtsen | 2016-05-01 | 1 | -2/+4 |
* | Fix the MSDOS build | Eli Zaretskii | 2016-04-30 | 1 | -1/+1 |
* | Revert unneeded change which harms syntactic parsing. This fixes bug #23308. | Alan Mackenzie | 2016-04-29 | 1 | -1/+1 |
* | Correct indentation of ids in a C++ enum after a protection keyword. | Alan Mackenzie | 2016-04-29 | 1 | -7/+11 |
* | Don't mistake `for' inside a function for a part of array comprehension | Dmitry Gutov | 2016-04-28 | 1 | -2/+4 |
* | Add Python 3.5 keyword "await" | Jorgen Schaefer | 2016-04-26 | 1 | -0/+1 |
* | Add new keywords of Python 3.5 | Lele Gaifax | 2016-04-26 | 1 | -2/+11 |
* | Revert "Allow to customize names of executables used by grep.el" | Eli Zaretskii | 2016-04-21 | 1 | -32/+16 |
* | Revert "Don't use 'find-program'" | Eli Zaretskii | 2016-04-21 | 1 | -2/+2 |
* | Sync with upstream vhdl mode v3.38.1. | Reto Zimmermann | 2016-04-17 | 1 | -12/+15 |
* | Make sh-electric-here-document-mode accessible in sh-mode-hook. (Bug#3226) | Mark Oteiza | 2016-04-16 | 1 | -3/+4 |