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