changeset 49037:7a65267153a2

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 04 Jan 2003 09:32:17 +0000
parents 466922eb2b8d
children e1f3921c6689
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 04 09:31:00 2003 +0000
+++ b/lisp/ChangeLog	Sat Jan 04 09:32:17 2003 +0000
@@ -1,3 +1,7 @@
+2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
+
+	* xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
+
 2003-01-04  Kim F. Storm  <storm@cua.dk>
 
 	* simple.el (split-line): If present, copy fill-prefix from
@@ -52,7 +56,7 @@
 
 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
 
-	* cus-edit.el (customize-group, customize-group-other-window): 
+	* cus-edit.el (customize-group, customize-group-other-window):
 	Call custom-load-symbol unconditionally.
 	(customize-face, customize-face-other-window): Fix format arg.
 
@@ -71,8 +75,8 @@
 
 	* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
 	scroll bars correctly default to being on the right for Mac
-	Carbon port 
-	
+	Carbon port
+
 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
 
 	* gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
@@ -157,7 +161,7 @@
 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
 
 	* vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
-	order to get the latest version on the current branch.  Update 
+	order to get the latest version on the current branch.  Update
 	documentation of vc-BACKEND-checkout to explain this.
 
 	* vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.