summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (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: miles@gnu.org--gnu-2005/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
* (sgml-guess-indent): New function.Mike Williams2002-04-111-3/+18
* (sgml-lexical-context): Use sgml-parse-tag-backward to find start point.Mike Williams2002-04-091-11/+11
* (sgml-tag-alist): Doc fix.Mike Williams2002-04-091-23/+9
* (sgml-comment-indent-new-line): New fun.Stefan Monnier2002-04-081-2/+11
* Remember to (require 'cl).Mike Williams2002-04-031-1/+2
* (sgml-lexical-context): Fix up CDATA detection for boundary cases.Mike Williams2002-04-031-14/+21
* (sgml-lexical-context)Mike Williams2002-04-031-5/+5
* (sgml-looking-back-at): Short-circuit at beg of buffer.Mike Williams2002-04-021-10/+17
* (sgml-close-tag): Rename fromMike Williams2002-04-021-42/+20
* (sgml-at-indentation-p, sgml-tag)Stefan Monnier2002-04-011-6/+206
* (sgml-mode): Set indent-line-function to sgml-indent-line.Mike Williams2002-04-011-0/+1
* Add an explicit check for 'text syntax, to protect against futureMike Williams2002-04-011-3/+20
* (sgml-lexical-context): Return (text . START)Stefan Monnier2002-03-291-19/+42