diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -725,7 +725,7 @@ M-mouse-2 switches to the previous buffer in the buffer list. | |||
| 725 | - Mouse-2 on the read-only or modified status in the mode line (`%' or | 725 | - Mouse-2 on the read-only or modified status in the mode line (`%' or |
| 726 | `*') toggles the status. | 726 | `*') toggles the status. |
| 727 | 727 | ||
| 728 | - Mouse-3 on the mode name display a minor-mode menu. | 728 | - Mouse-3 on the mode name displays a minor-mode menu. |
| 729 | 729 | ||
| 730 | ** LessTif/Motif file selection dialog. | 730 | ** LessTif/Motif file selection dialog. |
| 731 | 731 | ||
| @@ -2081,9 +2081,11 @@ functionality with aliases for the mldrag functions. | |||
| 2081 | 2081 | ||
| 2082 | There are a few Lisp changes which are not backwards-compatible and | 2082 | There are a few Lisp changes which are not backwards-compatible and |
| 2083 | may require changes to existing code. Here is a list for reference. | 2083 | may require changes to existing code. Here is a list for reference. |
| 2084 | See the sections below for details. | ||
| 2084 | 2085 | ||
| 2085 | ** Since `format' preserves text properties, the idiom | 2086 | ** Since `format' preserves text properties, the idiom |
| 2086 | `(format %s foo)' no longer works to remove properties. | 2087 | `(format %s foo)' no longer works to copy and remove properties. |
| 2088 | Use `copy-sequence' and `set-text-properties'. | ||
| 2087 | 2089 | ||
| 2088 | ** Since the `keymap' text property now has significance, some code | 2090 | ** Since the `keymap' text property now has significance, some code |
| 2089 | which uses both `local-map' and `keymap' properties (for portability) | 2091 | which uses both `local-map' and `keymap' properties (for portability) |