]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 22 May 2003 21:06:42 +0000 (21:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 22 May 2003 21:06:42 +0000 (21:06 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 69f7c007df7ffd5eb258a9a31a6fc39adf8f7673..2db735948fdb3ef161e353cf75b8bdb02fdfb68f 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * 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  <monnier@cs.yale.edu>
 
        * 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  <larsh@math.ku.dk>
index aba1d98718b09a2f47ce504143f9e025a214f44b..8418f19b5819b8cdf8de0c9cc049ca0ebc7f68b8 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * strings.texi (Creating Strings): Update split-string specification
+       and examples.
+
 2003-05-19  Richard M. Stallman  <rms@gnu.org>
 
        * elisp.texi: Correct invariant section names.