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