aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-11-20 14:52:20 -0500
committerChong Yidong2010-11-20 14:52:20 -0500
commitec8a6295a0e4554f2ce8164ff3fe5e2910810d0d (patch)
tree59d16ae6eef3b8a7cdb3e7df405c83961c09373c /etc
parent8d7f026f625a02854b3214f7a54e778121d266bc (diff)
downloademacs-ec8a6295a0e4554f2ce8164ff3fe5e2910810d0d.tar.gz
emacs-ec8a6295a0e4554f2ce8164ff3fe5e2910810d0d.zip
Document some Emacs 23.3 changes in manuals.
* doc/emacs/macos.texi (Mac / GNUstep Basics): Document ns-right-alternate-modifier. * doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi. * doc/lispref/symbols.texi (Creating Symbols): Using unintern without an obarray arg is now obsolete. * doc/lispref/text.texi (Kill Functions, Kill Functions) (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete YANK-HANDLER args. * doc/lispref/variables.texi (Defining Variables): Change "pi" example to "float-pi".
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS23
1 files changed, 17 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eb765f37373..59b63440775 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -26,9 +26,6 @@ used on x86-64 and s390x GNU/Linux architectures.
26 26
27* Changes in Emacs 23.3 27* Changes in Emacs 23.3
28 28
29** The nextstep port can have different modifiers for the left and right
30alt/option key by customizing the value for ns-right-alternate-modifier.
31
32 29
33* Editing Changes in Emacs 23.3 30* Editing Changes in Emacs 23.3
34 31
@@ -82,10 +79,12 @@ produce an up to date diff.
82 79
83 80
84* New Modes and Packages in Emacs 23.3 81* New Modes and Packages in Emacs 23.3
82
85** smie.el is a generic navigation and indentation engine. 83** smie.el is a generic navigation and indentation engine.
86It takes a simple BNF description of the grammar, and provides both 84It takes a simple BNF description of the grammar, and provides both
87sexp-style navigation (jumping over begin..end pairs) as well as 85sexp-style navigation (jumping over begin..end pairs) as well as
88indentation, which can be adjusted via ad-hoc indentation rules. 86indentation, which can be adjusted via ad-hoc indentation rules.
87
89 88
90* Incompatible Lisp Changes in Emacs 23.3 89* Incompatible Lisp Changes in Emacs 23.3
91 90
@@ -96,16 +95,28 @@ starting from the first line of text below the header line.
96 95
97* Lisp changes in Emacs 23.3 96* Lisp changes in Emacs 23.3
98 97
98+++
99** `e' and `pi' are now called `float-e' and `float-pi'. 99** `e' and `pi' are now called `float-e' and `float-pi'.
100 The old names are obsolete. 100 The old names are obsolete.
101** The use of unintern without an obarray arg is declared obsolete. 101
102** The function `princ-list' is declared obsolete. 102+++
103** The yank-handler argument to kill-region and friends is declared obsolete. 103** The use of unintern without an obarray arg is now obsolete.
104
105---
106** The function `princ-list' is now obsolete.
107
108+++
109** The yank-handler argument to kill-region and friends is now obsolete.
110
104** New function byte-to-string, like char-to-string but for bytes. 111** New function byte-to-string, like char-to-string but for bytes.
105 112
106 113
107* Changes in Emacs 23.3 on non-free operating systems 114* Changes in Emacs 23.3 on non-free operating systems
108 115
116+++
117** The nextstep port can have different modifiers for the left and right
118alt/option key by customizing the value for ns-right-alternate-modifier.
119
109 120
110* Installation Changes in Emacs 23.2 121* Installation Changes in Emacs 23.2
111 122