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