aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-02-05 01:13:36 -0500
committerChong Yidong2011-02-05 01:13:36 -0500
commita41c866068bc9428c5ba354d53d0dd4abd829d6f (patch)
tree663e85f8af7b57f82c52d28457ae3a295396e5ee /etc
parent9ad53e98fd3ac179a8498e867f7fc59bd9de0de3 (diff)
downloademacs-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/NEWS69
1 files changed, 29 insertions, 40 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 34e3adea481..a001084a75c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
22crt*.o files, if they are in a non-standard location. This is only 21crt*.o files, if they are in a non-standard location. This is only
23used on x86-64 and s390x GNU/Linux architectures. 22used 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 30permissions 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.
41This can be used in place of the default appt-message-warning-time. 38This 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
45current directory by setting `python-remove-cwd-from-path' to nil. 43current 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
48MIME contents automatically. You can customize the variable
49`rmail-enable-mime' back to `nil' to disable this automatic MIME
50decoding.
51
52*** The command `rmail-mime' change the displaying of a MIME message
53between decoded presentation form and raw data if `rmail-enable-mime'
54is non-nil. And, with prefix argument, it change only the displaying
55of the MIME entity at point.
56
57*** The new command `rmail-mime-next-item' (bound to TAB) moves point
58to the next item of MIME message.
59
60*** The new command `rmail-mime-previous-item' (bound to backtab) moves
61point to the previous item of MIME message.
62
63*** The new command `rmail-mime-toggle-hidden' (RET) hide or show the
64body 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
61reruns the corresponding VC command to compute an up to date version 79reruns the corresponding VC command to compute an up to date version
62of the buffer. 80of 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.
68You can add headers specifying additional information to be supplied 85You can add headers specifying additional information to be supplied
69to the version control system. For example: 86to the version control system. For example:
@@ -76,30 +93,8 @@ Bazaar recognizes the headers "Author", "Date" and "Fixes".
76Git, Mercurial, and Monotone recognize "Author" and "Date". 93Git, Mercurial, and Monotone recognize "Author" and "Date".
77Any unknown header is left as is in the message, so it is not lost. 94Any 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
82MIME contents automatically. You can customize the variable
83`rmail-enable-mime' back to `nil' to disable this automatic MIME
84decoding.
85
86*** The command `rmail-mime' change the displaying of a MIME message
87between decoded presentation form and raw data if `rmail-enable-mime'
88is non-nil. And, with prefix argument, it change only the displaying
89of the MIME entity at point.
90
91*** The new command `rmail-mime-next-item' (bound to TAB) moves point
92to the next item of MIME message.
93
94*** The new command `rmail-mime-previous-item' (bound to backtab) moves
95point to the previous item of MIME message.
96
97*** The new command `rmail-mime-toggle-hidden' (RET) hide or show the
98body 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
144alt/option key by customizing the value for ns-right-alternate-modifier. 133alt/option key by customizing the value for ns-right-alternate-modifier.
145 134