]> git.lyx.org Git - lyx.git/blob - src/frontends/ChangeLog
fix indexlist frame
[lyx.git] / src / frontends / ChangeLog
1 2002-09-11  John Levon  <levon@movementarian.org>
2
3         * Painter.C: draw frame after background. This is needed
4           on Qt but not xforms ??
5  
6 2002-09-05  Angus Leeming  <leeming@lyx.org>
7
8         * all files: modify the headers as discussed on the list.
9
10 2002-08-28  André Pönitz <poenitz@gmx.net>
11
12         * WorkArea.h: replace bunch of mouse event handler by 'dispatch' handler
13
14 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
15
16         * Dialogs.h (noncopyable): ws changes only
17
18 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
19
20         * Makefile.am: use $(variables) instead of @substitutions@
21
22 2002-08-15  Angus Leeming  <leeming@lyx.org>
23
24         * Dialogs.[Ch]:
25         * guiapi.[Ch]: the brave new world of Dialog creation.
26
27         * LyXView.C: associated change.
28
29         * Makefile.am: add new file guiapi.C.
30
31 2002-08-13  Angus Leeming  <leeming@lyx.org>
32
33         * DialogBase.h: removed.
34
35         * Dialogs.h: rearrange #includes, forward declarations and some
36         functions. Remove commented out, historical code.
37
38         * Dialogs.[Ch] (showInfo): removed.
39
40         * guiapi.h (gui_ShowInfo): removed.
41
42 2002-08-13  André Pönitz <poenitz@gmx.net>
43
44         * LyXView.[Ch]: new member dispatch();
45
46 2002-08-13  Angus Leeming  <leeming@lyx.org>
47
48         * LyXView.[Ch]:
49         (getLyXFunc, getToolbar, getMenubar, getDialogs, getIntl): all now
50         return a reference not a pointer.
51         (controlcommand_, intl_, autosave_timeout_): employ the
52         const scoped_ptr idiom.
53
54 2002-08-12  Angus Leeming  <leeming@lyx.org>
55
56         * DialogBase.h: no longer derive from boost::signals::trackable.
57
58         * Toolbar.[Ch] (c-tor): no londer passed a Dialogs &.
59
60 2002-08-08  John Levon  <levon@movementarian.org>
61
62         * Toolbar.C:
63
64 2002-08-06  André Poenitz  <poenitz@gmx.net>
65
66         * Screen.C: Honor \show_banner lyxrc setting
67
68 2002-08-04  John Levon  <levon@movementarian.org>
69
70         * LyXView.C: isLyxClean->isClean
71
72 2002-08-02  Edwin Leuven <leuven@fee.uva.nl>
73
74         * Dialogs.[Ch] (updateParagraph): converted back to a signal again.
75
76 2002-08-02  Angus Leeming  <leeming@lyx.org>
77
78         * LyXView.[Ch] (view): now returns shared_ptr<BufferView> const &
79         so that anything wanting to cache the buffer view can do so safely
80         using a boost::weak_ptr.
81
82         * LyXView.h: store bufferview_ as a shared_ptr, not as a scoped_ptr.
83         Spell Bjønnes correctly.
84
85 2002-08-01  John Levon  <levon@movementarian.org>
86
87         * Dialogs.h:
88         * Dialogs.C:
89         * guiapi.h: remove options from spell dialog
90
91 2002-07-30  John Levon  <levon@movementarian.org>
92
93         * lyx_gui.h: add remove_read_callback()
94
95 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
96
97         * lyx_gui.h: add exit()
98
99 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
100
101         * Toolbar.h:
102         * Toolbar.C: remove other unused code
103
104 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
105
106         * Toolbar.h:
107         * Toolbar.C: remove ->push()
108
109 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
110
111         * LyXView.C: use BufferParams::getLyXTextClass
112
113 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
114
115         * LyXView.C: move autosave connect here
116
117 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
118
119         * LyXView.C (updateMenubar): remove code to set different menubars
120
121         * Menubar.C (set): remove
122
123 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
124
125         * LyXView.h:
126         * LyXView.C: use ControlCommandBuffer, related
127           cleanup
128
129         * MiniBuffer.h:
130         * MiniBuffer.C: remove
131
132 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
133
134         * LyXView.h:
135         * LyXView.C:
136         * MiniBuffer.h:
137         * MiniBuffer.C: remove messagePush/Pop, addSet
138
139 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
140
141         * LyXView.h:
142         * LyXView.C: change showState to view_state_changed signal
143
144 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
145
146         * lyx_gui.h: add set_read_callback()
147
148 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
149
150         * lyx_gui.h: remove init_graphics()
151
152 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
153
154         * Toolbar.h:
155         * Toolbar.C: remove unused (de)activate()
156
157 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
158
159         * Makefile.am:
160         * font_loader.h: remove
161
162         * lyx_gui.h: add update_fonts(), font_available()
163
164 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
165
166         * lyx_gui.h: add update_color
167
168 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
169
170         * Painter.C:
171         * Painter.h: make frame/background painting optional
172           for rectText
173
174 2002-07-05  Angus Leeming  <leeming@lyx.org>
175
176         * lyx_gui.h (hexname): new function.
177
178 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
179
180         * screen.C (SplashScreen): we change
181         (topCursorVisible): ws change
182         (greyOut): divide by 2 instead of multiplying with 0.5
183
184 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
185
186         * Dialogs.h: remove static from redrawGUI and
187         toggleTooltips.
188
189 2002-06-28  Angus Leeming  <leeming@lyx.org>
190
191         * Painter.h:
192         * screen.C: changes associated with the name change grfx::GImage ->
193         grfx::Image.
194
195 2002-06-26  Angus Leeming  <leeming@lyx.org>
196
197         * screen.C: moved the image loading stuff into a new class grfx::Loader.
198         Simplifies this file enormously.
199
200 2002-06-25  Angus Leeming  <leeming@lyx.org>
201
202         * screen.C: add a SplashScreen class to load up the pixmap once again.
203
204 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
205
206         * LyXView.C: layout as layout
207
208 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
209
210         * screen.C: add FIXME
211
212 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
213
214         * WorkArea.h: remove redraw()
215
216 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
217
218         * guiapi.h:
219         * Dialogs.h:
220         * Dialogs.C: createIndex() doesn't take string
221
222 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
223
224         * WorkArea.h: remove unused resize(..) and change name
225
226 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
227
228         * LyXKeySym.h:
229         * LyXKeySym.C: remove un-needed file
230
231         * WorkArea.h:
232         * WorkArea.C: remove un-needed file. Add back
233           comments. Remove focus management, greyOut()
234
235 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
236
237         * WorkArea.h: remove focus/unfocus events
238
239 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
240
241         * WorkArea.h: remove unused methods
242
243 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
244
245         * Toolbar.C: add missing header
246
247 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
248
249         * WorkArea.h: remove unused method width()
250
251 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
252
253         * add a nother layer of inderection for calling gui specific
254         methods.
255         * guiapi.h: new file
256
257 2002-06-16    <alstrup@diku.dk>
258
259         * WorkArea.C: New file for GUII.
260
261         * WorkAreaFactory.h: New file for GUII.
262
263         * WorkArea.h: GUII stuff.
264
265 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
266
267         * LyXKeySymFactory.h: Added GUII factory for LyXKeySyms.
268
269         * LyXKeySym.[Ch]: Made the LyXKeySym class GUII.
270
271         * LyXKeySym.[Ch]: new LyXKeySym class for representing a
272         keypress. For now, X11 dependent.
273
274         * Makefile.am: Added LyXKeySym.
275
276 2002-06-14  Lyx Development team  <lyx@electronia>
277
278         * LyXScreenFactory.h: New factory for creating the screen
279         object in the super GUII way.
280
281         * screen.h: Made LyXScreen an abstract base class for the
282         screen object.
283
284         * LyXView.h: Moved last_textclass_ member to Toolbar.C where it
285         belongs.
286
287 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
288
289         * Painter.h:
290         * Painter.C: s/PainterBase/Painter, remove dead code
291
292 2002-06-12  Angus Leeming  <leeming@lyx.org>
293
294         * lyx_gui.h: remove trailing semi-colon after the brace closing
295         the namespace.
296
297 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
298
299         * LyXView.h: cleanup
300
301         * LyXView.C: move init() here from xforms/
302
303 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
304
305         * screen.h:
306         * screen.C: change topCursorVisible() prototype
307
308 2002-06-12  Angus Leeming  <leeming@lyx.org>
309
310         * font_metrics.h: remove trailing semi-colon after the brace closing
311         the namespace.
312
313 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
314
315         * GUIRunTime.h: remove in favour of ...
316
317         * Makefile.am:
318         * lyx_gui.h: ... namespace for GUI start up
319
320         * LyXView.h: remove init(),show(),setPosition()
321
322 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
323
324         * Menubar.C:
325         * Timeout.h:
326         * Toolbar.C:
327         * LyXView.h:
328         * LyXView.C: some cleanup, prefer scoped_ptr
329
330 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
331
332         * screen.C:
333         * Painter.C: use workHeight()
334
335         * WorkArea.h: remove confusing duplicate unused code
336
337 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
338
339         * screen.h:
340         * screen.C: rename, add reset()
341
342 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
343
344         * font_metrics.h: move X-specific stuff out of namespace
345
346 2002-06-07  Angus Leeming  <leeming@lyx.org>
347
348         Fixes needed to compile with Compaq cxx 6.5.
349         * Alert.C: all c-library variables have been moved into namespace std.
350         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
351
352         * Toolbar.h (Pimpl): type definition made public.
353
354 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
355
356         * Alert.h: better variable name
357
358 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
359
360         * switch from SigC signals to boost::signals
361
362 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
363
364         * Makefile.am:
365         * WorkArea.h:
366         * WorkArea.C: move to xforms/ for better diff
367
368 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
369
370         * key_state.h:
371         * mouse_state.h: add
372
373         * Makefile.am:
374         * WorkArea.h:
375         * WorkArea.C: use above
376
377 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
378
379         * Makefile.am:
380         * font_loader.h: placeholder
381
382         * screen.C: use placeholder
383
384 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
385
386         * Makefile.am:
387         * font_metrics.h: add placeholder
388
389         * Painter.C:
390         * screen.C: use placeholder
391
392 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
393
394         * WorkArea.h:
395         * WorkArea.C:
396         * Makefile.am: move here
397
398         * screen.h:
399         * screen.C: move here
400
401 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
402
403         * Liason.C:
404         * LyXView.h:
405         * LyXView.C:
406         * Makefile.am: move LyXView here
407
408 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
409
410         * Makefile.am:
411         * Painter.h:
412         * Painter.C: add PainterBase here
413
414 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
415
416         * Dialogs.h: use more specific smart_ptr header
417
418 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
419
420         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
421         (EXTRA_DIST): delete
422         (dist-hook): delete
423         (distclean-local): delete
424
425 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
426
427         * Makefile.am: make distcheck work
428         (distclean-local): handle distclean of non-built frontends better.
429
430 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
431
432         * most files: ws cleanup
433
434         * Makefile.am: remove ld -r stuff
435
436 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
437
438         * Makefile.am: special rules if partial linking
439
440 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
441
442         * doxygen fixes.
443
444 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
445
446         * Dialogs.[Ch]: add static signal toggleTooltips and
447         static method tooltipsEnabled.
448
449 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
450
451         * Dialogs.h:
452         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
453
454 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
455
456         * Toolbar.[Ch] (setLayout): layout as string
457
458 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
459
460         * Dialogs.h (initialiseGraphics): a new static method.
461
462 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
463
464         * Makefile.am: don't compile support as LyXImage is now dead.
465
466 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
467
468         * Makefile.am: better dep. tracking from controllers and xforms
469
470 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
471
472         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
473         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
474         Rearrange #includes in Lars' approved fashion.
475
476         * Timeout.[Ch] (running): new method.
477         (default c-tor): removed.
478
479         * Dialogs.h: added a new signal, showForks.
480
481 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
482
483         * Liason.C:
484         change Systemcalls::System to Systemcalls::Wait and
485         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
486         No change of functionality, just reflects the stripped down Systemcalls
487         class.
488
489 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
490
491         * Liason.C (printBuffer): use Buffer::filePath
492
493 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
494
495         * Timeout.h:
496         * FileDialog.h: do not include <config.h> in header files.
497
498 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
499
500         * Alert.h: remove spurious semi-colon at the end of the namespace
501         scope.
502
503 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
504
505         * Makefile.am:
506         * Alert.h:
507         * Alert.C:
508         * Alert_pimpl.h: alerts etc.
509
510 2001-10-09  Herbert Voss  <voss@perce.de>
511
512         * Dialogs.h: added showFile and showTexinfo signals.
513
514 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
515
516         * Dialogs.h (showSplash, destroySplash, splash_): removed.
517
518         * Dialogs.C (destroySplash): removed.
519
520 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
521
522         * GUIRunTime.h: initApplication() should take a & to argc
523
524 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
525
526         * Liason.C: IsDirWriteable changed
527
528 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
529
530         * Liason.C: #include LAssert.h
531
532 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
533
534         * Dialogs.h: add showThesaurus
535
536 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
537
538         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
539
540 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
541
542         * Dialogs.h: added showSpellchecker
543
544 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
545
546         * GUIRunTime.h: (x11Display):
547         (x11Screen):
548         (x11Colormap):
549         (x11VisualDepth): new methods
550
551 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
552
553         * GUIRunTime.h: add createMainView
554
555 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
556
557         * Dialogs.h: add showSpellcheckerPreferences
558
559 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
560
561         * Makefile.am: remove kde frontend
562
563 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
564
565         * Dialogs.h: removed unused signal showCharacter.
566         Renamed signals showLayoutDocument -> showDocument,
567         showLayoutParagraph -> showParagraph,
568         showLayoutCharacter -> showCharacter.
569         Added signal updateParagraph.
570         Rearranged signals in some sort of alphabetical order again.
571
572 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
573
574         * FileDialog.h:
575         * Timeout.h: added // -*- C++ -*- as first line.
576
577 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
578
579         * Makefile.am: make the dependencies work for the sub libs.
580
581 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
582
583         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
584         libs here.
585
586 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
587
588         * Makefile.am: make controllers subdir before xforms.
589
590         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
591
592         * Dialogs.C: new file, instantiating the add, destroySplash methods.
593
594 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
595
596         * Liason.[Ch] (setMinibuffer): change second arg to string
597
598         * Dialogs.h: inherit privately from noncopyable
599
600 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
601
602         * Dialogs.h: s/popup/dialog/
603
604 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
605
606         * Liason.C (printBuffer): do not forget file name
607         when printing with empty print_spool_command.
608
609 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
610
611         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
612         are now stored in the controllers dir.
613
614 2001-03-16  Juergen Vigna  <jug@sad.it>
615
616         * Dialogs.h (noncopyable): added minipage signals.
617
618 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
619
620         * several files: remove CXX_WORKING_NAMESPACES
621
622         * ButtonPolicies.h: noncopyable is in namespace boost
623         * Dialogs.h (noncopyable): ditto
624         * DialogBase.h (noncopyable): ditto
625
626 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
627
628         * Merging changes from BRANCH_MVC back into HEAD.
629
630         * Makefile.am: added controllers to SUBDIRS.
631         removed ButtonPolicies.[Ch]. Now in controllers.
632
633         * DialogBase.h: commented out abstract method show().
634
635         * Dialogs.h: The dialogs are now stored as a
636         std::vector<boost::shared_ptr<DialogBase> >.
637         Removed using directives.
638         (d-tor) removed.
639         (add): new helper method. Makes code in c-tor a little tidier.
640         (destroySplash): Moved out of xforms implementation.
641
642         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
643
644 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
645
646         * Dialogs.h: add showMathPanel signal
647
648 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
649
650         * Dialogs.h: add showExternal signal
651
652 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
653
654         * Dialogs.h: add pointer to splash form
655
656         * GUIRunTime.h: minor cleanup
657
658 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
659
660         * Dialogs.h: remove createInclude
661
662 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
663
664         * Makefile.am
665         * FileDialog.h: new GUII FileDialog
666
667 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
668
669         * Dialogs.h: setUserFreeFont, showLayoutCharacter
670
671 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
672
673         * DialogBase.h: derived from noncopyable, rather than deriving
674         xforms/FormBase from it.
675
676 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
677
678         * DialogBase.C: add close(), non-pure. This is
679           useful for logdlg.C in the KDE frontend.
680
681         * Dialogs.h: splash, include, and bib forms
682
683 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
684
685         * ButtonPolicies.C:
686         * ButtonPolicies.h: and remove OkViewPolicy,
687           it's a duplicate of IgnorantPolicy
688
689         * Makefile.am:
690         * Timeout.C:
691         * Timeout.h: add GUI-I Timeout class
692
693 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
694
695         * ButtonPolicies.C:
696         * ButtonPolicies.h: add OkViewPolicy
697
698         * src/frontends/Dialogs.h: add showVCLogFile signal
699
700 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
701
702         * Makefile.am: add qt2 frontend