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