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