diff options
| author | Stefan Monnier | 2002-03-27 18:07:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-27 18:07:04 +0000 |
| commit | 3521e4b3ff1d1c03468c13a1777fa349e38df173 (patch) | |
| tree | 2a56e42c39f8406689be2f66382d5af7348b2337 /lisp/ChangeLog | |
| parent | c6094cae44552562a174bd630f029f24acf3178c (diff) | |
| download | emacs-3521e4b3ff1d1c03468c13a1777fa349e38df173.tar.gz emacs-3521e4b3ff1d1c03468c13a1777fa349e38df173.zip | |
Don't require `custom'.
(xml-lite-parse-tag-name): Properly treat non-ASCII chars.
(xml-lite-parse-tag-backward): Obey sgml-empty-tags.
(xml-lite-get-context): Drop nested tags not just for comments.
(xml-lite-indent-line): Be more careful about moving point.
(xml-lite-insert-end-tag, xml-lite-slash):
Use indent-according-to-mode instead of xml-lite-indent-line.
(xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
Set sgml-xml-mode. Don't call force-mode-line-update.
(xml-lite-mode-map): Don't bind TAB.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1de63915ff4..93ae41fec99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * textmodes/xml-lite.el: Don't require `custom'. | ||
| 4 | (xml-lite-parse-tag-name): Properly treat non-ASCII chars. | ||
| 5 | (xml-lite-parse-tag-backward): Obey sgml-empty-tags. | ||
| 6 | (xml-lite-get-context): Drop nested tags not just for comments. | ||
| 7 | (xml-lite-indent-line): Be more careful about moving point. | ||
| 8 | (xml-lite-insert-end-tag, xml-lite-slash): | ||
| 9 | Use indent-according-to-mode instead of xml-lite-indent-line. | ||
| 10 | (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local. | ||
| 11 | Set sgml-xml-mode. Don't call force-mode-line-update. | ||
| 12 | (xml-lite-mode-map): Don't bind TAB. | ||
| 13 | |||
| 1 | 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org> | 14 | 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org> |
| 2 | 15 | ||
| 3 | * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath | 16 | * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath |