]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS.19
Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
[gnu-emacs] / etc / NEWS.19
index 08573703c04f5644a86b8ac8f736ddfb9c2485ee..f8b845c77ffb2e1b9d38bc4c219207c9ec959a7f 100644 (file)
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.  1992.
 
 GNU Emacs NEWS -- history of user-visible changes.  1992.
 
-Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 1993-1995, 2001, 2006-2013 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
 See the end of the file for license conditions.
 
 
@@ -557,7 +557,7 @@ normal hooks.
 The new command simula-indent-exp is bound to C-M-q.
 
 ** etags can now handle programs written in Erlang.  Files are
 The new command simula-indent-exp is bound to C-M-q.
 
 ** etags can now handle programs written in Erlang.  Files are
-recognised by the extensions .erl and .hrl.  The tagged lines are
+recognized by the extensions .erl and .hrl.  The tagged lines are
 those that begin a function, record, or macro.
 
 ** MSDOS Changes
 those that begin a function, record, or macro.
 
 ** MSDOS Changes
@@ -1287,12 +1287,12 @@ the disp-table library).
 ** The new command-line option --eval specifies an expression to evaluate
 from the command line.
 
 ** The new command-line option --eval specifies an expression to evaluate
 from the command line.
 
-** etags has now the ability to tag Perl files.  They are recognised
+** etags has now the ability to tag Perl files.  They are recognized
 either by the .pm and .pl suffixes or by a first line which starts
 with `#!' and specifies a Perl interpreter.  The tagged lines are
 those beginning with the `sub' keyword.
 
 either by the .pm and .pl suffixes or by a first line which starts
 with `#!' and specifies a Perl interpreter.  The tagged lines are
 those beginning with the `sub' keyword.
 
-New suffixes recognised are .hpp for C++; .f90 for Fortran; .bib,
+New suffixes recognized are .hpp for C++; .f90 for Fortran; .bib,
 .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; .prolog for
 prolog (.pl is now Perl).
 
 .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; .prolog for
 prolog (.pl is now Perl).
 
@@ -1729,7 +1729,7 @@ projects to define project-specific structures.  It also enables the
 use of etags and TAGS files for languages not supported by etags.
 
 The Emacs manual section on Tags contains explanations and examples
 use of etags and TAGS files for languages not supported by etags.
 
 The Emacs manual section on Tags contains explanations and examples
-for Emacs's DEFVAR, VHDL, Cobol, Postscript and TCL.
+for Emacs's DEFVAR, VHDL, Cobol, PostScript and TCL.
 
 ** Various mode-specific commands that used to be bound to C-c LETTER
 have been moved.
 
 ** Various mode-specific commands that used to be bound to C-c LETTER
 have been moved.
@@ -1828,7 +1828,7 @@ c-fill-paragraph's behavior.
 containing an open brace just after a case/default label.
 
 *** New variable, c-progress-interval, which controls minibuffer update
 containing an open brace just after a case/default label.
 
 *** New variable, c-progress-interval, which controls minibuffer update
-message displays during long re-indention.  This is a new feature
+message displays during long re-indentation.  This is a new feature
 which prints percentage complete messages at specified intervals.
 
 ** Makefile mode changes.
 which prints percentage complete messages at specified intervals.
 
 ** Makefile mode changes.
@@ -1919,7 +1919,7 @@ RELATIVE_REPOS.
 *** Completion works with file names containing quoted characters.
 
 File names containing special characters (such as " ", "!", etc.) that are
 *** Completion works with file names containing quoted characters.
 
 File names containing special characters (such as " ", "!", etc.) that are
-quoted with a "\" character are recognised during completion.  Special
+quoted with a "\" character are recognized during completion.  Special
 characters are quoted when they are inserted during completion.
 
 *** You can use M-x comint-truncate-buffer to truncate the buffer.
 characters are quoted when they are inserted during completion.
 
 *** You can use M-x comint-truncate-buffer to truncate the buffer.
@@ -1952,7 +1952,7 @@ A new user option Man-fontify-manpage-flag disables fontification
 window system is used.  Two new user options Man-overstrike-face
 (default 'bold) and Man-underline-face (default 'underline) can be set
 to the preferred faces to be used for the words that man overstrikes
 window system is used.  Two new user options Man-overstrike-face
 (default 'bold) and Man-underline-face (default 'underline) can be set
 to the preferred faces to be used for the words that man overstrikes
-and underlines.  Useful for those who like coloured man pages.
+and underlines.  Useful for those who like colored man pages.
 
 Two new interactive functions are provided: Man-cleanup-manpage and
 Man-fontify-manpage.  Both can be used on a buffer that contains the
 
 Two new interactive functions are provided: Man-cleanup-manpage and
 Man-fontify-manpage.  Both can be used on a buffer that contains the
@@ -4288,7 +4288,7 @@ filename completion in comint mode apply, together with a variable
 controlling whether to restrict possible completions to only files
 that are executable (`shell-command-execonly').
 
 controlling whether to restrict possible completions to only files
 that are executable (`shell-command-execonly').
 
-The input history is initialised from the file name given in the
+The input history is initialized from the file name given in the
 variable `shell-input-ring-file-name'--normally `.history' in your
 home directory.
 
 variable `shell-input-ring-file-name'--normally `.history' in your
 home directory.
 
@@ -4457,7 +4457,7 @@ highlighting, etc.
 
 So that such output processing may be done efficiently, there is a new
 variable, comint-last-output-start, that records the position of the start of
 
 So that such output processing may be done efficiently, there is a new
 variable, comint-last-output-start, that records the position of the start of
-the lastest output inserted into the buffer (effectively the previous value
+the last output inserted into the buffer (effectively the previous value
 of process-mark).  Output processing functions should process the text
 between comint-last-output-start (or perhaps the beginning of the line that
 the position lies on) and process-mark.
 of process-mark).  Output processing functions should process the text
 between comint-last-output-start (or perhaps the beginning of the line that
 the position lies on) and process-mark.
@@ -5032,7 +5032,7 @@ if it is `memq' in the list.
 
 ** If you call `get-buffer-window' passing t as its second argument, it
 will only search for windows on visible frames.  Previously, passing t
 
 ** If you call `get-buffer-window' passing t as its second argument, it
 will only search for windows on visible frames.  Previously, passing t
-as the secord argument caused `get-buffer-window' to search all
+as the second argument caused `get-buffer-window' to search all
 frames, visible or not.
 
 ** If you call `other-buffer' with a nil or omitted second argument, it
 frames, visible or not.
 
 ** If you call `other-buffer' with a nil or omitted second argument, it
@@ -5484,7 +5484,7 @@ non-nil.
 ** M-x revert-buffer no longer offers to revert from a recent auto-save
 file unless you give it a prefix argument.  Otherwise it always
 reverts from the real file regardless of whether there has been an
 ** M-x revert-buffer no longer offers to revert from a recent auto-save
 file unless you give it a prefix argument.  Otherwise it always
 reverts from the real file regardless of whether there has been an
-auto-save since thenm.  (Reverting from the auto-save file is no longer
+auto-save since then.  (Reverting from the auto-save file is no longer
 very useful now that the undo capacity is larger.)
 
 ** M-x recover-file no longer turns off Auto Save mode when it reads
 very useful now that the undo capacity is larger.)
 
 ** M-x recover-file no longer turns off Auto Save mode when it reads
@@ -6114,7 +6114,7 @@ When you have edited both buffers as you wish, merge them with C-x 6
 1.  This copies the text from the right-hand buffer as a second column
 in the other buffer.  To go back to two-column editing, use C-x 6 s.
 
 1.  This copies the text from the right-hand buffer as a second column
 in the other buffer.  To go back to two-column editing, use C-x 6 s.
 
-Use C-x 6 d to disassociate the two buffers, leaving each as it
+Use C-x 6 d to dissociate the two buffers, leaving each as it
 stands.  (If the other buffer, the one that was not current when you
 type C-x 6 d, is empty, C-x 6 d kills it.)
 
 stands.  (If the other buffer, the one that was not current when you
 type C-x 6 d, is empty, C-x 6 d kills it.)
 
@@ -6522,10 +6522,10 @@ the tar file.
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.
 
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.
 
-GNU Emacs is free software; you can redistribute it and/or modify
+GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -6533,14 +6533,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 \f
 Local variables:
 mode: outline
 paragraph-separate: "[         \f]*$"
 end:
 
 \f
 Local variables:
 mode: outline
 paragraph-separate: "[         \f]*$"
 end:
-
-arch-tag: 944be39b-afe8-4217-9977-c745b68a7ca2