| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "Old-" prefix to "Version" header in some cases | Stefan Kangas | 2020-03-21 | 1 | -1/+1 |
* | Add store/restore window configuration feature for gdb-mi | Yuan Fu | 2020-03-15 | 1 | -39/+254 |
* | * lisp/progmodes/sql.el: Try and avoid `eval`; use define-derived-mode | Stefan Monnier | 2020-03-14 | 1 | -130/+70 |
* | * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branch | Alan Mackenzie | 2020-03-14 | 1 | -1/+1 |
* | Avoid regexp stack overflow in GDB string matching (bug#22149) | Mattias Engdegård | 2020-03-14 | 1 | -1/+4 |
* | CC Mode: allow specified directives (e.g. pragma) to be indented as statements | Alan Mackenzie | 2020-03-08 | 4 | -37/+135 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-03-04 | 2 | -8/+7 |
|\ |
|
| * | CC Mode: Fix the handling of two adjacent after-change-functionses. | Alan Mackenzie | 2020-03-04 | 1 | -7/+6 |
| * | Don't misinterpret doc string as initial value | Mattias Engdegård | 2020-03-04 | 1 | -1/+1 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-03-04 | 1 | -17/+30 |
|\ \
| |/ |
|
| * | CC Mode: Protect against consecutive calls to before-change-functions ... | Alan Mackenzie | 2020-02-23 | 1 | -17/+30 |
* | | * lisp/progmodes/elisp-mode.el (elisp-enable-lexical-binding): New command | Stefan Monnier | 2020-03-03 | 1 | -2/+29 |
* | | * lisp/progmodes/cperl-mode.el: Clarify comment. | Stefan Kangas | 2020-03-01 | 1 | -1/+1 |
* | | Fix XEmacs-specific clause in definition of pascal-outline-map. | Noah Friedman | 2020-02-29 | 1 | -1/+1 |
* | | Expose ElDoc functions in a hook (Bug#28257) | Mark Oteiza | 2020-02-25 | 4 | -12/+16 |
* | | Add `verilog-auto-inst-template-required'. | Wilson Snyder | 2020-02-23 | 1 | -76/+105 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-02-23 | 1 | -5/+25 |
|\ \
| |/ |
|
| * | Java Mode: Fix fontification of variable decl inside `for' | Alan Mackenzie | 2020-02-23 | 1 | -1/+1 |
| * | CC Mode: Fontify foo in "const auto foo :" correctly | Alan Mackenzie | 2020-02-23 | 1 | -4/+24 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-02-20 | 4 | -19/+50 |
|\ \
| |/ |
|
| * | Fix broken regexps | Mattias Engdegård | 2020-02-20 | 2 | -2/+2 |
| * | Make OMake support slightly less expensive (bug#39595) | Mattias Engdegård | 2020-02-17 | 1 | -3/+3 |
| * | Speed up 'msft' and 'watcom' compilation error regexps | Mattias Engdegård | 2020-02-17 | 1 | -2/+2 |
| * | Speed up 'maven' compilation error message regexp | Mattias Engdegård | 2020-02-17 | 1 | -4/+16 |
| * | Amend c-backward-sws better to handle multiline block comments | Alan Mackenzie | 2020-02-16 | 1 | -8/+27 |
* | | Remove subsumed repetitions in regexps | Mattias Engdegård | 2020-02-20 | 5 | -13/+13 |
* | | Add and remove backslashes in regexps | Mattias Engdegård | 2020-02-20 | 7 | -10/+10 |
* | | Remove Emacs 20 bug workaround in ebnf2ps (bug#39663) | Mattias Engdegård | 2020-02-20 | 7 | -52/+23 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-02-16 | 3 | -63/+38 |
|\ \
| |/ |
|
| * | Reformulate c-end-of-macro, handling multiline block comments better | Alan Mackenzie | 2020-02-16 | 2 | -56/+38 |
| * | Remove redundant 'msft' compilation error rule (bug#39595) | Mattias Engdegård | 2020-02-14 | 1 | -7/+0 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-02-13 | 3 | -10/+30 |
|\ \
| |/ |
|
| * | c-end-of-macro: Handle block coment lines with unescaped NLs correctly | Alan Mackenzie | 2020-02-10 | 2 | -8/+28 |
| * | Correct "different than" to "different from" where appropriate | Alan Mackenzie | 2020-02-09 | 2 | -2/+2 |
* | | Enhance memory address evaluation in gdb-mi | Yuan Fu | 2020-02-08 | 1 | -15/+42 |
* | | * lisp/progmodes/sh-script.el: Remove old non-SMIE indentation code | Stefan Monnier | 2020-02-03 | 1 | -1430/+24 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-02-01 | 1 | -3/+8 |
|\ \
| |/ |
|
| * | ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary. | Eli Zaretskii | 2020-01-31 | 1 | -1/+1 |
| * | Protect against errors in gdb-mi.el handlers | Yuan Fu | 2020-01-31 | 1 | -1/+4 |
| * | Allow exiting the Python interpreter of a GDB session | Eli Zaretskii | 2020-01-31 | 1 | -2/+4 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-01-28 | 2 | -7/+13 |
|\ \
| |/ |
|
| * | Finish the documentation for c-noise-macro-{,with-parens-}names. | Alan Mackenzie | 2020-01-27 | 1 | -4/+11 |
| * | Objective C Mode: Make c-forward-type work with "unsigned long", etc. | Alan Mackenzie | 2020-01-26 | 1 | -3/+2 |
| * | Prefer saying "Info manual" to "info page" in docs | Stefan Kangas | 2020-01-23 | 1 | -1/+1 |
* | | Prefer saying "Info manual" to "info page" in docs | Stefan Kangas | 2020-01-23 | 1 | -1/+1 |
* | | * lisp/progmodes/grep.el (grep-read-files-function): New var. | Stefan Monnier | 2020-01-21 | 1 | -59/+52 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-01-20 | 3 | -12/+21 |
|\ \
| |/ |
|
| * | Remove some doc references to old Emacs versions | Stefan Kangas | 2020-01-18 | 1 | -1/+1 |
| * | Honor tags-case-fold-search during xref identifer completion | Dmitry Gutov | 2020-01-18 | 2 | -11/+20 |
* | | * lisp/progmodes/cc-cmds.el: Don't use local vars as symbols | Stefan Monnier | 2020-01-20 | 1 | -3/+3 |