diff options
| author | Chong Yidong | 2011-02-05 01:13:36 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-05 01:13:36 -0500 |
| commit | a41c866068bc9428c5ba354d53d0dd4abd829d6f (patch) | |
| tree | 663e85f8af7b57f82c52d28457ae3a295396e5ee /etc | |
| parent | 9ad53e98fd3ac179a8498e867f7fc59bd9de0de3 (diff) | |
| download | emacs-a41c866068bc9428c5ba354d53d0dd4abd829d6f.tar.gz emacs-a41c866068bc9428c5ba354d53d0dd4abd829d6f.zip | |
Last remaining doc additions required by 23.3.
* doc/emacs/maintaining.texi (VC Change Log): Document vc-log-incoming and
vc-log-outgoing.
(Merging): Document vc-find-conflicted-file.
* doc/emacs/rmail.texi (Rmail Display): Document Rmail MIME support more
accurately.
* doc/lispref/commands.texi (Accessing Mouse): Note that a header line is not
included in the row of posn-col-row.
* etc/NEWS: Remove +++ and --- lines.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 69 |
1 files changed, 29 insertions, 40 deletions
| @@ -17,33 +17,52 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 17 | 17 | ||
| 18 | * Installation Changes in Emacs 23.3 | 18 | * Installation Changes in Emacs 23.3 |
| 19 | 19 | ||
| 20 | --- | ||
| 21 | ** New configure option --with-crt-dir specifies the location of your | 20 | ** New configure option --with-crt-dir specifies the location of your |
| 22 | crt*.o files, if they are in a non-standard location. This is only | 21 | crt*.o files, if they are in a non-standard location. This is only |
| 23 | used on x86-64 and s390x GNU/Linux architectures. | 22 | used on x86-64 and s390x GNU/Linux architectures. |
| 24 | 23 | ||
| 25 | * Startup Changes in Emacs 23.3 | ||
| 26 | |||
| 27 | * Changes in Emacs 23.3 | 24 | * Changes in Emacs 23.3 |
| 28 | 25 | ||
| 29 | +++ | ||
| 30 | ** The last-resort backup file `%backup%~' is now written to | 26 | ** The last-resort backup file `%backup%~' is now written to |
| 31 | `user-emacs-directory', instead of the user's home directory. | 27 | `user-emacs-directory', instead of the user's home directory. |
| 32 | 28 | ||
| 33 | 29 | ** If Emacs creates `user-emacs-directory', that directory's | |
| 34 | * Editing Changes in Emacs 23.3 | 30 | permissions are now set to rwx------, ignoring the umask. |
| 35 | 31 | ||
| 36 | 32 | ||
| 37 | * Changes in Specialized Modes and Packages in Emacs 23.3 | 33 | * Changes in Specialized Modes and Packages in Emacs 23.3 |
| 38 | 34 | ||
| 39 | --- | 35 | ** Calendar and diary |
| 40 | ** The appt-add command takes an optional argument for the warning time. | 36 | |
| 37 | *** The appt-add command takes an optional argument, the warning time. | ||
| 41 | This can be used in place of the default appt-message-warning-time. | 38 | This can be used in place of the default appt-message-warning-time. |
| 42 | 39 | ||
| 43 | --- | 40 | ** Python mode |
| 44 | ** You can allow inferior Python processes to load modules from the | 41 | |
| 42 | *** You can allow inferior Python processes to load modules from the | ||
| 45 | current directory by setting `python-remove-cwd-from-path' to nil. | 43 | current directory by setting `python-remove-cwd-from-path' to nil. |
| 46 | 44 | ||
| 45 | ** Rmail | ||
| 46 | |||
| 47 | *** The default value of `rmail-enable-mime' is now t. Rmail decodes | ||
| 48 | MIME contents automatically. You can customize the variable | ||
| 49 | `rmail-enable-mime' back to `nil' to disable this automatic MIME | ||
| 50 | decoding. | ||
| 51 | |||
| 52 | *** The command `rmail-mime' change the displaying of a MIME message | ||
| 53 | between decoded presentation form and raw data if `rmail-enable-mime' | ||
| 54 | is non-nil. And, with prefix argument, it change only the displaying | ||
| 55 | of the MIME entity at point. | ||
| 56 | |||
| 57 | *** The new command `rmail-mime-next-item' (bound to TAB) moves point | ||
| 58 | to the next item of MIME message. | ||
| 59 | |||
| 60 | *** The new command `rmail-mime-previous-item' (bound to backtab) moves | ||
| 61 | point to the previous item of MIME message. | ||
| 62 | |||
| 63 | *** The new command `rmail-mime-toggle-hidden' (RET) hide or show the | ||
| 64 | body of the MIME entity at point. | ||
| 65 | |||
| 47 | ** VC and related modes | 66 | ** VC and related modes |
| 48 | 67 | ||
| 49 | *** New VC command `vc-log-incoming', bound to `C-x v I'. | 68 | *** New VC command `vc-log-incoming', bound to `C-x v I'. |
| @@ -56,14 +75,12 @@ This shows a log of changes to be sent in the next commit. | |||
| 56 | 75 | ||
| 57 | *** New VC command vc-find-conflicted-file. | 76 | *** New VC command vc-find-conflicted-file. |
| 58 | 77 | ||
| 59 | +++ | ||
| 60 | *** The 'g' key in VC diff, log, log-incoming and log-outgoing buffers | 78 | *** The 'g' key in VC diff, log, log-incoming and log-outgoing buffers |
| 61 | reruns the corresponding VC command to compute an up to date version | 79 | reruns the corresponding VC command to compute an up to date version |
| 62 | of the buffer. | 80 | of the buffer. |
| 63 | 81 | ||
| 64 | *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. | 82 | *** vc-dir for Bzr supports viewing shelve contents and shelving snapshots. |
| 65 | 83 | ||
| 66 | +++ | ||
| 67 | *** Special markup can be added to log-edit buffers. | 84 | *** Special markup can be added to log-edit buffers. |
| 68 | You can add headers specifying additional information to be supplied | 85 | You can add headers specifying additional information to be supplied |
| 69 | to the version control system. For example: | 86 | to the version control system. For example: |
| @@ -76,30 +93,8 @@ Bazaar recognizes the headers "Author", "Date" and "Fixes". | |||
| 76 | Git, Mercurial, and Monotone recognize "Author" and "Date". | 93 | Git, Mercurial, and Monotone recognize "Author" and "Date". |
| 77 | Any unknown header is left as is in the message, so it is not lost. | 94 | Any unknown header is left as is in the message, so it is not lost. |
| 78 | 95 | ||
| 79 | ** Rmail | ||
| 80 | |||
| 81 | *** The default value of `rmail-enable-mime' is now t. Rmail decodes | ||
| 82 | MIME contents automatically. You can customize the variable | ||
| 83 | `rmail-enable-mime' back to `nil' to disable this automatic MIME | ||
| 84 | decoding. | ||
| 85 | |||
| 86 | *** The command `rmail-mime' change the displaying of a MIME message | ||
| 87 | between decoded presentation form and raw data if `rmail-enable-mime' | ||
| 88 | is non-nil. And, with prefix argument, it change only the displaying | ||
| 89 | of the MIME entity at point. | ||
| 90 | |||
| 91 | *** The new command `rmail-mime-next-item' (bound to TAB) moves point | ||
| 92 | to the next item of MIME message. | ||
| 93 | |||
| 94 | *** The new command `rmail-mime-previous-item' (bound to backtab) moves | ||
| 95 | point to the previous item of MIME message. | ||
| 96 | |||
| 97 | *** The new command `rmail-mime-toggle-hidden' (RET) hide or show the | ||
| 98 | body of the MIME entity at point. | ||
| 99 | |||
| 100 | ** Obsolete packages | 96 | ** Obsolete packages |
| 101 | 97 | ||
| 102 | +++ | ||
| 103 | *** lmenu.el and cl-compat.el are now obsolete. | 98 | *** lmenu.el and cl-compat.el are now obsolete. |
| 104 | 99 | ||
| 105 | 100 | ||
| @@ -120,26 +115,20 @@ starting from the first line of text below the header line. | |||
| 120 | 115 | ||
| 121 | * Lisp changes in Emacs 23.3 | 116 | * Lisp changes in Emacs 23.3 |
| 122 | 117 | ||
| 123 | +++ | ||
| 124 | ** `e' and `pi' are now called `float-e' and `float-pi'. | 118 | ** `e' and `pi' are now called `float-e' and `float-pi'. |
| 125 | The old names are obsolete. | 119 | The old names are obsolete. |
| 126 | 120 | ||
| 127 | +++ | ||
| 128 | ** The use of unintern without an obarray arg is now obsolete. | 121 | ** The use of unintern without an obarray arg is now obsolete. |
| 129 | 122 | ||
| 130 | --- | ||
| 131 | ** The function `princ-list' is now obsolete. | 123 | ** The function `princ-list' is now obsolete. |
| 132 | 124 | ||
| 133 | +++ | ||
| 134 | ** The yank-handler argument to kill-region and friends is now obsolete. | 125 | ** The yank-handler argument to kill-region and friends is now obsolete. |
| 135 | 126 | ||
| 136 | +++ | ||
| 137 | ** New function byte-to-string, like char-to-string but for bytes. | 127 | ** New function byte-to-string, like char-to-string but for bytes. |
| 138 | 128 | ||
| 139 | 129 | ||
| 140 | * Changes in Emacs 23.3 on non-free operating systems | 130 | * Changes in Emacs 23.3 on non-free operating systems |
| 141 | 131 | ||
| 142 | +++ | ||
| 143 | ** The nextstep port can have different modifiers for the left and right | 132 | ** The nextstep port can have different modifiers for the left and right |
| 144 | alt/option key by customizing the value for ns-right-alternate-modifier. | 133 | alt/option key by customizing the value for ns-right-alternate-modifier. |
| 145 | 134 | ||