diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -3140,6 +3140,10 @@ list instead of at the beginning. This change actually occurred in | |||
| 3140 | Emacs 21.1, but was not documented then. | 3140 | Emacs 21.1, but was not documented then. |
| 3141 | 3141 | ||
| 3142 | +++ | 3142 | +++ |
| 3143 | *** New function `add-to-ordered-list' is like `add-to-list' but | ||
| 3144 | associates a numeric ordering of each element added to the list. | ||
| 3145 | |||
| 3146 | +++ | ||
| 3143 | *** New function `copy-tree' makes a copy of a tree. | 3147 | *** New function `copy-tree' makes a copy of a tree. |
| 3144 | 3148 | ||
| 3145 | It recursively copyies through both CARs and CDRs. | 3149 | It recursively copyies through both CARs and CDRs. |
| @@ -3463,6 +3467,13 @@ clone to the other. | |||
| 3463 | --- | 3467 | --- |
| 3464 | *** The function `insert-string' is now obsolete. | 3468 | *** The function `insert-string' is now obsolete. |
| 3465 | 3469 | ||
| 3470 | ** Filling changes. | ||
| 3471 | |||
| 3472 | +++ | ||
| 3473 | *** In determining an adaptive fill prefix, Emacs now tries the function in | ||
| 3474 | `adaptive-fill-function' _before_ matching the buffer line against | ||
| 3475 | `adaptive-fill-regexp' rather than _after_ it. | ||
| 3476 | |||
| 3466 | +++ | 3477 | +++ |
| 3467 | ** Atomic change groups. | 3478 | ** Atomic change groups. |
| 3468 | 3479 | ||