# HG changeset patch # User Thien-Thi Nguyen # Date 1041672737 0 # Node ID 7a65267153a2cd2194d10f6fd17c308f4a48a173 # Parent 466922eb2b8da322d81d072f4983f11dd49ef3be *** empty log message *** diff -r 466922eb2b8d -r 7a65267153a2 lisp/ChangeLog --- 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 + + * xml.el (xml-substitute-special): Move "&" -> "&" last. + 2003-01-04 Kim F. Storm * simple.el (split-line): If present, copy fill-prefix from @@ -52,7 +56,7 @@ 2003-01-02 Markus Rost - * 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 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression). @@ -157,7 +161,7 @@ 2002-12-26 Andre Spiegel * 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.