Commit Graph

99 Commits

Author SHA1 Message Date
8fa5361a5f Make it work when gtk-doc is not installed.
2001-01-10  Federico Mena Quintero  <federico@helixcode.com>

	* Makefile.am: Make it work when gtk-doc is not installed.

	* calendar/cal-client/Makefile.am: Likewise.

	* calendar/cal-util/Makefile.am: Likewise.

svn path=/trunk/; revision=7384
2001-01-11 15:25:25 +00:00
2e3bf2d247 More Makefile organization to compile
svn path=/trunk/; revision=7350
2001-01-10 02:15:08 +00:00
e6e6a76a4e Added calendar/gui/alarm-notify/Makefile.
2001-01-09  Federico Mena Quintero  <federico@helixcode.com>

	* configure.in (AC_OUTPUT): Added calendar/gui/alarm-notify/Makefile.

svn path=/trunk/; revision=7339
2001-01-09 21:41:00 +00:00
5ff5cd8153 Remove non-existent file
2001-01-04  JP Rosevear  <jpr@helixcode.com>

	* POTFILES.in: Remove non-existent file

2001-01-04  JP Rosevear  <jpr@helixcode.com>

	* conduit/Makefile.am: Fix hard coded library names that were
	accidentally committed (i'm looking at you miggie)

	* contact-editor/e-contact-editor.c (categories_clicked): Reflect
	renaming.

	* contact-editor/e-contact-editor-categories.[hc]: These are
	living in gal now

svn path=/trunk/; revision=7261
2001-01-04 21:56:16 +00:00
b3e4ed6da6 Unconditionally remove the client from the alarm notification system.
2001-01-01  Federico Mena Quintero  <federico@helixcode.com>

	* gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove
	the client from the alarm notification system.
	Removed all the obsolete alarm code.

	* gui/event-editor.c: Removed some crufty externs left over from
	Gnomecal.

	* gui/calendar-commands.c: #include "goto.h"
	Removed crufty variables left over from Gnomecal.
	(new_calendar): Do not take a full_name parameter.
	(init_username): Removed function.
	(init_calendar): Wheeeeeeee!  Removed crufty function.
	(quit_cmd): Removed function.

	* gui/print.c (WEEK_STARTS_ON_MONDAY): Made it unconditionally
	FALSE because we do not use the configuration setting anyways.
	Sigh, all the printing code needs to be revamped.

svn path=/trunk/; revision=7209
2001-01-02 16:35:57 +00:00
c7e6af5698 Remove deleted file
2000-12-23  JP Rosevear  <jpr@helixcode.com>

	* POTFILES.in: Remove deleted file

svn path=/trunk/; revision=7142
2000-12-23 06:44:45 +00:00
4369c400fc Alarm trigger queueing for the GUI part.
2000-12-21  Federico Mena Quintero  <federico@helixcode.com>

	Alarm trigger queueing for the GUI part.

	* gui/alarm-notify.[ch]: New files with the high-level alarm
	notification system; mostly moved over from gnome-cal.c.  The
	low-level timer stuff is still in alarm.[ch].

	* gui/alarm-notify.c (alarm_notify_init): New function to
	initialize the alarm notification system.
	(alarm_notify_done): New function to shut down the alarm
	notification system.
	(alarm_notify_add_client): New function to start monitoring a
	calendar client for alarm notification.
	(alarm_notify_remove_client): New function to stop monitoring a
	client.

	* gui/alarm.h (AlarmDestroyNotify): Also pass in the alarm ID so
	the callback may know which ID is being destroyed.

	* gui/alarm.c (clear_itimer): New function.
	(pop_alarm): Use clear_itimer().
	(alarm_done): New function to shut down the timer system.
	(alarm_add): Add some preconditions.  Do not call the destroy
	notification function if we could not create the alarm.
	(alarm_ready): Pass the alarm ID to the destroy notify function.
	(alarm_remove): Likewise.  Also, add some preconditions.

	* gui/gnome-cal.c: Removed the alarm notification functions from
	here since they are now in alarm-notify.c.
	(gnome_calendar_construct): Register the client with
	alarm_notify_add_client().
	(gnome_calendar_destroy): Use alarm_notify_remove_client() to
	unregister the client.
	(obj_updated_cb): Do not do any alarm-related stuff.
	(obj_removed_cb): Likewise.

	* gui/main.c (main): Shut down the alarm timer system.
	(main): Initialize and shut down the alarm notification system.

	* gui/Makefile.am (evolution_calendar_SOURCES): Added
	alarm-notify.[ch] to the list of sources.

	* gui/calendar-model.c (calendar_model_set_cal_client): Only
	connect to the "cal_loaded" signal if the client is not already
	loaded.

	* gui/e-day-view.c (e_day_view_set_cal_client): Likewise.

	* gui/e-week-view.c (e_week_view_set_cal_client): Likewise.

	* gui/e-itip-control.c (update_calendar): Connect to "cal_loaded"
	before issuing the load request.

svn path=/trunk/; revision=7130
2000-12-22 17:29:39 +00:00
e90aa50001 Added proper dependency lists to the gtk-doc mess.
2000-12-19  Federico Mena Quintero  <federico@helixcode.com>

	Added proper dependency lists to the gtk-doc mess.

	* calendar/cal-client/Makefile.am (TARGET_DIR): Removed unused
	variable.
	(SOURCE_FILES): New variable with the list of source files we
	depend on.
	(IGNORED_SOURCE_HEADERS): New variable with the headers we ignore
	for the gtkdoc-scan phase.
	(scan_generated):
	(tmpl_dependencies):
	(tmpl_sources):
	(tmpl_generated);
	(sgml_dependencies):
	(sgml_generated): Lists of stuff that is generated and that other
	stuff depends on.
	(all): Added the $(sgml_generated) as the final target.
	(install-data-local): Added an installation hook; gtk-doc seems to
	want some of its generated files to be installed.

	* calendar/cal-client/evolution-cal-client-sections.txt: Updated.

	* calendar/cal-util/Makefile.am: Made the same changes as for
	calendar/cal-client/Makefile.am.

	* calendar/cal-util/evolution-cal-util-sections.txt: Updated.

	* Makefile.am (local_entities): Added alarm-generation.sgml.
	(all): Made the main target be the html/index.html.

svn path=/trunk/; revision=7084
2000-12-19 18:13:34 +00:00
8d96fe16f1 Alarm instance generation support for the Wombat.
2000-12-18  Federico Mena Quintero  <federico@helixcode.com>

	Alarm instance generation support for the Wombat.

	* idl/evolution-calendar.idl (Cal::CalAlarmInstance): Changed to
	have an alarm UID, the trigger time, and the actual occurrence
	time.
	(Cal::CalComponentAlarms): New structure to hold a pair of a
	component and its alarms that trigger in a particular range of
	time.
	(Cal::getAlarmsInRange): Changed to return a CalComponentAlarmsSeq.

	* cal-util/cal-component.h (CalAlarmInstance): New C-side
	structure to match the one on the IDL.
	(CalComponentAlarms): Ditto.
	(CalAlarmAction): Renamed from CalComponentAlarmAction.
	(CalAlarmTriggerType): Renamed from CalComponentAlarmTriggerType.
	Encoded the START and END parameters for the RELATED parameter in
	this enum, too.  Added a NONE value for invalid or missing trigger
	specifications.
	(CalComponentAlarmTriggerRelated): Removed.
	(CalAlarmTrigger): Renamed from CalComponentAlarmTrigger.  Renamed
	the duration/time fields to rel_duration/abs_time, respectively.

	* cal-util/cal-component.c (cal_component_alarm_get_trigger):
	Changed to use the new trigger structure.
	(cal_component_alarm_set_trigger): Likewise.
	(cal_component_alarm_free_trigger): Removed function.
	(cal_component_has_alarms): Count the elements in the
	alarm_uid_hash instead of trying to fetch the first alarm subcomponent.
	(cal_component_alarms_free): New function to free a
	CalComponentAlarms structure.
	(CalComponentAlarmPrivate): Added an uid property pointer.
	(scan_alarm_property): Scan for the our extension UID property.
	(cal_component_alarm_get_uid): New function.

	* pcs/cal-backend.h (CalBackendClass): Changed the signatures of
	the ::get_alarms_in_range() and ::get_alarms_for_object() methods.

	* pcs/cal-backend.c (cal_backend_get_alarms_in_range): Changed
	signature; use the new method.
	(cal_backend_get_alarms_for_object): Likewise.

	* pcs/cal-backend-file.c (compute_alarm_range): New spiffy
	function to compute a range of time for alarm occurrences.
	(add_alarm_occurrences_cb): New function to add alarms for a
	particular occurrence of the component.
	(generate_absolute_triggers): New function to add the absolute
	alarm triggers.
	(generate_alarms_for_comp): New function to generate all the alarm
	instances for a component.
	(cal_backend_file_get_alarms_in_range): Implemented.

	* pcs/cal.c (Cal_get_alarms_in_range): Use the new CalBackend API.
	(Cal_get_alarms_for_object): Likewise.
	(build_alarm_instance_seq): Removed old function.

	* cal-util/cal-util.c (cal_alarm_instance_list_free): Removed
	function.

	* cal-client/cal-client.c (build_component_alarms_list): New
	function to demarshal the component alarms sequence.
	(build_alarm_instance_list): New function to demarshal the alarm
	instances sequence.
	(cal_client_get_alarms_in_range): Updated for the new API.
	(cal_client_get_alarms_for_object): Updated for the new API.

	* gui/gnome-cal.c: Temporary #ifdef-ing out of alarm-related stuff
	to make it build.

svn path=/trunk/; revision=7076
2000-12-18 23:47:52 +00:00
3ba61815e2 Revisions as suggested by Dan. Especially to filter dialogs... which still
2000-12-13  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Revisions as suggested by Dan.  Especially to
	filter dialogs... which still need some renaming, IMHO.

	* C/usage-mainwindow.sgml: Revisions as suggested by
	Dan. Especially to the Folder Limits thing, which still upsets me
	somehow.

	* C/preface.sgml: Revisions as suggested by Dan.

svn path=/trunk/; revision=7033
2000-12-14 23:57:29 +00:00
25d1434052 make it public-reference.sgml not referenc.sgml here.
2000-12-13  Larry Ewing  <lewing@helixcode.com>

	* calendar/Makefile.am (EXTRA_DIST): make it public-reference.sgml
	not referenc.sgml here.

svn path=/trunk/; revision=6973
2000-12-13 20:03:08 +00:00
b16856bf76 upd.
svn path=/trunk/; revision=6891
2000-12-09 23:37:08 +00:00
30b66ebe39 upd.
svn path=/trunk/; revision=6781
2000-12-04 20:39:41 +00:00
042e514a26 return NULL if we can't create a view.
2000-12-04  Michael Meeks  <michael@helixcode.com>

	* e-shell-view.c (get_control_for_uri): return NULL if we can't
	create a view.
	(setup_evolution_shell_view_interface): add precondition.

+

	lots of cleans.

svn path=/trunk/; revision=6778
2000-12-04 17:56:54 +00:00
ce1f72922f Finished the calendar architecture chapter.
2000-11-29  Federico Mena Quintero  <federico@helixcode.com>

	* calendar/architecture.sgml: Finished the calendar architecture
	chapter.

svn path=/trunk/; revision=6729
2000-11-30 02:43:57 +00:00
cb5a1deee0 added some <glossterms>, added linkends to existing glossterms.
2000-11-29  Aaron Weber  <aaron@helixcode.com>

	* C/config-setupassist.sgml: added some <glossterms>, added linkends to existing glossterms.

2000-11-28  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Changed intro to Config section. Now
	defines what, exactly, "configurable" means.

	* C/usage-print.sgml: Stylistic revisions.

	* C/usage-calendar.sgml: Stylistic revisions.

	* C/usage-contact.sgml: Stylistic revisions.

svn path=/trunk/; revision=6716
2000-11-29 17:33:19 +00:00
ef585975d0 Added an id for the API reference <part>. Added the FDL <legalnotice>.
2000-11-29  Federico Mena Quintero  <federico@helixcode.com>

	* evolution-devel-guide.sgml: Added an id for the API reference <part>.
	Added the FDL <legalnotice>.
	Added the preface and toplevel reference entities.
	Added entities for Evolution, Wombat, and Camel.
	Added an appendix for the GNU FDL.

	* preface.sgml: New file with the introduction to the Evolution
	Developer's Guide.

	* reference.sgml: Split the toplevel reference part into its own
	file.

	* fdl.sgml: Added the GNU Free Documentation License.

	* calendar/evolution-calendar.sgml: Added an id for the <part>.

	* calendar/public-reference.sgml: Added an id for the <reference>.
	Moved this file over from calendar/reference.sgml.

	* Makefile.am (local_entities): Added a list of the SGML files
	that define entities for inclusion in the toplevel document.  This
	way we can track documentation file dependencies down to all
	levels.
	(html/index.html): Made the toplevel document depend on
	$(local_entities).  Also, removed the "html" target and put its
	contents directly here; this way we avoid having .PHONY targets.
	(EXTRA_DIST): Removed the evolution_devel_guideDATA; it made no
	sense.
	(content_files): Added preface.sgml and reference.sgml.

svn path=/trunk/; revision=6715
2000-11-29 16:26:59 +00:00
710b585517 Fixed validation errors.
2000-11-01  Aaron Weber  <aaron@helixcode.com>

	* C/config-prefs.sgml: Fixed validation errors.

	* C/apx-gloss.sgml: Fixed HTML, style stuff.

	* C/usage-mail.sgml: Stylistic overhaul.

	* C/usage-mainwindow.sgml: Fixed groups in shortcut bar, fixed
	folder navigation tips.

2000-10-31  Aaron Weber  <aaron@helixcode.com>

	* C/preface.sgml: Minor stylistic revisions.

2000-10-30  Aaron Weber  <aaron@helixcode.com>

	* COPYING-DOCS: New file. This is the official place to put the
	FDL now.

svn path=/trunk/; revision=6334
2000-11-02 02:44:40 +00:00
a6eeb1e162 added composer keybindings description
2000-11-01  Radek Doulik  <rodo@helixcode.com>

	* Keybindings: added composer keybindings description

svn path=/trunk/; revision=6320
2000-11-01 21:02:03 +00:00
282366db85 Add Keybindings, please populate
svn path=/trunk/; revision=6315
2000-11-01 16:45:58 +00:00
b271cff341 Actions -> New Directory Server added.
2000-10-25  Aaron Weber  <aaron@helixcode.com>

	* C/menuref.sgml:  Actions -> New Directory Server added.

	* C/config-prefs.sgml:  Actions -> New Directory Server added.

	* C/usage-contact.sgml: Actions -> New Directory Server added.

	* C/menuref.sgml: Added mail Settings->Manage Subscriptions menu.

	* C/usage-mail.sgml: Subscriptions section added. Quite
	incomplete, though.

svn path=/trunk/; revision=6179
2000-10-25 22:17:03 +00:00
8858c786e7 Re-checked validity of all files. Made minor changes to menuref.sgml,
000-10-11  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Re-checked validity of all files. Made
	minor changes to menuref.sgml, usage-mail.sgml, usage-print.sgml to
	bring up to spec.

	* C/usage-mail.sgml: Redid Filter & Vfolder to match the new &
	improved functionality.

	* C/fig/*: Re-did remaining screenshots.

svn path=/trunk/; revision=5867
2000-10-11 22:13:35 +00:00
169085b680 Re-took most screenshots; last batch had wrong Sawfish theme.
2000-10-10  Aaron Weber  <aaron@helixcode.com>

	* C/fig/*: Re-took most screenshots; last batch had wrong Sawfish
	theme.

	* C/usage-print.sgml: New file, describing printing and print-preview.

	* C/fig/print-preview.png: New file.

	* C/fig/print-dest.png: New file.

	* C/evolution-guide.sgml: Added usage-print entity.

	* C/menuref.sgml: Fixed calendar menu stuff.

	* C/usage-mail.sgml: No more "Actions" menu, other assorted
	menu-related changes.

svn path=/trunk/; revision=5826
2000-10-10 23:17:55 +00:00
5d5c636e5a Described Search features.
2000-10-05  Aaron Weber  <aaron@helixcode.com>

	* C/usage-contact.sgml: Described Search features.

	* C/menuref.sgml: Contact Manager menus fixed.

2000-10-04  Aaron Weber  <aaron@helixcode.com>

	* C/usage-contact.sgml: Fixed glossterms.

	* C/usage-mail.sgml: Fixed glossterms, filenames, spellchecked.

	* C/apx-gloss.sgml: Added "Inline," "VCard".

	* C/usage-mainwindow.sgml: Fixed glossterms, filenames. Spellchecked.

	* C/usage-mail.sgml: Fixed glossterms, filenames. Spellchecked.

	* C/evolution-guide.sgml: New Legalnotice. Removed FDL and GPL,
	  which are now included as part of the gnome-help package.

	* C/usage-contact.sgml: Spellcheck. Fixed some wording, and
	responded to clahey's suggestions-- notably, commented out the
	"add to master list" category feature. (Not sure if this one is posted
        twice, because I keep overlapping days.

svn path=/trunk/; revision=5744
2000-10-05 08:35:01 +00:00
774584fd4d Spellcheck. Fixed some wording, and responded to clahey's suggestions--
2000-10-04  Aaron Weber  <aaron@helixcode.com>

	* C/usage-contact.sgml: Spellcheck. Fixed some wording, and
	responded to clahey's suggestions-- notably, commented out the
	"add to master list" category feature.

	* C/usage-calendar.sgml: Spellcheck. Fixed wording, event overlap
        description.

	* C/evolution-guide.sgml: Spellcheck. Commented out Notes
	entities.

	* C/usage-notes.sgml: Spellchecked, then decided to comment out
	this file/chapter and all references to it, since it's unlikely to
	be implemented any time soon.

	* C/config-setupassist.sgml: Spellcheck. Other minor updates. May
	  need more work in the near future.

	* C/usage-sync.sgml: Now it's really short. And spelled correctly.

2000-10-03  Aaron Weber  <aaron@helixcode.com>

	* C/config-prefs.sgml: Mostly spelling. Still needs major
	alteration.

	* C/menuref.sgml: s/Appintment/Appointment, fixed small errors,
	ran spellcheck. Still needs lots of work, since many menus have
	changed.

	* C/apx-gloss.sgml: Added Virus, Protocol, fixed vFolder,
	spellchecked.

svn path=/trunk/; revision=5702
2000-10-04 05:18:55 +00:00
0b1e68cb22 Switched to the "official" FSF markup. I will have to make changes to the
2000-09-21  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Switched to the "official" FSF markup.
	  I will have to make changes to the markup-- adding ids, etc, or
	  switch to another version of the markup. Pending discussion by
	  GDP.

	* C/apx-authors.sgml: Changed Matt Loper's email address to
	loper.org; added Jeff Stedfast and Peter Williams to authors list,
	realphebetized.

	* C/config-prefs.sgml: Revision to reflect current options labelling.

	* C/evolution-guide.sgml: Changes to part intros.

	* C/preface.sgml: Spelling and menu fixes.  Will need more work tomorrow.

svn path=/trunk/; revision=5540
2000-09-21 18:14:44 +00:00
b9401b5e1d Fixed sig stuff here and in setupassist.
2000-09-20  Aaron Weber  <aaron@helixcode.com>

	* C/config-prefs.sgml: Fixed sig stuff here and in setupassist.

	* C/config-sync.sgml: Fixed description of conduit usage.

2000-09-18  Aaron Weber  <aaron@helixcode.com>

	* C/preface.sgml: Spelling fixes, etc.

svn path=/trunk/; revision=5518
2000-09-20 07:46:07 +00:00
8617011337 Fixed to install the stylesheet-images as well.
2000-09-19  Federico Mena Quintero  <federico@helixcode.com>

	* C/Makefile.am: Fixed to install the stylesheet-images as well.

svn path=/trunk/; revision=5514
2000-09-19 23:41:07 +00:00
4aee454eba Made the toplevel <book> id be "index".
2000-09-15  Federico Mena Quintero  <federico@helixcode.com>

	* evolution-devel-guide.sgml: Made the toplevel <book> id be
	"index".

svn path=/trunk/; revision=5467
2000-09-15 22:36:48 +00:00
9964204c9c The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.

svn path=/trunk/; revision=5415
2000-09-13 23:40:42 +00:00
972c515f0f contact-editor.png, mail-composer.png, filter-assist-fig.png,
2000-09-07  Aaron Weber  <aaron@helixcode.com>

	* C/fig/ New files: contact-editor.png, mail-composer.png,
	filter-assist-fig.png, mail-inbox.png

svn path=/trunk/; revision=5248
2000-09-07 21:56:22 +00:00
722a05828e Redid "soft" intro stuff, worked on mail a little. minor commit.
2000-09-07  Aaron Weber  <aaron@helixcode.com>

	* C/preface.sgml: Redid "soft" intro stuff, worked on mail a
	little. minor commit.

svn path=/trunk/; revision=5234
2000-09-07 16:25:04 +00:00
64119bc6be Accidentally broke docs, now valid.
2000-09-07  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Accidentally broke docs, now valid.

svn path=/trunk/; revision=5231
2000-09-07 16:02:44 +00:00
69b79e75f6 Grammar, links, screenshots.
2000-09-05  Aaron Weber  <aaron@helixcode.com>

	* C/usage-contact.sgml: Grammar, links, screenshots.

	* fig/* Re-took most screenshots.

	* C/usage-mail.sgml: Filters, proofing.

svn path=/trunk/; revision=5209
2000-09-05 21:04:15 +00:00
acfe848315 Added coverage of news, clarified POP/IMAP distinction (there's a theme to
2000-09-01  Aaron Weber  <aaron@helixcode.com>

	* C/config-prefs.sgml: Added coverage of news, clarified POP/IMAP
	distinction (there's a theme to these four log entries here).

	* C/usage-mail.sgml: Added coverage of news.

	* C/config-setupassist.sgml: Revised mail sources content for
	IMAP/POP stuff.

	* C/apx-gloss.sgml: Added IMAP and POP.

svn path=/trunk/; revision=5166
2000-09-01 18:18:02 +00:00
95c6891269 Added regular expressions to glossary. Explanation should be removed from
2000-08-31  Aaron Weber  <aaron@helixcode.com>

	* C/apx-gloss.sgml: Added regular expressions to glossary.
	Explanation should be removed from other portions of the book now.

	* C/usage-mainwindow.sgml: Revisions, minor.

	* C/apx-menuref.sgml: Now named menuref.sgml, to reflect its new
	status as a part.

	* C/evolution-guide.sgml: Structural alterations: Menuref is now a
	part, not an appendix.

	* C/apx-menuref.sgml: Added contextual menus for mail.

svn path=/trunk/; revision=5140
2000-08-31 14:53:41 +00:00
04865e57d3 Added "quickref and pointers" sections. Props to O'Reilly for the copy of
2000-08-31  Aaron Weber  <aaron@helixcode.com>

	* C/preface.sgml: Added "quickref and pointers" sections. Props to
	  O'Reilly for the copy of Outlook in a Nutshell which gave me the
	  idea.

2000-08-30  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mainwindow.sgml: Minor fixes.

	* C/preface.sgml: Corrected grammar, added glossterms, described
	menuref.

svn path=/trunk/; revision=5136
2000-08-31 06:02:03 +00:00
07052702e4 Redid filter and vFolder assistant descriptions.
2000-08-25  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Redid filter and vFolder assistant
	descriptions.

	* C/fig/filter-new-fig.png: Replaced with new assistant pic.

	* C/fig/filter-assist-fig.png: New file, showing only assistant.


	* C/apx-menuref.sgml: Finished message composer and calendar
	editor menus. Looked at Contact Editor menus and decided to
	document those features after implementation.

svn path=/trunk/; revision=5033
2000-08-25 07:26:52 +00:00
ce8ba94442 Message Composer File and Edit menus.
* C/apx-menuref.sgml: Message Composer File and Edit menus.
----------------------------------------------------------------------

svn path=/trunk/; revision=4998
2000-08-24 04:25:21 +00:00
c3d7a35a9f Added editor sections.
2000-08-23  Aaron Weber  <aaron@helixcode.com>

	* C/apx-menuref.sgml: Added editor sections.

svn path=/trunk/; revision=4979
2000-08-23 06:44:11 +00:00
051e2979b2 Included Menu Reference Appendix.
2000-08-23  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Included Menu Reference Appendix.

2000-08-22  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Minor markup changes.

	* C/apx-menuref.sgml: New File. Menu Reference. Still needs much
	work, but not bad for an evening.

2000-08-21  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Kevin's diff applied, with minor changes.

svn path=/trunk/; revision=4978
2000-08-23 06:10:16 +00:00
bf9f26b773 Added the cal-util library to the documentation framework - Federico
svn path=/trunk/; revision=4839
2000-08-14 23:59:13 +00:00
13263cdb40 Fix make maintainer-clean
svn path=/trunk/; revision=4670
2000-08-09 21:24:40 +00:00
b3d0e151a2 Fixed bugs in validation. Went home to sleep.
2000-08-09  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Fixed bugs in validation. Went home to
	sleep.

svn path=/trunk/; revision=4654
2000-08-09 19:00:27 +00:00
5c56e04195 Redid menubar description.
* C/usage-mainwindow.sgml: Redid menubar description.


	* C/config-prefs.sgml: Added coverage of folder config, requested
	that feature be transferred to config section. Switched to
	variablelist in "Other" config section.

	* C/usage-mail.sgml: Added coverage of right-click on messages,
	threaded-view.

	* C/usage-mainwindow.sgml: Right-click on folder menu reinstated.

svn path=/trunk/; revision=4650
2000-08-09 17:23:10 +00:00
0d99e1d70e New file. Contains contents of "COPYING", but marked up (probably not very
2000-08-05  Aaron Weber  <aaron@helixcode.com>

	* C/apx-gpl.sgml: New file.  Contains contents of "COPYING",
	but marked up (probably not very well, but valid) as docbook
	(SGML).

	* C/evolution-guide.sgml: Subtle change to the legal notice:
	distinguished manual license from software license. Linked to
	apx-gpl.sgml above.

	* C/usage-calendar.sgml: I redid all the usage files.

svn path=/trunk/; revision=4544
2000-08-05 06:34:50 +00:00
1265f5c0b1 Spellchecking, proofing in all .sgml files except FDL and authors.
2000-07-26  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: Spellchecking, proofing in all .sgml
	files except FDL and authors.

svn path=/trunk/; revision=4358
2000-07-26 19:26:26 +00:00
cfa918989a proofing all over.
2000-07-25  Aaron Weber  <aaron@helixcode.com>

	* C/evolution-guide.sgml: proofing all over.

	* C/config-setupassist.sgml: Minor fixes.

	* C/fig/*  Replaced screenshots (Kevin's screenshots).

	* C/apx-fdl.sgml: Appendix C no more!

svn path=/trunk/; revision=4341
2000-07-26 01:06:03 +00:00
31f6fc71f2 Added password remembering/forgetting feature.
2000-07-21  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: Added password remembering/forgetting feature.

	* C/config-prefs.sgml: Mostly moved to variablelists, a few
	language changes.

	* C/config-setupassist.sgml: Minor changes to formatting, wording.

	* C/usage-notes.sgml: Changed trademark references, other minor
	changes.

	* C/usage-calendar.sgml: Minor fixes, added additional calendar
	section, removed references to unimplemented features. Spellcheck,
	prep for 0.3 release.

svn path=/trunk/; revision=4258
2000-07-21 12:21:17 +00:00
fe922f6437 lots of minor fixes to language. added desc. of clahey's cool
2000-07-19  Aaron Weber  <aaron@helixcode.com>

	* C/usage-mail.sgml: lots of minor fixes to language. added
	desc. of clahey's cool button-address thing.

	* C/usage-mainwindow.sgml: fixed itemizedlists, ch. to shortcut
	bar & folder descs, removed refs to trash.

svn path=/trunk/; revision=4219
2000-07-19 14:20:34 +00:00