]> code.delx.au - gnu-emacs/history - lisp/textmodes/sgml-mode.el
*** empty log message ***
[gnu-emacs] / lisp / textmodes / sgml-mode.el
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd 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...
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...
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 ZaretskiiChange 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...
2002-04-11 Mike Williams(sgml-guess-indent): New function.
2002-04-09 Mike Williams(sgml-lexical-context): Use sgml-parse-tag-backward...
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 WilliamsRemember to (require 'cl).
2002-04-03 Mike Williams(sgml-lexical-context): Fix up CDATA detection for...
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...
2002-04-01 Mike WilliamsAdd an explicit check for 'text syntax, to protect...
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 MonnierChange maintainer to FSF.
2002-03-01 Kenichi Handa(sgml-mode-map): Use encode-char instead
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...
2001-10-28 Stefan Monnier(sgml-tags-invisible): Typo.
2001-10-28 Stefan Monnier(sgml-empty-tags): New var.
2001-10-27 Sam Steingoldrenamed `html-xhtml' to `sgml-xml' and generalized...
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 Steingoldsome 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...
2001-10-05 Sam Steingoldadded `html-xhtml' for XHTML input
2001-07-16 Pavel JaníkFixes to follow coding conventions.
2001-06-18 Stefan Monnier(sgml-mode-map): Fix thinko.
2001-06-17 Stefan MonnierMove `provide' to the end. Update copyright.
2001-04-06 Stefan MonnierAdd 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 paragrap...
1999-10-30 Gerd Moellmann* textmodes/sgml-mode.el (sgml-char-names): Change...
1999-08-04 Dave LoveRequire 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...
1999-02-26 Richard M. Stallman(html-tag-alist): Add /head and /body to the "html...
1998-12-31 Richard M. Stallman(sgml-validate): Ask whether to save only
1998-12-14 Karl HeuerUpdate comment.
1998-11-16 Dave LoveRequire 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...
1998-05-07 Richard M. Stallman(sgml-mode-common): Make local binding from adaptive...
1998-04-27 Richard M. Stallman(sgml-font-lock-keywords-1): Copy initialization from...
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...
1997-04-24 Richard M. StallmanMany doc fixes.
1997-04-23 Richard M. Stallman(sgml-value): Use 'identity as default value.
1997-04-22 Richard M. Stallman(sgml-transformation): Fix previous change.
1997-04-17 Richard M. Stallman(sgml-name-char): Ask user with a prompt.
1997-04-16 Richard M. Stallman(sgml-value): Don't perform the skeleton-transformation
1997-04-13 Richard M. Stallman(sgml-mode-facemenu-add-face-function): New function.
1997-04-13 Richard M. StallmanAdd defgroup; use defcustom for user vars.
1997-04-05 Richard M. Stallman(sgml-validate): Offer to save the buffer first.
1997-01-21 Richard M. Stallman(html-mode): Locally set sentence-end.
1996-10-07 Richard M. Stallman(sgml-specials): Delete `-' from the list.
1996-08-14 Richard M. Stallman(html-tag-alist): Fix the entry for "font".
1996-06-15 Richard M. Stallman(html-list): Definition deleted.
1996-02-08 Richard M. Stallman(html-tag-alist): within the <ADDRESS> tag
1996-01-26 Richard M. StallmanWhitespace fix.
1996-01-25 Karl Heuer(sgml-tag-help): Pass proper format string to message.
1996-01-24 Richard M. Stallman(sgml-quick-keys): New variable.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-13 Erik NaggumRemoved auto-mode-alist hacking for html-mode to files.el.
1996-01-13 Erik NaggumRemove redundant auto-mode-alist hacking.
1996-01-12 Richard M. StallmanAlso load for .sgm and .dtd files.
1995-06-15 Karl HeuerUpdate GPL to version 2.
1993-05-31 Richard M. StallmanFix comments.
1993-05-26 Richard M. Stallman(sgml-validate): compile1 renamed to compile-internal.
1993-03-22 Eric S. RaymondAdded or corrected Commentary headers
1993-03-22 Eric S. RaymondAdded or corrected Commentary sections
1992-07-24 Eric S. Raymondentered into RCS
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-21 Eric S. Raymond*** empty log message ***
next