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