| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-25 | Paul Eggert | 2016-02-09 | 2 | -9/+39 |
|\ |
|
| * | Correctly fontify C++ initializations which "look like" functions. | Alan Mackenzie | 2016-02-04 | 2 | -9/+39 |
* | | On leaving CC Mode, clean up by removing character properties. | Alan Mackenzie | 2016-02-07 | 1 | -1/+12 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-02-03 | 1 | -43/+36 |
|\ \
| |/ |
|
| * | ; * lisp/progmodes/prolog.el: Remove some obsolete commentary. | Glenn Morris | 2016-02-01 | 1 | -25/+8 |
| * | Improve the custom type of some user options. | Glenn Morris | 2016-02-01 | 1 | -17/+27 |
| * | Spelling fixes | Paul Eggert | 2016-01-30 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-02-03 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Improve the custom type of some user options. | Glenn Morris | 2016-01-30 | 1 | -1/+1 |
| * | Mark some user options that can get evalled as risky. | Glenn Morris | 2016-01-30 | 1 | -0/+1 |
* | | Quote table names for postgres listings (sql-mode) | Matthew Carter | 2016-01-30 | 1 | -2/+2 |
* | | - | Paul Eggert | 2016-01-30 | 3 | -50/+108 |
|\ \
| |/ |
|
| * | Don't fiddle with DEFAULT | Dmitry Gutov | 2016-01-30 | 1 | -3/+4 |
| * | Improve project-find-file yet again! | Dmitry Gutov | 2016-01-30 | 1 | -36/+51 |
| * | Fix typo in previous commits | Stephen Leake | 2016-01-29 | 1 | -1/+1 |
| * | Improve project-find-file | Stephen Leake | 2016-01-29 | 2 | -31/+51 |
| * | Don't use eval to quieten prolog.el compilation. | Glenn Morris | 2016-01-28 | 1 | -4/+7 |
| * | Mark some risky prolog variables. | Glenn Morris | 2016-01-28 | 1 | -12/+31 |
* | | - | Paul Eggert | 2016-01-30 | 5 | -10/+10 |
|\ \
| |/ |
|
| * | ; Spelling fix (American spelling) | Glenn Morris | 2016-01-25 | 1 | -1/+1 |
| * | Spelling fixes | Paul Eggert | 2016-01-25 | 2 | -4/+4 |
| * | Expunge "allow" + infinitive without direct object from source and doc. | Alan Mackenzie | 2016-01-24 | 3 | -6/+6 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-01-30 | 3 | -7/+22 |
|\ \
| |/ |
|
| * | Rename xref-query-replace to xref-query-replace-in-results | Dmitry Gutov | 2016-01-24 | 1 | -2/+2 |
| * | Comment out next-error-function integration in xref | Dmitry Gutov | 2016-01-23 | 1 | -2/+4 |
| * | Distinguish the two meanings of Java's keyword "default". Fixes bug #22358. | Alan Mackenzie | 2016-01-23 | 2 | -3/+16 |
* | | - | Paul Eggert | 2016-01-30 | 2 | -96/+168 |
|\ \
| |/ |
|
| * | Prevent spurious recognition of K&R argument declarations. Fixes bug #2203 | Alan Mackenzie | 2016-01-22 | 2 | -96/+168 |
* | | - | Paul Eggert | 2016-01-30 | 2 | -2/+8 |
|\ \
| |/ |
|
| * | In xref-collect-references, force backends to respect the 'dir' arg | Stephen Leake | 2016-01-22 | 1 | -1/+7 |
| * | Support squiggly heredocs in ruby-mode | Dmitry Gutov | 2016-01-21 | 1 | -1/+1 |
* | | - | John Wiegley | 2016-01-18 | 3 | -27/+52 |
|\ \
| |/ |
|
| * | ; Fix a typo | Dmitry Gutov | 2016-01-19 | 1 | -1/+1 |
| * | Propertize backtick in 'def `(abc)' as symbol constituent | Dmitry Gutov | 2016-01-19 | 1 | -2/+7 |
| * | * lisp/progmodes/project.el (project--read-regexp): Quote the identifier. | Dmitry Gutov | 2016-01-18 | 1 | -3/+2 |
| * | Add xref-based replacements for Dired search commands | Dmitry Gutov | 2016-01-18 | 1 | -22/+43 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-01-18 | 1 | -8/+19 |
|\ \
| |/ |
|
| * | Fix tests for active region in hideif.el | Eli Zaretskii | 2016-01-16 | 1 | -2/+2 |
| * | Fix interactive specs in some hideif.el commands | Eli Zaretskii | 2016-01-16 | 1 | -6/+17 |
| * | Don't confuse "::" with ":" when trying to parse member initializers. | Alan Mackenzie | 2016-01-15 | 2 | -0/+14 |
* | | - | John Wiegley | 2016-01-18 | 7 | -3/+13 |
|\ \
| |/ |
|
| * | Un-obsolete tags-loop-continue | Dmitry Gutov | 2016-01-14 | 1 | -1/+0 |
| * | Fix some custom types. | Glenn Morris | 2016-01-12 | 1 | -1/+1 |
| * | Add some missing version tags. | Glenn Morris | 2016-01-12 | 5 | -1/+12 |
* | | * elisp-mode.el (elisp--font-lock-flush-elisp-buffers): Fix comment | Stefan Monnier | 2016-01-16 | 1 | -5/+2 |
* | | replace `tramp-compat-split-string' (removed) with `split-string' | Sam Steingold | 2016-01-15 | 1 | -3/+3 |
* | | Merge from origin/emacs-25 | John Wiegley | 2016-01-11 | 8 | -81/+178 |
|\ \
| |/ |
|
| * | Java Mode: Fontify identifiers in the presence of annotations. | Alan Mackenzie | 2016-01-11 | 3 | -23/+32 |
| * | * sh-script.el (sh-smie-sh-rules): Improve indentation inside $(...) | Stefan Monnier | 2016-01-10 | 1 | -1/+5 |
| * | Document user-level functions in project.el | Eli Zaretskii | 2016-01-09 | 1 | -0/+8 |