Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-27 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan 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-10-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan 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-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan 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-10-21 | This 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-13 | Use font-utils 1.1 macros to find encodings path | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-08-28 | libfontenc 1.0.5libfontenc-1.0.5 | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-28 | Janitor: Correct make distcheck and compiler warnings. | Paulo Cesar Pereira de Andrade | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2006-12-16 | bump to 1.0.4libfontenc-1.0.4 | Daniel Stone | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-10-13 | Bump to 1.0.3libfontenc-1.0.3 | Adam Jackson | |
2006-10-12 | Fix ChangeLog hook to distcheck. | Adam Jackson | |
2006-10-04 | Mark character mapping data tables as const | Alan Coopersmith | |
2006-10-04 | Clear sparse warnings: Using plain integer as NULL pointer | Alan Coopersmith | |
2006-10-04 | Add XORG_WITH_LINT support for checking source code with lint/sparse/etc. | Alan Coopersmith | |
2006-10-04 | Clear sparse warning: non-ANSI function declaration of function ↵ | Alan Coopersmith | |
'FontEncDirectory' | |||
2006-10-04 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2006-10-04 | Add *~ to .gitignore to skip over emacs droppings | Alan Coopersmith | |
2006-10-04 | Copy copyright notice/license from source to COPYING | Alan Coopersmith | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-06-03 | Coverity #1523: Dereferencing freed pointer "mapping" | Alan Coopersmith | |
2006-04-26 | Bump to 1.0.2libfontenc-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-10 | Fix another file descriptor leak (related to previous Coverity #544) | Alan Coopersmith | |
2006-04-07 | Coverity #544: File a file descriptor leak.XORG-7_0_99_901 | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-09 | Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.MODULAR_COPY | Kevin E Martin | |
Martin) | |||
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | |
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902 | Kean Johnson | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-08-03 | Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with | Adam Jackson | |
a global configure cache don't get confused. | |||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin 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-16 | Set soversion to 1.0 using -version-number. | Daniel Stone | |
2005-07-13 | Update INCLUDES to find <X11/fonts/fontenc.h> | Alan Coopersmith | |
2005-07-12 | Remove encodings build system from libfontenc | Søren Sandmann Pedersen | |
2005-07-09 | Switch from monolithic configuration symbols to modular ones, add backwardXORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Keith Packard | |
compatibility for monolithic symbols | |||
2005-07-09 | Add .cvsignore files | Keith Packard | |
Depend on xproto, not x11 so we do not link against -X11 | |||
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_14 | Daniel Stone | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||
2005-06-30 | Check for zlib | Alexander Gottwald | |
2005-06-28 | modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock, | Søren Sandmann Pedersen | |
and an extra textfile for pclcomp | |||
2005-06-28 | Add generation of encodings.dir | Søren Sandmann Pedersen | |
2005-06-28 | Add encodings to fontenc build system, plus various fixes to make it | Søren Sandmann Pedersen | |
distcheck. | |||
2005-06-27 | - Remove fontenc from Xfont | Søren Sandmann Pedersen | |
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS | |||
2004-04-23 | Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-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_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGE | Egbert Eich | |