]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
116998db73bc09b8d746acd1401cb9d4d0a9bbd1
[lyx.git] / src / frontends / xforms / ChangeLog
1 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2
3         * Dialogs.C: new Splash. Include, Bibitem/tex
4
5         * FormBase.h: make show() virtual for Splash's benefit
6
7         * Makefile.am:
8         * forms/makefile:
9         * FormBibitem.C:
10         * FormBibitem.h:
11         * FormBibtex.C:
12         * FormBibtex.h:
13         * form_bibitem.C:
14         * form_bibitem.h:
15         * form_bibtex.C:
16         * form_bibtex.h:
17         * forms/form_bibitem.fd:
18         * forms/form_bibtex.fd:
19         * FormInclude.C:
20         * FormInclude.h:
21         * form_include.C:
22         * form_include.h:
23         * forms/form_include.fd:
24         * FormSplash.C:
25         * FormSplash.h:
26         * form_splash.C:
27         * form_splash.h:
28         * forms/form_splash.fd: new forms
29
30 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
31
32         * FormLog.C: handle Literate build log nicely
33
34 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
35
36         * Menubar_pimpl.C: remove support for reference menuitem type.
37
38 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
39
40         * Makefile.am:
41         * Timeout_pimpl.h:
42         * Timeout_pimpl.C: add Timeout implementation
43
44 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
45
46         * form_browser.h:
47         * form_browser.C:
48         * forms/form_browser.fd:
49         * forms/makefile:
50         * FormBrowser.C:
51         * FormBrowser.h: readonly browser form
52
53         * FormLog.C:
54         * FormLog.h:
55         * FormVCLog.C:
56         * FormVCLog.h:
57         * Dialogs.C: add Log and VCLog
58
59         * Makefile.am: add Log and VCLog, add updatesrc target
60
61 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
62
63         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
64
65 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
66
67         * FormPreferences.C (GetFrom): fix crash when there is no format
68         defined. 
69         (GetTo): ditto.
70
71 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
72
73         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
74         unsigned char correctly and so fix 2 bugs loading/changing colors.
75
76 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
77
78         * FormRef.C (update): Do not update dialog_->{ref,name,type}
79         if inset_ == 0.
80         Deactivate the type button when buffer is LinuxDoc/Docbook
81         (build): Uncomment calls to addReadOnly().
82         (updateBrowser) Do not disable the update button when there are no 
83         keys.
84         (build, getType, getName): Use InsetRef::types.
85
86 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
87
88         * FormPrint.[Ch] (browse): new method to browse for file to print to.
89
90         * forms/form_print.fd: give the form a Browse button.
91
92 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
93
94         * FormRef.C (input): Fix the behavior of goto reference button.
95