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