platform/upstream/xmodmap.git
13 years agoman page: Add setxkbmap & XStringToKeysym to the See Also list
Alan Coopersmith [Fri, 24 Sep 2010 18:52:18 +0000 (11:52 -0700)]
man page: Add setxkbmap & XStringToKeysym to the See Also list

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: Remove unnecessary calls from configure.ac
Alan Coopersmith [Fri, 24 Sep 2010 18:43:33 +0000 (11:43 -0700)]
config: Remove unnecessary calls from configure.ac

AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: update AC_PREREQ statement to 2.60
Gaetan Nadon [Tue, 20 Jul 2010 22:45:18 +0000 (18:45 -0400)]
config: update AC_PREREQ statement to 2.60

Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
13 years agoSun's copyrights now belong to Oracle
Alan Coopersmith [Wed, 22 Sep 2010 01:12:09 +0000 (18:12 -0700)]
Sun's copyrights now belong to Oracle

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoAttempt to further improve keysym name info in man page
Alan Coopersmith [Tue, 14 Sep 2010 07:45:57 +0000 (00:45 -0700)]
Attempt to further improve keysym name info in man page

- Move it to the top of the grammar section since it applies to
  multiple commands, not just the keysym KEYSYMNAME = KEYSYMNAME command
- Note that XKeysymDB supplements keysymdef.h, doesn't stand in place
  of it.
- Add note about automatic mapping of Unicode characters to keysyms

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13 years agoconfig: upgrade to util-macros 1.8 for additional man page support
Gaetan Nadon [Fri, 20 Aug 2010 14:53:44 +0000 (10:53 -0400)]
config: upgrade to util-macros 1.8 for additional man page support

Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Use the appropriate platform version of sed

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
14 years agoUpdate Sun license notices to current X.Org standard form
Alan Coopersmith [Fri, 15 Jan 2010 21:08:54 +0000 (13:08 -0800)]
Update Sun license notices to current X.Org standard form

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoFix XKeysymDB path in manpage again
Julien Cristau [Sun, 6 Dec 2009 13:00:34 +0000 (14:00 +0100)]
Fix XKeysymDB path in manpage again

commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d "Bug 21675 xmodmap
manpage states the wrong path to XKeysymDB" made it use the right path,
but had trailing whitespace in Makefile.am so the manpage ended up with
"/usr/share/X11 /XKeysymDB".

14 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon [Thu, 26 Nov 2009 14:19:54 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Now that the INSTALL file is generated.
Allows running make maintainer-clean.

14 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Gaetan Nadon [Wed, 28 Oct 2009 18:09:08 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.

14 years agoDeploy the new XORG_DEFAULT_OPTIONS #24242
Gaetan Nadon [Tue, 27 Oct 2009 19:07:25 +0000 (15:07 -0400)]
Deploy the new XORG_DEFAULT_OPTIONS #24242

This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.

14 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Gaetan Nadon [Tue, 27 Oct 2009 02:08:39 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

14 years agoMakefile.am: do not include autogen.sh in distribution #24183
Gaetan Nadon [Thu, 22 Oct 2009 20:14:12 +0000 (16:14 -0400)]
Makefile.am: do not include autogen.sh in distribution #24183

This is a private build script that should not be distributed

14 years ago.gitignore: use common defaults with custom section # 24239
Gaetan Nadon [Thu, 22 Oct 2009 14:16:12 +0000 (10:16 -0400)]
.gitignore: use common defaults with custom section # 24239

Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.

14 years agoAdd note to man page about mapping pointer buttons to 0 to disable
Alan Coopersmith [Sat, 7 Nov 2009 23:11:33 +0000 (15:11 -0800)]
Add note to man page about mapping pointer buttons to 0 to disable

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoThis is not a GNU project, so declare it foreign.
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:21 +0000 (12:47 -0700)]
This is not a GNU project, so declare it foreign.

On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
> On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
> > I noticed an INSTALL file in xlsclients and libXvMC today, and it
> > was quite annoying to work around since 'autoreconf -fvi' replaces
> > it and git wants to commit it.  Should these files even be in git?
> > Can I nuke them for the betterment of humanity and since they get
> > created by autoreconf anyways?
>
> See https://bugs.freedesktop.org/show_bug.cgi?id=24206

As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
of the INSTALL file. It is also part of the 24206 solution.

Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
14 years agoxmodmap 1.0.4 xmodmap-1.0.4
Alan Coopersmith [Tue, 6 Oct 2009 03:41:49 +0000 (20:41 -0700)]
xmodmap 1.0.4

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoAdd pointers to mailing lists, bugzilla, & git to README
Alan Coopersmith [Tue, 6 Oct 2009 03:40:45 +0000 (20:40 -0700)]
Add pointers to mailing lists, bugzilla, & git to README

Also delete empty INSTALL so automake installs the default one

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
14 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Alan Coopersmith [Tue, 6 Oct 2009 03:38:40 +0000 (20:38 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 years agoBug 21675 xmodmap manpage states the wrong path to XKeysymDB
Alan Coopersmith [Mon, 11 May 2009 17:16:29 +0000 (10:16 -0700)]
Bug 21675 xmodmap manpage states the wrong path to XKeysymDB

http://bugs.freedesktop.org/show_bug.cgi?id=21675

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
15 years agoCorrect make distcheck.
Paulo Cesar Pereira de Andrade [Thu, 22 Jan 2009 18:29:51 +0000 (16:29 -0200)]
Correct make distcheck.

15 years agoSkip whitespace for virtual button '0'.
Ben North [Tue, 20 Jan 2009 17:26:27 +0000 (18:26 +0100)]
Skip whitespace for virtual button '0'.

16 years agoVersion bump: 1.0.3 xmodmap-1.0.3
Alan Coopersmith [Mon, 6 Aug 2007 22:58:57 +0000 (15:58 -0700)]
Version bump: 1.0.3

17 years agoUse strncasecmp if we can, instead of our own homegrown strncmp_nocase
Alan Coopersmith [Tue, 17 Jul 2007 22:57:10 +0000 (15:57 -0700)]
Use strncasecmp if we can, instead of our own homegrown strncmp_nocase

17 years agoChange usage messages from arrays of strings to simple const strings
Alan Coopersmith [Tue, 17 Jul 2007 22:52:39 +0000 (15:52 -0700)]
Change usage messages from arrays of strings to simple const strings

17 years agoConstify some simple cases
Alan Coopersmith [Tue, 17 Jul 2007 20:27:50 +0000 (13:27 -0700)]
Constify some simple cases

17 years agosparse warning: non-ANSI definition of function 'process_file' & 'process_line'
Alan Coopersmith [Tue, 17 Jul 2007 20:03:38 +0000 (13:03 -0700)]
sparse warning: non-ANSI definition of function 'process_file' & 'process_line'

17 years agoAdd hooks for checking source code with lint/sparse/etc.
Alan Coopersmith [Tue, 17 Jul 2007 20:01:07 +0000 (13:01 -0700)]
Add hooks for checking source code with lint/sparse/etc.

17 years agoRemove unused code
Alan Coopersmith [Tue, 17 Jul 2007 19:54:16 +0000 (12:54 -0700)]
Remove unused code

17 years agoCoverity #678: get_keysym_list: Returned without freeing storage "keysymlist"
Alan Coopersmith [Tue, 17 Jul 2007 19:48:31 +0000 (12:48 -0700)]
Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist"

Free allocated memory in error path when it's not being returned

17 years agoReplace static ChangeLog with dist-hook to generate from git log
Alan Coopersmith [Tue, 17 Jul 2007 18:04:16 +0000 (11:04 -0700)]
Replace static ChangeLog with dist-hook to generate from git log

17 years agoUse AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings
Alan Coopersmith [Tue, 17 Jul 2007 17:37:57 +0000 (10:37 -0700)]
Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings

17 years agoBug 10616: manpage should note -pm is the default if no options are given
Alan Coopersmith [Wed, 11 Apr 2007 22:30:16 +0000 (15:30 -0700)]
Bug 10616: manpage should note -pm is the default if no options are given

X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
Reported upstream from
Debian Bug #236918 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236198>

17 years agoBump to 1.0.2 xmodmap-1.0.2
Adam Jackson [Fri, 13 Oct 2006 21:55:42 +0000 (17:55 -0400)]
Bump to 1.0.2

17 years agoAdd *~ to .gitignore to ignore emacs droppings
Alan Coopersmith [Wed, 13 Sep 2006 22:08:59 +0000 (15:08 -0700)]
Add *~ to .gitignore to ignore emacs droppings

17 years agorenamed: .cvsignore -> .gitignore
Alan Coopersmith [Wed, 13 Sep 2006 22:08:19 +0000 (15:08 -0700)]
renamed: .cvsignore -> .gitignore

17 years agoSun bug 6459447: Add note on reversing CapsLock/Control swap to man page
Alan Coopersmith [Wed, 13 Sep 2006 22:07:16 +0000 (15:07 -0700)]
Sun bug 6459447: Add note on reversing CapsLock/Control swap to man page

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447

18 years agoBump to 1.0.1 XORG-7_1 xmodmap-1_0_1
Adam Jackson [Wed, 26 Apr 2006 23:42:50 +0000 (23:42 +0000)]
Bump to 1.0.1

18 years agoAllow changing of only a few buttons (not all). XORG-7_0_99_901
Matthias Hopf [Wed, 22 Mar 2006 15:14:31 +0000 (15:14 +0000)]
Allow changing of only a few buttons (not all).

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904 XORG-7_0
Kevin E Martin [Thu, 15 Dec 2005 00:24:09 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

18 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY
Kevin E Martin [Tue, 6 Dec 2005 22:48:24 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

18 years agoUpdate package version number for X11R7 RC3 release. XORG-6_99_99_903
Kevin E Martin [Sat, 3 Dec 2005 05:49:26 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

18 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Alan Coopersmith [Mon, 28 Nov 2005 22:01:45 +0000 (22:01 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

18 years agoAnother pass at .cvsignores for apps.
Eric Anholt [Mon, 21 Nov 2005 10:35:05 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

18 years agoAdd/improve .cvsignore files for apps.
Eric Anholt [Sun, 20 Nov 2005 22:08:54 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

18 years agoUpdate package version number for RC1 release. XORG-6_99_99_901 XORG-6_99_99_902
Kevin E Martin [Wed, 19 Oct 2005 02:47:56 +0000 (02:47 +0000)]
Update package version number for RC1 release.

18 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
Alan Coopersmith [Mon, 17 Oct 2005 23:56:24 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
    work better with BSD make

18 years agoUse sed to fill in variables in man page
Alan Coopersmith [Fri, 14 Oct 2005 00:25:47 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

18 years agoCopy bits from COPYING here.
Kristian Høgsberg [Wed, 28 Sep 2005 19:28:15 +0000 (19:28 +0000)]
Copy bits from COPYING here.
Copy first paragraph from man page.
Add swap.km.

19 years agoVarious changes preparing packages for RC0: XORG-6_99_99_900
Kevin E Martin [Fri, 29 Jul 2005 21:22:36 +0000 (21:22 +0000)]
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

19 years agoAdd build system for xmodmap Add xmodmap to build script
Kevin E Martin [Thu, 28 Jul 2005 02:58:59 +0000 (02:58 +0000)]
Add build system for xmodmap Add xmodmap to build script

19 years agoFix #1818 XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903 sco_port_update-base
Kristian Høgsberg [Thu, 11 Nov 2004 15:37:01 +0000 (15:37 +0000)]
Fix #1818

19 years agoAdd -d flag for compilers like the Sun C compilers that produce dependency
Alan Coopersmith [Sat, 30 Oct 2004 20:33:44 +0000 (20:33 +0000)]
Add -d flag for compilers like the Sun C compilers that produce dependency
    lists themselves. To use with the Sun compilers, add to host.def: #
    define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun
    bug id #4245688 - fix by Alan Coopersmith)
Add Solaris to the platforms on which mprotect is run to set execute
    permissions when necessary. (Sun bug id #6175128 - fix by Alan
    Coopersmith)
Internationalize digital output (Sun bug id #4119396 - fix by Steve
    Swales), add -bgpixmap option to set XPM file as background (originally
    from STSF project version of xclock by Alan Coopersmith)
xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which
    are one too low in error messages (Xorg bugzilla #1739, Sun bug id
    4637857 - fix by Sam Lau)

19 years agoThu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Fri, 15 Oct 2004 00:44:08 +0000 (00:44 +0000)]
Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com>
Fix a write-to-constant-string issue.
Fix several buffer overruns.

20 years agoMerging XORG-CURRENT into trunk XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 lg3d-base lg3d-rel-0-7-0 rel-0-6-1
Egbert Eich [Fri, 23 Apr 2004 19:54:59 +0000 (19:54 +0000)]
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
Egbert Eich [Sun, 14 Mar 2004 08:35:42 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

20 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 xf86-4_4_0
Egbert Eich [Wed, 3 Mar 2004 12:13:15 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

20 years agoreadding XFree86's cvs IDs xf86-4_3_99_903
Egbert Eich [Thu, 26 Feb 2004 13:36:26 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

20 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich [Thu, 26 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

20 years agoXFree86 4.3.99.901 (RC 1) xf86-012804-2330 xf86-4_3_99_901 xf86-4_3_99_902 xf86-4_3_99_903_special
Kaleb Keithley [Thu, 4 Dec 2003 22:03:56 +0000 (22:03 +0000)]
XFree86 4.3.99.901 (RC 1)

20 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks xf86-4_3_99_16
Kaleb Keithley [Tue, 25 Nov 2003 19:29:15 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

20 years agoXFree86 4.3.0.1 PRE_xf86-4_3_0_1 xf86-4_3_0_1
Kaleb Keithley [Fri, 14 Nov 2003 16:49:23 +0000 (16:49 +0000)]
XFree86 4.3.0.1

20 years agoR6.6 is the Xorg base-line XORG-MAIN
Kaleb Keithley [Fri, 14 Nov 2003 15:54:54 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line