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