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