comparison lisp/ChangeLog @ 44181:81c46680d4c6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Mar 2002 18:07:04 +0000
parents dadd07f15d40
children 3de18bf7053f
comparison
equal deleted inserted replaced
44180:e7a365c909ff 44181:81c46680d4c6
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
4 parameter value. 17 parameter value.
5 (gud-jdb-build-source-files-list): Comment clarification. 18 (gud-jdb-build-source-files-list): Comment clarification.