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