summaryrefslogtreecommitdiff
path: root/lisp/nxml/nxml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* tildify.el: introduce a `tildify-foreach-region-function' variableMichal Nazarewicz2014-11-181-0/+6
* tildify.el: introduce a `tildify-space-string' variableMichal Nazarewicz2014-11-181-0/+10
* * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-1/+1
* * lisp/nxml/nxml-mode.el (xml-mode): Only define this alias once.Glenn Morris2014-05-211-2/+3
* * lisp/nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertizationStefan Monnier2014-04-161-1/+1
* Add some standard finder Keywords: to lisp/nxml/*.el.Glenn Morris2014-03-201-1/+1
* Link to info manual in `defgroup'.RĂ¼diger Sonderfeld2014-01-251-0/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.Stefan Monnier2013-10-071-53/+22
* * lisp/nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and otherStefan Monnier2013-05-151-38/+14
* * lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):Leo Liu2013-03-231-4/+4
* In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-5/+5
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-4/+4
* Various minor variable/hook cleanups.Chong Yidong2012-06-121-3/+3
* lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-7/+6
* Adapt nXML mode to Emacs 24 completion scheme.Chong Yidong2012-03-121-15/+11
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion isStefan Monnier2011-05-201-3/+3
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Refill some copyright headers.Glenn Morris2011-01-151-1/+2
* Merge from emacs-23Stefan Monnier2011-01-141-2/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Silence nxml-mode.el compilation.Glenn Morris2010-12-021-3/+4
* | Remove leading `*' from nxml defcustom docs.Glenn Morris2010-12-021-12/+12
* | * lisp/nxml/nxml-mode.el (nxml-parent-document): Add a variable.Sam Steingold2010-11-301-12/+41
* | Bind "C-c ]" to block-closing commands in several modes.Chong Yidong2010-10-231-0/+1
* | * lisp/nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.Stefan Monnier2010-06-131-11/+15
* | * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / toChong Yidong2010-05-201-0/+1
* | Reorganize Custom groups.Chong Yidong2010-03-121-2/+1
|/
* Minor tweaks to custom groups.Chong Yidong2010-02-161-2/+1
* Fix return value of nxml-extend-after-change-region.Chong Yidong2010-01-161-10/+11
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the valueChong Yidong2009-10-241-9/+11
* * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.Chong Yidong2009-09-241-0/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Lennart Borgman <lennart.borgman at gmail.com>Glenn Morris2008-12-021-1/+2
* Fix typos, and general docstring cleanup.Juanma Barranquero2008-07-031-47/+47
* Require 'cl when compiling.Glenn Morris2008-06-211-0/+2
* (nxml-mode): Use run-mode-hooks.Jason Rumney2008-06-161-1/+1
* nXML: Use font lockMichael Olson2008-06-061-153/+159
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>Jason Rumney2008-04-091-0/+17
* (nxml-mode): Don't add a write-contents-hook.Jason Rumney2008-02-181-1/+5
* (nxml-mode): Use mode-line-process to indicate the use of degraded mode.Stefan Monnier2008-01-161-2/+2
* (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare.Jason Rumney2008-01-121-0/+3
* (nxml-char-name-ignore-case): Change default value.Jason Rumney2008-01-111-1/+2
* (nxml-mode): Call rng-nxml-mode-init directly.Jason Rumney2008-01-111-5/+4