diff options
Diffstat (limited to 'etc/NEWS.22')
| -rw-r--r-- | etc/NEWS.22 | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 89e90fb361a..a8e8b3fbb8c 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -34,6 +34,7 @@ below. Emacs tries to warn you about these through `bad-packages-alist'. | |||
| 34 | ** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. | 34 | ** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. |
| 35 | 35 | ||
| 36 | ** cua.el, cua-mode.el: remove old versions. | 36 | ** cua.el, cua-mode.el: remove old versions. |
| 37 | |||
| 37 | 38 | ||
| 38 | * Installation Changes in Emacs 22.2 | 39 | * Installation Changes in Emacs 22.2 |
| 39 | 40 | ||
| @@ -41,15 +42,6 @@ below. Emacs tries to warn you about these through `bad-packages-alist'. | |||
| 41 | 42 | ||
| 42 | * Changes in Emacs 22.2 | 43 | * Changes in Emacs 22.2 |
| 43 | 44 | ||
| 44 | ** `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs. | ||
| 45 | |||
| 46 | ** `bad-packages-alist' will warn about external packages that are known | ||
| 47 | to cause problems in this version of Emacs. | ||
| 48 | |||
| 49 | ** The values of `dired-recursive-deletes' and `dired-recursive-copies' | ||
| 50 | have been changed to `top'. This means that the user is asked once, | ||
| 51 | before deleting/copying the indicated directory recursively. | ||
| 52 | |||
| 53 | ** In Image mode, whenever the displayed image is wider and/or higher | 45 | ** In Image mode, whenever the displayed image is wider and/or higher |
| 54 | than the window, the usual keys for moving the cursor cause the image | 46 | than the window, the usual keys for moving the cursor cause the image |
| 55 | to be scrolled horizontally or vertically instead. | 47 | to be scrolled horizontally or vertically instead. |
| @@ -66,6 +58,15 @@ Windows installations. Users of software which modifies the behaviour of | |||
| 66 | Windows to cause focus to follow the mouse will now need to explicitly set | 58 | Windows to cause focus to follow the mouse will now need to explicitly set |
| 67 | this variable. | 59 | this variable. |
| 68 | 60 | ||
| 61 | ** `bad-packages-alist' will warn about external packages that are known | ||
| 62 | to cause problems in this version of Emacs. | ||
| 63 | |||
| 64 | ** The values of `dired-recursive-deletes' and `dired-recursive-copies' | ||
| 65 | have been changed to `top'. This means that the user is asked once, | ||
| 66 | before deleting/copying the indicated directory recursively. | ||
| 67 | |||
| 68 | ** `browse-url-emacs' loads a URL into an Emacs buffer. Handy for *.el URLs. | ||
| 69 | |||
| 69 | ** The command gdba has been removed as gdb works now for those cases where it | 70 | ** The command gdba has been removed as gdb works now for those cases where it |
| 70 | was needed. In text command mode, if you have problems before execution has | 71 | was needed. In text command mode, if you have problems before execution has |
| 71 | started, use M-x gud-gdb. | 72 | started, use M-x gud-gdb. |
| @@ -105,7 +106,8 @@ This can be used to add menu entries for backend specific functions. | |||
| 105 | * Lisp Changes in Emacs 22.2. | 106 | * Lisp Changes in Emacs 22.2. |
| 106 | 107 | ||
| 107 | ** Frame-local variables are deprecated and are slated for removal. | 108 | ** Frame-local variables are deprecated and are slated for removal. |
| 108 | Use frame parameters instead. | 109 | Use frame parameters instead. |
| 110 | |||
| 109 | ** The function invisible-p returns non-nil if the character | 111 | ** The function invisible-p returns non-nil if the character |
| 110 | after a specified position is invisible. | 112 | after a specified position is invisible. |
| 111 | 113 | ||
| @@ -120,9 +122,16 @@ as its frame. | |||
| 120 | ** The new function `image-refresh' refreshes all images associated | 122 | ** The new function `image-refresh' refreshes all images associated |
| 121 | with a given image specification. | 123 | with a given image specification. |
| 122 | 124 | ||
| 123 | ** The new function `split-string-and-unquote' does (what?) | 125 | ** The new function `combine-and-quote-strings' concatenates a list of strings |
| 126 | using a specified separator. If a string contains double quotes, they | ||
| 127 | are escaped in the output. | ||
| 128 | |||
| 129 | ** The new function `split-string-and-unquote' performs the inverse operation to | ||
| 130 | `combine-and-quote-strings', i.e. splits a single string into a list | ||
| 131 | of strings, undoing any quoting added by `combine-and-quote-strings'. | ||
| 132 | (For some separator/string combinations, the original strings cannot | ||
| 133 | be recovered.) | ||
| 124 | 134 | ||
| 125 | ** The new function `combine-and-quote-strings' does (what?) | ||
| 126 | 135 | ||
| 127 | * Installation Changes in Emacs 22.1 | 136 | * Installation Changes in Emacs 22.1 |
| 128 | 137 | ||