]> git.eshelyaron.com Git - emacs.git/commitdiff
(Backquote): Minor clarification.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Sep 2007 15:22:02 +0000 (15:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Sep 2007 15:22:02 +0000 (15:22 +0000)
admin/FOR-RELEASE
doc/lispref/ChangeLog
doc/lispref/macros.texi
etc/NEWS

index 96dd4c39eb47795b1ddb0009d805a795d3d6375f..884fd4995a550c949beefab2e5c6acc25cf33472 100644 (file)
@@ -60,6 +60,10 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
 "can't turn off font-lock"
 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
 
+** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
+
+** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
+
 * DOCUMENTATION
 
 ** Check the Emacs Tutorial.
index 490ef3623a5ba48b77919c1004aa32ce93ab2d92..9e16ae4500c0ce8f8cb183ccd3346a95e4b7ea74 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-23  Richard Stallman  <rms@gnu.org>
+
+       * macros.texi (Backquote): Minor clarification.
+
 2007-09-06  Glenn Morris  <rgm@gnu.org>
 
        * Move from lispref/ to doc/lispref/.  Change all setfilename
index c8646f77cce267604201b4dc235656088ca846fb..152b7b652b6d88159a52433392a37f82e384826c 100644 (file)
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
 following expression.
 
 This syntax is still accepted, for compatibility with old Emacs
-versions, but support for it will soon disappear.
+versions, but support for it will be removed in the future.
 
 @node Problems with Macros
 @section Common Problems Using Macros
index 91a85280076e5762220179edbcd40de253f62374..e7b9f6bd0d287bf740a9e6310830a7de5bdef6ea 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,6 +38,12 @@ a GIF library.
 \f
 * Changes in Emacs 23.1
 
+** Emacs now supports using both X displays and ttys in one session.
+You can also use any number of different ttys.
+
+You can test for the presence of this feature in your Lisp code by
+testing for the `multi-tty' feature.
+
 ** Emacs comes with a new set of icons for Mac OS X.
 OS-X-style icons (an application icon and a relevant document icon)
 were contributed by Kentaro Ohkouchi.
@@ -53,10 +59,6 @@ symbolic notation thanks to auxiliary functions.
 ** split-window-preferred-function specifies whether display-buffer should
 split windows vertically or horizontally.
 
-** Support for multiple terminal devices and simultaneous graphical
-and tty frames has been added.  You can test for the presence of this
-feature in your Lisp code by testing for the `multi-tty' feature.
-
 ** Emacsclient has been extended to support opening a new terminal
 frame.  Its behavior has been changed to open a new Emacs frame by
 default.  Use the -c option to get the old behavior of opening files in