Changeset f6f155a


Ignore:
Timestamp:
07/09/2007 05:07:39 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d876f09
Parents:
3e249d1d
Message:

Created a D-Bus Bindings page and added the GLib bindings; other D-Bus bindings will be added to the same page as they are developed

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6865 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3e249d1d rf6f155a  
    44-->
    55
    6 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     6<!ENTITY day          "09">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    118118<!ENTITY libesmtp-version             "1.0.4">
    119119<!ENTITY aspell-version               "0.60.5">
    120 <!-- Ispell has been removed as aspell is superior. See ticket #2101.
    121      <!ENTITY ispell-version               "3.2.06.epa7"> -->
    122120<!ENTITY slib-version                 "3a3">
    123121<!ENTITY gwrap-version                "1.3.4">
     
    127125<!ENTITY gmime-version                "2.2.2">
    128126<!ENTITY libidn-version               "0.6.14">
     127<!ENTITY dbus-glib-version            "0.74">
    129128<!-- <!ENTITY fam-version             "2.7.0"> -->
     129<!-- Ispell has been removed as aspell is superior. See ticket #2101.
     130     <!ENTITY ispell-version               "3.2.06.epa7"> -->
    130131
    131132<!-- Chapter 9 -->
  • general/genlib/genlib.xml

    r3e249d1d rf6f155a  
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libesmtp.xml"/>
    6464  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aspell.xml"/>
    65   <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
    6665  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slib.xml"/>
    6766  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gwrap.xml"/>
     
    7271  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libidn.xml"/>
    7372  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/>
     73  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus-bindings.xml"/>
     74  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
    7475  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/> -->
    7576
  • introduction/welcome/changelog.xml

    r3e249d1d rf6f155a  
    4343
    4444    <listitem>
     45      <para>July 9th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Created a D-Bus Bindings page and added the GLib
     49          bindings. Other D-Bus bindings will be added to the same page as they
     50          are developed.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>July 8th, 2007</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.