~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/xdvik/translations.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    "<Key>7:            digit(7)\n"
19
19
    "<Key>8:            digit(8)\n"
20
20
    "<Key>9:            digit(9)\n"
21
 
    "<Motion>:          motion()\n"
22
21
    "Ctrl<Key>]:        pagehistory-delete-forward()\n"
23
22
    "Ctrl<Key>[:        pagehistory-delete-backward()\n"
24
23
/* it seems the following is needed for compatibility with german, french,
157
156
 
158
157
 
159
158
static const char base_mouse_translations[] =
160
 
    "<BtnUp>:release()\n"
161
159
    "Shift<Btn1Down>:   mouse-modes(\"drag(+)\")\n"
162
160
    "Shift<Btn2Down>:   mouse-modes(\"drag(|)\")\n"
163
161
    "Shift<Btn3Down>:   mouse-modes(\"drag(-)\")\n"
167
165
    "<Btn3Down>:        mouse-modes(\"magnifier(*3)\")\n"
168
166
    "<Btn4Down>:        mouse-modes(\"wheel(-0.2)\")\n"
169
167
    "<Btn5Down>:        mouse-modes(\"wheel(0.2)\")\n"
 
168
    "<Btn6Down>:        mouse-modes(\"hwheel(-0.2)\")\n"
 
169
    "<Btn7Down>:        mouse-modes(\"hwheel(0.2)\")\n"
170
170
    "";
171
171
 
172
172