aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (sgml-basic-offset): New var.Stefan Monnier2002-03-291-39/+66
* (sgml-make-syntax-table): New fun.Stefan Monnier2002-03-281-40/+150
* (sgml-xml-mode): Renamed from sgml-xml.Stefan Monnier2002-03-171-88/+73
* Change maintainer to FSF.Stefan Monnier2002-03-041-17/+24
* (sgml-specials, sgml-quick-keys): Doc fixes.Pavel Janík2002-02-281-2/+2
* (sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.Richard M. Stallman2001-11-011-1/+1
* (sgml-tags-invisible): Typo.Stefan Monnier2001-10-281-1/+1
* (sgml-empty-tags): New var.Stefan Monnier2001-10-281-37/+51
* renamed `html-xhtml' to `sgml-xml' and generalized accordinglySam Steingold2001-10-271-84/+89
* (html-mode); set `mode-name' based on `html-xhtml'Sam Steingold2001-10-261-0/+2
* (html-mode): Set `html-xhtml' from the DOCTYPE.Sam Steingold2001-10-261-7/+21
* some code simplifications: when instead of if+progn;Sam Steingold2001-10-261-33/+27
* (sgml-font-lock-keywords-1): Ignore comments.Stefan Monnier2001-10-251-58/+69
* (sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.Eli Zaretskii2001-10-221-16/+43
* added `html-xhtml' for XHTML inputSam Steingold2001-10-051-31/+46
* Fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
* (sgml-mode-map): Fix thinko.Stefan Monnier2001-06-181-1/+2
* Move `provide' to the end. Update copyright.Stefan Monnier2001-06-171-42/+51
* Add unknown maintainer.Stefan Monnier2001-04-061-5/+9
* (sgml-mode-common): Correct value ofStefan Monnier2001-03-071-34/+24