# HG changeset patch # User Juanma Barranquero # Date 1053637602 0 # Node ID 61009a4befe65a628b7c0d0db55929ce47fa272c # Parent 337c29aec7ce2fa34ff1d92f9b399aba32980ed8 *** empty log message *** diff -r 337c29aec7ce -r 61009a4befe6 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 22 21:05:25 2003 +0000 +++ b/lisp/ChangeLog Thu May 22 21:06:42 2003 +0000 @@ -1,3 +1,9 @@ +2003-05-22 Stephen J. Turnbull + + * subr.el (split-string): Implement specification that splitting on + explicit separators retains null fields. Add new argument + OMIT-NULLS. Special-case (split-string "a string"). + 2003-05-22 Stefan Monnier * international/mule-cmds.el (select-safe-coding-system): Try @@ -37,7 +43,7 @@ (gdb-assembler-custom): Assembler code should display at point. Parse address correctly. (gdb-frame-handler): Accommodate selection of display of source - or assembler. + or assembler. Add radio buttons to select display of source or assembler. 2003-05-20 Lars Hansen diff -r 337c29aec7ce -r 61009a4befe6 lispref/ChangeLog --- a/lispref/ChangeLog Thu May 22 21:05:25 2003 +0000 +++ b/lispref/ChangeLog Thu May 22 21:06:42 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-22 Stephen J. Turnbull + + * strings.texi (Creating Strings): Update split-string specification + and examples. + 2003-05-19 Richard M. Stallman * elisp.texi: Correct invariant section names.