~ubuntu-branches/ubuntu/quantal/sawfish/quantal

« back to all changes in this revision

Viewing changes to po/sawfish-xgettext

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2009-05-02 15:03:53 UTC
  • mfrom: (1.2.9 upstream) (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090502150353-36w2jyk0si2s0tqa
Tags: 1:1.3.5.2-1
* New Upstream Release. Adds assorted bugfixes and updates from community
  reviewed patches and updates the build infrastructure to the new
  librep and rep-gtk releases.

  - theme/Crux/theme.jl: Added two new button layouts:
    Complete and Complete-Inverse (Closes: #101164).

  - debian/patches/integration.jl, debian/patches/menus.jl,
    debian/patches/sawfish-menus.jl have been integrated upstream.

  - config.h.in cherry picked from upstream 5b22f0c28 to define some macros.

* debian/control: Bump build depends on librep and rep-gtk and add libtool.
* Expand package descriptions.
* sawfish-dbg is Section: debug and Recommends: sawfish-lisp-source.
* Update debian/watch for the new upstream tarball names.
* Remove unused quilt version lintian override.
* Bump Standards-Version to 3.8.1. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
(define (exit n) (throw 'quit n))
30
30
 
31
 
 
32
31
;; random hackery
33
32
 
34
33
;; from sawfish.ui.widgets.match-window
57
56
           (aset name 0 (char-upcase (aref name 0)))
58
57
           name))))
59
58
 
60
 
 
61
59
;; helper function that groks sawfish specific forms
62
60
 
63
61
(define (get-key key args) (and (listp args) (memq key args)))
143
141
 
144
142
    (t (scan-list form))))
145
143
 
146
 
 
147
144
;; entry point
148
145
 
149
146
(when (get-command-line-option "--help")