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