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