~ubuntu-branches/ubuntu/trusty/topal/trusty

« back to all changes in this revision

Viewing changes to echo.ads

  • Committer: Bazaar Package Importer
  • Author(s): Phil Brooke
  • Date: 2011-07-04 12:25:03 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110704122503-sxyon0imhkllayz2
Tags: 74-1
* New upstream release.
* Bump standards-version to 3.9.2.
* Upstream documentation changes:
   * No longer need weblint.
   * Uses some texlive packages instead.
   * Remove LaTeX aux files in clean target.
   * Updated debian/docs.
   * Rename and convert Changelog.html to text.
* Added build-arch and build-indep targets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- Topal: GPG/GnuPG and Alpine/Pine integration
 
2
-- Copyright (C) 2001--2011  Phillip J. Brooke
2
3
--
3
4
-- This program is free software: you can redistribute it and/or modify
4
5
-- it under the terms of the GNU General Public License version 3 as
20
20
   procedure Set_Echo;
21
21
 
22
22
   procedure Clear_Echo;
 
23
   
 
24
   procedure Save_Terminal;
 
25
   
 
26
   procedure Restore_Terminal;
23
27
 
24
28
end Echo;