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