summaryrefslogtreecommitdiff
path: root/lisp/textmodes/sgml-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65Miles Bader2005-06-241-2/+2
|\ \ | |/
| * (sgml-calculate-indent, html-tag-help): Fix spellings.Juanma Barranquero2005-06-161-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63Miles Bader2005-06-151-2/+4
|\ \ | |/
| * Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-390Miles Bader2005-06-101-2/+4
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57Miles Bader2005-06-061-1/+2
|\ \ | |/
| * (sgml-namespace-face): Specify customization group.Lute Kamstra2005-05-271-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-311-1/+1
|\ \ | |/
| * (html-mode): Doc update.Luc Teirlinck2005-03-271-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23Miles Bader2005-03-091-18/+23
|\ \ | |/
| * (sgml-tag, html-tag-alist)Juri Linkov2005-03-081-18/+23
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13Miles Bader2005-02-131-2/+2
|\ \ | |/
| * Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2Miles Bader2005-01-161-17/+35
|\ \ | |/
| * (sgml-fill-nobreak): New fun.Stefan Monnier2005-01-131-17/+35
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader2004-11-121-45/+72
|\ \ | |/
| * (sgml-tag-text-p): New fun.Stefan Monnier2004-11-101-45/+72
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65Miles Bader2004-10-271-4/+16
|\ \ | |/
| * (sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus to...Daniel Pfeiffer2004-10-261-4/+16
* | Sync to HEADKenichi Handa2004-04-161-0/+1
* | *** empty log message ***Kenichi Handa2003-09-081-3/+1
|\ \
| * | (sgml-mode-map): Use encode-char insteadKenichi Handa2002-03-011-3/+4
* | | New directoryKenichi Handa2003-09-081-1/+0
| |/ |/|
* | 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