Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
57c17ca4
Commit
57c17ca4
authored
Oct 25, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* etc/images/README: Add (un)checked.xpm
* etc/images/checked.xpm, images/unchecked.xpm: Add copyright.
parent
725513b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
0 deletions
+47
-0
etc/ChangeLog
etc/ChangeLog
+5
-0
etc/images/README
etc/images/README
+4
-0
etc/images/checked.xpm
etc/images/checked.xpm
+19
-0
etc/images/unchecked.xpm
etc/images/unchecked.xpm
+19
-0
No files found.
etc/ChangeLog
View file @
57c17ca4
2010-10-26 Glenn Morris <rgm@gnu.org>
* images/README: Add (un)checked.xpm
* images/checked.xpm, images/unchecked.xpm: Add copyright.
2010-10-24 Chong Yidong <cyd@stupidchicken.com>
* images/checked.xpm:
...
...
etc/images/README
View file @
57c17ca4
...
...
@@ -35,6 +35,10 @@ Files: splash.png, splash.svg
Author: Francesc Rocher <rocher@member.fsf.org>
Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
Files: checked.xpm, unchecked.xpm
Author: Chong Yidong <cyd@stupidchicken.com>
Copyright (C) 2010 Free Software Foundation, Inc.
* The following icons are from GTK+ 2.x. They are not part of Emacs, but
are distributed and used by Emacs. They are licensed under the
...
...
etc/images/checked.xpm
View file @
57c17ca4
/* XPM */
/* Copyright (C) 2010 Free Software Foundation, Inc.
*
* Author: Chong Yidong <cyd@stupidchicken.com>
*
* 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 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
* 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. If not, see <http://www.gnu.org/licenses/>.
*/
static char * checked_xpm[] = {
"12 12 5 1",
" c None",
...
...
etc/images/unchecked.xpm
View file @
57c17ca4
/* XPM */
/* Copyright (C) 2010 Free Software Foundation, Inc.
*
* Author: Chong Yidong <cyd@stupidchicken.com>
*
* 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 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
* 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. If not, see <http://www.gnu.org/licenses/>.
*/
static char * unchecked_xpm[] = {
"12 12 5 1",
" c None",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment