From 1463a05d84ecf363939c00936dc408c5433873b4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 22 May 2003 21:06:42 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 +++++++- lispref/ChangeLog | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69f7c007df7..2db735948fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index aba1d98718b..8418f19b581 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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. -- 2.39.2