log lisp/textmodes/sgml-mode.el @ 52307:3b849346bc51

age author description
2003-07-07 Richard M. Stallman (xml-mode): Add autoload cookie.
2003-06-05 Stefan Monnier (sgml-parse-tag-backward): Try and detect
2003-05-12 Stefan Monnier (sgml-namespace-re): New const.
2003-01-11 Andreas Schwab (sgml-font-lock-keywords-2): Add flag to merge with existing fontification.
2002-11-18 Markus Rost (html-autoview-mode): Add group.
2002-11-12 Stefan Monnier (sgml-namify-char): New cmd.
2002-11-01 Stefan Monnier (sgml-skip-tag-backward, sgml-skip-tag-forward):
2002-10-18 Juanma Barranquero (sgml-close-tag, html-imenu-index): Fix typo.
2002-09-29 Mike Williams (sgml-guess-indent): Handle tabs correctly.
2002-07-13 Stefan Monnier (sgml-quote): Use narrowing. Improve the regexp used when unquoting.
2002-05-28 Colin Walters (xml-mode): New alias for `sgml-mode'.
2002-05-22 Mike Williams (sgml-guess-indent): Look further into the buffer.
2002-05-14 Mike Williams (sgml-tag): Default skeleton-transformation to `identity'.
2002-05-12 Eli Zaretskii Change all post-21.1 :version attributes to 21.4.
2002-04-16 Mike Williams (sgml-at-indentation-p): Move to fix compilation error.
2002-04-14 Mike Williams (sgml-parse-tag-backward): Fix to work at beginning of buffer.
2002-04-11 Mike Williams (sgml-guess-indent): New function.
2002-04-09 Mike Williams (sgml-lexical-context): Use sgml-parse-tag-backward to find start point.
2002-04-09 Mike Williams (sgml-tag-alist): Doc fix.
2002-04-08 Stefan Monnier (sgml-comment-indent-new-line): New fun.
2002-04-03 Mike Williams Remember to (require 'cl).
2002-04-03 Mike Williams (sgml-lexical-context): Fix up CDATA detection for boundary cases.
2002-04-03 Mike Williams (sgml-lexical-context)
2002-04-02 Mike Williams (sgml-looking-back-at): Short-circuit at beg of buffer.
2002-04-02 Mike Williams (sgml-close-tag): Rename from
2002-04-01 Stefan Monnier (sgml-at-indentation-p, sgml-tag)
2002-04-01 Mike Williams (sgml-mode): Set indent-line-function to sgml-indent-line.
2002-04-01 Mike Williams Add an explicit check for 'text syntax, to protect against future
2002-03-29 Stefan Monnier (sgml-lexical-context): Return (text . START)
2002-03-29 Stefan Monnier (sgml-basic-offset): New var.