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