diff lisp/ChangeLog @ 4946:9b5d4b35f8d7

(main branch) redo capitalize-string-as-title -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-01-24 Ben Wing <ben@xemacs.org> * simple.el (capitalize-string-as-title): Use `with-string-as-buffer-contents' instead of emulating it.
author Ben Wing <ben@xemacs.org>
date Sun, 24 Jan 2010 00:27:03 -0600
parents 99e465e2da2e
children 8b230c53075b
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 24 00:26:10 2010 -0600
+++ b/lisp/ChangeLog	Sun Jan 24 00:27:03 2010 -0600
@@ -1,3 +1,8 @@
+2010-01-24  Ben Wing  <ben@xemacs.org>
+
+	* simple.el (capitalize-string-as-title):
+	Use `with-string-as-buffer-contents' instead of emulating it.
+
 2010-01-24  Ben Wing  <ben@xemacs.org>
 
 	* syntax.el: