]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
Reorganised, cleaned-up and improved documentation of controllers.
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * FormCopyright.[Ch]:
4         * forms/form_copyright.fd: implemented controller-view split.
5
6         * FormCredits.[Ch]:
7         * forms/form_credits.fd: implemented controller-view split.
8
9         * Dialogs.C: associated changes.
10
11         * xforms_helpers.C (formatted): improved the function so that it now
12         repects '\n' characters in the input string. Ie, the user can now
13         specify line breaks explicitly.
14
15 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
16
17         * FormCharacter.[Ch]:
18         * forms/form_character.fd: implemented controller-view split.
19
20         * Dialogs.C: associated changes.
21
22         * FormBase.C (input): changed return to SMI_VALID.
23
24         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
25         any surrounding whitespace.
26
27 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
28
29         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
30         SMI_NOOP.
31         (FormBase2): split into two template classes, FormDB (DialogBase) and
32         FormCB (ControllerBase) for greater flexibility.
33
34         * FormBibitem.[Ch]:
35         * FormBibtex.[Ch]:
36         * FormCitation.[Ch]: associated changes.
37
38         * FormBrowser.[Ch]:
39         * FormLog.[Ch]:
40         * FormVCLog.[Ch]:
41         * forms/form_browser.fd: implemented controller-view split.
42
43         * Dialogs.C: associated changes.
44
45 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
46
47         * FormBibtex.[Ch]:
48         * forms/form_bibtex.fd: implemented controller-view split.
49
50         * Dialogs.C: associated changes.
51
52 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
53
54         * FormBaseDeprecated.[Ch]: rename title as title_.
55         
56         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
57         with limited functionality. It got lost in the MVC merge.
58
59         * FormBaseDeprecated.C:
60         * FormBase.C (show): moved initialisation of minw_, minh_ here.
61
62         * FormBibitem.C (build):
63         * FormBibtex.C (build):
64         * FormBrowser.C (build):
65         * FormCharacter.C (build):
66         * FormCitation.C (build):
67         * FormCopyright.C (build):
68         * FormCredits.C (build):
69         * FormDocument.C (build):
70         * FormError.C (build):
71         * FormExternal.C (build):
72         * FormGraphics.C (build):
73         * FormInclude.C (build):
74         * FormIndex.C (build):
75         * FormMinipage.C (build):
76         * FormParagraph.C (build):
77         * FormPreamble.C (build):
78         * FormPreferences.C (build):
79         * FormPrint.C (build):
80         * FormRef.C (build):
81         * FormSearch.C (build):
82         * FormTabular.C (build):
83         * FormTabularCreate.C (build):
84         * FormToc.C (build):
85         * FormUrl.C (build): removed initialisation of minw_, minh_.
86         
87         * The Maths Panel stuff no longer causes a crash on exit from LyX.
88
89         * FormMaths.[Ch]:
90         * forms/form_maths.fd: removed.
91
92         * forms/form_maths_delim.fd:
93         * forms/form_maths_deco.fd:
94         * forms/form_maths_matrix.fd:
95         * forms/form_maths_space.fd:
96         * forms/form_maths_panel.fd: new files.
97         Split contents of form_maths.fd into 5 new files, one for each form.
98
99         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
100         class FormMathsBitmap in FormMathsBitmap.[Ch].
101
102         * FormMathsPanel.[Ch]:
103         * FormMathsBitmap.[Ch]:
104         * FormMathsDeco.[Ch]:
105         * FormMathsDelim.[Ch]:
106         * FormMathsMatrix.[Ch]:
107         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
108         one for each popup. Rewrite so that all the new classes are derived from
109         FormBaseBD. Clean up the logic in the process (I hope!).
110
111         * Makefile.am: added new fils, removed redundant ones.
112
113 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
114
115         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
116         (showInset): ditto
117         (updateInset): ditto
118
119 2001-03-16  Juergen Vigna  <jug@sad.it>
120
121         * Dialogs.C (Dialogs): create minipage options dialog.
122
123         * forms/form_minipage.fd: 
124         * form_minipage.C: 
125         * form_minipage.h: 
126         * FormMinipage.C: 
127         * FormMinipage.h: new files for the minipage options dialog.
128
129 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
130
131         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
132         callback methods.
133
134         * forms/form_maths.fd: change C_FormBaseCancelCB to
135         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
136
137 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
138
139         * FormMaths.C: quash warnings
140
141 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
144         compatibility. 
145
146 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
147
148         * Form_various.h: cleaned up #includes and forward declarations.
149
150         * Form_various.C: added "using SigC::slot" declaration.
151
152         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
153
154         * FormDocument.C (CheckChoiceClass): removed string tct as the
155         compiler warned that it was defined but never used.
156         removed USE_CLASS_COMBO.
157
158 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
159
160         * Dialogs.C:
161         * FormMaths.h:
162         * FormMaths.C:
163         * MathsSymbols.h:
164         * MathsSymbols.C:
165         * Makefile.am:
166         * Toolbar_pimpl.C:
167         * form_*.C:
168         * forms/makefile:
169         * forms/form_maths.fd:
170         * forms/fdfixc.sed:
171         * forms/fdfix.sh: add maths panel
172
173         * bmtable.h:
174         * bmtable.c: moved from src/
175
176 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
177
178         * FormParagraph.h: NO_PEXTRA
179         * FormParagraph.C (input): NO_PEXTRA
180
181 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
182
183         * several files: remove CXX_WORKING_NAMESPACES
184
185 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
186
187         * Merging changes from BRANCH_MVC back into HEAD.
188
189 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
190
191         * Dialogs.C (c-tor): Changes associated with storing a vector of
192         boost::shared_ptrs.
193         Use MVC Bibitem popup.
194
195         * FormBase.h: add a new template class FormBase2, derived from FormBase
196         to make life creating MVC popups even easier ;-)
197
198         * FormBibitem.[Ch]:
199         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
200         Proof that a simple popup should be easy to implement!
201
202         * FormCitation.[Ch]: now derived from FormBase2.
203
204         * FormToc.C: added using std::vector directive.
205
206 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
207
208         * FormSearch.C: Add missing #pragma
209
210 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
211
212         * FormCitation.C:
213         * forms/form_citation.fd: added the ability to Search, both Simply and
214         for Regular Expressions. Use the Search code in the controller() to do
215         the actual searching.
216
217 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
218
219         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
220         * forms/makefile: added form_credits.fd
221         
222         * Dialogs.C: added FormCredits and removed ShowCredits.
223         
224         * FormCredits.[Ch]:
225         * forms/form_credits.fd:
226         * forms/form_search.fd: ported to the MVC way.
227         
228 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
229
230         * xforms_helpers.h (formatted): now has default arguments for size and
231         style.
232
233         * FormCitation.[Ch]: moved code out of this class and into
234         ControlCitation and associated helper funcs.
235         
236 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
237
238         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
239         ButtonController::valid() to check state of input. The buttons are
240         now controlled correctly.
241
242         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
243
244 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
245
246         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
247
248         * FormBase.[Ch]: rename title as title_.
249
250 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
251
252         * FormBase.C (c-tor): initialise variables in correct order.
253
254         * FormCitation.C: add #include <algorithm>
255
256 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
257
258         * xformsBC.[Ch]: Changes associated with the changes to
259         controllers/ButtonController.[Ch]. Ie, the class is now derived from
260         ButtonControllerBase and the ButtonPolicy is accessed through a method
261         bp() rather than the instance bp_.
262
263         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
264         rather use a pure virtual method bc() to access the controller
265         instantiated by the daughter classes.
266
267         * F*.[Ch]: changes associated with the above.
268
269 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
270
271         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
272
273         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
274
275 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
276
277         * ButtonController.[Ch]: deleted. The class is split into two
278         (with identical functionality), the code being found in
279         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
280
281         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
282         ButtonController class.
283
284         * FormBase.[Ch]: changes associated with the above split.
285
286         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
287         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
288         controlling all interaction to/from the LyX kernel.
289
290         * FormCitation.[Ch]:
291         * forms/form_citation.fd: An xforms-specific implementation of the
292         Citation dialog, controlled by the GUI-I ControlCitation.
293
294         * Dialogs.C: Use the controlled Citation dialog.
295
296 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
297
298         * Makefile.am:
299         * combox.h:
300         * combox.C: moved from src/
301
302 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
303
304         * forms/fdfix.sh:
305         * forms/form_filedialog.C.patch: I hate having to make these patches,
306         but on reflection I think it's probably better than hacking fdfix.sh.
307
308 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
309
310         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
311
312 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
313
314         * FormGraphics.C: remove unnecessary hack
315
316 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
317
318         * FormCitation.C (apply): Do not put space between multiple keys.
319
320 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
321
322         * Menubar_pimpl.C (add_toc): Remove debug message.
323
324 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
325
326         * Makefile.am:
327         * Dialogs.C:
328         * FormExternal.C:
329         * FormExternal.h:
330         * form_external.C:
331         * form_external.h:
332         * xforms/forms/makefile:
333         * forms/form_external.fd: add FormExternal
334
335 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
336
337         * Dialogs.C: add destroySplash()
338
339         * form_splash.h:
340         * form_splash.C:
341         * forms/form_splash.fd:
342         * FormSplash.h:
343         * FormSplash.C: make independent of FormBase, tidy
344         
345         * Menubar_pimpl.C: destroy splash on interaction
346
347 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
348
349         * FormInclude.h:
350         * FormInclude.C:
351         * form_include.h:
352         * form_include.C:
353         * forms/form_include.fd: rework, clean up
354
355 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
356
357         * FormToc.h: use Buffer::typedef
358
359         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
360         * FormToc.C (build): ditto
361         (updateToc): ditto
362
363 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
364
365         * FormToc.C (build): implement for dynamic number of lists
366         (updateToc): ditto
367         * Menubar_pimpl.C (add_toc): ditto
368
369 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
370
371         * added credits:
372         * Dialogs.C:
373         * Makefile.am:
374         * FormCredits.[Ch]:
375         * form_credits.[Ch]:
376         * forms/form_credits.fd:
377
378 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
379
380         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
381         make ButtonList contain boost::shared_ptr<ItemInfo>
382
383         * Menubar_pimpl.C (~Pimpl): remove destructor 
384
385 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
386
387         * Makefile.am:
388         * FileDialog.C:
389         * FormFiledialog.C:
390         * FormFiledialog.h:
391         * form_filedialog.C:
392         * form_filedialog.h:
393         * FormGraphics.C:
394         * FormInclude.C:
395         * FormPreferences.C:
396         * FormPrint.C:
397         * xforms_helpers.C:
398         * xforms_helpers.h:
399         * forms/fdfix.sh:
400         * forms/makefile:
401         * form/form_filedialog.fd: add File Dialog
402         * Toolbar_pimpl.h:
403         * Toolbar_pimpl.C: move LayoutsCB to here
404
405 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
406
407         * FormParagraph.C: changes because of ParagraphParameters.
408
409 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
410
411         * FormSearch.C (Replace): remove default argument
412         (Find): ditto
413
414 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
415
416         * added find/replace dialog:
417         * FormSearch.*: added
418         * form_search.*: added
419         * forms/form_search.fd: added
420
421 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
422
423         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
424
425         * various: in a rush of delayed guilt, I've renamed all instances of
426         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
427         finally sprouted.
428
429         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
430         activate/deactivate an FL_OBJECT.
431
432         * FormCitation.C:
433         * FormDocument.C:
434         * FormInclude.C:
435         * FormParagraph.C:
436         * FormPreamble.C:
437         * FormPreferences.C:
438         * FormRef.C:
439         * FormTabular.C: used it.
440
441 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
442
443         * FormPreferences.C: removed three unused using directives.
444
445 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
446
447         * added find/replace dialog:
448         * FormSearch.*: added
449         * form_search.*: added
450         * forms/form_search.fd: added
451
452 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
453
454         * FormRef.C: Fixed the behaviour of Goto-Ref.
455
456 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
457
458         * forms/makefile: added character and preamble dialogs
459
460 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
461
462         * FormCharacter.C (FormCharacter): change order of deletion,
463         change combo_language2 to combo_language2_
464
465 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
466
467         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
468
469 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
470
471         * Dialogs.C: added layoutcharacter
472         * FormCharacter.C: added
473         * FormCharacter.h: added
474         * form_character.C: added
475         * form_character.h: added
476         * forms/form_character.fd: added
477                
478 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
479  
480         * FormPreferences.C: Handle lyxrc.language_use_babel and
481         lyxrc.language_global_options.
482
483 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
484
485         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
486
487 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
488
489         * FormBase.C: no longer transient dialogs, XMapWindow()
490           in attempt to de-iconify
491
492         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
493
494 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
495
496         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
497         if using custom paper size/margin.
498
499 2001-02-21  Allan Rae  <rae@lyx.org>
500
501         * forms/form_preferences.fd: larger, bold font for outer tabfolder
502
503 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
504
505         * src/frontends/xforms/Dialogs.C: added preamble
506         * src/frontends/xforms/FormPreamble.C: added
507         * src/frontends/xforms/FormPreamble.h: added
508         * src/frontends/xforms/Makefile.am: added
509         * src/frontends/xforms/form_preamble.C: added
510         * src/frontends/xforms/form_preamble.h: added
511         * src/frontends/xforms/form_preamble.fd: added
512
513 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
514
515         * FormBase.h: moved noncopyable derivation to DialogBase.
516
517 2001-02-19  Juergen Vigna  <jug@sad.it>
518
519         * FormTabular.C (build): make all input field accepted only after
520         a "RETURN".
521
522         * forms/form_tabular.fd: removed default "Return" on Close-Button.
523
524 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
525
526         * FormError.C:
527         * FormGraphics.C:
528         * FormInset.C (showInset): change associated with name change
529         inset::hide to inset::hideDialog.
530
531 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
532
533         * FormCitation.C (build): altering "Text after" now activates the Ok,
534         Apply buttons.
535
536 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
537
538         * FormCitation.C: lots of white-space changes to make file consistent
539         with LyX style.
540         (input): use the FL_OBJECT * parameter to decide what to do, not the
541         long parameter.
542
543         * FormCitation.h: removed most entries in enum.
544
545         * forms/form_citation.fd: change names of variables, consistent with
546         Allan's naming scheme.
547         Don't pass any particular arguments to the InputCB function.
548         choice_style now triggers a callback and looks like other choices.
549
550 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
551
552         * other: use compare instead of strcmp/strncmp
553
554 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
555
556         * ButtonController.[Ch]: changed trigger_change_ vector and associated
557         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
558         callback to InputCB() but don't trigger a change in the state of the
559         Ok, Apply buttons are much rarer than those that do.
560
561         * FormCitation.C (build): associated change.
562
563 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
564
565         * ButtonController.C: include algorithm
566
567 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
568
569         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
570         new methods.
571         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
572         the vector of FL_OBJECT *s that can trigger a change in the button state
573         is not empty, then a change of state will occur only if the FL_OBJECT *
574         is present in this vector.
575
576         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
577         the user to deactivate specific fields within restore().
578         (InputCB): pass the FL_OBJECT * to bc_.valid().
579
580         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
581         trigger a change of state in the Ok,Apply buttons.
582         (update): bc_.readOnly() to the start of the method. Similar reasoning
583         to that for FormBase::RestoreCB, above.
584
585 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
586
587         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
588         IgnorantPolicy.
589
590         * forms/form_browser.fd:
591         * forms/form_copyright.fd:
592         * forms/form_error.fd:
593         * forms/form_tabular.fd:
594         * forms/form_toc.fd:
595         Consistent shortcuts for Close button: Esc and Return only.
596
597         * forms/form_citation.fd:
598         * forms/form_document.fd:
599         * forms/form_index.fd:
600         * forms/form_paragraph.fd:
601         * forms/form_preferences.fd:
602         * forms/form_print.fd:
603         * forms/form_ref.fd:
604         * forms/form_tabular_create.fd:
605         * forms/form_url.fd:
606         Consistent shortcut for Cancel button: Esc only.
607
608 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
609
610         * Dialogs.C: new Splash. Include, Bibitem/tex
611
612         * FormBase.h: make show() virtual for Splash's benefit
613
614         * Makefile.am:
615         * forms/makefile:
616         * FormBibitem.C:
617         * FormBibitem.h:
618         * FormBibtex.C:
619         * FormBibtex.h:
620         * form_bibitem.C:
621         * form_bibitem.h:
622         * form_bibtex.C:
623         * form_bibtex.h:
624         * forms/form_bibitem.fd:
625         * forms/form_bibtex.fd:
626         * FormInclude.C:
627         * FormInclude.h:
628         * form_include.C:
629         * form_include.h:
630         * forms/form_include.fd:
631         * FormSplash.C:
632         * FormSplash.h:
633         * form_splash.C:
634         * form_splash.h:
635         * forms/form_splash.fd: new forms
636
637 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
638
639         * FormLog.C: handle Literate build log nicely
640
641 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
642
643         * Menubar_pimpl.C: remove support for reference menuitem type.
644
645 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
646
647         * Makefile.am:
648         * Timeout_pimpl.h:
649         * Timeout_pimpl.C: add Timeout implementation
650
651 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
652
653         * form_browser.h:
654         * form_browser.C:
655         * forms/form_browser.fd:
656         * forms/makefile:
657         * FormBrowser.C:
658         * FormBrowser.h: readonly browser form
659
660         * FormLog.C:
661         * FormLog.h:
662         * FormVCLog.C:
663         * FormVCLog.h:
664         * Dialogs.C: add Log and VCLog
665
666         * Makefile.am: add Log and VCLog, add updatesrc target
667
668 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
669
670         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
671
672 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
673
674         * FormPreferences.C (GetFrom): fix crash when there is no format
675         defined. 
676         (GetTo): ditto.
677
678 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
679
680         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
681         unsigned char correctly and so fix 2 bugs loading/changing colors.
682
683 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
684
685         * FormRef.C (update): Do not update dialog_->{ref,name,type}
686         if inset_ == 0.
687         Deactivate the type button when buffer is LinuxDoc/Docbook
688         (build): Uncomment calls to addReadOnly().
689         (updateBrowser) Do not disable the update button when there are no 
690         keys.
691         (build, getType, getName): Use InsetRef::types.
692
693 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
694
695         * FormPrint.[Ch] (browse): new method to browse for file to print to.
696
697         * forms/form_print.fd: give the form a Browse button.
698
699 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
700
701         * FormRef.C (input): Fix the behavior of goto reference button.
702