]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Move LaTeX and VC logs to GUI-I on xforms
[lyx.git] / src / ChangeLog
1 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2
3         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
4
5         * LaTeXLog.C: deleted, useful code moved to Buffer
6
7         * buffer.h:
8         * buffer.C: new function getLatexLogName()
9
10         * lyx_gui_misc.C:
11         * lyx_gui.C:
12         * lyxvc.C:
13         * lyxvc.h:
14         * lyxfunc.C: use frontends for LaTeX and VC logs
15
16 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17
18         * LaTeX.h: yet another std:: that Allan forgot.
19
20         * Variables.C (set): renamed from isset(), because this clashes
21         with some HP-UX macros (grr).
22
23 2001-02-06  Allan Rae  <rae@lyx.org>
24
25         * LaTeX.h: Another bug fix.  Missing std:: this time.
26
27 2001-02-04  Allan Rae  <rae@lyx.org>
28
29         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
30         floats problem. I've left it commented out because it's not quite
31         correct.  It should also test that the current object is a table or
32         figure inset.  But I haven't gotten around to figuring out how to do
33         that.  I *think* it'll be something like: "table" == inset.type()
34
35         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
36         bool.
37
38 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
39
40         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
41         all the citation/databases/styles in the auxilary file. 
42         (run): Rerun latex if there was a babel language error.
43
44 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
45
46         * text.C (Backspace): Preserve the font when changing newline char
47         with a space.
48         (BreakParagraph): If the cursor is before a space, delete the space.
49
50         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
51
52 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
53
54         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
55         new argument (code).
56         (ChangeCitationsIfUnique): New method.
57
58         * paragraph.C (GetPositionOfInset): Handle bibkey.
59
60 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
61
62         * BufferView_pimpl.h: change type of Position::par_pos to
63         LyXParagraph::size_type. 
64
65 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
66
67         * BufferView_pimpl.C (savePosition, restorePosition): Write
68         messages to minibuffer.
69
70 2001-01-28  José Matos  <jamatos@fep.up.pt>
71
72         * buffer.C (makeDocBookFile): adds support for document language.
73         A silly restriction on the name of LatexCommand types where removed.
74         Added support for CDATA sections, allows to chars unescaped, used
75         among others in code, to avoid escape < and >.
76         
77 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
80         saved positions instrad of a stack. Furthermore, a position is
81         stored using paragraph id/paragraph position.
82
83         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
84         Remove LFUN_REF_BACK.
85
86 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
87
88         * converter.C (dvipdfm_options): New method.
89
90 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
91
92         * vspace.C (isValidLength): Fix for empty input string.
93
94 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
95
96         * LyXAction.C (init): change description of LFUN_FIGURE to
97         "Insert Graphics"
98
99 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
100
101         * LaTeX.C: add using directive
102
103 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
104
105         * MenuBackend.C (expand): Fix the sorting of the formats.
106
107 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
108
109         * lyx_main.C: tiny error message fix
110
111 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
112
113         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
114         calling fl_initialize(). This fixes the problem with ',' as
115         decimal separator in text files.
116
117 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
118
119         * trans.C (process): Fix the keymap bug.
120
121 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
122
123         * LaTeX.C (scanAuxFiles): New method. Provides support for
124         multiple bibliographies (when using the bibtopic/bibunits pacakges).
125         (scanLogFile) Scan for "run BibTeX" messages.
126
127         * buffer.C (makeLaTeXFile): Do not load the ae package when using
128         OT1 font encoding. Also, load the aecompl package if the ae
129         package is loaded.
130
131         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
132
133 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
134
135         * texrow.C (increasePos): turn two error messages into debug
136         messages. 
137
138 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
139
140         * LaTeX.C (scanAux): Handle the \@input macro.
141         (runBibTeX): Use scanAux().
142
143         * language.C (latex_options_): New field.
144
145         * LaTeXFeatures.C (getMacros): Add language macros.
146
147         * buffer.C (makeLaTeXFile): Small fix.
148
149 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
150
151         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
152
153         * text2.C: add a using directive.
154
155 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
156
157         * BufferView2.C:
158         * lyx_gui_misc.h:
159         * lyxfr1.C:
160         * lyxfunc.C: kill LyXBell.
161
162 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
163
164         * text.C (IsBoundary): Remove the error message
165         
166         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
167
168         * lyxrc.C (setDefaults): Correct initialization value for
169         font_norm_type.
170
171 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
172
173         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
174         gotoError().
175
176         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
177         and GotoNextNote().
178
179         * src/LyXAction.C: Added reference-next.
180
181         * text.C (InsertChar): Use contains instead of strchr.
182
183         * lyx_cb.C (MenuInsertLabel): Enable default value code.
184
185 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
186
187         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
188         alignment commands (when needed).
189
190         * text.C (InsertChar): Add ':' to number separator chars.