aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMike Williams2002-04-02 11:31:33 +0000
committerMike Williams2002-04-02 11:31:33 +0000
commit34e839fde4312a875e62f5c96b864c09f1490f86 (patch)
treecc34d73370e2fa009bf2af1c6d782cab1dd57f09 /lisp
parentf6ab0573f9a497a7dad07a349da44750bb69d567 (diff)
downloademacs-34e839fde4312a875e62f5c96b864c09f1490f86.tar.gz
emacs-34e839fde4312a875e62f5c96b864c09f1490f86.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff0b98c127f..df123ce2380 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-04-02 Mike Williams <mdub@bigfoot.com>
2
3 * sgml-mode.el (sgml-close-tag): Rename from
4 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
5 (sgml-get-context): Remove use of sgml-inside-tag-p.
6 (sgml-inside-tag-p): Remove.
7
12002-04-01 Stefan Monnier <monnier@cs.yale.edu> 82002-04-01 Stefan Monnier <monnier@cs.yale.edu>
2 9
3 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag) 10 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
@@ -22,6 +29,18 @@
22 (tcl-do-auto-fill): Remove. 29 (tcl-do-auto-fill): Remove.
23 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments. 30 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
24 31
322002-04-01 Mike Williams <mdub@bigfoot.com>
33
34 * textmodes/sgml-mode.el: Doc fixes.
35 (sgml-mode): Set indent-line-function to sgml-indent-line.
36 (sgml-calculate-indent): Add an explicit check for 'text syntax,
37 to protect against future enhancements to sgml-lexical-context.
38 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
39
40 * textmodes/xml-lite.el: Removed much redundant stuff.
41 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
42 always start within text. Make use of sgml-unclosed-tag-p.
43
252002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> 442002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org>
26 45
27 * tcl.el (tcl-imenu-generic-expression): New value. 46 * tcl.el (tcl-imenu-generic-expression): New value.