diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -41,9 +41,8 @@ command `clone-buffer-indirectly-other-window', bound to C-x 4 c, | |||
| 41 | does the same but displays the indirect buffer in another window. | 41 | does the same but displays the indirect buffer in another window. |
| 42 | 42 | ||
| 43 | ** New user options `backup-directory-alist' and | 43 | ** New user options `backup-directory-alist' and |
| 44 | `make-backup-file-name-function' are provided to control the placement | 44 | `make-backup-file-name-function' control the placement of backups, |
| 45 | of backups, typically in a single directory or in an invisible | 45 | typically in a single directory or in an invisible sub-directory. |
| 46 | sub-directory. | ||
| 47 | 46 | ||
| 48 | ** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1 | 47 | ** New commands iso-iso2sgml and iso-sgml2iso convert between Latin-1 |
| 49 | characters and the corresponding SGML (HTML) entities. | 48 | characters and the corresponding SGML (HTML) entities. |
| @@ -1147,6 +1146,9 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 1147 | When you add a new item, please add it without either +++ or --- | 1146 | When you add a new item, please add it without either +++ or --- |
| 1148 | so I will know I still need to look at it -- rms. | 1147 | so I will know I still need to look at it -- rms. |
| 1149 | 1148 | ||
| 1149 | ** `concat' no longer accepts individual integer arguments, as | ||
| 1150 | promised long ago. | ||
| 1151 | |||
| 1150 | ** The function `add-minor-mode' simplifies the definition of minor | 1152 | ** The function `add-minor-mode' simplifies the definition of minor |
| 1151 | modes. | 1153 | modes. |
| 1152 | 1154 | ||