log lisp/textmodes/sgml-mode.el @ 47681:fe361802c56d

age author description
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.
1998-07-19 Richard M. Stallman (sgml-mode): Call kill-local-variables
1998-06-27 Richard M. Stallman (html-imenu-regexp): New defvar.
1998-06-01 Dave Love (sgml-font-lock-keywords-1): Add -. as
1998-05-25 Richard M. Stallman (sgml-font-lock-keywords-1): Accept upper case like lower case.
1998-05-07 Richard M. Stallman (sgml-mode-common): Make local binding from adaptive-fill-regexp.
1998-04-27 Richard M. Stallman (sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
1998-02-17 Dave Love (sgml-mode-common): Downcase key for
1997-12-04 Karl Heuer (sgml-mode): Set imenu-generic-expression.
1997-08-23 Richard M. Stallman (sgml-mode-common): Set paragraph-start like paragraph-separate.