# HG changeset patch # User Juanma Barranquero # Date 1204129448 0 # Node ID 9f11056bc03a1663d355269b1ce32c3c25855490 # Parent 45099af37ea3c58ce6a638ff955c30faf212a6c1 *** empty log message *** diff -r 45099af37ea3 -r 9f11056bc03a lisp/ChangeLog --- a/lisp/ChangeLog Wed Feb 27 16:20:33 2008 +0000 +++ b/lisp/ChangeLog Wed Feb 27 16:24:08 2008 +0000 @@ -1,7 +1,13 @@ +2008-02-27 Juanma Barranquero + + * uniquify.el (uniquify-buffer-base-name): If the base name is an + empty string, return nil to allow the caller to default to the + buffer name. + 2008-02-26 Jason Rumney * files.el (make-auto-save-file-name): Encode more characters in - non-file buffer names. Use url-encoding. + non-file buffer names. Use url-encoding. 2008-02-26 Juanma Barranquero