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