aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/openldap-extract.h
Commit message (Collapse)AuthorAgeFilesLines
* Radically reorganize source code.Matthew Barnes2009-06-251-1427/+0
| | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* More code cleanup.Matthew Barnes2009-06-021-25/+25
|
* Whitespace cleanup.Matthew Barnes2009-05-291-5/+5
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-95/+95
|
* Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-2/+2
| | | | svn path=/branches/kill-bonobo/; revision=36763
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-6/+6
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* New file. Contains various things lifted from OpenLDAP for use on WindowsTor Lillqvist2005-11-261-0/+1427
2005-11-25 Tor Lillqvist <tml@novell.com> * gui/component/openldap-extract.h: New file. Contains various things lifted from OpenLDAP for use on Windows where we use Microsoft's LDAP implementation. The same file is also in e-d-s/backends/ldap. * gui/component/Makefile.am: Distribute openldap-extract.h. svn path=/trunk/; revision=30674