annotate src/xpm/COPYRIGHT @ 20595:3609e842f822 v8.2.0851

patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI Commit: https://github.com/vim/vim/commit/f4ae6b245a54f11dd967d06b80f30e5abf55fb82 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 19:52:46 2020 +0200 patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI Problem: Can't distinguish <M-a> from accented "a" in the GUI. Solution: Use another way to make mapping <C-bslash> work. (closes https://github.com/vim/vim/issues/6163)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 20:00:03 +0200
parents c2c3577021ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3764
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 /*
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 * Copyright (C) 1989-95 GROUPE BULL
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 *
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
5 * of this software and associated documentation files (the "Software"), to
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6 * deal in the Software without restriction, including without limitation the
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 * sell copies of the Software, and to permit persons to whom the Software is
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 * furnished to do so, subject to the following conditions:
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 *
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11 * The above copyright notice and this permission notice shall be included in
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 * all copies or substantial portions of the Software.
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 *
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
17 * GROUPE BULL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
18 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
19 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
20 *
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
21 * Except as contained in this notice, the name of GROUPE BULL shall not be
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
22 * used in advertising or otherwise to promote the sale, use or other dealings
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
23 * in this Software without prior written authorization from GROUPE BULL.
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
24 */
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
25
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
26 Arnaud LE HORS BULL Research FRANCE -- Koala Project
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
27 (XPM - X PixMap format version 2 & 3)
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
28 Internet: lehors@sophia.inria.fr
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
29 Surface Mail: Arnaud LE HORS, INRIA - Sophia Antipolis,
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
30 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
c2c3577021ed updated for version 7.3.640
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
31 Voice phone: (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F