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