summaryrefslogtreecommitdiff
path: root/app/twm/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 18:16:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-31 18:16:23 +0000
commit769b60f3c05855dd9a3fa5c4289b636c7e8238b2 (patch)
tree1618f2ef189dbcaf459bb47b6f82ec505981a86d /app/twm/ChangeLog
parentb860331aa1bb8b68d65512af073ff9a52d0f04f8 (diff)
Update to twm 1.0.5
Diffstat (limited to 'app/twm/ChangeLog')
-rw-r--r--app/twm/ChangeLog236
1 files changed, 236 insertions, 0 deletions
diff --git a/app/twm/ChangeLog b/app/twm/ChangeLog
index 2af0aa122..67e8e0c25 100644
--- a/app/twm/ChangeLog
+++ b/app/twm/ChangeLog
@@ -1,3 +1,239 @@
+commit b3af92c7bca31b3bf73428d46291b88c3f86026e
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 15:03:50 2010 -0700
+
+ twm 1.0.5
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 7f164a9631e4ec26657bedeb947409d0b484e967
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat Oct 30 15:01:43 2010 -0700
+
+ Sun's copyrights now belong to Oracle
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 357d089016bd889f2f73349c3f977c6adccc85a6
+Author: Jesse Adkins <jesserayadkins@gmail.com>
+Date: Tue Sep 28 13:29:49 2010 -0700
+
+ Purge cvs tags.
+
+ Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
+
+commit 4c7c2ece9e152358448406b759c30eb44eea13f9
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Sep 23 00:11:56 2010 -0700
+
+ 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
+ The existing statement can now be removed from the configuration file.
+
+ Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
+ Enables silent rule and use platform appropriate version of sed.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 3bcc18ca9968a33dbf3e8df920f08227f95d8a72
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Sep 22 23:59:32 2010 -0700
+
+ Silence build of deftwmrc.c with AM_V_GEN
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 282060f633c1a0910522f64cf36222a27016bf77
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Sep 22 23:37:21 2010 -0700
+
+ system.twmrc doesn't need to be in both EXTRA_DIST & dist_rc_DATA
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 810922b19b86c1ddd5ef9c9169d1328b3562af77
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Sep 22 23:33:22 2010 -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>
+
+commit 79e3387e7a2d35f5895f813a4572a93457114e3c
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Sep 22 23:23:26 2010 -0700
+
+ Use AC_CHECK_FUNCS / default name for mkstemp
+
+ No longer need to maintain #ifdef compatibility with the names used in
+ the monolith Imakefiles.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 3bac463f63b4c1e667256c7d2d287b3567a7ff1c
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 18:45:18 2010 -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>
+
+commit 40480fdbe6c15076a2e734cae246c62c85862829
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Aug 6 08:27:35 2010 -0700
+
+ Fill in COPYING file with copyright notices from source code
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit a9f315f32bcc0636ada7427be9e3c5e3810af05e
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sat Jul 17 16:36:41 2010 -0400
+
+ config: allow to build tarball when yacc is missing
+
+ Autoconf does not handle this scenario as well as Automake does.
+ If gram.c is already there, do not abort the configuration
+ if yacc is missing as it is not needed.
+
+ If both gram.c and yacc are missing, abort configuration.
+ Yacc is a required tool to build the package.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 29a157f7f181ac02c88537032dbcca29880c3068
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Fri Jun 4 17:09:18 2010 -0400
+
+ config: add check for yacc to insure it is installed #27973
+
+ Unlike other macros AC_PROG_YACC sets the YACC variable to "yacc"
+ as a last resort, even if no programs have been found. Improve error
+ checking by issuing an error message if yacc is not found. The module
+ cannot build anyway.
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit d0da74f035fd3595b5ddfb6ded29bdc5f9666ceb
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Thu Jan 14 21:40:48 2010 -0800
+
+ Update Sun license notices to current X.Org standard form
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 9adc93df944e203726d09716dc3bfbbc6cf304ae
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Nov 26 09:19:52 2009 -0500
+
+ Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+ Now that the INSTALL file is generated.
+ Allows running make maintainer-clean.
+
+commit 2386d631c301233899bdcc6381203bcbd1139ab3
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Wed Oct 28 14:09:08 2009 -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.
+
+commit 7f4c2b588bc94702eb0df0618a97413b0e544879
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Oct 27 15:07:24 2009 -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.
+
+commit 5c13f89a73f7b57dad9c9dcfd63e084077550c3e
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 26 22:08:38 2009 -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.
+
+commit 3d6678095a3553b9ab36d60e6a254acfbdc831c1
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Thu Oct 22 16:25:53 2009 -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.
+
+commit a3f6e3cbd99b6394c3dc70d54f07f129b4ece70c
+Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
+Date: Wed Oct 21 12:47:20 2009 -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>
+
+commit 06d15a482a596f1d846b97627badd28381c2e7b2
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Thu Oct 1 14:54:20 2009 -0700
+
+ Add README with pointers to mailing lists, bugzilla, & git
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 4d9e3200b1625ad24053ce5f1ca816a03939c6d5
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 7 17:32:01 2009 -0400
+
+ twm: use XORG_CHANGELOG macro to create ChangeLog. #22611
+
+ Build break: app/twm/Makefile.am: command not found: git-log
+ Adding the macro in configure.ac and use it in Makefile.am
+ Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
+ Tested: running autogen.sh, make and 'make dist'
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit 1fa03c39bddace4d787c55703f3081bcaf36511b
+Author: Adam Jackson <ajax@redhat.com>
+Date: Thu Mar 6 16:52:54 2008 -0500
+
+ twm 1.0.4
+
commit d28dffd63bd5070445b15d1b9b70f3303ec5e333
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Feb 21 08:16:39 2008 -0800