~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to doc/scripting/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2009-09-27 15:08:28 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927150828-6sded0d8od2mqsvp
Tags: 0.60.5-1
* New upstream version (closes: 548531)
  * Change to using pickle instead of cPickle due to a bug in the latter 
  * Bring in changes to common modules needed for GTK version
  * Fix design flaw in pickle error trapping code
  * Fix <enter> not being sent at the end of unicode char entry
  * Fix service crashing when undoing an expansion with backspace
  * Use Phrase instead of Script in some nogui functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
 
3
          "DTD/xhtml1-frameset.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title> API Documentation </title>
 
7
</head>
 
8
<frameset cols="20%,80%">
 
9
  <frameset rows="30%,70%">
 
10
    <frame src="toc.html" name="moduleListFrame"
 
11
           id="moduleListFrame" />
 
12
    <frame src="toc-everything.html" name="moduleFrame"
 
13
           id="moduleFrame" />
 
14
  </frameset>
 
15
  <frame src="lib.scripting-module.html" name="mainFrame" id="mainFrame" />
 
16
</frameset>
 
17
</html>