]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Fixed bug that did not single replace words with casesensitive off sometimes.
[lyx.git] / src / ChangeLog
1 2001-08-13  Juergen Vigna  <jug@sad.it>
2
3         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
4         casesensitive off.
5
6 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
7
8         * Many files: Remove inherit_language, and add latex_language
9
10         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
11         collapsible insets.
12
13 2001-08-10  Juergen Vigna  <jug@sad.it>
14
15         * text.C (prepareToPrint): fixed hfill-width in draw!
16
17         * BufferView2.C (selectLastWord): save the selection cursor as this
18         now is cleared in the function LyXText::clearSelection!
19
20 2001-08-08  Juergen Vigna  <jug@sad.it>
21
22         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
23         BACKSPACE type functions.
24
25         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
26         is only cutted from the document but not put in the cut-buffer, where
27         still the old stuff should be.
28
29         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
30
31         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
32
33         * tabular.C (SetWidthOfCell): fixed special case where the width
34         was not updated!
35         (LeftLine): handle '|' in align_special.
36         (RightLine): ditto
37         (LeftAlreadyDrawed): ditto
38         (SetWidthOfCell): ditto
39
40 2001-08-07  Juergen Vigna  <jug@sad.it>
41
42         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
43
44 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
45
46         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
47         * lyxlex.[hC]: ditto
48
49 2001-08-06  Juergen Vigna  <jug@sad.it>
50
51         * text.C (getVisibleRow): fix up row clearing a bit.
52
53 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
54
55         * minibuffer.C: make sure the X server sees the changes in the input.
56
57 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
58
59         * paragraph.C (getFont): split into...
60         (getLabelFont): this
61         (getLayoutFont): and this
62         * paragraph_pimpl.C (realizeFont): calling this
63
64         * text2.C (getFont): split into...
65         (getLayoutFont): this
66         (getLabelFont): and this
67         (realizeFont): all three calling this
68
69         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
70         files where used.
71
72 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
73
74         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
75
76 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
77
78         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
79         layouts from the Quote inset insertion.
80
81 2001-08-03  Juergen Vigna  <jug@sad.it>
82
83         * BufferView_pimpl.C (update): do the fitCursor only at the end!
84
85         * screen.C (drawFromTo): don't call fitcursor here and do the loop
86         only if status not is already CHANGED_IN_DRAW (second level).
87
88         * text.C (draw): don't set the need_break_row when inside an
89         InsetText LyXText.
90
91 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
92
93         * buffer.C (parseSingleLyXformat2Token): handle more latex
94         conversion cases.
95
96         * bufferview_funcs.[hC]: change function names to
97         begin with small char, adjust other files.
98
99 2001-08-02  André Pönitz <poenitz@gmx.net>
100
101         * lyxfunc.C:
102         BufferView_pimpl.C: remove broken special code for math-greek
103
104 2001-08-02  Juergen Vigna  <jug@sad.it>
105
106         * BufferView_pimpl.C (update): redone this function so that we
107         update the text again if there was a CHANGE_IN_DRAW.
108
109         * screen.C (cursorToggle): removed LyXText parameter and recoded.
110         (drawFromTo): added a new internal bool which is used by draw() and
111         redraw() function.
112         (general): some cursor drawing problems fixed.
113
114 2001-08-01  Juergen Vigna  <jug@sad.it>
115
116         * lyxfind.C (LyXFind): fixed
117         (SearchForward): ditto
118         (SearchBackward): ditto
119
120         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
121         spurius drawing of the cursor in the main area.
122
123         * text2.C (status): small fix which could lead to a segfault!
124         (clearSelection): remove unneeded BufferView param.
125
126 2001-08-01  André Pönitz <poenitz@gmx.net>
127
128         * lyxfunc.C: small change due to changed mathed interface
129
130 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
131
132         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
133
134 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
135  
136         * lyxfunc.c: fail gracefully if file doesn't exist 
137  
138         * LyXSendto.C:
139         * buffer.C:
140         * lyxfunc.C:
141         * BufferView_pimpl.C: IsDirWriteable() proto changed 
142  
143         * LyXView.C: fix updateWindowTitle() to store the last title
144
145 2001-07-31  Juergen Vigna  <jug@sad.it>
146
147         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
148         the font (wrong since using of Paragraph::highestFontInRange).
149
150         * paragraph.C (highestFontInRange): added a default_size parameter.
151
152         * text.C (getVisibleRow): minor clear row changes (still not perfect).
153         (setHeightOfRow): reformat
154
155 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
156
157         * converter.[hC] + affected files: move to (inital-char)lowercase
158         function names.
159
160         * ParagraphParameters.C (ParagraphParameters): remove commented code
161
162         * PainterBase.[Ch]: remove commented code
163
164         * LaTeXFeatures.h: add "bool floats" for float.sty
165
166         * LaTeXFeatures.C (LaTeXFeatures): init floats
167         (require): handle float
168         (getPackages): do it with floats
169
170 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
171
172         * BufferView_pimpl.C (Dispatch): improve handling of
173         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
174
175         * commandtags.h: #include lyxfont.h here temporarily to avoid
176         keybinding bug.
177
178         * bufferlist.h: include LString.h here.
179
180 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
181
182         * text2.C (getStringToIndex): new method.
183
184 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
185
186         * *: Reduced header file dependencies all over.
187
188 2001-07-30  Baruch Even  <baruch@lyx.org>
189
190         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
191
192 2001-07-29  Baruch Even  <baruch@lyx.org>
193
194         * buffer.C (readInset): Changed GRAPHICS to Graphics.
195
196 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
197
198         * ParameterStruct.h (endif): add a default constructor to make
199         sure that all variables is initialized.
200
201         * ParagraphParameters.C (ParagraphParameters): adjust
202
203 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
204
205         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
206         index; also, check that there is something to index, and that it
207         does not span over several paragraphs.
208         (doubleClick): use WHOLE_WORD_STRICT for double click.
209
210         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
211
212         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
213         scheme.
214
215 2001-07-26  Baruch Even  <baruch@lyx.org>
216
217         * buffer.C (readInset): Changed to call up InsetGraphics when reading
218         an InsetFig figure, backwards compatible reading of old figure code.
219
220 2001-07-27  Juergen Vigna  <jug@sad.it>
221
222         * text2.C: font.realize function adaption.
223
224         * text.C (draw): add a warnings lyxerr text if needed.
225
226         * layout.C: font.realize function adaption.
227
228         * language.C: add inherit_language and implement it's handlings
229
230         * bufferview_funcs.C (StyleReset): remove language parameter from
231         font creation (should be language_inherit now).
232
233         * bufferparams.C (writeFile): handle ignore_language.
234
235         * paragraph.C (getFontSettings): the language has to be resolved
236         otherwise we have problems in LyXFont!
237
238         * lyxfont.C (lyxWriteChanges): added document_language parameter
239         (update): removed unneeded language parameter
240
241         * paragraph.C (validate): fixed wrong output of color-package when
242         using interface colors for certain fonts in certain environments,
243         which should not seen as that on the final output.
244
245 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
246
247         * BufferView_pimpl.C:
248         * Thesaurus.h:
249         * Thesaurus.C:
250         * Makefile.am:
251         * commandtags.h:
252         * LyXAction.C: add thesaurus support
253
254         * lyxfind.h:
255         * lyxfind.C: add "once" parameter, for thesaurus, to not
256           move to the next match
257   
258 2001-07-26  Juergen Vigna  <jug@sad.it>
259
260         * lyxfont.C (realize): honor ignore_language too!
261         (resolved): ditto.
262
263         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
264
265         * text.C (draw): one place more for ignore_language to not draw
266         itself!
267
268 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
269
270         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
271
272 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
273
274         * buffer.C (parseSingleLyXformat2Token): a more general fix for
275         the minipage conversion problem.
276
277 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
278
279         * buffer.C (parseSingleLyXformat2Token): check minipage if we
280         insert an inset.
281
282 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
283
284         * BufferView.h: don't forward declare WorkArea
285
286         * BufferView.C: don't include WorkArea.h
287
288 2001-07-25  André Pönitz <poenitz@gmx.net>
289
290         * commandtags.h:
291         * LyXAction.C:
292         * lyxfunc.C:  new LFUN 'math-space'
293
294         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
295
296 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
297
298         * text2.C (toggleInset): call open/close
299
300 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
301
302         * lyxfunc.C (dispatch): add debug for the disabled case
303
304         * font.C (buttonText): make similar to rectText
305
306         * buffer.C (readInset): comment out parsing of insetlist and
307         insttheorem 
308
309         * PainterBase.C (rectText): small correction
310
311         * BufferView_pimpl.C: comment out insettheorem and insetlist
312         * LyXAction.C: ditto
313         * commandtags.h: ditto
314
315 2001-07-24  Juergen Vigna  <jug@sad.it>
316
317         * text.C (draw): honor the ignore_language.
318
319         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
320
321 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
322
323         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
324         char inset.
325
326 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
327
328         * lyxtext.h: remove unused (and unimplemented) methods
329
330 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
331
332         * text.C (getVisibleRow): honor background color
333
334         * PainterBase.h:
335         * Painter.h: remove default color argument for fillRectangle
336
337         * text.C (backgroundColor): new method
338
339 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
340
341         * text.C (getVisibleRow): adjust
342
343         * font.[Ch] (rectText): new method, metrics
344         (buttonText): new method, metrics
345
346         * PainterBase.[hC]: make rectText and buttonText always draw and take
347         fewer paramteres.
348
349 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
350
351         * ToolbarDefaults.C (read): 
352         * MenuBackend.C (read): allow escaping in all strings
353
354         * BufferView_pimpl.C (insertAndEditInset): new method.
355         (Dispatch): use insertAndEditInset whenever appropriate.
356
357         * BufferView_pimpl.C (insertNote): removed
358
359         * BufferView_pimpl.C (smartQuote): new method, moved from
360         BufferView; if an insetquote cannot be inserted, insert a '"'
361         character instead.
362
363         * BufferView2.C: remove insertCorrectQuote();
364
365         * lyxfunc.C (getStatus): Add support for all remaingin
366         inset-insert lfuns.
367
368         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
369
370         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
371         command (necessary to pass " as parameter of self-insert.
372
373         * text.C (selectWordWhenUnderCursor):
374         (selectWord): add word_location parameter
375         (selectWordWhenUnderCursor): same + remove special code for word
376         boundary.
377         (selectNextWord): use kind() to guess type of insetspecialchar,
378         not latex().
379         
380         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
381         (insertErtContents): create ert insets as collapsed.
382         (readInset): better compatibility code for Info inset.
383
384 2001-07-20  Juergen Vigna  <jug@sad.it>
385
386         * lyxfunc.C (dispatch): use always LyXFind now!
387
388         * text2.C (init): add a reinit flag so that the LyXText can be
389         reinited instead of deleted and reallocated (used in InsetText).
390
391         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
392
393         * text.C: ditto
394
395         * text2.C: ditto
396
397 2001-07-18  Juergen Vigna  <jug@sad.it>
398
399         * text.C (selectNextWord): handle insets inside inset by calling
400         always the bv->text functions so that we can go up the_locking_inset!
401
402         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
403         in strange locations when inside an inset!
404
405         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
406         handling to include insets.
407
408         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
409
410 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
411
412         * LyXAction.C (init): 
413         * commandtags.h: 
414         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
415         LIGATURE_BREAK, since the name is so stupid.
416
417 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
418
419         * buffer.C (readInset): enable reading of new InsetNotes as well as old
420         InsetInfos.
421
422         * FontLoader.C: remove FORMS_H_LOCATION cruft.
423
424         * sp_form.[Ch]: remove.
425
426         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
427
428         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
429         InsetInfo.
430
431         * src/buffer.C (readInset): ditto.
432
433 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
434
435         * BufferView_pimpl.C (specialChar): new method. Obsoletes
436         menuSeparator(), endOfSentenceDot(), ldots() and
437         hyphenationPoint(), which are therefore removed.
438         (Dispatch): handle LFUN_HYPHENATION_BREAK.
439
440         * LyXAction.C (init): 
441         * commandtags.h: add LFUN_HYPHENATION_BREAK.
442
443         * paragraph.C (getWord): removed.
444
445         * BufferView_pimpl.C (Dispatch): use last word or selection for
446         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
447
448         * lyx_main.C (queryUserLyXDir): do not ask before creating
449         user_dir, except if it has been named explicitely.
450
451 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
452
453         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
454         a document of zero size.
455
456 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
457
458         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
459         approriately in the c-tor and in require().
460         (getPackages): output the appropriate LaTeX for natbib support.
461
462         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
463         variables "use_natbib" and "use_numerical_citations" when reading the
464         LyX file.
465         (readInset): read the various natbib cite commands.
466         (validate): white-space change.
467
468         * bufferparams.[Ch]: new variables "bool use_natbib" and
469         "bool use_numerical_citations".
470         (writeFile): output them in the LyX file.
471
472 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
473
474         * lyxfunc.C (getStatus): add support for all the inset insertion
475         commands.
476
477         * text2.C (insertInset): 
478         * paragraph.C (insetAllowed): 
479         * BufferView_pimpl.C (insertInset): update to take in account the
480         renaming of insertInsetAllowed
481
482         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
483
484         * text2.C (getInset): new method. returns inset at cursor position. 
485
486         * BufferView_pimpl.C (Dispatch): changes because of this.
487
488         * LyXAction.C (init): rename open-stuff to inset-toggle.
489
490         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
491
492         * text2.C (toggleInset): renamed from openStuff; use
493         Inset::open().
494
495 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
496
497         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
498
499         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
500
501 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
502
503         * buffer.C (readLyXformat2): Add filename to the error dialog
504
505 2001-07-18  Juergen Vigna  <jug@sad.it>
506
507         * tabular.C (GetCellNumber): put an assert here instead of the check!
508
509 2001-07-17  Juergen Vigna  <jug@sad.it>
510
511         * BufferView_pimpl.C (toggleSelection): adapted too.
512
513         * text.C (selectNextWord): adapted for use with insets.
514         (selectSelectedWord): ditto
515
516 2001-07-17  Juergen Vigna  <jug@sad.it>
517
518         * sp_spell.C (PSpell): fix initialitation order.
519
520 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
521
522         * paragraph.C: spacing
523
524 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
525
526         * sp_spell.C: repair language selection for pspell
527
528 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
529
530         * lyxfunc.h: change more methods to begin with lower char.
531
532 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
533
534         * buffer.C (parseSingleLyXformat2Token): Generate error insets
535         for unknown layouts.
536
537 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
538
539         * buffer.C (readLyXformat2): Generate an error dialog if there are
540         unknown layouts.
541
542 2001-07-16  Juergen Vigna  <jug@sad.it>
543
544         * sp_spell.C: always compile ISpell part.
545
546         * lyxrc.C: added use_pspell entry and it's handling.
547
548 2001-07-13  Juergen Vigna  <jug@sad.it>
549
550         * sp_spell.C: removed double includes.
551
552 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
553
554         Consistent use of Lsstream.h:
555         * Lsstream.h: added using std::stringstream for consistencies sake.
556
557         * buffer.C: removed using std::stringstream
558
559         * lyxfont.C (stateText):
560         * paragraph.C (asString):
561         * text.C (selectNextWord, selectSelectedWord):
562         * text2.C (setCounter):
563         * vspace.C (asString, asLatexString):
564         std::ostringstream -> ostringstream.
565
566 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
567
568         * LyXAction.C: add LFUN_HELP_ABOUTLYX
569         * commandtags.h: add LFUN_HELP_ABOUTLYX
570         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
571
572 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
573
574         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
575         cursorToggle()
576         * lyx_gui_misc.C: remove spellchecker
577         * lyxfunc.C: showSpellchecker
578         * sp_base.h: added
579         * sp_ispell.h: added
580         * sp_pspell.h: added
581         * sp_spell.C: added
582         * sp_form.[Ch]: removed
583         * spellchecker.[Ch]: removed
584
585 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
586
587         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
588         is set.
589         (simpleTeXSpecialChars): Simply print the input character without
590         any special translation if pass_thru is set.
591
592         * layout.h: Added bool pass_thru to layout class for being able to
593         implement pass through of a paragraph for Literate Programming.
594         
595         * layout.C: add LT_PASS_THRU to LayoutTags enum.
596         * layout.C (LyXLayout): set pass_thru to flase in constructor.
597         * layout.C (Read): add "passthru" to list of layout tags and add
598         code to set the pass_thru boolean when it is read.
599
600 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
601
602         * trans_decl.h: remove allowed from KmodInfo
603
604         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
605         remove allowed code 
606         (Load): adjust
607
608         * paragraph_pimpl.C (erase): use boost::prior
609
610         * Painter.C (text): use data() instead of c_str() when length is
611         also provided.
612         * WorkArea.C (putClipboard): ditto
613         * font.h (width): ditto
614
615         * BufferView2.C: use it-> instead of (*it). for iterators
616         * texrow.C: ditto
617         * paragraph_pimpl.C: ditto
618         * paragraph.C: ditto
619         * minibuffer.C: ditto
620         * language.C: ditto
621         * kbmap.C: ditto
622         * encoding.C: ditto
623         * counters.C: ditto
624         * converter.C: ditto
625         * chset.C: ditto
626         * Variables.C: ditto
627         * TextCache.C: ditto
628         * MenuBackend.C: ditto
629         * LyXAction.C: ditto
630         * LColor.C: ditto
631         * FloatList.C: ditto
632         * DepTable.C: ditto
633         * ColorHandler.C (LyXColorHandler): ditto
634
635 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
636
637         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
638
639         * text2.C (openStuff): reintroduce this method (which had been
640         nuked in NEW_INSETS frenzy).
641
642         * lyxfunc.C (Dispatch): when an action has not been handled, use
643         its name in the error message, not its number.
644
645         * paragraph.C (inInset): change method name to begin with lowercase.
646
647         * undo_funcs.C:
648         * text2.C: updates because of this.
649
650 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
651
652         * ToolbarDefaults.C (add): add spaces in error message
653
654 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
655
656         * buffer.C (readLyXformat2): initialize the ert comp. variables.
657         (readLyXformat2): rename return_par to first_par, use lyxlex's
658         pushToken and remove the manual push handling.
659         (parseSingleLyXformat2Token): add another ert comp. variable:
660         in_tabular, rename return_par to first_par. handle newlines better
661
662 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
663
664         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
665
666 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
667
668         * text2.C (getParFromID): removed
669
670         * buffer.C (getParFromID): new method moved form lyxtext.
671         * BufferView2.C (insertErrors): adjust
672         (setCursorFromRow): adjust
673         * BufferView_pimpl.C (restorePosition): adjust
674         * lyxfunc.C (Dispatch): adjust
675         * undo_funcs.C (textUndo): adjust
676         (textRedo): adjust
677         (textHandleUndo): adjust
678         (textHandleUndo): adjust
679
680 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
681
682         * buffer.C: up' the LYX_FORMAT
683
684         * lyxfont.h: turn NO_LATEX on as default
685
686         * buffer.C (insertErtContents): new methods of tex style compability.
687         (parseSingleLyXformat2Token): use it several places.
688         * tabular.C (OldFormatRead): and here
689
690 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
691
692         * text2.C: remove some commented code.
693         reindent file.
694
695         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
696         * trans.C: changes because of the above.
697
698 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
699
700         * text2.C (setCounter): Fix counters bug with bibliography layout.
701
702 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
703
704         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
705         own member functions
706         (simpleTeXSpecialChars): ditto
707
708 2001-07-06  Juergen Vigna  <jug@sad.it>
709
710         * a lot of files: changed the access to LyXText::status and the
711         call of undo-functions.
712         
713         * undo.[Ch]: added a inset_id to the undo informations.
714
715         * undo_funcs.[Ch]: added and moved here all undo functions.
716
717         * lyxtext.h: give the status enum a weight, made status_ a private
718         variable and made accessor functions for it, removed the whole bunch
719         of undo-functions as they are now in their own file, make some
720         functions publically available. Added function ownerParagraph with
721         int parameter.
722
723         * paragraph.[Ch]: added "bool same_ids" to the constructor,
724         made InInset() a const function, added getParFromID() function.
725
726         * buffer.[Ch]: added const version for inset_iterator functions,
727         added getInsetFromID() function.
728
729         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
730         changed undo functions for new version.
731
732 2001-07-05  Juergen Vigna  <jug@sad.it>
733
734         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
735         unknow mechanism does not call the proper constructor but only this
736         one also if I request the other!?
737
738 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
739
740         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
741
742         * text2.C (LyXText): use initialization lists.
743
744         * lyxtext.h (Selection): initialize set_ and mark_
745         (init): remove method
746
747 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
748
749         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
750
751 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
752
753         * screen.[Ch]: change method names to begin with lowercase 
754
755         * BufferView_pimpl.C (updateScrollbar): simplify further and
756         hopefully make it a bit faster.
757
758 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
759
760         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
761         calling directly xforms functions.
762
763         * Painter.C (Painter): 
764         * lyx_cb.C (MenuWrite): 
765         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
766         fl_display.
767
768         * lyx_gui.C: remove bogus guiruntime extern declaration.
769
770 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
771
772         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
773         in NEW_INSETS
774         (redoDrawingOfParagraph): ditto
775         (redoParagraphs): ditto
776         (cutSelection): don't create a object for CutAndPaste use the
777         static method directly
778         (pasteSelection): ditto
779
780         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
781         LyXview (+ rename)
782
783 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
784
785         * modifications to some other files because of this.
786         
787         * Makefile.am (lyx_SOURCES): add XFormsView
788
789         * XFormsView.[Ch]: new files
790
791         * LyXView.[Ch]: make LyXView a base class for the gui handling for
792         the main window. Move the gui dependent stuff to XFormsView
793
794 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
795
796         * tabular.C (GetCellInset): update cur_cell also in the row/col
797         version of this function.
798
799         * lyxfunc.C: no need to include figure_form.h here.
800
801         * FontLoader.h: 
802         * lyxfunc.h: 
803         * lyxscreen.h: 
804         * text2.C: 
805         * lyxvc.C: no need to include forms.h here.
806
807 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
808
809         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
810
811         * lyxfunc.C (Dispatch): 
812         * Spacing.C (set): 
813         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
814         constructor argument.
815
816 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
817
818         * paragraph.C (Paragraph): dont't clear, and just set layout.
819         (makeSameLayout): use params's copy contructor.
820
821         * ParagraphParameters.[Ch] (makeSame): delete method
822
823 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
824
825         * Variables.[Ch]: fix indentation, rename set to isSet
826
827 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
828
829         * lyxfunc.C (Dispatch): fix typo
830
831 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
832
833         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
834         upper_bound. 
835
836         * bufferlist.C: include assert.h for emergencyWrite().
837
838 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
839
840         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
841           give up at last (bug #425202) !
842  
843 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
844
845         * lyx_gui_misc.C:
846         * sp_form.h:
847         * sp_form.C:
848         * spellchecker.h:
849         * spellchecker.C: strip spellchecker options and bring up
850           preferences tab instead
851          
852 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
853
854         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
855         the istringstream constructor
856
857 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
858
859         * paragraph.C (getLayout): fix return value
860
861         * paragraph.h: do not declare getLayout as inline.
862
863         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
864
865 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
866
867         * lyxcursor.h (operator<): new func
868         (operator>): new func
869         (operator>=): new func
870         (operator<=): new func
871
872         * text.C (changeCase): use selection.start and selection.end
873         (changeRegionCase): require from to be <= to. Require par to be a
874         valid paragraph.
875
876         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
877
878 2001-06-27  Juergen Vigna  <jug@sad.it>
879
880         * text.C (cursorLeftOneWord): changed to return the cursor and added
881         overlay with BufferView * parameter which calls this one.
882         (getWord): added
883         (selectWord): use new getWord function.
884         (changeCase): renamed from changeWordCase as and extended to work
885         also on selections.
886
887         * lyxtext.h: added enum word_location
888
889         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
890         changeCase as this operates now also on selections.
891
892 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
893
894         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
895
896         * many files: send debug output to Debug::INFO instead of
897         Debug::ANY. 
898
899         * converter.C (View): 
900         (Convert): 
901         (Move): send debug output to Debug::FILES instead of console.
902
903 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
904
905         * lyxfunc.C (getStatus): use func_status
906
907         * func_status.h: new header, describing the results of
908         LyXFunc::getStatus;
909
910         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
911         LFUN_MATH_HALIGN.
912
913 2001-06-25  The LyX Project  <jug@sad.it>
914
915         * buffer.C (sgmlOpenTag):
916         (sgmlCloseTag):
917         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
918
919 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
920
921         * text2.C: remove some dead code
922
923         * tabular.C (GetCellInset): store the last cell checked (gotten)
924
925         * tabular.h: add the helper for the speedup
926
927         * lyxtext.h: remove some dead code
928
929 2001-06-26  The LyX Project  <Asger>
930
931         * paragraph.C: Change export to LaTeX of alignment to
932         \begin{center} and family for better roundtrip work with reLyX.
933
934         * Tune the math drawing a bit.
935
936 2001-06-25  The LyX Project  <Asger>
937
938         * LColor.C (LColor): New color for math background. New color
939         for buttons.
940
941 2001-06-25  The LyX Project  <jug@sad.it>
942
943         * lyxfunc.C (MenuNew): remove extra check for .lyx file
944
945         * lyxfunc.C (Open): 
946         * bufferlist.C (newFile): do not restrict to files ending with
947         .lyx
948
949         * BufferView_pimpl.C (MenuInsertLyXFile): 
950
951 2001-06-24  The LyX Project  <jug@sad.it>
952
953         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
954         of compare_no_case
955
956 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
957
958         * lyxtext.h: rename most methods to begin with a small char.
959         Lots of changes because of this.
960
961         * paragraph.C (Paragraph): do not call fitToSize
962         (erase): call Pimpl::erase
963         (insertChar): call Pimpl::insertChar
964         (insertInset): call Pipl::insertInset
965         (breakParagraph): do not call fitToSize
966         (breakParagraphConservative): do not call fitToSize
967         (fitToSize): remove method
968
969         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
970
971 2001-06-24  The LyX Project  <Asger>
972
973         * Fix Qt compilation^2
974
975 2001-06-24  The LyX Project  <jug@sad.it>
976
977         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
978         depthHook(getDepth()-1).
979
980         * paragraph.h: 
981         * ParagraphParameters.h: 
982         * ParameterStruct.h: change type of depth to unsigned int ==
983         depth_type. Many adaptations to other files before of that.
984
985 2001-06-24  The LyX Project  <Asger>
986
987         * Fix Qt compilation.
988
989 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
990
991         * paragraph.h: renamed several methods to begin with small letter.
992         several changes to many parts of the code because of this.
993
994 2001-06-23  The LyX Project  <jug@sad.it>
995
996         * text2.C (InsertStringAsLines): renamed from InsertStringA;
997         rewritten to discard all double spaces when KeepEmpty is off
998         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
999         to only handle newlines but not fiddle with spaces and friends.
1000
1001         * lyxfunc.C (MenuNew): when doing 'new from template', use
1002         template_path as default directory
1003
1004 2001-06-23  The LyX Project  <Asger>
1005
1006         * Clean-up of header file includes all over
1007         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
1008         
1009 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1010
1011         * paragraph.h: renamed from lyxparagraph.h
1012
1013 2001-06-23  Asger  <lyx@violet.home.sad.it>
1014
1015         * Buffer.h: Removed Buffer::resize
1016         * BufferList.h: Removed BufferList::resize
1017         * LyXView.h: Added LyXView::resize. This way, we will only reflow 
1018         the document lazily when we change the width, or the font settings.
1019
1020 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1021
1022         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
1023
1024 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1025
1026         * buffer.h: remove out of date comment
1027
1028 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1029
1030         * lyxscreen.h:
1031         * screen.C: fix "theoretical" GC leak
1032  
1033 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1034
1035         * LaTeX.C (scanAuxFile):
1036         (deplog): remove trailing \r when reading stream (useful under
1037         win32)  
1038
1039 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1040
1041         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
1042         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
1043         and BufferView::theLockingInset(Inset*), so should use them and not
1044         access bv_->text->the_locking_inset directly.
1045
1046         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
1047
1048 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1049
1050         * Makefile.am:
1051         * tex-defs.h: remove old unused file
1052          
1053 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
1054
1055         * BufferView_pimpl.C: fix typo, remove minibuffer message
1056           when buffer has loaded
1057
1058 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1059
1060         * lyxfunc.C (Dispatch): use stringstream
1061         (MenuNew): use stringstream
1062         (Open): use stringstream
1063
1064         * importer.C (Import): use stringstream
1065
1066         * bufferview_funcs.C (CurrentState): use stringstream
1067
1068         * LaTeX.C (run): use stringstream
1069
1070         * BufferView_pimpl.C (savePosition): use stringstream
1071         (restorePosition): use stringstream
1072         (MenuInsertLyXFile): use stringstream
1073
1074 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1075
1076         * BufferView.C:
1077         * Bullet.C:
1078         * ColorHandler.C:
1079         * FontInfo.C:
1080         * FontLoader.C:
1081         * LColor.C:
1082         * LaTeXFeatures.C:
1083         * Painter.C:
1084         * gettext.C:
1085         * lyx_gui_misc.C:
1086         * lyxserver.C:
1087         * vspace.C: removed // -*- C++ -*- as first line.
1088
1089         * lyxfind.h:
1090         * version.h: added // -*- C++ -*- as first line.
1091
1092 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1093
1094         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
1095
1096         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
1097         of string
1098
1099 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1100
1101         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
1102         of floats.
1103
1104 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1105
1106         * gettext.C: include LString.h even when --disable-nls is on. 
1107
1108 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1109
1110         * converter.h (Get): changed argument type from int to
1111         FormatList::size_type to avoid unnecessary conversion.
1112
1113         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
1114         before using it.
1115
1116 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1117
1118         * gettext.h: include LString.h even when --disable-nls is on. 
1119
1120 2001-06-07  Juergen Vigna  <jug@sad.it>
1121
1122         * text.C (BreakAgain): subst spaces with tabs.
1123
1124         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
1125         (resizeInsetsLyXText): set force on resizeLyXText.
1126
1127 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1128
1129         * gettext.h (gettext_init): 
1130         (locale_init): use a real definition instead of a macro
1131
1132 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
1133
1134         * Bufferview_pimpl.C:
1135         * LColor.h:
1136         * LColor.C: further lcolor tidies
1137
1138 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1139
1140         * BufferView_pimpl.C (updateScrollbar): simplify.
1141
1142         * BufferView2.C: don't include insets/insetinfo.h, change
1143         prototype for insertInset and call the Pimpl version. let
1144         updateInset call Pimpl version.
1145
1146         * BufferView.h: move inset_slept to BufferView::Pimpl, move
1147         gotoInset to BufferView::Pimpl
1148
1149 2001-06-01  Juergen Vigna  <jug@sad.it>
1150
1151         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
1152         inside a LockingInset (is the update needed at all?).
1153
1154 2001-05-31  Juergen Vigna  <jug@sad.it>
1155
1156         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
1157         here not the old one otherwise how should we compare it afterwards
1158         if it's the same!
1159
1160 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1161
1162         * lyxfont.C: 
1163         * tabular.C:
1164         * tabular-old.C: 
1165         * FontInfo.C: bring C functions into global namespace when
1166         necessary
1167
1168 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1169
1170         * LString.h: make sure config.h has been loaded before LString.h.
1171
1172         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
1173         (one for each char read by EatLine!).
1174
1175         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
1176         variables. 
1177
1178 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1179
1180         * paragraph.C (BreakParagraph): set the inset_owner in the new par
1181         to the same as the par we break from
1182
1183 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1184
1185         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
1186
1187         * MenuBackend.C (expand): also create menu entries for wide
1188         versions of the floats.
1189
1190         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
1191
1192         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
1193
1194         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
1195         frontends/Makefile.am
1196
1197         * text2.C: adjust
1198         * text.C: adjust
1199         
1200
1201         * tabular.C (getTokenValue): add std::
1202
1203         * tabular-old.C (getTokenValue): add std::
1204         (getTokenValue): ditto
1205         (getTokenValue): ditto
1206
1207         * screen.C (ToggleSelection): adjust
1208
1209         * lyxtext.h: put selection cursors inside a Selection struct.
1210
1211         * lyxfunc.C (moveCursorUpdate): adjust
1212
1213         * lyxfont.C (latexWriteStartChanges): add std::
1214
1215         * lyxfind.C: adjust
1216
1217         * font.h: delete with(char const *, LyXFont const &)
1218
1219         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
1220
1221         * FontInfo.C (getFontname): add std::
1222
1223         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
1224         (workAreaButtonPress): adjust
1225         (tripleClick): adjust
1226         (update): adjust
1227         (moveCursorUpdate): adjust
1228         (Dispatch): adjust
1229
1230         * BufferView2.C (gotoInset): adjust
1231
1232 2001-05-30  Juergen Vigna  <jug@sad.it>
1233
1234         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
1235         to check pspell I add this as default as I now have new pspell
1236         libraries and they seem to use this.
1237
1238 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1239
1240         * text2.C (CutSelection): make the cursor valid before the call to
1241         ClearSelection.
1242
1243 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1244
1245         * kbsequence.C (parse): de-uglify a bit the parsing code, which
1246         relied on 0 terminated strings and other horrors. Bug found due to
1247         the new assert in lyxstring!
1248
1249         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
1250         KP_ keys.
1251
1252 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1253
1254         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
1255         to latinkeys.bind.
1256
1257         * lyxfunc.C (processKeySym): change method of getting to the
1258         self-insert char.
1259
1260         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
1261         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
1262         * BufferView_pimpl.[Ch]: here as private methods.
1263
1264 2001-05-28  Juergen Vigna  <jug@sad.it>
1265
1266         * text.C (SetHeightOfRow): added the update() call again as it is
1267         needed to initialize inset dimensions!
1268
1269 2001-05-16  Juergen Vigna  <jug@sad.it>
1270
1271         * text2.C (SetCharFont): Add new function with BufferView * and
1272         bool toggleall parameters for setting insets internal fonts.
1273         (SetFont): Freeze the undo as we may change fonts in Insets and
1274         all this change should be inside only one Undo!
1275
1276         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
1277         setting font's in insets as for them we have the SetFont function!
1278
1279 2001-05-15  Juergen Vigna  <jug@sad.it>
1280
1281         * text2.C (ClearSelection): to be sure we REALLY don't have any
1282         selection anymore!
1283
1284         * tabular.C (TeXCellPreamble): fixed the left border problem for
1285         multicolumn cells.
1286
1287 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
1288
1289         * LaTeX.C (deplog): Make sure that the main .tex file is in the
1290         dependancy file
1291
1292 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1293
1294         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
1295         LFUN_BREAKPARAGRAPH.
1296
1297         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
1298         help test to "internal only", similar for LFUN_INSERT_URL
1299
1300         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
1301         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
1302         auto_region_delete and deadkeys. 
1303
1304 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
1305
1306         * LColor.h:
1307         * LColor.C: remove some dead entries, tidy a little
1308  
1309 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1310
1311         * lyxfunc.C (processKeySym): comment the Escape handling, remove
1312         commented code.
1313         (Dispatch): implement LFUN_ESCAPE
1314
1315         * commandtags.h: add LFUN_ESCAPE
1316
1317         * LyXAction.C (init): add entry for LFUN_ESCAPE
1318
1319         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
1320         Remove commented code.
1321         (insertNote): moved here
1322         (open_new_inset): moved here
1323
1324         * BufferView[2].[Ch]: move insertNote and open_new_inset to
1325         BufferView_pimpl
1326
1327 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1328
1329         * kbmap.C (findbinding): clean it up and make it work correctly.
1330
1331         * lyx_main.C (init): do not pass argc and argv as parameters
1332
1333 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
1334
1335         * buffer.C: fix path for OS/2 & Win32
1336
1337         * lyx_gui.C:
1338         * lyx_main:
1339         * lyx_main.C: Added os:: class.
1340         
1341         * os2_defines.h: update
1342
1343 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1344
1345         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
1346         better by trying again with reduced state.
1347
1348 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1349
1350         * lyxrc.C (read): print error about invalid key sequence only when
1351         debugging (because not all latinX keysyms are known to some X
1352         servers)
1353
1354         * kbsequence.C (getiso): add a few std:: qualifiers
1355         (getiso): comment out extra return statement.
1356
1357 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1358
1359         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
1360         handling.
1361         (Dispatch): enhance the accent inset a bit. (not perfect)
1362
1363 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1364
1365         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
1366
1367 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1368
1369         * bufferlist.C (emergencyWrite): fix assert() call
1370
1371 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
1372
1373         * text.C (InsertChar): Added trivial patch to only send the "you
1374         can not do multiple spaces this way" message once during a
1375         session.
1376
1377 2001-05-08  Baruch Even  <baruch@lyx.org>
1378
1379         * Makefile.am: Changed order of libraries to get LyX to link properly
1380         with the gnome frontend.
1381
1382 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1383
1384         * LaTeXFeatures.h: add a std:: qualifier
1385
1386 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1387
1388         * paragraph.C (String): use stringstream
1389
1390 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1391
1392         * paragraph.C (writeFile): remove footflag arg
1393
1394         * buffer.C (makeLaTeXFile): use stringstream
1395         (latexParagraphs): remove footnot gurba
1396
1397         * LaTeXFeatures.C (getPackages): use stringstream
1398         (getMacros): likewise
1399         (getTClassPreamble): likewise
1400         (getFloatDefinitions): new method
1401
1402         * paragraph.C (writeFile): reindent
1403         (Erase): reindent
1404
1405         * WorkArea.h: revert the xpos + etc changes.
1406
1407         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
1408
1409         * lyxparagraph.[Ch]: add copy constructor, remove Clone
1410
1411         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
1412         (pasteSelection): likewise
1413         * text2.C (CreateUndo): likewise
1414
1415 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1416
1417         * minibuffer.C (peek_event): temporarily reduce the functionality
1418         of the minibuffer (to allow args on lfuns)
1419
1420         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
1421         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
1422
1423         * buffer.C (readInset): add compability reading of old float
1424         lists, add reading of new style float list.
1425         (readInset): avoid reevaluation of inscmd.getCmdName()
1426         (getLists): reindent
1427
1428         * MenuBackend.C (MenuItem): implement parsing of
1429         md_floatlistinsert and md_floatinsert.
1430         (expand::LastFiles): move initalizaton of iterators out of loop,
1431         avoid reevaluation.
1432         (expand::Documents): introduce typdedef vector<string> Strings,
1433         and use it. 
1434         (expand::ExportFormats): introduce typedef vector<Format const *>
1435         Formats, and use it.
1436         (expand): implement FloatListInsert and FloatInsert.
1437
1438         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
1439         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
1440         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
1441
1442         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
1443         handling. 
1444         (Dispatch::LFUN_FLOAT_LIST): implement
1445
1446 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
1447  
1448         * LaTeX.C (run): Fix problem with --export code.
1449  
1450 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1451
1452         * BufferView.[Ch] (workarea): removed.
1453         (getClipboard) new method; wrapper for workarea()->getClipboard()
1454
1455         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
1456         bug.
1457
1458         * WorkArea.h (width, height, xpos, ypos): These methods all
1459         returned the dimensions of the work_area sub-area of WorkArea,
1460         resulting in a position error if the WorkArea were resized. Now
1461         return the dimensions of the entire WorkArea.
1462
1463         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
1464
1465 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1466
1467         * LaTeX.C (deplog): correct the syntax of regex reg1
1468
1469 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1470
1471         * undo.C: remove !NEW_INSETS cruft
1472
1473 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1474
1475         * text2.C: remove !NEW_INSETS cruft
1476
1477         * text.C: remove !NEW_INSETS cruft
1478
1479         * tabular.C: remove !NEW_INSETS cruft
1480
1481         * spellchecker.C: remove !NEW_INSETS cruft
1482
1483         * lyxtext.h: remove !NEW_INSETS cruft
1484
1485         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
1486
1487         * lyxfunc.C: remove !NEW_INSETS cruft
1488
1489         * lyxfind.C: remove !NEW_INSETS cruft
1490
1491         * lyx_cb.C: remove !NEW_INSETS cruft
1492
1493         * figureForm.C: remove  !NEW_INSETS cruft
1494
1495         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
1496
1497         * buffer.[Ch]: remove !NEW_INSETS cruft
1498
1499         * ToolbarDefaults.C: remove !NEW_INSETS cruft
1500
1501         * CutAndPaste.C: remove !NEW_INSETS cruft
1502
1503         * BufferView_pimpl.C: remove !NEW_INSETS cruft
1504
1505         * BufferView2.C: remove !NEW_INSETS cruft
1506
1507         * BufferView.h: remove !NEW_INSETS cruft
1508
1509 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1510
1511         * Lsstream.h: include LString.h before the sstream headers to
1512         fix problem with gcc 2.95.3 and lyxstring
1513
1514 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1515
1516         * lyx_main.C: add using directives when needed for C functions
1517         declared in std:: namespace.
1518
1519 2001-04-27  Juergen Vigna  <jug@sad.it>
1520
1521         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
1522         (SetHeightOfRow): comment out the update call should not be needed!
1523
1524 2001-04-13  Juergen Vigna  <jug@sad.it>
1525
1526         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
1527         (LyXTabular): tried to minimize operator= operations (and realized
1528         hopfully Lars wish).
1529
1530 2001-04-27  Juergen Vigna  <jug@sad.it>
1531
1532         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
1533
1534 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1535
1536         * lyxfunc.C (Dispatch): hack to make listof algorithm work
1537
1538         * buffer.C (readInset): hack to make listof algorithm work
1539
1540         * BufferView_pimpl.C: hack to make listof algorithm work
1541
1542 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1543
1544         * LyXAction.C: removed all !NEW_INSETS cruft
1545         (init): moved lfun_item in method
1546
1547         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
1548
1549 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1550
1551         * BufferView2.C (theLockingInset): white space.
1552
1553 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1554
1555         * minibuffer.C: include <iostream>
1556
1557         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
1558
1559         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
1560
1561         * commandtags.h: add LFUN_TRANSPOSE_CHARS
1562
1563         * text.[Ch] (TransposeChars): new method
1564
1565 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1566
1567         * call message directly through LyXView instead of through LyXFunc
1568         * BufferView2.C: adjust
1569         * BufferView_pimpl.C: adjust
1570         * FontLoader.C: adjust
1571         * buffer.C: adjust
1572         * bufferview_funcs.C: adjust
1573         * converter.C: adjust
1574         * figureForm.C: adjust
1575         * importer.C: adjust
1576         * lyx_cb.C: adjust
1577         * lyx_gui_misc.C: adjust
1578         * lyxfunc.C: adjust
1579         * lyxvc.C: adjust
1580         * text2.C: adjust
1581         + more files in subdirs
1582         
1583         * lyxparagraph.h (size): move up int file
1584         (GetLayout): ditto
1585
1586         * adjust all uses of Assert to lyx::Assert.
1587
1588         * BufferView2.C (ChangeCitationsIfUnique): adjust for
1589         lyxfunctional in namespace lyx
1590         * layout.C (hasLayout): ditto
1591         (GetLayout): ditto
1592         (GetLayout): ditto
1593         (delete_layout): ditto
1594         (NumberOfClass): ditto
1595         * converter.C (GetFormat): ditto
1596         (GetNumber): ditto
1597         (Add): ditto
1598         (Delete): ditto
1599         (SetViewer): ditto
1600         * bufferlist.C (getFileNames): ditto
1601         (emergencyWriteAll): ditto
1602         (exists): ditto
1603         (getBuffer): ditto
1604         * MenuBackend.C (hasSubmenu): ditto
1605         (hasMenu): ditto
1606         (getMenu): ditto
1607         * BufferView_pimpl.C (getInsetByCode): ditto
1608
1609 2001-04-18  Juergen Vigna  <jug@sad.it>
1610
1611         * vspace.C (asLatexString): fixed the 100% problem.
1612
1613 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1614
1615         * lyxfunc.C (Dispatch): 
1616         * minibuffer.C: 
1617         * minibuffer.h: add a few std:: qualifiers
1618
1619 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1620
1621         * minibuffer.[Ch]: reimplement so that commands is initiated and
1622         run from lyxfunc, simplified som handling, and made the completion
1623         and history code for complete. wip. 
1624
1625         * lyxfunc.C (processKeySym): call message
1626         (miniDispatch): new temporary method
1627         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
1628         (LFUN_MESSAGE): implement
1629         (LFUN_MESSAGE_PUSH): implement
1630         (LFUN_MESSAGE_POP): implement
1631         (initMiniBuffer): the initial/defualt minibuffer message.
1632
1633         * lyxfont.[Ch]: inline some more getters
1634
1635         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
1636
1637         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
1638
1639         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
1640         (AutoSave): use LFUN_MESSAGE
1641         (Reconfigure): ditto
1642
1643         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
1644
1645         * figureForm.C: use LFUN_MESSAGE
1646
1647         * converter.C (runLaTeX): use LFUN_MESSAGE
1648
1649         * bufferview_funcs.C: use LFUN_MESSAGE
1650         (Melt): ditto
1651         (changeDepth): ditto
1652
1653         * bufferparams.h: use boost::
1654
1655         * bufferlist.h: inherit privately from noncopyable
1656
1657         * bufferlist.C (loadLyXFile): remove some commented code.
1658
1659         * buffer.C (runChktex): use LFUN_MESSAGE
1660
1661         * ShareContainer.h: inherit privately from noncopyable
1662
1663         * ParagraphParameters.[hC] (depth): inline it.
1664
1665         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
1666         methods.
1667         (message): new method
1668         (messagePush): ditto
1669         (messagePop): ditto
1670         (show): init minibuffer
1671         (showState): direct call
1672
1673         * LaTeX.[Ch]: inherit privately from noncopyable
1674         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
1675         instead of WriteStatus.
1676
1677         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
1678
1679         * BufferView_pimpl.C (buffer): don't init minibuffer
1680         (workAreaButtonPress): use LFUN_MESSAGE
1681         (workAreaButtonRelease): ditto
1682         (savePosition): ditto
1683         (restorePosition): ditto
1684         (MenuInsertLyXFile): ditto
1685         (workAreaExpose): don't init minibuffer
1686         (update): remove commented code, simplify
1687
1688         * BufferView2.C (openStuff): use LFUN_MESSAGE
1689         (toggleFloat): ditto
1690         (menuUndo): ditto
1691         (menuRedo): ditto
1692         (copyEnvironment): ditto
1693         (pasteEnvironment): ditto
1694         (copy): ditto
1695         (cut): ditto
1696         (paste): ditto
1697         (gotoInset): ditto
1698         (updateInset): remove some commented code
1699
1700         * lastfiles.h: inherit privately from noncopyable
1701         * layout.h: ditto
1702         * lyx_gui.h: ditto
1703         * lyx_main.h: ditto
1704         * lyxlex.h: ditto
1705         * lyxlex_pimpl.h: ditto
1706
1707         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
1708         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
1709         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1710
1711         * LyXAction.h: inherit privately from noncopyable, add methods
1712         func_begin, func_end, returning iterators to the func map.
1713
1714         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
1715         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
1716         (func_begin): new method
1717         (func_end): new method
1718
1719         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
1720         and not)
1721         (copySelection): ditto
1722         (pasteSelection): ditto
1723
1724         * BufferView.C: whitespace change
1725         * BufferView.h: inherit privately from noncopyable
1726
1727 2001-04-16  Allan Rae  <rae@lyx.org>
1728
1729         * tabular-old.C (l_getline): 
1730         * spellchecker.C (sc_check_word): 
1731         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
1732         an unrecognised preprocessor directive.  So ensure they're wrapped. 
1733
1734 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
1735
1736         * src/exporter.C (Export): Give an error message when path to file 
1737         contains spaces.
1738
1739 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
1740
1741         * LaTeX.C (deplog): Always check that foundfile exists.
1742
1743 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1744
1745         * lyx_main.h: 
1746         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
1747
1748 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1749
1750         * tabular.[Ch] (getLabelList): implement new method
1751
1752         * minibuffer.h: comment ouf setTiimer
1753
1754         * minibuffer.C (ExecutingCB): constify res
1755         (peek_event): constify s
1756         (Set): constify ntext
1757         (Init): constify nicename
1758
1759         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
1760
1761         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
1762         (savePosition): use two params to Minibuffer::Set
1763         (restorePosition): ditto
1764
1765 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1766
1767         * lyx_main.C: include language.h
1768
1769         * Makefile.am (lyx_main.o): add language.h
1770
1771 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1772
1773         * exporter.C: 
1774         * paragraph.C: 
1775         * screen.C: 
1776         * tabular.C: 
1777         * CutAndPaste.C: include gettext.h
1778
1779         * lyxfont.h: remove old hack with ON and OFF.
1780
1781         * lyxparagraph.h: 
1782         * lyxfont.h: do not include language.h...
1783
1784         * BufferView2.C: 
1785         * LaTeXFeatures.C: 
1786         * Painter.C: 
1787         * bufferview_funcs.C: 
1788         * font.C: 
1789         * lyxfont.C: 
1790         * text.C: 
1791         * text2.C: 
1792         * trans_mgr.C: 
1793         * paragraph.C: ... but do it here instead
1794
1795 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1796
1797         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
1798
1799         * tabular.C: small reformat
1800
1801         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
1802         NEW_INSETS version
1803         (GetChar): ditto
1804         (BreakParagraph): ditto
1805         (SetOnlyLayout): ditto
1806         (SetLayout): ditto
1807
1808         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
1809         with one arg less.
1810
1811         * lastfiles.C: removed most using decl, add std:: where needed
1812
1813         * buffer.C: ws changes
1814
1815         * MenuBackend.C (class compare_format): put into anon namespace
1816         (expand): constify label, names, action, action2
1817         (expand): 
1818
1819         * text.C (SingleWidth): constify font
1820         (IsBoundary): constify rtl2
1821         (GetVisibleRow): constify ww
1822
1823         * LaTeX.C (deplog): constify logfile
1824
1825         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
1826         start_x, end_x
1827         (workAreaExpose): constify widthChange, heightChange
1828
1829         * lyxrow.C (par): moved
1830         (height): moved
1831         (next): moved
1832         * lyxrow.h: as inlines here
1833
1834         * lyxfont.h (shape): moved from lyxfont.C
1835         (emph): moved from lyxfont.C
1836
1837         * lyxfont.C (LyXFont): use initialization list for all
1838         constructors
1839         (shape): move to lyxfont.h as inline
1840         (emph): move to lyxfont.h as inline
1841         
1842
1843 2001-04-04  Juergen Vigna  <jug@sad.it>
1844
1845         * vspace.C: had to include stdio.h for use of sscanf
1846
1847 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
1848
1849         * BufferView.h: 
1850         * BufferView_pimpl.h: remove xforms cruft. Both classes are
1851         independent of xforms.
1852
1853 2001-04-02  Juergen Vigna  <jug@sad.it>
1854
1855         * spellchecker.C: fixed namespace placing!
1856
1857 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1858
1859         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
1860         the LyXParagraph * is 0.
1861
1862 2001-03-29  Juergen Vigna  <jug@sad.it>
1863
1864         * vspace.C: added support for %, c%, p%, l%.
1865         (stringFromUnit): added helper function.
1866         (asLatexString): changed to give right results for the %-values.
1867
1868         * buffer.C: convert the widthp in a width%.
1869
1870 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1871
1872         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
1873         figureForm.[Ch].
1874
1875         * figureForm.[Ch]: stripped the FD_from_figure manipulation
1876         code out of lux_cb.[Ch], ready for its (imminent?) removal.
1877
1878         * lyx_cb.[Ch]: see above.
1879
1880         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
1881         form1.[Ch].
1882
1883         * form1.[Ch]:
1884         * lyx.[Ch]: replaced by figure_form.[Ch].
1885
1886         * lyx_gui.C:
1887         * lyx_gui_misc.C:
1888         * lyxfunc.C: changed headers associated with above changes.
1889
1890 2001-03-27  Juergen Vigna  <jug@sad.it>
1891
1892         * BufferView_pimpl.C: set the temporary cursor right!
1893
1894 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1895
1896         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
1897
1898 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1899
1900         * LString.h: removed "using std::getline"!
1901
1902         * BufferView_pimpl.C (Dispatch): changes due to changes in
1903         InsetInclude::Params.
1904
1905         * buffer.C (tag_name): removed redundant break statements as they were
1906         producing lots of warnings with my compiler.
1907
1908 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1909
1910         * LString.h: add "using std::getline" when using the real <string>.
1911
1912 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
1913
1914         * buffer.C: removed bitset usage.
1915         PAR_TAG moved to an anonymous name space.
1916         (tag_name): new funtion, also in the anonymous namespace.
1917         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
1918         (makeDocBookFile): clean code. Completed transition from string arrays
1919         to string vectors.
1920         (SimpleDocBookOnePar): code clean.
1921
1922 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1923
1924         * tabular.C: add some comments.
1925
1926 2001-03-22  Juergen Vigna  <jug@sad.it>
1927
1928         * buffer.C (parseSingleLyXformat2Token): redone the minipage
1929         compatibility read a bit and fixed bug with minipage in different
1930         depth.
1931
1932 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
1933
1934         * buffer.C (pop_tag): removed.
1935         (push_tag): removed.
1936         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
1937         array replaced with vector. Added support for CDATA sections.
1938         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
1939         at any nest level.
1940         (makeDocBookFile): XML conformant declaration of CDATA section,
1941         fixed bug related to <emphasis> in the first paragraph char.
1942         (sgmlOpenTag): exclude empty tags.
1943         (sgmlCloseTag): ditto.
1944         
1945         * buffer.h (pop_tag): removed.
1946         (push_tag): removed.
1947
1948 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1949
1950         * language.h (Languages): added size_type and size().
1951
1952 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1953
1954         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
1955         response on compability reading of minipages. One probliem is that
1956         the old usage of minipages was «flertydig» 
1957
1958         * several files here and in subdirs: don't use static at file
1959         scope use anon namespaces instead.
1960
1961 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
1962
1963         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
1964         LaTeX output. This is necessary for Literate document
1965         processing.
1966
1967 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1968
1969         * buffer.C: insert hfill when needed.
1970
1971         * tabular.C (l_getline): use string::erase, small whitespace change.
1972
1973         * BufferView_pimpl.C: try the anon namespace.
1974         * WorkArea.C: ditto
1975
1976 2001-03-16  Juergen Vigna  <jug@sad.it>
1977
1978         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
1979         otherwise it won't open options-dialogs.
1980
1981         * buffer.C: honor pextraWidth(p) on converting minipages.
1982
1983         * tabular.C (l_getline): changed the functions to strip trailing \r.
1984
1985 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1986
1987         * BufferView_pimpl.C:
1988         * minibuffer..C: added "using SigC::slot" declaration.
1989
1990 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1991
1992         * lyxlex_pimpl.h: noncopyable is in namespace boost.
1993
1994         * text2.C: ditto
1995
1996         * text.C: ditto
1997
1998         * paragraph.C: ditto
1999
2000         * lyxtext.h: NO_PEXTRA
2001
2002         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
2003
2004         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
2005         * ParameterStruct.h: ditto
2006         * ParagraphParameters.h: ditto 
2007         * lyxparagraph.h: ditto
2008
2009 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2010
2011         * buffer.C: add compability for minipage alignment.
2012         (latexParagraphs): remove unwanted pextra check.
2013
2014         * several files: remove CXX_WORKING_NAMESPACES
2015
2016         * buffer.C (pop_tag): tie is in namespace boost
2017
2018         * BufferView.h: noncopyable is in namespace boost
2019         * lyxlex.h: ditto
2020         * lyx_main.h: ditto
2021         * lyx_gui.h: ditto
2022         * layout.h: ditto
2023         * lastfiles.h: ditto
2024         * bufferlist.h: ditto
2025         * ShareContainer.h: ditto
2026         * LyXView.h: ditto
2027         * LyXAction.h: ditto
2028         * LaTeX.h: ditto
2029
2030 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2031
2032         * Merging changes from BRANCH_MVC back into HEAD.
2033
2034         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
2035
2036 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2037
2038         * BufferView_pimpl.C: change from intl.C
2039
2040         * combox.h:
2041         * combox.C:
2042         * Makefile.am: move combox.*
2043
2044         * form1.h:
2045         * form1.C:
2046         * lyx_gui.C:
2047         * intl.h:
2048         * intl.C: remove dialog (covered by prefs)
2049
2050 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2051
2052         * lyxfunc.C (Dispatch): removed redundant break statement.
2053         
2054 2001-03-14  Juergen Vigna  <jug@sad.it>
2055
2056         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
2057
2058 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2059
2060         * buffer.C: add hack to fix compability reading of minipages.
2061
2062 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2063
2064         * buffer.C (getLists): Cleanup.
2065
2066 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2067
2068         * lyxfont.C (update): don't honor toggleall on font size.
2069
2070 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2071
2072         * bmtable.c:
2073         * bmtable.h:
2074         * Makefile.am: moved to frontends/xforms/
2075
2076         * lyx_gui_misc.C:
2077         * lyxfunc.C:
2078         * BufferView_pimpl.C: changes for moved mathpanel
2079
2080 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2081
2082         * gettext.h: fix gettext_init() in --disable-nls
2083
2084 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2085
2086         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
2087
2088 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2089
2090         * lyx.C:
2091         * lyx.h: strip external form
2092
2093 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2094
2095         * BufferView_pimpl.C: add comment, destroySplash()
2096
2097 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2098
2099         * BufferView_pimpl.C:
2100         * LyXAction.C:
2101         * buffer.C:
2102         * commandtags.h:
2103         * lyxfunc.C: use re-worked insetinclude
2104
2105 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2106
2107         * buffer.C: add using std::stringstream.
2108
2109         * lyx_cb.C: readd using std::ios.
2110
2111         * buffer.C: add using std::map.
2112
2113         * BufferView_pimpl.C: add using std::vector.
2114
2115         * ShareContainer.h: add std:: to swap.
2116
2117         * buffer.h: add some typedefs
2118         * buffer.C (getLists): use them
2119         (getLists): renamed from getTocList.
2120         add a counter for the different float types and use it in the
2121         generated string.
2122         (getLists): use the same counter for the NEW_INSETS and the "non"
2123         NEW_INSETS
2124
2125         * lyx_cb.h: remove unused items, includes, using etc.
2126
2127         * ShareContainer.h: remove some commented code, add more comments
2128         and "documentation".
2129
2130 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2131
2132         * buffer.C (getTocList): make the list also when NEW_INSETS is
2133         defined.
2134
2135         * buffer.h: remove TocType
2136
2137         * buffer.C (getTocList): change to return a map<string,
2138         vector<TocItem> >, implement for dynamic number of list.
2139
2140         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
2141         * text2.C (PasteSelection): adjust
2142         * CutAndPaste.C (pasteSelection): adjust
2143
2144         * FloatList.C (FloatList): update from the new_insets branch.
2145         * Floating.[Ch]: ditto
2146         * LaTeXFeatures.C: ditto
2147         * buffer.C: ditto
2148         * lyxlex_pimpl.C: ditto
2149         
2150         * paragraph.C (Last): remove when NEW_INSETS is defined.
2151
2152         * other file: changes because of the above.
2153
2154 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2155
2156         * lyxparagraph.h: rename next to next_, previous to previous_,
2157         make them private for NEW_INSETS. Rename Next() to next(),
2158         Previous() to previous().
2159
2160         * other files: changes because of the above.
2161
2162 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
2163
2164         * BufferView.h: 
2165         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
2166         problem.
2167
2168 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2169
2170         * main.C (main): pass lyx_localedir to gettext_init().
2171
2172         * gettext.h: remove locale_init and gettext_init macros
2173
2174         * gettext.C (locale_init): new function
2175         (gettext_init): new function
2176
2177         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
2178         setlocale().
2179
2180 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2181
2182         * Moved credits to frontends:
2183         * credits.[Ch]: removed
2184         * credits_form.[Ch]: removed
2185         * lyx_gui_misc.C: remove credits stuff
2186         * Makefile.am:
2187
2188 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2189
2190         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
2191
2192         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
2193         unneeded destructor.
2194
2195         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
2196         a standalone pointer again.
2197
2198         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
2199
2200 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2201
2202         * Makefile.am:
2203         * filedlg.h:
2204         * filedlg.C:
2205         * LyXAction.C:
2206         * ToolbarDefaults.C:
2207         * bufferlist.C:
2208         * commandtags.h:
2209         * form1.C:
2210         * form1.h:
2211         * lyx_cb.C:
2212         * lyx_cb.h:
2213         * lyxfunc.h:
2214         * lyxfunc.C:
2215         * BufferView_pimpl.C: use new file dialog in GUII
2216
2217         * lyx_cb.h:
2218         * lyx_cb.C: remove LayoutsCB to Toolbar
2219
2220 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2221
2222         * ShareContainer.h (get): add std:: qualifier
2223
2224 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2225
2226         * ShareContainer.h: define a proper ShareContainer::value_type
2227         type (and use typename to please compaq cxx)
2228
2229 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2230
2231         * lyxparagraph.h: move serveral local vars to
2232         ParameterStruct/ParagraphParameters., use ShareContainer in
2233         FontTable., make vars in FontTable private and add getter and
2234         setter.
2235
2236         * paragraph.C: changes because of the above.
2237
2238         * lyxfont.h: remove copy constructor and copy assignment. (the
2239         default ones is ok), move number inside FontBits. move inlines to
2240         lyxfont.C 
2241
2242         * lyxfont.C: add number to initializaton of statics, move several
2243         inlines here. constify several local vars. some whitespace
2244         cleanup. Dont hide outerscope variables.
2245
2246         * Spacing.h: add two new constructors to match the set methods.
2247
2248         * ShareContainer.h: new file, will perhaps be moved to support
2249
2250         * ParameterStruct.h: new file
2251
2252         * ParagraphParameters.h: new file
2253
2254         * ParagraphParameters.C: new file
2255
2256         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
2257         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
2258
2259         * BufferView_pimpl.C: ParagraphParameter changes.
2260         * buffer.C: Likewise.
2261         * bufferview_funcs.C: Likewise.
2262         * text.C: Likewise.
2263         * text2.C: Likewise.
2264         
2265 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2266
2267         * lyxfind.C (LyXReplace): do not redefine default argument in
2268         implementation. 
2269         (IsStringInText): ditto
2270         (SearchForward): ditto
2271         (SearchBackward): ditto
2272
2273 2001-03-06  Juergen Vigna  <jug@sad.it>
2274
2275         * lyxfind.C (IsStringInText): put parentes around expressions.
2276
2277 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2278
2279         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
2280         
2281 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2282
2283         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
2284
2285         * stl_string_fwd.h: add comment
2286
2287         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
2288
2289         * tabular.h:
2290         * tabular.C: remove unused DocBook methods
2291
2292         * intl.C:
2293         * language.C:
2294         * paragraph.C:
2295         * buffer.C:
2296         killed DO_USE_DEFAULT_LANGUAGE
2297
2298 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2299
2300         * lyx_gui.C: do not include language.h.
2301
2302         * bufferview_funcs.C (ToggleAndShow): do not provide optional
2303         arguments in function implementation.
2304
2305 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2306
2307         * BufferView_pimpl.C: add <ctime>
2308
2309 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2310
2311         * BufferView_pimpl.C: add using std::find_if
2312
2313 2001-02-27  José Matos  <jamatos@fep.up.pt>
2314         
2315         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
2316         by OnlyPath.
2317         
2318 2001-02-11  José Matos  <jamatos@fep.up.pt>
2319
2320         * buffer.C (makeDocBookFile): command styles now have a parameter as
2321         "title" by default.
2322
2323 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2324
2325         * layout_forms.[Ch]: removed
2326         * lyx_cb.[Ch]: out character
2327         * lyx_gui.C: out character
2328         * lyx_gui_misc.C: out character
2329         * bufferview_funcs.C: : out character,
2330         added toggleall as parameter in ToggleAndShow
2331                    
2332 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2333
2334         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
2335
2336         * text2.C (SetCurrentFont): Disable number property at boundary.
2337
2338 2001-02-26  Juergen Vigna  <jug@sad.it>
2339
2340         * lyxfunc.C (getStatus): added a string argument override function so
2341         that this is correctly called from LyXFunc::Dispatch if it contains a
2342         do_not_use_argument which is used!
2343         (Dispatch): added check for "custom" export and call appropriate func.
2344
2345 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2346
2347         * lyxrc.C: Add language_command_local, language_use_babel and
2348         language_global_options.
2349
2350         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
2351
2352         * buffer.C (makeLaTeXFile): Use language_use_babel and 
2353         language_global_options.
2354
2355 2001-02-23  Juergen Vigna  <jug@sad.it>
2356
2357         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
2358         which works with LyXText and putted it inside BufferView. Here now we
2359         only call for that part the BufferView::Dispatch() function.
2360
2361         * BufferView.C (Dispatch): added.
2362
2363         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
2364         functions which needs to use a LyXText over from LyXFunc.
2365         (MenuInsertLyXFile): added
2366         (getInsetByCode): added
2367         (moveCursorUpdate): added
2368         (static TEXT): added
2369
2370 2001-02-22  Juergen Vigna  <jug@sad.it>
2371
2372         * BufferView_pimpl.C (update): call a status update to see if LyXText
2373         needs it.
2374
2375 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2376
2377         * vc-backend.C (revert): implement for CVS
2378         (getLog): implement for CVS
2379
2380 2001-02-20  Juergen Vigna  <jug@sad.it>
2381
2382         * text2.C (ClearSelection): added BufferView param for inset_owner call
2383
2384         * lyxfunc.C (TEXT): added this function and use it instead of
2385         directly owner->view()-text of getLyXText().
2386
2387 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2388
2389         * src/layout_forms.C: out preamble
2390         * src/layout_forms.h: out preamble
2391         * src/lyx_cb.C: out preamble
2392         * src/lyx_cb.h: out preamble
2393         * src/lyx_gui.C: out preamble
2394         * src/lyx_gui_misc.C: out preamble
2395         * src/lyxfunc.C: connect with guii preamble
2396
2397 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2398
2399         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
2400
2401 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
2402
2403         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
2404         whether to run bibtex.
2405
2406 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
2407
2408         * Makefile.am (lyx_SOURCES): Remove BackStack.h
2409
2410 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2411
2412         * Makefile.am (lyx_SOURCES): removed bibforms.h
2413
2414         * vspace.h: doxygen
2415
2416         * text.C (GetVisibleRow): make several local vars const
2417
2418         * tabular.C: small cleanup.
2419
2420         * lyxserver.C (callback): use compare instead of strncmp
2421
2422         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
2423         inlines to after class or to paragraph.C
2424
2425         * lyxfont.h: remove friend operator!=
2426
2427         * converter.h: move friend bool operator< to non friend and after
2428         class def.
2429
2430         * combox.h: small cleanup
2431
2432         * buffer.h: doxygen, remove unused constructor, move inclas inlies
2433         to inlines after class def.
2434
2435         * buffer.C (pop_tag): use string operations instead of strcmp
2436
2437         * bmtable.c: doxygen, small cleanup
2438
2439         * LaTeX.h: remove friend operator==
2440
2441 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2442
2443         * screen.C: 
2444         * lyxrc.[Ch]:
2445         * lyxfunc.C: 
2446         * lyxfont.[Ch]: 
2447         * lyx_cb.C: 
2448         * intl.[Ch]: 
2449         * commandtags.h: 
2450         * buffer.C: 
2451         * WorkArea.[Ch]: 
2452         * LyXAction.C: 
2453         * BufferView_pimpl.C:
2454         * BufferView.[Ch]: remove cruft
2455
2456 2001-02-14  Juergen Vigna  <jug@sad.it>
2457
2458         * lyxfunc.C: removed #if 0 unused code
2459
2460         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
2461
2462         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
2463
2464         * text2.C (SetSelection): added a BufferView * parameter
2465
2466 2001-02-13  Juergen Vigna  <jug@sad.it>
2467
2468         * lyxfunc.C (Dispatch): fixed protected blank problem.
2469         * BufferView2.C (protectedBlank): added LyxText * parameter.
2470
2471         * tabular.C (AppendRow): forgot to set row_info of newly added row.
2472         (AppendColumn): same as above for column_info.
2473
2474         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
2475         (moveCursorUpdate): use a LyXText param for support of InsetText.
2476
2477         * BufferView_pimpl.C (doubleClick): added support for InsetText.
2478         (tripleClick): ditto
2479
2480         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
2481
2482         * BufferView_pimpl.C (update): added LyXText param to honor insets.
2483
2484         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
2485
2486         * text2.C (SetSelection): set correct update status if inset_owner
2487         (ToggleFree): ditto
2488
2489 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2490
2491         * tabular.C: remove some commented code.
2492
2493 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2494
2495         * BufferView_pimpl.C: call hideSplash()
2496
2497         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
2498
2499         * include_form.h:
2500         * bibforms.h: remove
2501
2502         * lyxfunc.C:
2503         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
2504           add LFUN_CHILD_CREATE
2505
2506         * counters.h: fix tiny typo
2507         
2508         * lyx_cb.C:
2509         * lyx.h:
2510         * lyx_gui.C:
2511         * lyx.C: move splash to frontends/xforms/
2512
2513         * lyx_gui_misc.C: move Include and Bibform to frontends
2514
2515         * lyxvc.h: clarify comment
2516
2517         * vspace.C: tiny housekeeping
2518
2519 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
2520
2521         * text.C (PrepareToPrint): RTL Fix.
2522
2523         * paragraph.C (GetUChar): New method.
2524         (String):  Use GetUChar.
2525
2526         * buffer.C (asciiParagraph): Use GetUChar.
2527
2528 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
2529
2530         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
2531
2532 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2533
2534         * buffer.h:
2535         * buffer.C: rename to getLogName(), handle
2536           build log / latex log nicely
2537
2538 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2539
2540         * MenuBackend.C: 
2541         * MenuBackend.h: remove support for reference menuitem type.
2542
2543 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2544
2545         * BufferView_pimpl.C: housekeeping
2546         * BufferView_pimpl.h:
2547         * LyXView.h:
2548         * Makefile.am:
2549         * Timeout.C:
2550         * Timeout.h:
2551         * minibuffer.h: move Timeout GUI-I
2552                           
2553 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
2554
2555         * lyxrc.C (read): Update converters data-structures.
2556
2557 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2558
2559         * LaTeX.h (operator!=): add operator != for Aux_Info 
2560
2561 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2562
2563         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
2564
2565         * LaTeXLog.C: deleted, useful code moved to Buffer
2566
2567         * buffer.h:
2568         * buffer.C: new function getLatexLogName()
2569
2570         * lyx_gui_misc.C:
2571         * lyx_gui.C:
2572         * lyxvc.C:
2573         * lyxvc.h:
2574         * lyxfunc.C: use frontends for LaTeX and VC logs
2575
2576 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2577
2578         * LaTeX.h: yet another std:: that Allan forgot.
2579
2580         * Variables.C (set): renamed from isset(), because this clashes
2581         with some HP-UX macros (grr).
2582
2583 2001-02-06  Allan Rae  <rae@lyx.org>
2584
2585         * LaTeX.h: Another bug fix.  Missing std:: this time.
2586
2587 2001-02-04  Allan Rae  <rae@lyx.org>
2588
2589         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
2590         floats problem. I've left it commented out because it's not quite
2591         correct.  It should also test that the current object is a table or
2592         figure inset.  But I haven't gotten around to figuring out how to do
2593         that.  I *think* it'll be something like: "table" == inset.type()
2594
2595         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
2596         bool.
2597
2598 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
2599
2600         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
2601         all the citation/databases/styles in the auxilary file. 
2602         (run): Rerun latex if there was a babel language error.
2603
2604 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
2605
2606         * text.C (Backspace): Preserve the font when changing newline char
2607         with a space.
2608         (BreakParagraph): If the cursor is before a space, delete the space.
2609
2610         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
2611
2612 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2613
2614         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
2615         new argument (code).
2616         (ChangeCitationsIfUnique): New method.
2617
2618         * paragraph.C (GetPositionOfInset): Handle bibkey.
2619
2620 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2621
2622         * BufferView_pimpl.h: change type of Position::par_pos to
2623         LyXParagraph::size_type. 
2624
2625 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2626
2627         * BufferView_pimpl.C (savePosition, restorePosition): Write
2628         messages to minibuffer.
2629
2630 2001-01-28  José Matos  <jamatos@fep.up.pt>
2631
2632         * buffer.C (makeDocBookFile): adds support for document language.
2633         A silly restriction on the name of LatexCommand types where removed.
2634         Added support for CDATA sections, allows to chars unescaped, used
2635         among others in code, to avoid escape < and >.
2636         
2637 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2638
2639         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
2640         saved positions instrad of a stack. Furthermore, a position is
2641         stored using paragraph id/paragraph position.
2642
2643         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
2644         Remove LFUN_REF_BACK.
2645
2646 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2647
2648         * converter.C (dvipdfm_options): New method.
2649
2650 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2651
2652         * vspace.C (isValidLength): Fix for empty input string.
2653
2654 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2655
2656         * LyXAction.C (init): change description of LFUN_FIGURE to
2657         "Insert Graphics"
2658
2659 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2660
2661         * LaTeX.C: add using directive
2662
2663 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2664
2665         * MenuBackend.C (expand): Fix the sorting of the formats.
2666
2667 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
2668
2669         * lyx_main.C: tiny error message fix
2670
2671 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2672
2673         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
2674         calling fl_initialize(). This fixes the problem with ',' as
2675         decimal separator in text files.
2676
2677 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
2678
2679         * trans.C (process): Fix the keymap bug.
2680
2681 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
2682
2683         * LaTeX.C (scanAuxFiles): New method. Provides support for
2684         multiple bibliographies (when using the bibtopic/bibunits pacakges).
2685         (scanLogFile) Scan for "run BibTeX" messages.
2686
2687         * buffer.C (makeLaTeXFile): Do not load the ae package when using
2688         OT1 font encoding. Also, load the aecompl package if the ae
2689         package is loaded.
2690
2691         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
2692
2693 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2694
2695         * texrow.C (increasePos): turn two error messages into debug
2696         messages. 
2697
2698 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
2699
2700         * LaTeX.C (scanAux): Handle the \@input macro.
2701         (runBibTeX): Use scanAux().
2702
2703         * language.C (latex_options_): New field.
2704
2705         * LaTeXFeatures.C (getMacros): Add language macros.
2706
2707         * buffer.C (makeLaTeXFile): Small fix.
2708
2709 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2710
2711         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
2712
2713         * text2.C: add a using directive.
2714
2715 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
2716
2717         * BufferView2.C:
2718         * lyx_gui_misc.h:
2719         * lyxfr1.C:
2720         * lyxfunc.C: kill LyXBell.
2721
2722 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2723
2724         * text.C (IsBoundary): Remove the error message
2725         
2726         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
2727
2728         * lyxrc.C (setDefaults): Correct initialization value for
2729         font_norm_type.
2730
2731 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
2732
2733         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
2734         gotoError().
2735
2736         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
2737         and GotoNextNote().
2738
2739         * src/LyXAction.C: Added reference-next.
2740
2741         * text.C (InsertChar): Use contains instead of strchr.
2742
2743         * lyx_cb.C (MenuInsertLabel): Enable default value code.
2744
2745 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
2746
2747         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
2748         alignment commands (when needed).
2749
2750         * text.C (InsertChar): Add ':' to number separator chars.