~ubuntu-branches/ubuntu/karmic/empathy/karmic-updates

« back to all changes in this revision

Viewing changes to help/ca/start-conversation.page

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Ken VanDine, Iain Lane
  • Date: 2009-09-22 00:19:48 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922001948-q2s61hqkc439mmid
Tags: 2.28.0-0ubuntu1
[ Ken VanDine ]
* debian/patches/20_libindicate.patch:
  - Updated patch to set "draw-attention" (LP: #433999) 
  - Updated patch to set the avatar in the indicator (LP: #434209)

[ Iain Lane ]
*  New upstream release 2.28.0 (LP: #434264)
 - Empathy theme doesn't work (and opens a folder in Nautilus!)
 - icq accounts import from pidgin not working
 - Invalid read when terminating an audio call
 - Room auto-connect doesn't work
 - using *_run_* calls prevents quitting Empathy
 - Chat windows don't show when we are reconnected
 - Use GOptionContext to parse options
 - Empathy misbehaviour
 - Empathy forgets IRC bookmarks
 - Empathy 2.27.92 fails to build
 - asserts in empathy_idle_set_presence() after suspend/resume
 - empathy crashed with SIGSEGV in empathy_account_settings_get_uint32() (Guillaume Desmottes)
 - cannot add yahoo account (Frédéric Péters)
 - Empathy crashing with CSW (Danielle Madeley)
 - empathy crashed with SIGSEGV in empathy_audio_sink_set_volume() (LP: #427579)
 - empathy crashed with SIGSEGV in tp_contact_list_got_added_members_cb()
 - Doesn't respawn existing channel when trying to reopen it
 - crash when dragging user from roster to MUC window
 - Pasting text into a disconnected chat window crashes (Cosimo Cecchi)
 - EmpathyIdle should wait for account manager to be ready
 - double click on a contact should raise the window
* debian/patches/20_libindicate.patch: Update for new code
* debian/patches/99_autoconf.patch: Refresh (autoreconf -f -i -s) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="start-conversation">
3
 
 
4
 
  <info>
5
 
    <link type="guide" xref="index#audio-video"/>
6
 
    <link type="guide" xref="index#text-conv"/>
7
 
    <link type="seealso" xref="add-contact"/>
8
 
    <desc>General method to start a conversation.</desc>
9
 
    <revision pkgversion="2.28" version="0.1" date="2009-08-14" status="review"/>
10
 
    <credit type="author">
11
 
      <name>Milo Casagrande</name>
12
 
      <email>milo@ubuntu.com</email>
13
 
    </credit>
14
 
    <copyright>
15
 
      <year>2009</year>
16
 
      <name>GNOME Documentation Project</name>
17
 
    </copyright>
18
 
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
19
 
  </info>
20
 
 
21
 
  <title>Start a conversation</title>
22
 
 
23
 
  <steps>
24
 
    <item>
25
 
      <p>
26
 
        From the <gui>Contact List</gui> window, perform one of the following:
27
 
      </p>
28
 
      <list>
29
 
        <item>
30
 
          <p>
31
 
            Choose <guiseq><gui>Chat</gui><gui>New conversation</gui></guiseq>.
32
 
          </p>
33
 
        </item>
34
 
        <item>
35
 
          <p>
36
 
            Press <keyseq><key>Ctrl</key><key>N</key></keyseq>.
37
 
          </p>
38
 
        </item>
39
 
      </list>
40
 
    </item>
41
 
    <item>
42
 
      <p>
43
 
        From the <gui>Account</gui> drop-down list, select the account you want to
44
 
         use for the conversation.
45
 
      </p>
46
 
      <p>
47
 
        This one is one of your accounts.
48
 
      </p>
49
 
    </item>
50
 
    <item>
51
 
      <p>
52
 
        In the <gui>Contact ID</gui> text box, type the identifier of the contact you want to
53
 
         have a conversation with.
54
 
      </p>
55
 
      <p>
56
 
        You have to enter the identifier as it has been inserted when adding a new contact to
57
 
         your contact list. If you are trying to start a conversation using one of your IRC
58
 
         accounts or a SIP account, you have to enter the exact nickname or the
59
 
         exact SIP address of the contact.
60
 
      </p>
61
 
    </item>
62
 
    <item>
63
 
      <p>
64
 
        To start a text conversation, click on <gui>Chat</gui>; to start
65
 
         an audio conversation, click on <gui>Call</gui>.
66
 
      </p>
67
 
    </item>
68
 
  </steps>
69
 
 
70
 
</page>