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