aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (sgml-xml-guess): Return the result rather than setting sgml-xml-mode.Stefan Monnier2007-06-171-37/+107
* | Merge from emacs--rel--22Miles Bader2007-05-291-10/+13
|\|
| * (sgml-point-entered): Use condition-case.Chong Yidong2007-05-281-10/+13
* | Revert last change.Thien-Thi Nguyen2007-05-181-2/+2
* | (sgml-tag): Fix bug: Call sgml-transformation-function.Thien-Thi Nguyen2007-05-171-2/+2
* | (sgml-value): Fix handling of attributes which can take any number of values.Stefan Monnier2007-05-101-12/+13
* | (sgml-lexical-context): Add handling of XML style Processing Instructions.Stefan Monnier2007-05-081-20/+43
|/
* (sgml-validate): Quote the file name with shell-quote-argument.Eli Zaretskii2007-02-231-3/+4
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (sgml-font-lock-keywords-1): Fix pathological O(n^2) regexp-search byStefan Monnier2006-12-041-1/+4
* (sgml-transformation): Make this the alias for the following variable.Roland Winkler2006-05-211-20/+24
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Add `coding: iso-2022-7bit' cookie.Juri Linkov2006-01-171-7/+4
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
* * progmodes/compile.el (compilation-start): Add autoload cookie.Romain Francoise2005-08-271-2/+0
* (sgml-validate): Use `compilation-start'Romain Francoise2005-08-261-2/+2
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (sgml): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-6/+6
* (sgml-calculate-indent, html-tag-help): Fix spellings.Juanma Barranquero2005-06-161-2/+2
* Revision: [email protected]/emacs--cvs-trunk--0--patch-390Miles Bader2005-06-101-2/+4
* (sgml-namespace-face): Specify customization group.Lute Kamstra2005-05-271-1/+2
* (html-mode): Doc update.Luc Teirlinck2005-03-271-1/+1
* (sgml-tag, html-tag-alist)Juri Linkov2005-03-081-18/+23
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (sgml-fill-nobreak): New fun.Stefan Monnier2005-01-131-17/+35
* (sgml-tag-text-p): New fun.Stefan Monnier2004-11-101-45/+72
* (sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to...Daniel Pfeiffer2004-10-261-4/+16
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (xml-mode): Add autoload cookie.Richard M. Stallman2003-07-071-0/+1
* (sgml-parse-tag-backward): Try and detectStefan Monnier2003-06-051-101/+130
* (sgml-namespace-re): New const.Stefan Monnier2003-05-121-2/+14
* (sgml-font-lock-keywords-2): Add flag to merge with existing fontification.Andreas Schwab2003-01-111-2/+2
* (html-autoview-mode): Add group.Markus Rost2002-11-181-0/+1
* (sgml-namify-char): New cmd.Stefan Monnier2002-11-121-61/+77
* (sgml-skip-tag-backward, sgml-skip-tag-forward):Stefan Monnier2002-11-011-27/+30
* (sgml-close-tag, html-imenu-index): Fix typo.Juanma Barranquero2002-10-181-5/+5
* (sgml-guess-indent): Handle tabs correctly.Mike Williams2002-09-291-1/+1
* (sgml-quote): Use narrowing. Improve the regexp used when unquoting.Stefan Monnier2002-07-131-18/+64
* (xml-mode): New alias for `sgml-mode'.Colin Walters2002-05-281-0/+4
* (sgml-guess-indent): Look further into the buffer.Mike Williams2002-05-221-1/+1
* (sgml-tag): Default skeleton-transformation to `identity'.Mike Williams2002-05-141-2/+2
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
* (sgml-at-indentation-p): Move to fix compilation error.Mike Williams2002-04-161-6/+6
* (sgml-parse-tag-backward): Fix to work at beginning of buffer.Mike Williams2002-04-141-1/+2