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