aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
blob: 995d51c32a74a5efc708eadec619093abfe7dbfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
SUBDIRS = dialogs

help_base = $(datadir)/gnome/help/cal

bin_PROGRAMS = evolution-calendar

CPPFLAGS =                  \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"calendar-gui\"         \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/calendar            \
    -I$(top_srcdir)/libical/src/libical     \
    -I$(top_srcdir)/widgets             \
    -I$(includedir)                 \
    $(BONOBO_VFS_GNOME_CFLAGS)          \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"

LINK_FLAGS =                            \
    $(BONOBO_VFS_GNOME_LIBS)                \
    $(INTLLIBS)                     \
    dialogs/libcal-dialogs.a                \
    $(top_builddir)/calendar/cal-client/libcal-client.la    \
    $(top_builddir)/calendar/cal-util/libcal-util.la    \
    $(top_builddir)/widgets/e-paned/libepaned.a     \
    $(top_builddir)/widgets/e-text/libetext.a       \
    $(top_builddir)/widgets/e-table/libetable.a     \
    $(top_builddir)/widgets/misc/libemiscwidgets.a      \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/libversit/libversit.la          \
    $(top_builddir)/libical/src/libical/libical.a

gladedir   = $(datadir)/evolution/glade

glade_DATA =                    \
    event-editor-dialog.glade

glade_messages = event-editor-dialog.glade.h

evolution_calendar_SOURCES =            \
    e-day-view.c                \
    e-day-view.h                \
    alarm.c                 \
    alarm.h                 \
    calendar-commands.c         \
    calendar-commands.h         \
    calendar-model.c            \
    calendar-model.h            \
    control-factory.c           \
    control-factory.h           \
    component-factory.c         \
    component-factory.h         \
    e-calendar-table.h          \
    e-calendar-table.c          \
    e-day-view-main-item.c          \
    e-day-view-main-item.h          \
    e-day-view-time-item.c          \
    e-day-view-time-item.h          \
    e-day-view-top-item.c           \
    e-day-view-top-item.h           \
    e-day-view.c                \
    e-day-view.h                \
    e-week-view-event-item.c        \
    e-week-view-event-item.h        \
    e-week-view-main-item.c         \
    e-week-view-main-item.h         \
    e-week-view-titles-item.c       \
    e-week-view-titles-item.h       \
    e-week-view.c               \
    e-week-view.h               \
    event-editor.c              \
    event-editor.h              \
    getdate.y               \
    gncal-todo.c                \
    gncal-todo.h                \
    gnome-cal.c             \
    gnome-cal.h             \
    gnome-month-item.c          \
    gnome-month-item.h          \
    goto.c                  \
    main.c                  \
    mark.c                  \
    mark.h                  \
    popup-menu.c                \
    popup-menu.h                \
    print.c                 \
    print.h                 \
    prop.c

evolution_calendar_LDADD =                  \
    $(top_builddir)/shell/libeshell.a           \
    $(EXTRA_GNOME_LIBS)                 \
    $(BONOBO_HTML_GNOME_LIBS)               \
    $(top_builddir)/widgets/e-text/libetext.a       \
    $(top_builddir)/e-util/libeutil.la          \
    $(LINK_FLAGS)

evolution_calendar_LDFLAGS = `gnome-config --libs gdk_pixbuf`

if USING_OAF
oafdir = $(datadir)/oaf
oaf_DATA = calendar-control.oafinfo evolution-calendar.oafinfo
else
gnorbadir = $(sysconfdir)/CORBA/servers
gnorba_DATA = calendar-control.gnorba evolution-calendar.gnorba
endif

OAF_GNORBA_EXTRAS = calendar-control.oafinfo evolution-calendar.oafinfo calendar-control.gnorba evolution-calendar.gnorba
EXTRA_DIST =                \
    $(OAF_GNORBA_EXTRAS)        \
    $(glade_DATA)           \
    bell.xpm            \
    dayview.xpm         \
    jump.xpm            \
    monthview.xpm           \
    recur.xpm           \
    task-assigned-to.xpm        \
    task-assigned.xpm       \
    task-recurring.xpm      \
    task.xpm            \
    weekview.xpm            \
    workweekview.xpm        \
    yearview.xpm            \
    calendar-control.gnorba     \
    calendar-control.oafinfo


install-data-local:
    $(mkinstalldirs) $(DESTDIR)$(help_base)/C
    $(mkinstalldirs) $(Conduitsdir)

if ENABLE_PURIFY
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@

all-local: evolution-calendar.pure

evolution-calendar.pure: evolution-calendar
    @rm -f evolution-calendar.pure
    $(PLINK) $(evolution_calendar_LDFLAGS) $(evolution_calendar_OBJECTS) $(evolution_calendar_LDADD) $(LIBS)

endif
* evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30991 * added a missing word. Fixes bug 325128.Andre Klapper2005-12-311-0/+9 | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c: added a missing word. Fixes bug 325128. 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c, itip-view.c: Marked missing strings translatable. Fixes bug 313554 in CVS HEAD. svn path=/trunk/; revision=30990 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6 | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/groupwise-features/properties.glade: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30989 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+11 | | | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/exchange-account-setup.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30988 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+5 | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-bbdb.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30987 * removed a typo. yeah.Andre Klapper2005-12-311-0/+8 | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * shell.error.xml: removed a typo. yeah. 2005-12-30 Andre Klapper <a9016009@gmx.de> * shell.error.xml: removed a duplicated word. Fixes bug 325119. svn path=/trunk/; revision=30986 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+36 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. 2005-12-30 Andre Klapper <a9016009@gmx.de> * mail-session.c: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution-mail.schemas.in.in: added quotes to literal values. Fixes bug 272772. 2005-12-29 Andre Klapper <a9016009@gmx.de> * em-folder-properties.c: removed wrong singular string. Fixes bug 311472. 2005-12-22 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changed one duplicated mnemonic. Fixes bug 313801. 2005-12-20 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changing file selector window title from "Execute command..." to "Select sound file". Fixes bug 324173. 2005-12-19 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changed 3 HIG-violating mnemonics. Fixes bug 256913. svn path=/trunk/; revision=30985 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2005-12-312-3020/+3960 | | | | | | | | 2005-12-31 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=30984 * Revert the patch committed for shortcut to mark spam (see 2005-12-16Harish Krishnaswamy2005-12-312-2/+8 | | | | | | | | | | 2005-12-31 Harish Krishnaswamy <kharish@novell.com> * evolution-mail-message.xml : Revert the patch committed for shortcut to mark spam (see 2005-12-16 below) as it uses an existing accel. svn path=/trunk/; revision=30983 * Updated Canadian English translation.Adam Weinberger2005-12-312-103/+185 | | | | | | | | 2005-12-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30982 * Updated Spanish translation.Francisco Javier F. Serrador2005-12-312-292/+305 | | | | | | | | 2005-12-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30981 * Updated Finnish translationIlkka Tuohela2005-12-302-112/+211 | | | | svn path=/trunk/; revision=30980 * removed a duplicated exclamation mark. Fixes bug 325123.Andre Klapper2005-12-301-1/+1 | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * icalendar-importer.c: removed a duplicated exclamation mark. Fixes bug 325123. svn path=/trunk/; revision=30979 * removed a typo. yeah.Andre Klapper2005-12-301-1/+1 | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * shell.error.xml : removed a typo. yeah. svn path=/trunk/; revision=30978 * removed a duplicated word. Fixes bug 325119.Andre Klapper2005-12-301-1/+1 | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * shell.error.xml : removed a duplicated word. Fixes bug 325119. svn path=/trunk/; revision=30977 * harmonized "URL", "Url" and "url". Fixes bug 325125.Andre Klapper2005-12-303-6/+6 | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/calendar/gui/apps_evolution_calendar.schemas.in.in, evolution/plugins/exchange-operations/exchange-account-setup.c, evolution/widgets/misc/e-url-entry.c: harmonized "URL", "Url" and "url". Fixes bug 325125. svn path=/trunk/; revision=30976 * fixed two strings for consistency. Fixes bug 325127 and partially bugAndre Klapper2005-12-301-2/+2 | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * csv-format.c: fixed two strings for consistency. Fixes bug 325127 and partially bug 325125. svn path=/trunk/; revision=30975 * changing "canceled" to "cancelled" to stay consistant to the rest. FixesAndre Klapper2005-12-302-2/+2 | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/mail/mail-session.c, evolution/calendar/calendar.error.xml: changing "canceled" to "cancelled" to stay consistant to the rest. Fixes bug 325116. svn path=/trunk/; revision=30974 * added quotes to literal values. Fixes bug 272772.Andre Klapper2005-12-301-1/+1 | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution-mail.schemas.in.in: added quotes to literal values. Fixes bug 272772. svn path=/trunk/; revision=30973 * Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-306-6/+6 | | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972 * added a missing word. Fixes bug 325128.Andre Klapper2005-12-301-1/+1 | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c: added a missing word. Fixes bug 325128. svn path=/trunk/; revision=30971 * Fixed some typos.Andre Klapper2005-12-301-18/+18 | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * de.po: Fixed some typos. svn path=/trunk/; revision=30969 * Marked missing strings translatable. Fixes bug 313554 in CVS HEAD.Andre Klapper2005-12-302-26/+26 | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * itip-formatter.c, itip-view.c: Marked missing strings translatable. Fixes bug 313554 in CVS HEAD. svn path=/trunk/; revision=30968 * removed wrong singular string. Fixes bug 311472.Andre Klapper2005-12-301-2/+4 | | | | | | | | 2005-12-29 Andre Klapper <a9016009@gmx.de> * em-folder-properties.c: removed wrong singular string. Fixes bug 311472. svn path=/trunk/; revision=30967 * Guard against generating code when running this through the IDL compilerTor Lillqvist2005-12-282-0/+24 | | | | | | | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * Evolution-Shell.idl: Guard against generating code when running this through the IDL compiler elsewhere than here in evo/shell, the same way as in Evolution-Component.idl. Otherwise we get duplicated IDL-generated functions in the libeshell and libevolution-mail DLLs (shared libraries), which causes much pain on Win32 at least, and is useless and potentially risky on all platforms. svn path=/trunk/; revision=30966 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-282-378/+547 | | | | svn path=/trunk/; revision=30965 * updated credits in about evolution box (removing duplicates, fixing oneAndre Klapper2005-12-271-5/+2 | | | | | | | | 2005-12-27 Andre Klapper <a9016009@gmx.de> * e-shell-window-commands.c: updated credits in about evolution box (removing duplicates, fixing one unicode-breakage, etc) svn path=/trunk/; revision=30964 * Updated TranslationAnkitkumar Rameshchandra Patel2005-12-272-4/+15 | | | | svn path=/trunk/; revision=30963 * Updated Finnish translationIlkka Tuohela2005-12-272-1434/+1653 | | | | svn path=/trunk/; revision=30962 * Updated Canadian English translation.Adam Weinberger2005-12-272-2/+10 | | | | | | | | 2005-12-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30961 * Updated Lithuanian translation.Žygimantas Beručka2005-12-262-575/+490 | | | | | | | | 2005-12-26 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=30960 * fixed a typoAndre Klapper2005-12-261-1/+1 | | | | | | | 2005-12-26 Andre Klapper <a9016009@gmx.de> * org-gnome-addressbook-file.eplug.xml: fixed a typo svn path=/trunk/; revision=30959 * added description and author according to the changelog and c file. FixesAndre Klapper2005-12-261-1/+2 | | | | | | | | 2005-12-26 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-startup-wizard.eplug.xml: added description and author according to the changelog and c file. Fixes bug 301149. svn path=/trunk/; revision=30958 * Updated TranslationAnkitkumar Rameshchandra Patel2005-12-262-323/+485 | | | | svn path=/trunk/; revision=30956 * update for Change for strings in (Punjabi (Gurmukhi)Amanpreet Singh Alam2005-12-261-1546/+1654 | | | | svn path=/trunk/; revision=30955 * Updated Spanish translation.Francisco Javier F. Serrador2005-12-252-7/+75 | | | | | | | | 2005-12-25 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30953 * Updated Canadian English translation.Adam Weinberger2005-12-252-1/+71 | | | | | | | | 2005-12-25 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30952 * Updated full evo translation.Funda Wang2005-12-251-50/+79 | | | | svn path=/trunk/; revision=30951 * Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-2520-12/+46 | | | | svn path=/trunk/; revision=30950 * Updated evo translation.Funda Wang2005-12-252-1748/+1706 | | | | svn path=/trunk/; revision=30949 * Updated Spanish translation.Francisco Javier F. Serrador2005-12-232-330/+436 | | | | | | | | 2005-12-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=30947 * Updated Greek translationKostas Papadimas2005-12-232-2860/+3484 | | | | svn path=/trunk/; revision=30946 * Added missing files. Updated Canadian English translation.Adam Weinberger2005-12-233-5604/+5719 | | | | | | | | | 2005-12-23 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30945 * 2005-09-24 Andre Klapper <a9016009@gmx.de>:Harish Krishnaswamy2005-12-232-4/+12 | | | | | | | | | Reviewed and committed by Harish <kharish@novell.com> * shell.error.xml: fixed two dead links to "support.ximian.com" now to the (yet to come) FAQ at go-evolution.org. (#315866) svn path=/trunk/; revision=30943 * Fix a build breaker. g_filename_to_uri takes 3 arguments.Harish Krishnaswamy2005-12-232-1/+7 | | | | | | | | | | 2005-12-23 Harish Krishnaswamy <kharish@novell.com> * conduits/calendar/calendar-conduit.c (calconduit_load_configuration): Fix a build breaker. g_filename_to_uri takes 3 arguments. svn path=/trunk/; revision=30942 * ** Fixes bug #228040, #324677Srinivasa Ragavan2005-12-233-3/+37 | | | | | | | | | | | | | | | | 2005-12-23 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #228040, #324677 * em-folder-view.c (emfv_popup_flag_completed), (emfv_popup_flag_clear), (emfv_enable_menus): Added menus for complete and clear. Also added code to refresh preview on setting flags. Also added code to hide junk/not-junk menu depending on their sensitivity. * em-utils.c: (tag_editor_response), (em_utils_flag_for_followup): Added code to refresh preview. svn path=/trunk/; revision=30941 * Commited evolution.xml and evolution-mail-message.xmlSrinivasa Ragavan2005-12-233-1/+16 | | | | | | | | 2005-12-23 Srinivasa Ragavan <sragavan@novell.com> * Commited evolution.xml and evolution-mail-message.xml svn path=/trunk/; revision=30940 * fixed one typo. Fixes bug 306118 partially.Andre Klapper2005-12-231-1/+1 | | | | | | | | 2005-12-23 Andre Klapper <a9016009@gmx.de> * e-table.c: fixed one typo. Fixes bug 306118 partially. svn path=/trunk/; revision=30939 * changed one duplicated mnemonic. Fixes bug 313801Andre Klapper2005-12-221-1/+1 | | | | | | | | 2005-12-22 Andre Klapper <a9016009@gmx.de> * mail-config.glade: changed one duplicated mnemonic. Fixes bug 313801 svn path=/trunk/; revision=30938 * Fix minor errors in the Network Manager tests.Tor Lillqvist2005-12-222-2/+4 | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * configure.in: Fix minor errors in the Network Manager tests. svn path=/trunk/; revision=30937 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-222-460/+458 | | | | svn path=/trunk/; revision=30936 * vi.po: Updated Vietnamese translation.Clytie Siddall2005-12-222-6931/+7211 | | | | svn path=/trunk/; revision=30935 * Evolution-Component.idl Evolution-Shell.idl Remove duplicate definitionsParthasarathi Susarla2005-12-226-109/+18 | | | | | | | | | | | | | | | | | | | 2005-12-22 Parthasarathi Susarla <sparthasarathi@novell.com> * Evolution-Component.idl * Evolution-Shell.idl * Evolution.idl: Remove duplicate definitions and circular dependencies. * e-shell.c: comment out the implementation for findComponent. If implemented, this creates a circular dependency between the Shell.idl and Component.idl. ** This is just a work-around ** Evolution-Component.idl Evolution-Shell.idl CVS: Evolution.idl e-shell-view.c e-shell.c CVS: ---------------------------------------------------------------------- svn path=/trunk/; revision=30934 * *** empty log message ***Parthasarathi Susarla2005-12-221-0/+1 | | | | svn path=/trunk/; revision=30933 * Fix minor typo in the Network Manager tests.Tor Lillqvist2005-12-222-2/+5 | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * configure.in: Fix minor typo in the Network Manager tests. svn path=/trunk/; revision=30932 * added translator comments for 'RSVP', partial fix for bug 261071Andre Klapper2005-12-222-0/+2 | | | | | | | | 2005-12-22 Andre Klapper <a9016009@gmx.de> * gui/e-itip-control.c, gui/e-meeting-list-view.c: added translator comments for 'RSVP', partial fix for bug 261071 svn path=/trunk/; revision=30931 * Include Evolution.hShreyas Srinivasan2005-12-221-0/+1 | | | | | | | | 2005-12-22 Shreyas Srinivasan <sshreyas@novell.com> * Include Evolution.h svn path=/trunk/; revision=30930 * Modified the categories to option menu format in advanced searchSrinivasa Ragavan2005-12-222-1/+73 | | | | | | | | | 2005-12-22 Srinivasa Ragavan <sragavan@novell.com> * gui/search/addresstypes.xml: Modified the categories to option menu format in advanced search svn path=/trunk/; revision=30929 * Use -no-undefined on Windows. Link with used libraries.Tor Lillqvist2005-12-222-1/+9 | | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with used libraries. svn path=/trunk/; revision=30928 * Use SOEXT.Tor Lillqvist2005-12-222-1/+5 | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * org-gnome-publish-calendar.eplug.in: Use SOEXT. svn path=/trunk/; revision=30927 * Evolution is now Network Aware, the day of complete awareness beckons, TheShreyas Srinivasan2005-12-2214-58/+340 | | | | | | | | | | | 2005-12-22 Shreyas Srinivasan <sshreyas@novell.com> * Evolution is now Network Aware, the day of complete awareness beckons, The machines are taking over... * Network Manager support for evolution svn path=/trunk/; revision=30926 * ** Fixes bug #324590Srinivasa Ragavan2005-12-222-0/+22 | | | | | | | | | | | 2005-12-21 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #324590 * e-search-bar.c: (search_now_verb_cb), (clear_verb_cb): Added code to clear search entry from menu. svn path=/trunk/; revision=30925 * Fixes #320119Chenthill Palanisamy2005-12-212-4/+27 | | | | svn path=/trunk/; revision=30924 * em-camel-stream.c (em_camel_stream_init) UseTor Lillqvist2005-12-213-0/+17 | | | | | | | | | | | | | 2005-12-21 Tor Lillqvist <tml@novell.com> * em-camel-stream.c (em_camel_stream_init) * em-sync-stream.c (em_sync_stream_init): Use g_io_channel_win32_new_socket() on Win32 instead of g_io_channel_unix_new() to avoid confusion between file descriptors and sockets (which can and do overlap!). We know that e_msgport_fd() returns a socket on Win32. svn path=/trunk/; revision=30923 * fixes #306150Chenthill Palanisamy2005-12-212-1/+7 | | | | svn path=/trunk/; revision=30922 * fixes #303876Chenthill Palanisamy2005-12-212-1/+11 | | | | svn path=/trunk/; revision=30921 * fixes #274433Chenthill Palanisamy2005-12-212-2/+23 | | | | svn path=/trunk/; revision=30920 * Changed the code in options and autopick call back in e-meeting-time-sel.cChenthill Palanisamy2005-12-212-12/+21 | | | | | | | so that the menus drop at appropriate positions as suggested in the report of the bug #248133 svn path=/trunk/; revision=30918 * *** empty log message ***Parthasarathi Susarla2005-12-21