diff options
Diffstat (limited to 'util-macros/ChangeLog')
-rw-r--r-- | util-macros/ChangeLog | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/util-macros/ChangeLog b/util-macros/ChangeLog index fe45d2a..d8cd9dd 100644 --- a/util-macros/ChangeLog +++ b/util-macros/ChangeLog @@ -1,3 +1,149 @@ +commit f0590edffe21ac6b7a11eab7caf6c8aad7c8bc07 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu May 27 09:27:54 2010 -0400 + + Version bump: 1.8.0 + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit ce3ece9cbf2380ab0e0535f52f0c6c6507d779c8 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed May 26 21:09:31 2010 -0400 + + config: XORG_MANPAGE_SECTIONS: add AC_PROG_SED + + The sed command is required to create the man pages. + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 8cb69a59d54656d17ea7bcf479b0f27a17dc559e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon May 17 10:36:48 2010 -0400 + + XORG_MANPAGE_SECTIONS: add MAN_SUBSTS automake variable + + It will replace the 155 copies in package makefiles + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 2dd06a9bcfa6868260421ae803fa7d34a5d3a0c9 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon May 17 07:37:28 2010 -0400 + + XORG_RELEASE_VERSION: remove option --with-release-version #24816 + + The short story: + - this option has never been used by OS builders as intended + - the implementation changes automake internals + - the implementation breaks a few makefiles (if used) + - one less option for the user to be confused with on all 240 xorg modules + + The long story: + https://bugs.freedesktop.org/show_bug.cgi?id=24816 + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 99f9a3efe2ba46f9ba446b72a402f239e3357c12 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sun May 16 16:46:17 2010 -0400 + + XORG_LINT_LIBRARY: rework to match XORG_WITH_LINT + + XORG_LINT_LIBRARY has implementations dependencies on XORG_WITH_LINT + The library name can no longer be set by overloading the semantic + of --enable-lint-library. + If this function is required it should be added using an AC_ARG_VAR. + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 2cbe2acb5c70a76830f6ddc1bdc66c333507996f +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sat May 15 14:16:36 2010 -0400 + + XORG_WITH_LINT: rework and extend platform coverage + + Guess the lint program name by platform. + Use ARG variable for user input values. + Provide default flags per platform. + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 4fd20af3ebf6bcfa4e991af6fd11d78494e4b95b +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri May 14 20:19:15 2010 -0400 + + XORG_DEFAULT_OPTIONS: add AC_PROG_INSTALL + + All modules install something. + This makes it clear it can removed from modules config. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 958c872c82c0612911e398304111ea5d98dbe973 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri May 14 17:55:13 2010 -0400 + + XORG_STRICT_OPTION: remove redundant expansion of AC_PROG_CC macro + + Calling AC_PROG_CC before AC_PROG_CC_C99 is not required. + C99 is not an add-on to CC although either one will cache results + than can be used by the other. + + This is effectively a no-op. Note that if a module configure.ac + file calls AC_PROG_CC after AC_PROG_CC_C99, the compiler will be reset + to ISO_C89 from ISO_C99. + Currently about half the xorg modules use C89 while the other half use C99. + + Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 795e808cb32d183f9d8040749899e325420e9798 +Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> +Date: Tue Apr 13 03:57:58 2010 -0500 + + doctools: accept an optional minimal version + + Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> + +commit 0913df6f5f24ea589b254d6f2a78483bf3a3c5d6 +Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> +Date: Fri Apr 9 12:40:12 2010 -0500 + + linuxdoc: Use XORG_WITH_PS2PDF to check for ps2pdf + + Besides reusing existing code, this allows linuxdoc PDF output to be + enabled or disabled by configure. + + Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> + Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> + Reviewed-by: Gaetan Nadon <memsize@videotron.ca> + +commit e78c909f0e8ea3ee4a38fb7d93fe350bfae7990b +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Apr 27 15:00:37 2010 -0400 + + LinuxDoc: add -f option to filter out the ^H in text output + + Remove backspace-overstrikes from the intermediate + form generated by groff. + These appear as blocks in some text editors and as ^H in vi. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit def9ff6a564b6b3a81a862e0db1673b3cd77d5ea +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Apr 5 08:02:28 2010 -0400 + + Version bump: 1.7.0 + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + commit 5d7f8c2638a3b2c3bba8deb01e94703310b62cc4 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Date: Thu Mar 25 18:10:00 2010 -0500 |