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