| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This addresses bug #593896 but is also a cleaner design than before.
It introduces an EShellView::execute-search signal and renames the
"search-execute" action to "search-quick" to clarify that it's only
meant for the "quick" search bar in the main window.
Shell view subclasses should implement the execute_search() method to
actually execute a search.
e_shell_view_execute_search() emits the new signal.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
The contact and contact-list editors now demonstrate this part of the
shutdown protocol. They listen for the "quit-requested" signal from the
shell and prompt to save changes, discard changes or cancel. If the user
cancels, the editor calls e_shell_cancel_quit() to do just that.
|
|
|
|
|
| |
The shutdown protocol is modelled after online/offline preparation.
Session management code is copied from libegg. Not yet used.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Each EShellView now maintains a GKeyFile for recording disposable widget
state such as tree view path expansion, scroll bar positions, combo box
selections, etc. The EShellView records changes to the key file to
~/.evolution/<shell-backend>/config/state, and automatically restores
the GKeyFile at startup.
Currently only the mailer uses the key file, but it's intended to serve
all shell views. It replaces the use of Camel "cmeta" files, as well as
"et-expanded-*" and "folder-tree-expand-state.xml" files.
Also, the mailer's folder tree model now includes a column for tracking
which sidebar folders are expanded. Folder tree widgets appearing in
dialog windows can copy the sidebar's expanded state using
em_folder_tree_clone_expanded().
|
| |
|
|
|
|
|
| |
Split the search entry into a new widget to manage hints (EHintedEntry).
Let the search entry expand to use available horizontal space.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=37310
|
|
|
|
|
|
|
|
|
|
| |
Define a new shell module method named start() that tells the module when to
start loading data and running background tasks. Only really applies to the
mail module right now since the others use evolution-data-server. Basically
it prevents the mail module from loading and refreshing mail stores until
you actually switch to the mail view.
svn path=/branches/kill-bonobo/; revision=37309
|
|
|
|
|
|
| |
Have e_shell_get_preferences_window() take an EShell argument.
svn path=/branches/kill-bonobo/; revision=37294
|
|
|
|
|
|
|
| |
Use EBindings instead of a notify callback to keep other widgets and
actions synchronized with EShell:online. Cleaner and less error prone.
svn path=/branches/kill-bonobo/; revision=37293
|
|
|
|
|
|
| |
Add some handy color conversion functions to e-util.
svn path=/branches/kill-bonobo/; revision=37290
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=37270
|
|
|
|
|
|
| |
Search scope (current folder, current account, etc.) is still ignored.
svn path=/branches/kill-bonobo/; revision=37263
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=37257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Kill the e-util-labels API and read label information into a
single-column GtkListStore. Use GConfBridge to automatically
keep GConf synched with the list store.
- The list store (a singleton instance) is stored in EShellSettings
so it's available everywhere.
- The list store serves as the model for EMailLabelTreeView,
which itself is embedded in EMailLabelManager; a complete
label management UI as seen in the preferences dialog.
- EMailLabelDialog is used to add or edit a label. Avoid using a
color button, instead embed a GtkColorSelection directly in the
dialog so everything is in one window.
Open issues:
- The weird toggle/color/text menu items in the popup menu aren't
there. For now they're just regular toggle items. I'll deal
with it later.
- Filter intergration is broken at the moment.
svn path=/branches/kill-bonobo/; revision=37233
|
|
|
|
|
|
| |
terminate after all the windows for those URIs have been closed.
svn path=/branches/kill-bonobo/; revision=37157
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=37137
|
|
|
|
|
|
| |
Other categories to follow. Editors still need lockdown support.
svn path=/branches/kill-bonobo/; revision=37136
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=37134
|
|
|
|
|
|
| |
Get the "mark-all-read" and "plugin-manager" plugins working.
svn path=/branches/kill-bonobo/; revision=37125
|
|
|
|
|
|
|
| |
Disable File -> Close Window when there's only one window.
Replace EMMessageBrowser with EMailBrowser.
svn path=/branches/kill-bonobo/; revision=37009
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36936
|
|
|
|
|
|
|
|
| |
common to both the main shell window and the message browser. Replaces
EMFolderView. Also begin to define EMailBrowser (GtkWindow subclass),
which implements EMailReader and replaces EMMessageBrowser.
svn path=/branches/kill-bonobo/; revision=36933
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36901
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36867
|
|
|
|
|
|
| |
"not categorized". Also fix a crasher.
svn path=/branches/kill-bonobo/; revision=36831
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Tighter integration of GalViewInstance and EShellView.
- EBinding. Stolen from ExoBinding. Lets you bind GObject properties
together to automatically keep their values in sync. This is a godsend.
Added to e-util, but might even deserve a place in libedataserver.
- EShellSettings. This is the concept I blogged about. Already
started ripping apart em-mailer-prefs.c. Others to follow. Any
place where we're monitoring GConf keys is a target.
- Incremental progress on the calender and mailer. Got EMFolderView
somewhat working, but I think I'll be killing off EMFolderBrowser.
svn path=/branches/kill-bonobo/; revision=36795
|
|
|
|
|
|
|
|
| |
dependencies in our libraries. The circular dependency between the composer
and the mail module is still causing me headaches. And it doesn't help that
the addressbook and calendar also want to link to the composer.
svn path=/branches/kill-bonobo/; revision=36782
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36763
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36690
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36561
|
|
|
|
|
|
| |
Some code got duplicated for calendars and tasks. Made a note to revisit.
svn path=/branches/kill-bonobo/; revision=36560
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36551
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36538
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36533
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36511
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36491
|
|
|
|
|
|
|
| |
Saving progress.
Experimenting with directory layout.
svn path=/branches/kill-bonobo/; revision=36446
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36427
|
|
|
|
|
|
| |
Kill e-shell-constants.h.
svn path=/branches/kill-bonobo/; revision=36392
|
|
|
|
|
|
|
|
|
| |
EActivity objects instead of numeric handler IDs. Create an EActivity,
configure it, and (optionally) connect to its "cancelled" and "completed"
signals. Then hand it to the shell view via e_shell_view_add_activity().
When finished with the activity, call e_activity_finish() and unref it.
svn path=/branches/kill-bonobo/; revision=36391
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36380
|
|
|
|
|
|
|
|
|
| |
- Kill EABMenu.
- Centralize marshallers to eliminate duplication.
svn path=/branches/kill-bonobo/; revision=36368
|
|
|
|
|
|
| |
Also, begin documenting the new shell API, and provide a Gtk-Doc framework.
svn path=/branches/kill-bonobo/; revision=36359
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36337
|
|
|
|
|
|
|
|
|
|
| |
2007-09-02 Matthew Barnes <mbarnes@redhat.com>
* Update FSF address in header comments (#469886).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #455799
Remove all .cvsignore and update svn:ignore porperty in whole
directories.
svn path=/trunk/; revision=33945
|
|
|
|
| |
svn path=/trunk/; revision=32566
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-31 Not Zed <NotZed@Ximian.com>
* build-eplugin-manual.pl: fix e-import.c not to be included twice
& added invocation of xsltproc to build the html.
* evolution-plugin-manual.xml: fixed some syntax errors.
svn path=/trunk/; revision=30297
|
|
|
|
|
|
|
|
| |
2005-08-31 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added missing localedir thing.
svn path=/trunk/; revision=30296
|
|
|
|
|
|
|
|
|
|
| |
2005-07-12 Not Zed <NotZed@Ximian.com>
* build-eplugin-manual.pl:
* evolution-plugin-manual.xml: Added some e-import stuff.
svn path=/trunk/; revision=29726
|
|
|
|
|
|
|
|
|
| |
2005-05-19 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added some stuff about the pseudo
mime types used for finer control of the formatter.
svn path=/trunk/; revision=29383
|
|
|
|
|
|
|
|
|
| |
2005-05-13 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added some info on the menu tag for
popup menus.
svn path=/trunk/; revision=29350
|
|
|
|
| |
svn path=/trunk/; revision=27941
|
|
|
|
|
|
|
|
| |
2004-11-18 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: define load-on-startup parameter.
svn path=/trunk/; revision=27940
|
|
|
|
|
|
| |
The menu merging one looks better anyway.
svn path=/trunk/; revision=27935
|
|
|
|
|
|
|
|
|
| |
2004-11-03 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added author section to eplugin
definition.
svn path=/trunk/; revision=27808
|
|
|
|
|
|
|
|
|
|
| |
2004-10-28 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: setup for more auto-built stuff.
* build-eplugin-manual.pl: auto-build more stuff.
svn path=/trunk/; revision=27755
|
|
|
|
| |
svn path=/trunk/; revision=27711
|
|
|
|
| |
svn path=/trunk/; revision=27696
|
|
|
|
| |
svn path=/trunk/; revision=27693
|
|
|
|
|
|
|
|
| |
2004-10-12 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: doc updates for new 'check' callback.
svn path=/trunk/; revision=27552
|
|
|
|
|
|
|
|
| |
2004-10-07 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: some updates.
svn path=/trunk/; revision=27496
|
|
|
|
| |
svn path=/trunk/; revision=27300
|
|
|
|
| |
svn path=/trunk/; revision=24018
|
|
|
|
| |
svn path=/trunk/; revision=24017
|
|
|
|
| |
svn path=/trunk/; revision=24016
|
|
|
|
|
|
|
|
|
| |
* calendar/cal-client/Makefile.am (GTKDOC_LIBS): Use non-static
libraries.
* calendar/cal-util/Makefile.am (GTKDOC_LIBS): Likewise
svn path=/trunk/; revision=22517
|
|
|
|
| |
svn path=/trunk/; revision=21426
|
|
|
|
| |
svn path=/trunk/; revision=21387
|
|
|
|
| |
svn path=/trunk/; revision=19557
|
|
|
|
| |
svn path=/trunk/; revision=18465
|
|
|
|
| |
svn path=/trunk/; revision=18347
|
|
|
|
| |
svn path=/trunk/; revision=18024
|
|
|
|
| |
svn path=/trunk/; revision=17854
|
|
|
|
| |
svn path=/trunk/; revision=17789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-07-09 Peter Williams <peterw@ximian.com>
* libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so
that people compiling against the addressbook can do so successfully.
* Makefile.am: create our *Conf.sh files and dist them and install
them.
* configure.in: Define and subst some variables that the Conf.sh
file need.
2002-07-08 Peter Williams <peterw@ximian.com>
* backend/ebook/Makefile.am: Install libebook-static.la.
Also change --all-static to -all-static, which is the right flag.
* backend/pas/Makefile.am: Install the PAS headers in
$(includedir)/evolution/pas. Install libpas.a
2002-07-08 Peter Williams <peterw@ximian.com>
* cal-util/Makefile.am: Install libcal-util-static.la
and fix the -all-static flag to make it install statically.
* pcs/Makefile.am: Install libpcs.a and its headers.
* pcs/cal-backend-util.h: Same sort of include namespacing fix,
but for pcs.
* pcs/cal.h:
* pcs/query.h:
* pcs/cal-factory.h:
* pcs/cal-backend.h:
* pcs/cal-backend-file.h: Same.
2002-07-17 Peter Williams <peterw@ximian.com>
* calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're
using libtool as our LD, we can reference .la's and libtool
will DTRT for us.
* calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here.
2002-07-03 Peter Williams <peterw@ximian.com>
* Makefile.am: Install libeutil, libeconduit, and libedb3util and
their headers.
2002-07-08 Peter Williams <peterw@ximian.com>
* Makefile.am: Reference the new libefilterbar.a.
2002-07-12 Peter Williams <peterw@ximian.com>
* Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical
for the generated ical.h (some headers rely on this because
they too get installed.)
2002-07-09 Peter Williams <peterw@ximian.com>
* e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical;
some headers that we rely on get installed, so they point to the ical.h that
gets generated and installed; consequently we need to be able to find the
generated ical.h
* misc/Makefile.am: Install libemiscwidgets.a and its headers. However,
break EFilterBar into a separate libefilterbar.a because we don't want
the installed library to depend on libfilter.
svn path=/trunk/; revision=17496
|
|
|
|
| |
svn path=/trunk/; revision=16211
|
|
|
|
|
|
|
|
| |
* calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS
and EVOLUTION_CALENDAR_LIBS.
* calendar/cal-util/Makefile.am: Likewise.
svn path=/trunk/; revision=15465
|
|
|
|
|
|
|
| |
* calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS
and EVOLUTION_CALENDAR_LIBS.
svn path=/trunk/; revision=15464
|
|
|
|
|
|
| |
times, causing big libtool 1.4 pain.
svn path=/trunk/; revision=15461
|
|
|
|
|
|
|
|
|
| |
2001-12-18 JP Rosevear <jpr@ximian.com>
* calendar/cal-client/Makefile.am: cal-client needs bonobo-conf
now
svn path=/trunk/; revision=15180
|
|
|
|
|
|
|
|
|
| |
2001-10-29 Federico Mena Quintero <federico@ximian.com>
* calendar/alarm-generation.sgml: Updated docs for repeating
alarms.
svn path=/trunk/; revision=14367
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-09-14 JP Rosevear <jpr@ximian.com>
* Makefile.am: use install hook instead of install rule to
guarantee we run after installation
2001-09-14 JP Rosevear <jpr@ximian.com>
* configure.in: remove unneeded conditionals
svn path=/trunk/; revision=12825
|
|
|
|
| |
svn path=/trunk/; revision=12100
|
|
|
|
| |
svn path=/trunk/; revision=12099
|
|
|
|
| |
svn path=/trunk/; revision=12098
|
|
|
|
| |
svn path=/trunk/; revision=12097
|
|
|
|
| |
svn path=/trunk/; revision=12096
|
|
|
|
| |
svn path=/trunk/; revision=12094
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-16 Kjartan Maraas <kmaraas@gnome.org>
* C/Makefile.am: Small fix to build.
* C/evolution-C.omf: Small fix. Remove an extra space.
* no/Makefile.am: Same here.
* no/evolution-no.omf: And here.
svn path=/trunk/; revision=12086
|
|
|
|
| |
svn path=/trunk/; revision=12083
|
|
|
|
|
|
|
|
| |
2001-08-15 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Updated one line about bullet points.
svn path=/trunk/; revision=12079
|
|
|
|
|
|
|
|
|
| |
2001-08-15 Kjartan Maraas <kmaraas@gnome.org>
* no/*: Added beginnings of a Norwegian translation.
* sgmldocs.make: Forgot to add this. Kinda important.
svn path=/trunk/; revision=12070
|
|
|
|
|
|
|
|
|
| |
2001-08-15 Kjartan Maraas <kmaraas@gnome.org>
* C/*.sgml: s/fig/figures/
* C/Makefile.am: Make it use the sgmldocs.make framework.
svn path=/trunk/; revision=12067
|
|
|
|
| |
svn path=/trunk/; revision=12066
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-14 Aaron Weber <aaron@ximian.com>
* C/usage-mainwindow.sgml: Commented out menuref.
* C/usage-contact.sgml: Commented out menuref.
* C/evolution.sgml: commented out menuref.
* C/preface.sgml: commented out menuref.
svn path=/trunk/; revision=12028
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-12 Kjartan Maraas <kmaraas@gnome.org>
* C/apx-authors.sgml: Added missing ;'s after entities.
* C/evolution-C.omf: s/en/C in Language.
* C/usage-mail-org.sgml: Add missing ;.
* C/usage-mainwindow.sgml: Same here.
svn path=/trunk/; revision=11935
|
|
|
|
| |
svn path=/trunk/; revision=11890
|
|
|
|
|
|
|
|
|
|
|
| |
2001-08-10 Aaron Weber <aaron@ximian.com>
* C/usage-mail.sgml: Switched all images in entire document to
*not* use file extensions, so that they work properly with
db2ps. This doesn't completely fix the db2ps issues, but it's
apparently the right way to do this.
svn path=/trunk/; revision=11889
|
|
|
|
|
|
|
|
| |
2001-08-09 Aaron Weber <aaron@ximian.com>
* C/config-prefs.sgml: Made sharing tip an orderedlist.
svn path=/trunk/; revision=11835
|
|
|
|
| |
svn path=/trunk/; revision=11821
|
|
|
|
|
|
|
|
| |
2001-08-08 Kevin Breit <battery841@mediaone.net>
* C/config-prefs.sgml: Add information about sharing mailbox files.
svn path=/trunk/; revision=11816
|
|
|
|
|
|
|
|
| |
001-08-03 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: Add information about gathering actions.
svn path=/trunk/; revision=11620
|
|
|
|
|
|
|
|
| |
2001-08-02 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Added a <tip> for scrolling through mails.
svn path=/trunk/; revision=11586
|
|
|
|
|
|
|
|
| |
* Makefile.am (dist-hook): Remove the copying of the
index.sgml file which doesn't seem to be generated
anywhere anyway.
svn path=/trunk/; revision=11506
|
|
|
|
|
|
|
|
| |
2001-07-30 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Fixed some breakage Aaron caused.
svn path=/trunk/; revision=11497
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-26 Aaron Weber <aaron@ximian.com>
* C/usage-mail-org.sgml: revised.
* C/usage-mail.sgml: revisions and stuff.
* C/evolution-faq.sgml: Reworded a few questions.
svn path=/trunk/; revision=11436
|
|
|
|
|
|
|
|
| |
2001-07-24 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml: Reworded a few questions.
svn path=/trunk/; revision=11339
|
|
|
|
|
|
|
|
| |
2001-07-23 Kevin Breit <battery841@mediaone.net>
* C/Makefile.am: Pulled instance of config-setupassist.sgml to make stuff build right.
svn path=/trunk/; revision=11323
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-23 Aaron Weber <aaron@ximian.com>
* C/usage-mainwindow.sgml: validated.
* C/config-setupassist.sgml: Removed.
* C/evolution.sgml: removed config-setupassist.
svn path=/trunk/; revision=11320
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-23 Aaron Weber <aaron@ximian.com>
* C/usage-exec-summary.sgml: Minor revisions.
* C/usage-contact.sgml: Added 'format="png"' to all <image> tags
missing the attribute.
* C/usage-calendar.sgml: Added 'format="png"' to all <image> tags
missing the attribute.
* C/usage-mail.sgml: Added 'format="png"' to all <image> tags
missing the attribute.
* C/usage-mainwindow.sgml: Style. Merged info from preface. Added
'format="png"' to all <image> tags missing the attribute.
* C/preface.sgml: Style changes. Removed info that was duplicated
in mainwindow.sgml.
svn path=/trunk/; revision=11310
|
|
|
|
| |
svn path=/trunk/; revision=11307
|
|
|
|
|
|
|
|
| |
2001-07-20 Kevin Breit <battery841@mediaone.net>
* C/usage-mainwindow.sgml: Fixed the first time druid stuff a little more.
svn path=/trunk/; revision=11291
|
|
|
|
|
|
|
|
| |
2001-07-15 Kevin Breit <battery841@mediaone.net>
* C/config-sync.sgml: Updated slightly for new design.
svn path=/trunk/; revision=11117
|
|
|
|
|
|
|
|
| |
2001-07-13 Kevin Breit <battery841@mediaone.net>
* C/usage-mainwindow.sgml: Added lots of good stuff with the first time druid.
svn path=/trunk/; revision=11102
|
|
|
|
| |
svn path=/trunk/; revision=11064
|
|
|
|
|
|
|
|
| |
2001-07-12 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml:
svn path=/trunk/; revision=11063
|
|
|
|
| |
svn path=/trunk/; revision=11041
|
|
|
|
|
|
|
|
| |
2001-07-10 Peter Williams <peterw@ximian.com>
* */Makefile.am (dist-hook): Clean up make dist.
svn path=/trunk/; revision=11039
|
|
|
|
|
|
|
|
| |
2001-07-11 Aaron Weber <aaron@ximian.com>
* C/evolution.sgml: validation on usage-mainwindow and usage-contact.
svn path=/trunk/; revision=11023
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-11 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: More edits.
* C/usage-contact.sgml: Sick amounts of changes too!
* C/usage-mail-org.sgml: Heavy editing...touched almost everything.
* C/usage-exec-summary.sgml: Minor change. There was only one change for this chapter, cuz I'm such a 'godly' writer...yeah.
svn path=/trunk/; revision=11018
|
|
|
|
| |
svn path=/trunk/; revision=11009
|
|
|
|
| |
svn path=/trunk/; revision=11008
|
|
|
|
| |
svn path=/trunk/; revision=11003
|
|
|
|
|
|
|
|
| |
2001-07-10 Aaron Weber <aaron@ximian.com>
* C/usage-mail-org.sgml: validation.
svn path=/trunk/; revision=10963
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-10 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Added <application> tags
* C/usage-mail-org.sgml: Added <application> tags
* C/config-prefs.sgml: Added <application> tags
svn path=/trunk/; revision=10951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-09 Kevin Breit <battery841@mediaone.net>
* C/usage-exec-summary.sgml: Editing
* C/usage-mail.sgml: Editing
* C/usage-mail-org.sgml: Editing
* C/usage-calendar.sgml: Editing
* C/usage-contact.sgml: Editing
svn path=/trunk/; revision=10931
|
|
|
|
| |
svn path=/trunk/; revision=10909
|
|
|
|
|
|
|
|
|
|
| |
2001-07-09 Kevin Breit <battery841@mediaone.net>
* C/usage-mail-org.sgml: Mention UNMATCHED
* C/usage-mail.sgml: Commented on trash being a vFolder
svn path=/trunk/; revision=10908
|
|
|
|
|
|
|
|
| |
2001-07-06 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Spell check
svn path=/trunk/; revision=10865
|
|
|
|
|
|
|
|
| |
2001-07-06 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: Spell check
svn path=/trunk/; revision=10862
|
|
|
|
|
|
|
|
|
|
| |
2001-07-05 Kevin Breit <battery841@mediaone.net>
* C/usage-mainwindow.sgml: Added orderedlists.
* C/usage-exec-summary.sgml: Added orderedlists.
svn path=/trunk/; revision=10826
|
|
|
|
|
|
|
|
| |
2001-07-05 Kevin Breit <battery841@mediaone.net>
* C/usage-contact.sgml: Added orderedlists.
svn path=/trunk/; revision=10823
|
|
|
|
|
|
|
|
| |
2001-07-05 Kevin Breit <battery841@mediaone.net>
* C/usage-mail-org.sgml: Added orderedlists.
svn path=/trunk/; revision=10818
|
|
|
|
|
|
|
|
|
| |
2001-07-05 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml: Chris pointed out an error in the DB
versioning question.
svn path=/trunk/; revision=10813
|
|
|
|
|
|
|
|
|
| |
2001-07-03 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Put in lots of orderedlists...more SGML, less
for the user to read. They'll thank me in droves later.
svn path=/trunk/; revision=10764
|
|
|
|
|
|
|
|
|
|
| |
2001-06-29 Jeffrey Stedfast <fejj@ximian.com>
* white-papers/mail/camel.sgml: Updated slightly.
* Camel-Classes: Updated.
svn path=/trunk/; revision=10692
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-02 Kevin Breit <battery841@mediaone.net>
* C/apx-common-tasks.sgml: Created its own file.
* C/usage-mainwindow.sgml: You name it.
* C/preface.sgml: Pulled shortcuts from here into its own apx
* C/evolution.sgml: Reordered entities
svn path=/trunk/; revision=10686
|
|
|
|
|
|
|
|
| |
2001-06-30 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Pulled organizing stuff, made its own file.
svn path=/trunk/; revision=10634
|
|
|
|
|
|
|
|
| |
2001-06-30 Federico Mena Quintero <federico@ximian.com>
* tools/killev: Added evolution-alarm-notify.
svn path=/trunk/; revision=10632
|
|
|
|
|
|
|
|
|
| |
2001-06-26 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml: Revised move/rename/copy questions, now
that these functions work.
svn path=/trunk/; revision=10507
|
|
|
|
|
|
|
|
|
| |
2001-06-25 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml: Now that bug-buddy works with our
bugzilla, update faq to reflect it.
svn path=/trunk/; revision=10487
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Put config-encryption in usage-mail.sgml. config-encryption.sgml should be depreciated.
svn path=/trunk/; revision=10486
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Elaborated on the mailing lists
svn path=/trunk/; revision=10485
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Added info about mailing lists
svn path=/trunk/; revision=10484
|
|
|
|
|
|
|
|
| |
2001-06-25 Peter Williams <peterw@ximian.com>
* reference.sgml: Here too.
svn path=/trunk/; revision=10483
|
|
|
|
|
|
|
|
| |
2001-06-25 Peter Williams <peterw@ximian.com>
* Makefile.am: ... and comment out more exec summary stuff.
svn path=/trunk/; revision=10482
|
|
|
|
|
|
|
|
|
|
|
| |
2001-06-25 Peter Williams <peterw@ximian.com>
* calendar/cal-util/Makefile.am,
calendar/cal-client/Makefile.am: Fix make dist.
* Makefile.am: clean up a bit.
svn path=/trunk/; revision=10481
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-exec-summary.sgml: Fixed a few typos
svn path=/trunk/; revision=10479
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/preface.sgml: Added section for importing files
svn path=/trunk/; revision=10478
|
|
|
|
|
|
|
|
| |
2001-06-25 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: Removed some *'s that are causing problems.
svn path=/trunk/; revision=10476
|
|
|
|
| |
svn path=/trunk/; revision=10455
|
|
|
|
|
|
|
|
| |
2001-06-22 Kevin Breit <battery841@mediaone.net>
* C/preface.sgml: Put in Contacts information in the quicktasks.
svn path=/trunk/; revision=10398
|
|
|
|
|
|
|
|
| |
2001-06-22 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Pulled some redundant information.
svn path=/trunk/; revision=10395
|
|
|
|
|
|
|
|
| |
2001-06-21 battery841 <battery841@mediaone.net>
* C/preface.sgml, C/fig/mail-inbox.png, C/fig/mainwindow-pic.png, C/usage-mail.sgml: Updated screenshots and redid layout for graphics on pages.
svn path=/trunk/; revision=10394
|
|
|
|
|
|
|
|
|
| |
2001-06-21 JP Rosevear <jpr@ximian.com>
* Makefile.am: disable executive summary build because it is no
longer built
svn path=/trunk/; revision=10388
|
|
|
|
|
|
|
|
| |
2001-06-21 JP Rosevear <jpr@ximian.com>
* calendar/cal-client/Makefile.am: add new lib
svn path=/trunk/; revision=10387
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-contact.sgml: Fixed .gif problem
svn path=/trunk/; revision=10380
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Specify the file format
svn path=/trunk/; revision=10379
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Trying to fix the .gif problem
svn path=/trunk/; revision=10378
|
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-calendar.sgml: Redid graphics to add labels to them and
described the labels in text.
svn path=/trunk/; revision=10376
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-06-21 Peter Williams <peterw@ximian.com>
* Makefile.am:
calendar/cal-client/Makefile.am:
calendar/cal-util/Makefile.am:
importer/Makefile.am:
executive-summary/Makefile.am: Changed to used gtk-doc's
canonical Makefile.am (plus some tweaks because not every
dir builds html).
svn path=/trunk/; revision=10375
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/evolution.sgml: Added config-encryption.sgml for building
svn path=/trunk/; revision=10370
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/fig/*png: Updated graphics for newer UI.
svn path=/trunk/; revision=10368
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/usage-mail.sgml: Redid graphics to add labels to them and described in labels in text. Looks good!
svn path=/trunk/; revision=10364
|
|
|
|
|
|
|
|
| |
2001-06-21 Kevin Breit <battery841@mediaone.net>
* C/encryption.sgml: Added file
svn path=/trunk/; revision=10354
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/ChangeLog: Moved my entires to doc/ChangeLog per request of danw
svn path=/trunk/; revision=10353
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/config-setupassist.sgml: Updated for new UI.
svn path=/trunk/; revision=10346
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/config-prefs.sgml: Updated for a newer UI (need to update
at a later date.
svn path=/trunk/; revision=10345
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/usage-calendar.sgml: Make less monotone sounding
svn path=/trunk/; revision=10342
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* docs/C/usage-print.sgml: Added more postscript description
svn path=/trunk/; revision=10341
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* docs/C/usage-sync: Reworded a little bit for more descrip.
svn path=/trunk/; revision=10340
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/usage-calendar.sgml: Documented categorizing an event.
svn path=/trunk/; revision=10339
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/usage-mail.sgml: Updated Bcc: example
svn path=/trunk/; revision=10335
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/apx-gloss.sgml: Took out a reference to gloss.
svn path=/trunk/; revision=10332
|
|
|
|
|
|
|
|
| |
2001-06-20 Kevin Breit <battery841@mediaone.net>
* doc/C/usage-exec-summary.sgml: Made it build.
svn path=/trunk/; revision=10331
|
|
|
|
| |
svn path=/trunk/; revision=10330
|
|
|
|
|
|
|
|
| |
2001-06-19 Aaron Weber <aaron@ximian.com>
* C/usage-mainwindow.sgml and usage-mail.sgml: A couple changes to Kevin's update. Mostly just checking over.
svn path=/trunk/; revision=10313
|
|
|
|
|
|
| |
* doc/C/usage-mail.sgml: Basic edits
svn path=/trunk/; revision=10303
|
|
|
|
|
|
| |
* doc/C/usage-exec-summary: Updated to say "My Evolution"
svn path=/trunk/; revision=10302
|
|
|
|
|
|
|
|
| |
* doc/C/apx-gloss.sgml: Added definition.
* doc/C/usage-mainwindow.sgml: Routine updates.
svn path=/trunk/; revision=10298
|
|
|
|
|
|
| |
* doc/C/usage-mainwindow.sgml: Commented out DTD which shouldn't be there
svn path=/trunk/; revision=10279
|
|
|
|
| |
svn path=/trunk/; revision=10226
|
|
|
|
|
|
|
|
|
| |
2001-06-14 Damon Chaplin <damon@ximian.com>
* calendar/cal-util/.cvsignore:
* calendar/cal-client/.cvsignore: added *-undocumented.txt
svn path=/trunk/; revision=10225
|
|
|
|
| |
svn path=/trunk/; revision=10150
|
|
|
|
|
|
|
|
| |
2001-06-07 Aaron Weber <aaron@ximian.com>
* C/evolution-faq.sgml: removed duplicate "If mozilla can..." question.
svn path=/trunk/; revision=10148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-06-06 Aaron Weber <aaron@ximian.com>
* Note that I think I may have CVS Tag problems at least with the changelog.
* C/apx-authors.sgml: Re-added translators that somehow got lost.
* C/usage-exec-summary.sgml: Added comment/note to myself about
FIXME stuff.
* C/usage-mainwindow.sgml: Revisions, especially to folder bar
section. Commented out "Context-sensitive help" item, added
folder-tree right-click menus, redid menubar stuff.
* C/apx-gloss.sgml: Groupware, Forwarding entries revised.
* C/evolution.sgml: Added Ettore and Duncan to authors list.
svn path=/trunk/; revision=10141
|
|
|
|
| |
svn path=/trunk/; revision=10081
|
|
|
|
|
|
|
|
| |
2001-05-24 Federico Mena Quintero <federico@ximian.com>
* evolution-devel-guide.sgml: s/Helix Code/Ximian
svn path=/trunk/; revision=9972
|
|
|
|
| |
svn path=/trunk/; revision=9947
|
|
|
|
| |
svn path=/trunk/; revision=9946
|
|
|
|
| |
svn path=/trunk/; revision=9945
|
|
|
|
| |
svn path=/trunk/; revision=9944
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-05-22 Aaron Weber <aaron@ximian.com>
* C/evolution.sgml: Added evolution-faq as an entity.
* C/apx-authors.sgml: Added ettore and duncan to authors for the FAQ.
* C/evolution-faq.sgml: Put in <qandaset> form, made an entity
included in evolution.sgml. This will require changes to makefiles
and will break the current menu item for the FAQ.
svn path=/trunk/; revision=9918
|
|
|
|
|
|
| |
* doc/C/evolution.sgml - Pulled my name from copyright list
svn path=/trunk/; revision=9915
|
|
|
|
| |
svn path=/trunk/; revision=9898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-05-18 Aaron Weber <aaron@ximian.com>
* C/menuref.sgml: Added a lot of new content. Fixed old
content. Validated. Still need to smooth the relation of this
section with the preface.
2001-05-16 Aaron Weber <aaron@ximian.com>
* C/preface.sgml: Changed to include t-shirt offer for feedback.
svn path=/trunk/; revision=9885
|
|
|
|
|
|
|
|
|
|
| |
2001-05-18 Duncan Mak <duncan@ximian.com>
* C/evolution-faq.sgml: Added two questions about importing
Outlook (text from Iain).
Fixed some tags and cleaned up a bit here and there.
svn path=/trunk/; revision=9884
|
|
|
|
|
|
| |
/var/spool/mail.
svn path=/trunk/; revision=9881
|
|
|
|
|
|
| |
/var/spool/mail.
svn path=/trunk/; revision=9880
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-05-18 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-bonobo.c
(entry_get_property_fn): Return the serialized EDestinations
(rather than just a string w/ e-mail addresses) through the bonobo
component's property bag.
* gui/component/select-names/e-select-names-model.c
(e_select_names_model_export_destinationv): Added. A convenience routine
for serializing the model's EDestinations into a string.
* gui/component/select-names/e-select-names-popup.c
(add_html_mail): Added. Puts in a check menu item for whether or
not the recipient wants HTML mail.
(popup_menu_card): Add menu item for HTML mail. Enable edit
contact info item.
(popup_menu_nocard): Add menu item for HTML mail. Enable edit
contact info item.
* backend/ebook/e-book-util.c (e_book_use_local_address_book):
Added. Fetches the local addressbook and caches it on the first
call. This is meant to be an easy and efficient way to get at the
local addressbook with the minimum of code.
(e_book_query_address_locally): Added. Convenience code that
does an e-mail only e_book_name_and_email_query against the
local address book.
* backend/ebook/e-destination.c
(e_destination_set_html_mail_pref): Added. Allows the intended
recipient's HTML mail preference to be manipulated.
(e_destination_get_email_verbose): Added. Cleaned up to use
e_destination_get_name.
(e_destination_get_html_mail_pref): Added. Read the recipient's HTML mail
preference. If the destination is linked to a card, the
preference is taken from the card (unless it has been explicitly
overridden by a called to e_destination_set_html_mail_pref).
(e_destination_get_address_textv): Added. Form a unified address string
from a NULL-terminated vector of EDestinations.
(e_destination_export): Added. Serialize an EDestination to a string.
(e_destination_import): Added. Unserialize a string to build an
EDestination.
(e_destination_exportv): Added. Serialize a NULL-terminated vector of
EDestinations to a string.
(e_destination_importv): Added. Unserialize a string to build a
NULL-terminated vector of EDestinations.
* gui/component/select-names/e-select-names-completion.c:
Implemented local versions of g_strcasecmp and g_strncasecmp
(which should really be in glib, I think...) for utf8, and used
them to make this code utf8-safe.
2001-05-18 Jon Trowbridge <trow@ximian.com>
* Makefile.am (evolution_mail_LDADD): Added libebook.la (which is
now required by the composer.)
2001-05-18 Jon Trowbridge <trow@ximian.com>
* e-msg-composer-hdrs.c (set_recipients): Properly unserialize the
string returned by the "text" property of the bonobo control,
convert it into EDestinations, and use them to get the e-mail
addresses of our recipients.
22001-05-18 Jon Trowbridge <trow@ximian.com>
* Makefile.am (SUBDIRS): Changed build order. Now addressbook
gets built before mail.
svn path=/trunk/; revision=9878
|
|
|
|
| |
svn path=/trunk/; revision=9851
|
|
|
|
|
|
| |
directories.
svn path=/trunk/; revision=9834
|
|
|
|
|
|
| |
sucks, but it will get better.)
svn path=/trunk/; revision=9831
|
|
|
|
| |
svn path=/trunk/; revision=9828
|
|
|
|
| |
svn path=/trunk/; revision=9827
|
|
|
|
| |
svn path=/trunk/; revision=9826
|
|
|
|
| |
svn path=/trunk/; revision=9825
|
|
|
|
| |
svn path=/trunk/; revision=9823
|
|
|
|
|
|
|
|
|
|
| |
2001-05-15 Jeffrey Stedfast <fejj@ximian.com>
* Removed some evolution-*-decl.txt files since these are
autogenerated by gtk-doc and don't belong in cvs anyway.
Should the tmpl/ dirs also be removed??
svn path=/trunk/; revision=9822
|
|
|
|
|
|
|
|
| |
2001-05-14 Kevin Breit <battery841@mediaone.net>
* doc/C/evolution-C.omf: added file for Scrollkeeper
svn path=/trunk/; revision=9809
|
|
|
|
| |
svn path=/trunk/; revision=9701
|
|
|
|
| |
svn path=/trunk/; revision=9580
|
|
|
|
| |
svn path=/trunk/; revision=9579
|
|
|
|
|
|
|
|
|
| |
2001-04-25 Jon Trowbridge <trow@ximian.com>
* Removed generated files from CVS, updated .cvsignore files
to include generated files.
svn path=/trunk/; revision=9569
|
|
|
|
|
|
|
|
|
| |
2001-04-23 Jon Trowbridge <trow@ximian.com>
* C/Makefile.am (install-data-local): Changed dependency for
install-data-local from "evolution" to "evolution-guide".
svn path=/trunk/; revision=9529
|
|
|
|
| |
svn path=/trunk/; revision=9522
|
|
|
|
| |
svn path=/trunk/; revision=9508
|
|
|
|
|
|
|
| |
Get the docs to build and install properly. Temporarily disable the
importer devel docs as they seem to be pretty broken.
svn path=/trunk/; revision=9507
|
|
|
|
|
|
|
|
|
|
| |
2001-04-20 Damon Chaplin <damon@ximian.com>
* importer/evolution-shell-importer.types: changed path to the
importer header files, since we've had reports that they aren't being
found (though it worked OK for me).
svn path=/trunk/; revision=9478
|
|
|
|
| |
svn path=/trunk/; revision=9471
|
|
|
|
| |
svn path=/trunk/; revision=9470
|
|
|
|
| |
svn path=/trunk/; revision=9469
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-02-23 Aaron Weber <aaron@helixcode.com>
* C/apx-authors.sgml: s/helixcode/ximian (How I missed this page
on the first go-round I don't know).
2001-03-14 Gediminas Paulauskas <menesis@delfi.lt>
* C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
anymore
2001-02-23 Aaron Weber <aaron@helixcode.com>
* C/usage-mail.sgml: IMAP subscriptions stuff.
svn path=/trunk/; revision=9430
|
|
|
|
|
|
|
| |
builddir != srcdir fix for building the calendar, executive summary
and importer developers' docs.
svn path=/trunk/; revision=9408
|
|
|
|
| |
svn path=/trunk/; revision=8878
|
|
|
|
| |
svn path=/trunk/; revision=8739
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile
svn path=/trunk/; revision=8727
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-14 Gediminas Paulauskas <menesis@delfi.lt>
* configure.in: create doc/devel/executive-summary/Makefile
* doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
anymore
* filter/filter-system-flag.c: translate status flag title.
svn path=/trunk/; revision=8714
|
|
|
|
| |
svn path=/trunk/; revision=8672
|