aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@src.gnome.org>2003-06-29 00:20:00 +0800
committerSebastian Rittau <srittau@src.gnome.org>2003-06-29 00:20:00 +0800
commit5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (patch)
treed87266d0813b8d419277195f9c82a169ed211322 /macros
parent63c17f1684e715c5312c8cdca357e76ff623d3a5 (diff)
downloadgsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.gz
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.zst
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.zip
Add third argument to AC_DEFINE.
svn path=/trunk/; revision=21564
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-x-checks.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 72c1287c92..b66b43af25 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-28 Sebastian Rittau <srittau@jroger.in-berlin.de>
+
+ * gnome-x-checks.m4: Add third argument to AC_DEFINE.
+
2003-05-03 Malcolm Tredinnick <malcolm@commsecure.com.au>
* autogen.sh: Allow users to specify the binary to run instead of
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 1e397ef8e3..2702a93301 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -66,7 +66,7 @@ dnl AC_MSG_RESULT("$dev_gtk")
fi
if test "$GNOME_HAVE_SM" = true; then
- AC_DEFINE(HAVE_LIBSM)
+ AC_DEFINE(HAVE_LIBSM,, [Define if you have libSM.])
fi
XPM_LIBS=""
1-022-88/+5 * Only include the toplevel GTK+ header.Matthew Barnes2008-10-312-1/+6 * License ChangesSankarasivasubramanian Pasupathilingam2008-10-293-20/+23 * Remove obsolete functions.Sankarasivasubramanian Pasupathilingam2008-10-063-40/+6 * ** Fix for bug #554418Milan Crha2008-10-013-19/+43 * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-294-48/+53 * ** Fix for bug #535248Milan Crha2008-09-262-4/+21 * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-242-14/+20 * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-164-39/+48 * License Changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-133-30/+35 * License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-043-18/+39 * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0335-413/+545 * License ChangesSankarasivasubramanian Pasupathilingam2008-08-2731-420/+492 * Added a debug macro and turned it off.Bharath Acharya2008-08-182-4/+10 * Make evolution respect GTK_ICON_SIZE changes, part of bug #416258.Gilles Dartiguelongue2008-08-162-30/+49 * New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-153-4/+49 * Remove this unused function.Matthew Barnes2008-08-134-45/+24 * ** Fixes bug #546892Matthew Barnes2008-08-128-76/+18 * ** Fixes bug #545568Matthew Barnes2008-07-312-2/+10 * ** Fixes bug #540282Matthew Barnes2008-07-012-69/+121 * ** Fix for bug #540972Milan Crha2008-07-012-0/+7 * updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2172-74/+74 * ** Fix for bug #509595Milan Crha2008-06-092-10/+41 * Code cleanup.Matthew Barnes2008-06-093-77/+192 * ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0623-115/+19 * Tell which plugin it could not load in the warning message.Tor Lillqvist2008-06-062-1/+6 * ** Fixes bug #535273Frederic Crozat2008-05-302-1/+9 * Code cleanup. Also add an "enabled" property to EPlugin.Matthew Barnes2008-05-233-168/+366 * Move some EPlugin macros from e-plugin-ui.c to e-plugin.h where they belong.Matthew Barnes2008-05-202-20/+19 * ** Fixes bug #530392Matthew Barnes2008-05-202-0/+9 * ** Fixes bug #514383Matthew Barnes2008-05-172-2/+8 * ** Fixes bug #531592Matthew Barnes2008-05-142-9/+24 * ** Fixes bug #525241 (EPluginUI)Matthew Barnes2008-05-096-0/+580 * ** Fix for bug #529254Milan Crha2008-04-233-23/+29 * Move these files to e-util.Matthew Barnes2008-04-224-0/+1373 * ** Fixes bug #528817Matthew Barnes2008-04-192-1/+9 * ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-185-18/+240 * Clarify an error message. (#509672)Matthew Barnes2008-04-132-1/+6 * reviewed by: Milan CrhaTakao Fujiwara2008-04-072-5/+14 * Changed a stupid conditional statement, in the previous commit.Sankar P2008-03-202-1/+7 * ** Fix for bug #496839Sankar P2008-03-193-22/+80 * Patch from Alex Rostovtsev <tetromino@gmail.com>: Fix for bug #522631 (Make ...Suman Manjunath2008-03-172-1/+8 * ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-1/+1 * ** Fixes bug #513951Matthew Barnes2008-03-114-4/+52 * ** Fix for bug #209353Milan Crha2008-02-202-3/+11 * ** Part of fix for bug #515744Milan Crha2008-02-182-1/+7 * ** Fixes part of bug #509741Matthew Barnes2008-02-083-1/+47 * Construct pathname under EVOLUTION_DATADIR at run-time becauseTor Lillqvist2008-01-252-4/+15 * ** Fix for bug #488213Milan Crha2008-01-123-1/+44 * ** Fix for bug #211353Milan Crha2008-01-104-0/+618 * ** Fix for bug #507363Milan Crha2008-01-072-1/+8 * ** Fix for bug #211353Milan Crha2007-12-173-3/+34 * ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-175-6/+262 * Fix a compiler warningSrinivasa Ragavan2007-12-052-3/+7 * ** Add basic support for crash recoverySrinivasa Ragavan2007-12-053-0/+60 * ** Fix for bug #500210Milan Crha2007-12-043-39/+38 * ** Fixes bug #392747Matthew Barnes2007-12-033-0/+106 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1554-789/+789 * ** Fix for bug #494320Ondrej Jirman2007-11-142-0/+13 * ** Fix for bug #492692Milan Crha2007-11-052-2/+19 * ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-033-214/+9 * ** Fix for bug #461272Sankar P2007-10-263-3/+30 * Warning fixes. - NULL vs 0 - ANSIfication of declarations - missingKjartan Maraas2007-10-2611-18/+39 * ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-122-1/+10 * ** Fix for bug #311179Milan Crha2007-10-112-0/+9 * ** Fixes bug #437579Matthew Barnes2007-10-105-91/+67 * ** Fixes bug #469657Matthew Barnes2007-10-022-48/+30 * Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-284-10/+12 * ** Fix for bug #471791 Srinivasa Ragavan2007-09-1010-22/+58 * 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-072-0/+9 * Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0264-99/+99 * 2007-08-20 mcrha Fix for bug #367760Milan Crha2007-08-202-11/+11 * patch by: Tim Yamin <plasm@roo.me.uk> reviewed by: Srinivasa RagavanTobias Mueller2007-08-182-2/+14 * reviewed by: Srinivasa Ragavan <sragavan@novell.com>Sankar P2007-08-072-6/+19 * ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-10/+0 * ** Fix for bug #451211.Hiroyuki Ikezoe2007-07-292-1/+8 * ** Fixes bug #451211Srinivasa Ragavan2007-07-293-2/+12 * Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-287-71/+21 * Plugins should be configurable within the plugin-manager itself.Sankarasivasubramanian Pasupathilingam2007-07-263-0/+46 * ** Fixes bug #446894Matthew Barnes2007-07-063-6/+65 * Fix for bug #448223 from Gilles DartiguelongueSrinivasa Ragavan2007-06-183-0/+41 * ** Fix for bug #446870Srinivasa Ragavan2007-06-153-0/+35 * Clean up compiler warnings in e-util directory (#438467).Matthew Barnes2007-06-0314-158/+202 * ** Fixes bug #424562Matthew Barnes2007-05-254-2529/+0 * fix for bug #432867Srinivasa Ragavan2007-05-142-1/+8 * Add App specific themable icons.Srinivasa Ragavan2007-05-112-1/+7 * Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-203-40/+70 * Massive code cleanup (bug #429422)Matthew Barnes2007-04-2014-1098/+315 * ** Fixes bug #419524Matthew Barnes2007-03-2114-101/+29 * Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-012-1/+13 * Use g_build_filename to get the tempoary directory name. Fix #399307Jeff Cai2007-02-282-3/+12 * Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-123-130/+72 * identify "sip:" URL's. Fixes bug #396543.Andre Klapper2007-01-272-0/+6 * ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-233-38/+146 * ** Fix for bug #349966Daniel Gryniewicz2006-11-285-116/+185 * Remove unreachable code and fix the leak of basename.Harish Krishnaswamy2006-11-212-12/+8 * ** Fixes bug #352450Matthew Barnes2006-09-182-1/+8 * Define ruledir here, too, like in addressbook/gui/widgets/Makefile.am, asTor Lillqvist2006-09-082-0/+9 * ** Fix for bug #352941Srinivasa Ragavan2006-08-272-1/+7 * Include <cairo.h>, not <cairo/cairo.h>.Tor Lillqvist2006-08-242-1/+5 * ** Fix for bug #349310. Patch from both Laurent Goujon and Pavel Roskin.Srinivasa Ragavan2006-08-211-0/+2 * Fix for bug #349310. Patch from both Laurent Goujon and Pavel Roskin.Srinivasa Ragavan2006-08-201-0/+7 * Plug some leaks.Kjartan Maraas2006-08-172-0/+7 * Handle cases when the props are undefined. This bug is currently causingHarish Krishnaswamy2006-07-222-28/+43 * Added code to read font options.Srinivasa Ragavan2006-07-203-0/+56 * On Win32, if the compile-time localedir's prefix from the plugin's .eplugTor Lillqvist2006-06-152-0/+15 * Fix memory leak. Fixes bug #335423.Chris Heath2006-06-092-0/+8 * Use the correct gettext domain for translations. Fixes bug #333003.Gary Coady2006-06-092-1/+6 * Don't need the Win32-only fix_percent_l() after all, this is taken care ofTor Lillqvist2006-06-022-30/+8 * Set new scroll member to false in static declarations. Fixes build breakerFrederic Peters2006-06-022-4/+9 * Fix for bug #332936Srinivasa Ragavan2006-05-302-3/+29 * Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-254-3/+50 * Handle SUN Type 6 keyboard's copy, paste and cut key. Fix #271661.Li Yuan2006-04-262-0/+23 * [Win32] Instead of %l (which is a GNU extension not implemented in theTor Lillqvist2006-04-112-0/+37 * Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-132-1/+10 * Upstreaming Olaf Hering's patch to use signed chars.Harish Krishnaswamy2006-02-092-1/+6 * Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-089-16/+28 * accept SVGs for stock icons. Fixes bug 304417.Benjamin Berg2006-02-073-0/+7 * removed.Harry Lu2006-01-112-52/+4 * fixes a build break.Chenthill Palanisamy2006-01-112-1/+6 * Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-105-200/+28 * removed. Merged to evolution-data-server/libedataserver/. remove aboveSimon Zheng2006-01-066-1756/+6 * e-plugin.c (epl_construct) [Win32] The interface ofTor Lillqvist2006-01-053-4/+14 * Don't eventually free a return value from xmlGetProp() with g_free().Tor Lillqvist2006-01-022-5/+24 * Committing the calendar publishing patch.Chenthill Palanisamy2005-12-193-0/+69 * Silence unused variable warning.Tor Lillqvist2005-12-182-1/+9 * Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit theTor Lillqvist2005-12-182-4/+0 * For building on Win32 against GTK+ 2.8, include a copy of theTor Lillqvist2005-12-183-0/+1978 * Remove these functions that are now in libedataserver/e-xml-utils.cTor Lillqvist2005-12-183-94/+8 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-182-20/+55 * Use e_xml_parse_file() and e_xml_save_file() instead of using libxmlTor Lillqvist2005-12-172-6/+10 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-21/+17 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-29/+31 * e-error.c Use gstdio wrappers. Use GDir instead of dirent.Tor Lillqvist2005-12-174-33/+42 * Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS.Tor Lillqvist2005-12-172-2/+3 * e-util-private.h (fsync) Don't bother with a Win32 implementation ofTor Lillqvist2005-12-173-32/+8 * Remove dead files. ReferHarish Krishnaswamy2005-12-1316-2747/+0 * Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-137-22/+39 * prefix the wrapper functions with e - do not use g lest it is assumed toHarish Krishnaswamy2005-12-093-8/+15 * Use g_get_tmp_dir() instead of hardcoding /tmp.Tor Lillqvist2005-11-264-9/+80 * e-dialog-utils.c Conditionalize X11 specific code on GDK_WINDOWING_X11.Tor Lillqvist2005-11-263-2/+10 * Conditionalize X11 stuff on GDK_WINDOWING_X11.Tor Lillqvist2005-11-262-2/+17 * Sort the stuff in the Win32 part for clarity. Add some new run-timeTor Lillqvist2005-11-254-71/+132 * modified e_categories_config_get_icon_for to have a g_object_unref for theChenthill Palanisamy2005-11-092-0/+8 * Commiting the patch for showing menu items in calendar attachment bar.Chenthill Palanisamy2005-10-183-8/+119 * dded case insensitive compare support etable, and using it for OrganizationSushma Rai2005-10-043-0/+20 * Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-09-282-1/+7 * Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing toTor Lillqvist2005-09-282-11/+18 * cast warning, good ol win32 patches. (e_strftime): fix some clahey-code toNot Zed2005-08-247-13/+35 * e-plugin.c (ep_set_enabled): Fix compiler warning on early bailoutDavid Malcolm2005-08-232-1/+6 * fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1 * Use g_get_charset() on Win32 to get locale charset. Free return value fromTor Lillqvist2005-08-182-0/+14 * Use g_win32_getlocale() to get locale on Win32. (setlocale() returnsTor Lillqvist2005-08-102-1/+20 * Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR.Tor Lillqvist2005-08-104-4/+41 * Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR andTor Lillqvist2005-08-102-0/+11 * Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-103-2/+23 * Added a doc commentMichael Zucci2005-07-141-0/+7 * Merge back eplugin-import-branch.Michael Zucci2005-07-124-84/+103 * added a idle handler that calls ec_rebuild after callback operations areVivek Jain2005-07-112-2/+34 * 2005-07-10 Shreyas SrinivasanShreyas Srinivasan2005-07-105-3/+81 * Added widgets in INCLUDES.Kaushal Kumar2005-06-233-3/+5 * Makefile.am e-util-private.h Use EVOLUTION_IMAGESDIR and notTor Lillqvist2005-06-184-8/+27 * Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR.Tor Lillqvist2005-06-184-2/+10 * Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefinedTor Lillqvist2005-06-184-3/+11 * Use bootstrap library for libemisdwidgets. Code here usesTor Lillqvist2005-06-184-17/+69 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1713-26/+105 * Added functions to show busy cursor. Add the filesSrinivasa Ragavan2005-06-084-0/+109 * Removed, these are now implemented as a plugin.Not Zed2005-05-256-317/+238 * Initial, and un-finished work on importer plugin hooks.Not Zed2005-05-194-0/+908 * added e-error.[ch], removed e-error-tool, and added e-system.error.xmlNot Zed2005-05-166-146/+721 * if we have a factory method supplied, call that as well. More flexibleNot Zed2005-05-133-2/+17 * undefine e_profile_event_emit if we are compiled without profiling. TheNot Zed2005-05-033-2/+24 * This method is a no-op if we are building without ENABLE_PROFILE defined,Rodney Dawes2005-05-032-4/+6 * Braino.Tor Lillqvist2005-04-291-1/+1 * Port to Windows, initial commit:Tor Lillqvist2005-04-2910-59/+259 * A profiling plugin hook.Not Zed2005-04-286-1/+305 * We should set the title of the window.Mengjie Yu2005-04-282-0/+8 * Added new receipt_policy field to servicesERDI Gergo2005-04-083-1/+74 * ** See bug #73550 (related for config pages)Not Zed2005-03-162-10/+23 * Remove/disable debug.Not Zed2005-03-045-20/+21 * Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-244-1024/+8 * ** See bug #61363 & mail/ChangeLogNot Zed2005-02-212-9/+38 * completely rewritten. Simpler and more robust.Not Zed2005-02-192-83/+180 * If the plug-in is not enabled, do nothingRodney Dawes2005-02-142-0/+7 * Don't let the 'id' field, which identifies the target menu/whatever, to beNot Zed2005-02-074-0/+23 * Set the border widths for the dialog containers to be HIG compliant FixRodney Dawes2005-02-052-2/+12 * add a11y description for the entry.Mengjie Yu2005-01-272-1/+8 * add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.cLi Yuan2005-01-27