Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5b87ad55
Commit
5b87ad55
authored
Feb 11, 2007
by
Glenn Morris
Browse files
Switch to standard GPL text for license.
parent
bd9bb96e
Changes
52
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
364 additions
and
188 deletions
+364
-188
admin/ChangeLog
admin/ChangeLog
+19
-4
etc/ChangeLog
etc/ChangeLog
+17
-2
etc/DEBUG
etc/DEBUG
+20
-10
etc/DISTRIB
etc/DISTRIB
+21
-5
etc/ERC-NEWS
etc/ERC-NEWS
+19
-2
etc/GNUS-NEWS
etc/GNUS-NEWS
+17
-12
etc/HELLO
etc/HELLO
+14
-14
etc/MACHINES
etc/MACHINES
+18
-13
etc/MH-E-NEWS
etc/MH-E-NEWS
+21
-5
etc/MORE.STUFF
etc/MORE.STUFF
+19
-9
etc/NEWS
etc/NEWS
+16
-12
etc/NEWS.1-17
etc/NEWS.1-17
+17
-11
etc/NEWS.18
etc/NEWS.18
+17
-11
etc/NEWS.19
etc/NEWS.19
+17
-11
etc/NEWS.20
etc/NEWS.20
+18
-13
etc/NEWS.21
etc/NEWS.21
+18
-13
etc/PROBLEMS
etc/PROBLEMS
+22
-4
etc/README
etc/README
+21
-15
etc/TODO
etc/TODO
+18
-11
etc/Xkeymap.txt
etc/Xkeymap.txt
+15
-11
No files found.
admin/ChangeLog
View file @
5b87ad55
...
...
@@ -414,9 +414,24 @@
;; add-log-time-zone-rule: t
;; End:
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
2007 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a
etc/ChangeLog
View file @
5b87ad55
...
...
@@ -3268,7 +3268,22 @@
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1
etc/DEBUG
View file @
5b87ad55
Debugging GNU Emacs
Copyright (C) 1985, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007 Free Software Foundation, Inc.
See the end of the file for license conditions.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and permission notice are preserved,
and that the distributor grants the recipient permission
for further redistribution as permitted by this notice.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
[People who debug Emacs on Windows using native Windows debuggers
should read the Windows-specific section near the end of this
...
...
@@ -746,6 +738,24 @@ look at the disassembly to determine which registers are being used,
and look at those registers directly, to see the actual current values
of these variables.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
Local variables:
mode: outline
...
...
etc/DISTRIB
View file @
5b87ad55
...
...
@@ -4,12 +4,11 @@ the USA, see http://www.gnu.org/order/order.html.
GNU Emacs availability information, October 2000
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998,
2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995,
1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
See the end of the file for license conditions.
Permission is granted to anyone to make or distribute
verbatim copies of this document provided that the
copyright notice and this permission notice are preserved.
GNU Emacs is legally owned by the Free Software Foundation, but we
regard the foundation more as its custodian on behalf of the public.
...
...
@@ -97,3 +96,20 @@ above).
Richard M Stallman
Chief GNUisance,
President of the Free Software Foundation
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
etc/ERC-NEWS
View file @
5b87ad55
ERC NEWS -*- outline -*-
Copyright (C) 2006, 2007 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
See the end of the file for license conditions.
* Changes in ERC 5.2 (stable pre-release for Emacs 22)
...
...
@@ -849,4 +848,22 @@ Same applies to timestamps. You no longer need to (require
'erc-stamp), you can customize the variable `erc-timestamp-mode', and
the rest should be automatic.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
arch-tag: 2b21b387-6cdc-4192-889c-6743cfffdcb1
etc/GNUS-NEWS
View file @
5b87ad55
GNUS NEWS -- history of user-visible changes.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc.
See the end
for copying
conditions.
See the end
of the file for license
conditions.
Please send Gnus bug reports to bugs@gnus.org.
For older news, see Gnus info node "New Features".
...
...
@@ -518,20 +519,24 @@ A new command which starts Gnus offline in slave mode.
* For older news, see Gnus info node "New Features".
----------------------------------------------------------------------
Copyright information:
This file is part of GNU Emacs.
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc.
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
the Free Software Foundation; either version 2, 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that
the
copyright notice and this permission notice are preserved
,
thus giving the recipient permission to redistribute in turn
.
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
.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: outline
...
...
etc/HELLO
View file @
5b87ad55
...
...
@@ -64,24 +64,24 @@ Korean ($(CGQ1[(B) $(C>H3gGO<<?d(B, $(C>H3gGO=J4O1n(B
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Free Software Foundation, Inc.
COPYING PERMISSIONS:
This file is part of GNU Emacs.
This document
is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 o
f the License, or
(at your option)
any later version.
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
the Free Software Foundation; either version 2
,
o
r (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
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
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.
;;; Local Variables:
;;; tab-width: 32
...
...
etc/MACHINES
View file @
5b87ad55
...
...
@@ -2,7 +2,7 @@ Emacs machines list
Copyright (C) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004,
2005, 2006, 2007 Free Software Foundation, Inc.
See the end of the file for
copying permiss
ions.
See the end of the file for
license condit
ions.
This is a list of the status of GNU Emacs on various machines and systems.
...
...
@@ -1501,17 +1501,22 @@ mode: indented-text
fill-prefix: " "
End:
COPYING PERMISSIONS:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this file, to deal in the file without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the file, and to
permit persons to whom the file is furnished to do so, subject to
the following condition:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the file.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
arch-tag: 7d2e93c7-e982-40ec-9055-3cd064042473
etc/MH-E-NEWS
View file @
5b87ad55
*
COPYRIGHT
Copyright
(
C
)
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
Copying
and
distribution
of
this
file
,
with
or
without
modification
,
are
permitted
in
any
medium
without
royalty
provided
the
copyright
notice
and
this
notice
are
preserved
.
Free
Software
Foundation
,
Inc
.
See
the
end
of
the
file
for
license
conditions
.
*
Changes
in
MH
-
E
8.0.3
...
...
@@ -3119,6 +3117,24 @@ doesn't find `in-reply-to:'.
*** `mh-clean-message-header'
:
find
end
of
headers
even
if
no
body
.
This
file
is
part
of
GNU
Emacs
.
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
the
Free
Software
Foundation
;
either
version
2
,
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
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
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
.
Local
variables
:
mode
:
outline
...
...
etc/MORE.STUFF
View file @
5b87ad55
More Neat Stuff for your Emacs
Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
See the end of the file for
copying permiss
ions.
Free Software Foundation, Inc.
See the end of the file for
license condit
ions.
This file describes GNU Emacs programs and resources that are
maintained by other people. Some of these may become part of the
...
...
@@ -279,12 +280,21 @@ mode: view
eval: (goto-address)
End:
COPYING PERMISSIONS
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation.
This file is part of GNU Emacs.
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
the Free Software Foundation; either version 2, 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
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
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.
arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa
etc/NEWS
View file @
5b87ad55
GNU
Emacs
NEWS
--
history
of
user
-
visible
changes
.
2006
-
06
-
04
Copyright
(
C
)
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
See
the
end
for
copying
conditions
.
See
the
end
of
the
file
for
license
conditions
.
Please
send
Emacs
bug
reports
to
bug
-
gnu
-
emacs
@
gnu
.
org
.
If
possible
,
use
M
-
x
report
-
emacs
-
bug
.
...
...
@@ -5986,20 +5987,23 @@ an error if the argument actually returns differing values.
----------------------------------------------------------------------
Copyright information:
This file is part of GNU Emacs.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
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
the Free Software Foundation; either version 2, 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that
the
copyright notice and this permission notice are preserved
,
thus giving the recipient permission to redistribute in turn
.
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
.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: outline
...
...
etc/NEWS.1-17
View file @
5b87ad55
GNU Emacs NEWS -- history of user-visible changes. 26-Mar-1986
Copyright (C) 1985, 1986, 2006, 2007 Free Software Foundation, Inc.
See the end for copying conditions.
See the end of the file for license conditions.
This file is about changes in emacs versions 1 through 17.
...
...
@@ -2509,19 +2511,23 @@ Lisp programming changes
----------------------------------------------------------------------
Copyright information:
This file is part of GNU Emacs.
Copyright (C) 1985, 1986, 2006, 2007 Free Software Foundation, Inc.
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
the Free Software Foundation; either version 2, 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that
the
copyright notice and this permission notice are preserved
,
thus giving the recipient permission to redistribute in turn
.
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
.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: text
...
...
etc/NEWS.18
View file @
5b87ad55
GNU Emacs NEWS -- history of user-visible changes. 17-Aug-1988
Copyright (C) 1988, 2006, 2007 Free Software Foundation, Inc.
See the end for copying conditions.
See the end of the file for license conditions.
This file is about changes in emacs version 18.
...
...
@@ -1599,19 +1601,23 @@ C_SWITCH_MACHINE can be defined by the m- file to specify extra `cc' switches.
----------------------------------------------------------------------
Copyright information:
This file is part of GNU Emacs.
Copyright (C) 1988, 2006, 2007 Free Software Foundation, Inc.
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
the Free Software Foundation; either version 2, 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that
the
copyright notice and this permission notice are preserved
,
thus giving the recipient permission to redistribute in turn
.
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
.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: text
...
...
etc/NEWS.19
View file @
5b87ad55
GNU Emacs NEWS -- history of user-visible changes. 1992.
Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007 Free Software Foundation, Inc.
See the end for copying conditions.
See the end of the file for license conditions.
This file is about changes in emacs versions 19.
...
...
@@ -6518,19 +6520,23 @@ the tar file.
----------------------------------------------------------------------
Copyright information:
This file is part of GNU Emacs.
Copyright (C) 1993, 1994, 1995, 2001, 2006, 2007 Free Software Foundation, Inc.
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
the Free Software Foundation; either version 2, 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
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that
the
copyright notice and this permission notice are preserved
,
thus giving the recipient permission to redistribute in turn
.
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
.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
Local variables:
mode: outline
...
...
etc/NEWS.20
View file @
5b87ad55
GNU
Emacs
NEWS
--
history
of
user
-
visible
changes
.
2006
-
05
-
31
Copyright
(
C
)
1999
,
2000
,
2001
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
See
the
end
for
copying
conditions
.
Free
Software
Foundation
,
Inc
.
See
the
end
of
the
file
for
license
conditions
.
Please
send
Emacs
bug
reports
to
bug
-
gnu
-
emacs
@
gnu
.
org
.
If
possible
,
use
M
-
x
report
-
emacs
-
bug
.
...
...
@@ -4492,20 +4494,23 @@ select one of those items.
----------------------------------------------------------------------
Copyright
information
:
This
file
is
part
of
GNU
Emacs
.
Copyright
(
C
)
1999
,
2000
,
2001
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
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
the
Free
Software
Foundation
;
either
version
2
,
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
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
General
Public
License
for
more
details
.
Permission
is
granted
to
anyone
to
make
or
distribute
verbatim
copies
of
this
document
as
received
,
in
any
medium
,
provided
that
the
copyright
notice
and
this
permission
notice
are
preserved
,
thus
giving
the
recipient
permission
to
redistribute
in
turn
.
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
.
Permission
is
granted
to
distribute
modified
versions
of
this
document
,
or
of
portions
of
it
,
under
the
above
conditions
,
provided
also
that
they
carry
prominent
notices
stating
who
last
changed
them
.
Local
variables
:
mode
:
outline
...
...
etc/NEWS.21
View file @
5b87ad55
GNU
Emacs
NEWS
--
history
of
user
-
visible
changes
.
2006
-
05
-
31
Copyright
(
C
)
2000
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
See
the
end
for
copying
conditions
.
Free
Software
Foundation
,
Inc
.
See
the
end
of
the
file
for
license
conditions
.
This
file
is
about
changes
in
emacs
version
21.
...
...
@@ -4879,20 +4881,23 @@ support a vertical-bar cursor).
----------------------------------------------------------------------
Copyright
information
:
This
file
is
part
of
GNU
Emacs
.
Copyright
(
C
)
2000
,
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
Free
Software
Foundation
,
Inc
.
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
the
Free
Software
Foundation
;
either
version
2
,
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
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
General
Public
License
for
more
details
.
Permission
is
granted
to
anyone
to
make
or
distribute
verbatim
copies
of
this
document
as
received
,
in
any
medium
,
provided
that
the