# HG changeset patch # User Erik Naggum # Date 821613508 0 # Node ID 23cc3f54e536709f790769c3fb9a85e4f7af9108 # Parent 83f275dcd93a35c88aaf07e5d16af9d8b0af6efd Update FSF's office address. diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/bg-mouse.el --- a/lisp/term/bg-mouse.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/bg-mouse.el Sun Jan 14 09:58:28 1996 +0000 @@ -20,8 +20,9 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/internal.el --- a/lisp/term/internal.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/internal.el Sun Jan 14 09:58:28 1996 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Morten Welinder -;; Version: 1,02 +;; Version: 1.02 ;; This file is part of GNU Emacs. @@ -18,8 +18,12 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Code: + ;; --------------------------------------------------------------------------- ;; screen setup -- that's easy! (standard-display-8bit 127 254) diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/keyswap.el --- a/lisp/term/keyswap.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/keyswap.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,10 +1,10 @@ ;; keyswap.el --- swap BS and DEL keys +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Eric S. Raymond ;; Keywords: terminals -;; Copyright (C) 1992 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -18,12 +18,13 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; This package is meant to be called by other terminal packages. +;; This package is meant to be called by other terminal packages. ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/news.el --- a/lisp/term/news.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/news.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,29 +1,30 @@ ;; news.el --- keypad and function key bindings for the Sony NEWS keyboard +;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. + ;; Author: FSF ;; Keywords: terminals -;; Copyright (C) 1989, 1993 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. -;;; 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, 675 Mass Ave, Cambridge, MA 02139, 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; Uses the Emacs 19 terminal initialization features --- won't work with 18. +;; Uses the Emacs 19 terminal initialization features --- won't work with 18. ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/pc-win.el --- a/lisp/term/pc-win.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/pc-win.el Sun Jan 14 09:58:28 1996 +0000 @@ -18,9 +18,12 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. -;; --------------------------------------------------------------------------- +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + +;;; Code: + (load "term/internal" nil t) ;; Color translation -- doesn't really need to be fast diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/sun-mouse.el --- a/lisp/term/sun-mouse.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/sun-mouse.el Sun Jan 14 09:58:28 1996 +0000 @@ -19,26 +19,25 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; Jeff Peck, Sun Microsystems, Jan 1987. -;;; Original idea by Stan Jefferson +;; Jeff Peck, Sun Microsystems, Jan 1987. +;; Original idea by Stan Jefferson -;;; -;;; Modeled after the GNUEMACS keymap interface. -;;; -;;; User Functions: -;;; make-mousemap, copy-mousemap, -;;; define-mouse, global-set-mouse, local-set-mouse, -;;; use-global-mousemap, use-local-mousemap, -;;; mouse-lookup, describe-mouse-bindings -;;; -;;; Options: -;;; extra-click-wait, scrollbar-width -;;; +;; Modeled after the GNUEMACS keymap interface. +;; +;; User Functions: +;; make-mousemap, copy-mousemap, +;; define-mouse, global-set-mouse, local-set-mouse, +;; use-global-mousemap, use-local-mousemap, +;; mouse-lookup, describe-mouse-bindings +;; +;; Options: +;; extra-click-wait, scrollbar-width ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/sun.el --- a/lisp/term/sun.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/sun.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,25 +1,26 @@ ;; sun.el --- keybinding for standard default sunterm keys +;; Copyright (C) 1987 Free Software Foundation, Inc. + ;; Author: Jeff Peck ;; Keywords: terminals -;; Copyright (C) 1987 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. -;;; 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, 675 Mass Ave, Cambridge, MA 02139, 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/sup-mouse.el --- a/lisp/term/sup-mouse.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/sup-mouse.el Sun Jan 14 09:58:28 1996 +0000 @@ -22,8 +22,9 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/tvi970.el --- a/lisp/term/tvi970.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/tvi970.el Sun Jan 14 09:58:28 1996 +0000 @@ -18,12 +18,13 @@ ;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; Uses the Emacs 19 terminal initialization features --- won't work with 18. +;; Uses the Emacs 19 terminal initialization features --- won't work with 18. ;;; Code: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/vt100.el --- a/lisp/term/vt100.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/vt100.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,24 +1,26 @@ ;;; vt100.el --- define VT100 function key sequences in function-key-map +;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. + ;; Author: FSF ;; Keywords: terminals -;; Copyright (C) 1989, 1993 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/w32-win.el --- a/lisp/term/w32-win.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/w32-win.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,24 +1,26 @@ ;;; win32-win.el --- parse switches controlling interface with win32 + ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Kevin Gallo ;; Keywords: terminals -;;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/wyse50.el --- a/lisp/term/wyse50.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/wyse50.el Sun Jan 14 09:58:28 1996 +0000 @@ -6,21 +6,22 @@ ;; Jim Blandy ;; Keywords: terminals -;;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/x-win.el --- a/lisp/term/x-win.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/x-win.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,24 +1,26 @@ ;;; x-win.el --- parse switches controlling interface with X window system + ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: FSF ;; Keywords: terminals -;;; 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: diff -r 83f275dcd93a -r 23cc3f54e536 lisp/term/xterm.el --- a/lisp/term/xterm.el Sun Jan 14 07:34:30 1996 +0000 +++ b/lisp/term/xterm.el Sun Jan 14 09:58:28 1996 +0000 @@ -1,24 +1,26 @@ ;;; xterm.el --- define function key sequences for xterm +;; Copyright (C) 1995 Free Software Foundation, Inc. + ;; Author: FSF ;; Keywords: terminals -;; Copyright (C) 1995 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, 675 Mass Ave, Cambridge, MA 02139, USA. +;; 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., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;;; Code: