summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-14Attempt to further improve keysym name info in man pageAlan Coopersmith
- 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>
2010-08-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon
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>
2010-01-15Update Sun license notices to current X.Org standard formAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-06Fix XKeysymDB path in manpage againJulien Cristau
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".
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-09INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon
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.
2009-11-09Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
2009-11-09Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-09Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon
This is a private build script that should not be distributed
2009-11-09.gitignore: use common defaults with custom section # 24239Gaetan Nadon
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.
2009-11-07Add note to man page about mapping pointer buttons to 0 to disableAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston
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>
2009-10-05xmodmap 1.0.4xmodmap-1.0.4Alan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-05Add pointers to mailing lists, bugzilla, & git to READMEAlan Coopersmith
Also delete empty INSTALL so automake installs the default one Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-05Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-11Bug 21675 xmodmap manpage states the wrong path to XKeysymDBAlan Coopersmith
http://bugs.freedesktop.org/show_bug.cgi?id=21675 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-22Correct make distcheck.Paulo Cesar Pereira de Andrade
2009-01-20Skip whitespace for virtual button '0'.Ben North
2007-08-06Version bump: 1.0.3xmodmap-1.0.3Alan Coopersmith
2007-07-17Use strncasecmp if we can, instead of our own homegrown strncmp_nocaseAlan Coopersmith
2007-07-17Change usage messages from arrays of strings to simple const stringsAlan Coopersmith
2007-07-17Constify some simple casesAlan Coopersmith
2007-07-17sparse warning: non-ANSI definition of function 'process_file' & 'process_line'Alan Coopersmith
2007-07-17Add hooks for checking source code with lint/sparse/etc.Alan Coopersmith
2007-07-17Remove unused codeAlan Coopersmith
2007-07-17Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist"Alan Coopersmith
Free allocated memory in error path when it's not being returned
2007-07-17Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith
2007-07-17Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warningsAlan Coopersmith
2007-04-11Bug 10616: manpage should note -pm is the default if no options are givenAlan Coopersmith
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>
2006-10-13Bump to 1.0.2xmodmap-1.0.2Adam Jackson
2006-09-13Add *~ to .gitignore to ignore emacs droppingsAlan Coopersmith
2006-09-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-09-13Sun bug 6459447: Add note on reversing CapsLock/Control swap to man pageAlan Coopersmith
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447
2006-04-26Bump to 1.0.1xmodmap-1_0_1XORG-7_1Adam Jackson
2006-03-22Allow changing of only a few buttons (not all).XORG-7_0_99_901Matthias Hopf
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-14Use sed to fill in variables in man pageAlan Coopersmith
2005-09-28Copy bits from COPYING here.Kristian Høgsberg
Copy first paragraph from man page. Add swap.km.
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- 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
2005-07-28Add build system for xmodmap Add xmodmap to build scriptKevin E Martin
2004-11-11Fix #1818xprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1xprint_packagertest_20041217xprint_packagertest_20041125sco_port_updateKristian Høgsberg
2004-10-30Add -d flag for compilers like the Sun C compilers that produce dependencyAlan Coopersmith
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)
2004-10-15Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen
Fix a write-to-constant-string issue. Fix several buffer overruns.