log lisp/textmodes/sgml-mode.el @ 55970:58340ec919e5

age author description
2003-09-01 Miles Bader Add arch taglines
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.
2002-03-28 Stefan Monnier (sgml-make-syntax-table): New fun.
2002-03-17 Stefan Monnier (sgml-xml-mode): Renamed from sgml-xml.
2002-03-04 Stefan Monnier Change maintainer to FSF.
2002-02-28 Pavel Janík (sgml-specials, sgml-quick-keys): Doc fixes.
2001-11-01 Richard M. Stallman (sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.
2001-10-28 Stefan Monnier (sgml-tags-invisible): Typo.
2001-10-28 Stefan Monnier (sgml-empty-tags): New var.
2001-10-27 Sam Steingold renamed `html-xhtml' to `sgml-xml' and generalized accordingly
2001-10-26 Sam Steingold (html-mode); set `mode-name' based on `html-xhtml'
2001-10-26 Sam Steingold (html-mode): Set `html-xhtml' from the DOCTYPE.
2001-10-26 Sam Steingold some code simplifications: when instead of if+progn;
2001-10-25 Stefan Monnier (sgml-font-lock-keywords-1): Ignore comments.
2001-10-22 Eli Zaretskii (sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
2001-10-05 Sam Steingold added `html-xhtml' for XHTML input
2001-07-16 Pavel Janík Fixes to follow coding conventions.
2001-06-18 Stefan Monnier (sgml-mode-map): Fix thinko.
2001-06-17 Stefan Monnier Move `provide' to the end. Update copyright.
2001-04-06 Stefan Monnier Add unknown maintainer.
2001-03-07 Stefan Monnier (sgml-mode-common): Correct value of
2000-02-12 Gerd Moellmann (sgml-mode-common): Remove `$' from regexp for paragraph-start.
1999-10-30 Gerd Moellmann * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
1999-08-04 Dave Love Require outline when compiling.
1999-07-23 Dave Love (sgml-validate-command): Use nsgmls.
1999-03-09 Dave Love (html-mode): Use sentence-end-double-space when setting sentence-end.
1999-02-26 Richard M. Stallman (html-tag-alist): Add /head and /body to the "html" template.
1998-12-31 Richard M. Stallman (sgml-validate): Ask whether to save only
1998-12-14 Karl Heuer Update comment.
1998-11-16 Dave Love Require skeleton when compiling.
1998-11-06 Andreas Schwab (html-mode): Doc fix.