diff options
| author | Luc Teirlinck | 2003-10-27 15:48:12 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-10-27 15:48:12 +0000 |
| commit | a2f4def12b0e9936219573505e6405dbbcac8a65 (patch) | |
| tree | 9c452b68bb17ce9c36c4fb0660a916a1391fdf7a | |
| parent | fd2c4cd833ed262d6a43ab8cf004154aa2533143 (diff) | |
| download | emacs-a2f4def12b0e9936219573505e6405dbbcac8a65.tar.gz emacs-a2f4def12b0e9936219573505e6405dbbcac8a65.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index df4179e8666..7816025de28 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * strings.texi (Creating Strings): Argument START to `substring' | ||
| 4 | can not be `nil'. Expand description of | ||
| 5 | `substring-no-properties'. Correct description of `split-string', | ||
| 6 | especially with respect to empty matches. Prevent very bad line | ||
| 7 | break in definition of `split-string-default-separators'. | ||
| 8 | (Text Comparison): `string=' and `string<' also accept symbols as | ||
| 9 | arguments. | ||
| 10 | (String Conversion): More completely describe argument BASE in | ||
| 11 | `string-to-number'. | ||
| 12 | (Formatting Strings): `%s' and `%S" in `format' do require | ||
| 13 | corresponding object. Clarify behavior of numeric prefix after | ||
| 14 | `%' in `format'. | ||
| 15 | (Case Conversion): The argument to `upcase-initials' can be a | ||
| 16 | character. | ||
| 17 | |||
| 1 | 2003-10-27 Kenichi Handa <handa@m17n.org> | 18 | 2003-10-27 Kenichi Handa <handa@m17n.org> |
| 2 | 19 | ||
| 3 | * display.texi (Fontsets): Fix texinfo usage. | 20 | * display.texi (Fontsets): Fix texinfo usage. |