| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Refer to version 25.2 rather than 26.1.... | Glenn Morris | 2016-06-10 | 1 | -1/+1 |
* | (rng-c-fix-escaped-newlines): Use subst-char-in-string... | Stefan Monnier | 2016-01-25 | 1 | -7/+1 |
* | lisp/nxml: Use syntax-tables for comments... | Stefan Monnier | 2016-01-16 | 5 | -238/+43 |
* | * lisp/nxml: Use standard completion; it also works for company-mode... | Stefan Monnier | 2016-01-16 | 4 | -234/+115 |
* | Use sgml-electric-tag-pair-mode also in nxml-mode... | Stefan Monnier | 2016-01-16 | 2 | -59/+38 |
* | * xmltok.el: Mark the "sole --" rather than the comment opener... | Stefan Monnier | 2016-01-15 | 1 | -18/+9 |
* | Update nXML to use Emacs's Unicode support, and lexical-binding... | Stefan Monnier | 2016-01-15 | 20 | -882/+61 |
* | Update copyright year to 2016... | Paul Eggert | 2016-01-01 | 24 | -24/+24 |
* | Fix recent bootstrap problems... | Stefan Monnier | 2015-09-24 | 1 | -2/+2 |
* | ; Implement Stefan's feedback on last two commits | Ivan Andrus | 2015-09-23 | 1 | -2/+1 |
* | Properly quote nested xml comments (Bug#6267) (Bug#20001)... | Ivan Andrus | 2015-09-23 | 1 | -0/+14 |
* | Prefer directed to neutral quotes... | Paul Eggert | 2015-08-24 | 1 | -4/+4 |
* | More-conservative ‘format’ quote restyling... | Paul Eggert | 2015-08-23 | 5 | -5/+5 |
* | Don't overflow if computing approximate percentage... | Paul Eggert | 2015-07-31 | 1 | -11/+5 |
* | Update copyright year to 2015... | Paul Eggert | 2015-01-01 | 24 | -24/+24 |
* | system-name's returned value can vary... | Paul Eggert | 2014-12-29 | 1 | -1/+1 |
* | Merge branch 'emacs-24'. | Paul Eggert | 2014-11-28 | 1 | -2/+0 |
|\ |
|
| * | .gitignore cleanup.... | Paul Eggert | 2014-11-17 | 1 | -2/+0 |
* | | tildify.el: introduce a `tildify-foreach-region-function' variable... | Michal Nazarewicz | 2014-11-18 | 1 | -0/+6 |
* | | tildify.el: introduce a `tildify-space-string' variable... | Michal Nazarewicz | 2014-11-18 | 1 | -0/+10 |
* | | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.... | Stefan Monnier | 2014-05-28 | 1 | -1/+1 |
|/ |
|
* | * lisp/nxml/nxml-mode.el (xml-mode): Only define this alias once. | Glenn Morris | 2014-05-21 | 1 | -2/+3 |
* | * lisp/nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization... | Stefan Monnier | 2014-04-16 | 2 | -2/+3 |
* | Spelling fixes.... | Paul Eggert | 2014-04-10 | 1 | -2/+1 |
* | Add some standard finder Keywords: to lisp/nxml/*.el. | Glenn Morris | 2014-03-20 | 24 | -24/+24 |
* | Link to info manual in `defgroup'.... | Rüdiger Sonderfeld | 2014-01-25 | 1 | -0/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 24 | -24/+24 |
* | * lisp/nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.... | Stefan Monnier | 2013-10-07 | 5 | -365/+263 |
* | * nxml/nxml-util.el (nxml-debug-clear-inside): Use cl-loop rather than loop. | Glenn Morris | 2013-08-28 | 1 | -1/+1 |
* | * lisp/subr.el (define-error): New function.... | Stefan Monnier | 2013-08-09 | 9 | -59/+17 |
* | * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other... | Stefan Monnier | 2013-05-15 | 4 | -360/+121 |
* | * lisp/files.el (kill-buffer-hook): Doc fix.... | Leo Liu | 2013-03-24 | 1 | -16/+18 |
* | * lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):... | Leo Liu | 2013-03-23 | 6 | -33/+12 |
* | * lisp/nxml/rng-nxml.el (rng-set-state-after): Do not let-bind... | Leo Liu | 2013-03-23 | 2 | -29/+14 |
* | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 1 | -5/+5 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 24 | -24/+24 |
* | Replace version 24.2 with 24.3 where appropriate (hopefully) | Glenn Morris | 2012-08-15 | 1 | -1/+1 |
* | More CL cleanups and reduction of use of cl.el.... | Stefan Monnier | 2012-07-11 | 1 | -4/+4 |
* | Various minor variable/hook cleanups.... | Chong Yidong | 2012-06-12 | 2 | -16/+21 |
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. ... | Chong Yidong | 2012-06-09 | 1 | -10/+7 |
* | lisp/*: Add declarations, remove unused bindings, mark unused args.... | Juanma Barranquero | 2012-04-19 | 1 | -7/+6 |
* | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 2 | -2/+2 |
* | Adapt nXML mode to Emacs 24 completion scheme.... | Chong Yidong | 2012-03-12 | 1 | -15/+11 |
* | Rename condition-case-no-debug to condition-case-unless-debug | Leo Liu | 2012-02-10 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 24 | -24/+24 |
* | Spelling fixes. | Paul Eggert | 2011-12-29 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-04 | 1 | -2/+2 |
* | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-20 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |