]> git.lyx.org Git - lyx.git/blob - ChangeLog
a couple of small fixes + a fix for the error in bibtex files problem
[lyx.git] / ChangeLog
1 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
4
5         * src/lyx_cb.C: add using std::reverse;
6
7         * src/LaTeX.C (run): on error always run deleteFilesOnError before
8         returning.
9
10         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
11         selected files. Should fix repeated errors from generated files.
12
13 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
14
15         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
16
17         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
18         the spellchecker popup. 
19
20         * lib/lyxrc.example:  Removed the \number_inset section
21
22 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
23
24         * src/insets/figinset.C (various): Use IsFileReadable() to make
25         sure that the file actually exist. Relying on ghostscripts errors
26         is a bad idea since they can lead to X server crashes.  
27
28 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
29
30         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
31         open under CYGWIN 
32
33         * lib/lyxrc.example: smallish typo in description of
34         \view_dvi_paper_option 
35
36 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
37
38         * src/lyxfunc.h:
39         * src/lyxfunc.C: doImportHelper to factor out common code of the
40         various import methods. New functions doImportASCIIasLines,
41         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
42         doImportLinuxDoc  for the  format specific parts.
43
44         * buffer.h:
45         * buffer.C: Dispatch  returns now a bool to indicate success
46
47         * lyx_gui.h:
48         * lyx_gui.C: Add getLyXView() for member access
49
50         * lyx_main.C: Change logic for batch commands: First try
51         Buffer::Dispatch (possibly without GUI), if that fails, use
52         LyXFunc::Dispatch
53
54         * lyx_main.C: Add support for --import command line switch.
55         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
56         Available Formats: Everything  accepted by 'buffer-import <format>'
57
58 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
59
60         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
61         unnumbered parts.
62
63         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
64         documents will be reformatted upon reentry.
65
66 2000-04-27  Juergen Vigna  <jug@sad.it>
67
68         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
69         correctly only last pos this was a bug.
70
71 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
72
73         * release of lyx-1.1.5pre1
74
75 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
76
77         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
78
79         * src/menus.C: revert the change of naming (Figure->Graphic...)
80         from 2000-04-11. It was incomplete and bad.
81         
82         * src/LColor.[Ch]: add LColor::depthbar.
83         * src/text.C (GetVisibleRow): use it.
84
85         * README: update the languages list.
86
87 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
88
89         * src/text.C (GetVisibleRow): show the depth of paragraphs using
90         vertical bars.
91
92 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
93
94         * README: remove sections that were just wrong.
95
96         * src/text2.C (GetRowNearY): remove currentrow code
97
98         * src/text.C (GetRow): remove currentrow code
99
100         * src/screen.C (Update): rewritten a bit.
101         (SmallUpdate): removed func
102
103         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
104         used.
105         (FullRebreak): return bool
106         (currentrow): remove var
107         (currentrow_y): ditto
108
109         * src/lyxscreen.h (Draw): change arg to unsigned long
110         (FitCursor): return bool
111         (FitManualCursor): ditto
112         (Smallpdate): remove func
113         (first): change to unsigned long
114         (DrawOneRow): change second arg to long (from long &)
115         (screen_refresh_y): remove var
116         (scree_refresh_row): ditto
117         
118         * src/lyxrow.h: change baseline to usigned int from unsigned
119         short, this brings some implicit/unsigned issues out in the open.
120
121         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
122         accordingly.
123         (Dispatch): don't call updateScrollbar after fitCursor. Use update
124         instead of smallUpdate.
125
126         * src/lyxcursor.h: change y to unsigned long
127
128         * src/buffer.h: don't call updateScrollbar after fitcursor
129
130         * src/buffer.C (parseSingleLyXformat2Token): move variables to
131         where they are used. Removed "\\direction", this was not present
132         in 1.1.4 and is already obsolete. Commented out some code that I
133         believe to never be called.
134         (runLiterate): don't call updateScrollbar after fitCursor
135         (runLaTeX): ditto
136         (buildProgram): ditto
137         (runChktex): ditto
138
139         * src/WorkArea.h (workWidth): change return val to unsigned
140         (width): ditto
141         (height): ditto
142         (redraw): remove the button redraws
143         (setScrollbarValue): change for scrollbar
144         (getScrollbarValue): change for scrollbar
145         (getScrollbarBounds): change for scrollbar
146
147         * src/WorkArea.C (C_WorkArea_up_cb): removed func
148         (C_WorkArea_down_cb): removed func
149         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
150         (resize): change for scrollbar
151         (setScrollbar): ditto
152         (setScrollbarBounds): ditto
153         (setScrollbarIncrements): ditto
154         (up_cb): removed func
155         (down_cb): removed func
156         (scroll_cb): change for scrollbar
157         (work_area_handler): ditto
158
159         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
160         when FitCursor did something.
161         (updateScrollbar): some unsigned changes
162         (downCB): removed func
163         (scrollUpOnePage): removed func
164         (scrollDownOnePage): remvoed func
165         (workAreaMotionNotify): don't call screen->FitCursor but use
166         fitCursor instead. and bool return val
167         (workAreaButtonPress): ditto
168         (workAreaButtonRelease): some unsigned changes
169         (checkInsetHit): ditto
170         (workAreaExpose): ditto
171         (update): parts rewritten, comments about the signed char arg added
172         (smallUpdate): removed func
173         (cursorPrevious): call needed updateScrollbar
174         (cursorNext): ditto
175
176         * src/BufferView2.C (allFloats): don't call updateScrollbar after
177         fitCursor.
178
179         * src/BufferView.[Ch] (upCB): removed func
180         (downCB): removed func
181         (smallUpdate): removed func
182
183 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
184
185         * src/lyxtext.h src/text.C src/text2.C: removed support for the
186         currentrow, currentrow_y optimization. This did not help a lot and
187         if we want to do this kind of optimization we should rather use
188         cursor.row instead of the currentrow. 
189
190         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
191         buffer spacing and klyx spacing support.
192
193 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
194
195         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
196         a factor of 50!
197
198 2000-04-26  Juergen Vigna  <jug@sad.it>
199
200         * src/insets/figinset.C: fixes to Lars sstream changes!
201
202 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
203
204         * A lot of files: Added Ascii(ostream &) methods to all inset
205         classes. Used when exporting to ASCII.
206         
207         * src/buffer.C (writeFileAscii,RoffAsciiTable)
208         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
209         instead of Latex()
210
211         * src/text2.C (ToggleFree): Disabled implicit word selection when
212         there is a change in the language
213         
214         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
215         no output was generated for end-of-sentence inset.
216         
217         * src/insets/lyxinset.h
218         * src/buffer.C
219         * src/lyxfunc.C
220         * src/paragraph.C: Removed the insetnumber code
221
222         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
223
224 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
225
226         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
227         no_babel and no_epsfig completely from the file.
228         (parseSingleLyXformat2Token): add handling for per-paragraph
229         spacing as written by klyx.
230
231         * src/insets/figinset.C: applied patch by Andre. Made it work with
232         ostringstream too.
233
234 2000-04-20  Juergen Vigna  <jug@sad.it>
235
236         * src/insets/insettext.C (cutSelection): 
237         (copySelection): Fixed with selection from right to left.
238         (draw): now the rows are not recalculated at every draw.
239         (computeTextRows): for now reset the inset-owner here (this is
240         important for an undo or copy where the inset-owner is not set
241         automatically!)
242
243         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
244         motion to the_locking_inset screen->first was forgotten, this was
245         not important till we got multiline insets.
246
247 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
248
249         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
250         code seems to be alright (it is code changed by Dekel, and the
251         intent is indeed that all macros should be defined \protect'ed)
252
253         * NEWS: a bit of reorganisation of the new user-visible features.
254
255 2000-04-19  Juergen Vigna  <jug@sad.it>
256
257         * src/insets/insettext.C (init): using a LyXCursor now for cursor
258         position. Set the inset_owner of the used paragraph so that it knows
259         that it is inside an inset. Fixed cursor handling with mouse and
260         cursor keys. Fixed wrong timed inset redraws and lots of other changes
261         and cleanups to make TextInsets work better.
262
263         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
264         Changed parameters of various functions and added LockInsetInInset().
265
266         * src/insets/insettext.C: 
267
268         * src/insets/insetcollapsable.h: 
269         * src/insets/insetcollapsable.C: 
270         * src/insets/insetfoot.h: 
271         * src/insets/insetfoot.C: 
272         * src/insets/insetert.h: 
273         * src/insets/insetert.C: cleaned up the code so that it works now
274         correctly with insettext.
275
276         * src/insets/inset.C: 
277         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
278         that insets in insets are supported right.
279
280         * src/table.h: 
281         * src/table.C: lots of changes for use with inset tabular (and cleanup)
282
283         * src/paragraph.C: some small fixes
284
285         * src/debug.h: inserted INSETS debug info
286
287         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
288         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
289
290         * src/commandtags.h: 
291         * src/LyXAction.C: insert code for InsetTabular.
292
293         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
294         not Button1MotionMask.
295         (workAreaButtonRelease): send always a InsetButtonRelease event to
296         the_locking_inset.
297         (checkInsetHit): some setCursor fixes (always with insets).
298
299         * src/BufferView2.C (lockInset): returns a bool now and extended for
300         locking insets inside insets.
301         (showLockedInsetCursor): it is important to have the cursor always
302         before the locked inset.
303         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
304
305         * src/BufferView.h: made lockInset return a bool.
306
307         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
308
309         * src/text2.C (SetCursor): This now has a version with a LyXCursor
310         that is used also internally but can be called as public to have back
311         a cursor pos which is not set internally.
312         (SetCursorIntern): Changed to use above function.
313
314         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
315
316 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
317
318         * ANNOUNCE: 
319         * INSTALL: 
320         * UPGRADING: 
321         * NEWS: updated for prerelease of 1.1.5. Please comment and send
322         patches for things that should be in or should be changed.
323
324         * src/* [insetfiles]: change "usigned char fragile" to bool
325         fragile. There was only one point that could that be questioned
326         and that is commented in formulamacro.C. Grep for "CHECK".
327         
328         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
329         (DeleteBuffer): take it out of CutAndPaste and make it static.
330
331 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
332
333         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
334         output the spacing envir commands. Also the new commands used in
335         the LaTeX output makes the result better.
336
337         * src/Spacing.C (writeEnvirBegin): new method
338         (writeEnvirEnd): new method
339
340 2000-04-18  Juergen Vigna  <jug@sad.it>
341
342         * src/CutAndPaste.C: made textclass a static member of the class
343         as otherwise it is not accesed right!!!
344
345 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
346
347         * forms/layout_forms.fd
348         * src/layout_forms.h
349         * src/layout_forms.C (create_form_form_character)
350         * src/lyx_cb.C (UserFreeFont)
351         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
352        documents (in the layout->character popup).
353
354 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
355
356         * src/spellchecker.C (create_ispell_pipe): fix a bug where
357         \spell_command was in fact not honored (from Kevin Atkinson).
358
359         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
360         quitting (Angus)
361
362         * src/lyx_gui.h: make lyxViews private (Angus)
363
364 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
365
366         * src/mathed/math_write.C
367         (MathMatrixInset::Write) Put \protect before \begin{array} and
368         \end{array} if fragile
369         (MathParInset::Write): Put \protect before \\ if fragile
370
371 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
372
373         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
374         initialization if the LyXColorHandler must be done after the
375         connections to the XServer has been established.
376
377         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
378         get the background pixel from the lyxColorhandler so that the
379         figures are rendered with the correct background color.
380         (NextToken): removed functions.
381         (GetPSSizes): use ifs >> string instead of NextToken.
382
383         * src/Painter.[Ch]: the color cache moved out of this file. 
384
385         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
386         and lines.  
387
388 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
389
390         * src/WorkArea.C (work_area_handler): call BufferView::enterView
391         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
392
393         * src/BufferView.C (enterView): new func
394         (leaveView): new func
395
396         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
397         when approp.
398         (leaveView): new func, undefines xterm cursor when approp.
399
400         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
401         (AllowInput): delete the Workarea cursor handling from this func.
402
403         * src/Painter.C (underline): draw a slimer underline in most cases.
404
405         * src/lyx_main.C (error_handler): use extern "C"
406
407 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
408
409         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
410         sent directly to me.
411
412         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
413         to the list by Dekel.
414
415         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
416         strstream too.
417
418         * src/bufferview_funcs.[Ch]: two new files, moved several of the
419         methods from lyx_cb.here.
420
421         * src/lyx_cb.C: in addition to the above; removed input_prohibited
422         it was not used.
423
424 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
425
426         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
427         instead of using current_view directly. 
428
429         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
430
431         * src/LyXAction.C (init): add the paragraph-spacing command.
432
433         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
434
435         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
436
437         * src/lyx_cb.C (CurrentState): output a string when the spacing is
438         different from the documents.
439
440         * src/text.C (SetHeightOfRow): take paragraph spacing into
441         account, paragraph spacing takes precedence over buffer spacing
442         (GetVisibleRow): ditto
443
444         * src/paragraph.C (writeFile): output the spacing parameter too.
445         (validate): set the correct features if spacing is used in the
446         paragraph. 
447         (Clear): set spacing to default
448         (MakeSameLayout): spacing too
449         (HasSameLayout): spacing too
450         (SetLayout): spacing too
451         (TeXOnePar): output the spacing commands
452
453         * src/lyxparagraph.h: added a spacing variable for use with
454         per-paragraph spacing.
455
456         * src/Spacing.h: add a Default spacing and a method to check if
457         the current spacing is default. also added an operator==
458
459         * src/text2.C (DeleteEmptyParagraphMechanism): added a
460         RedoParagraphs.
461
462 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
463
464         * src/lyxserver.C (callback): fix dispatch of functions
465
466         * src/insets/insetlatexaccent.C (checkContents): turn bogus
467         printf() into lyxerr call. 
468
469         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
470         fonts. 
471
472         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
473         "Table" to "Table Box", "Float" to "Floating Material"; deletes
474         the "Float" from each of the subitems.
475         (ShowHelpMenu): add entry for "FAQ" and "TOC".
476
477         * src/support/DebugStream.h: add an #ifdef to work around a gcc
478         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
479         documented the change so that the workaround can be nuked later.
480
481         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
482         LyX::init().
483         
484         * src/lyxlex_pimpl.C (next): do not re-declare the default value
485         of arguments.
486         * src/buffer.C (getLatexName): ditto
487         (setReadonly): ditto
488
489 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
490
491         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
492         avoid some uses of current_view. Added also a bufferParams()
493         method to get at this.
494
495         * src/lyxtext.h: changed params->buffer and paramters->bparams.
496
497 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
498
499         * src/lyxparagraph.[Ch]: removed
500         operator<(LyXParagraph::InsetTable..., added a struct matchIT
501         with operators used by lower_bound and
502         upper_bound in InsetTable's
503         Make struct InsetTable private again. Used matchpos.
504
505 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
506         
507         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
508         document, the language of existing text is changed (unless the
509         document is multi-lingual)
510
511         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
512
513         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
514
515         * A lot of files: A rewrite of the Right-to-Left support.
516                                                                            
517 2000-04-10  Juergen Vigna  <jug@sad.it>
518
519         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
520         misplaced cursor when inset in inset is locked.
521
522         * src/insets/insettext.C (LocalDispatch): small fix so that a
523         BREAKLINE is not inserted if we don't permit it with autBreakRows.
524
525         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
526         footnote font should be decreased in size twice when displaying.
527
528         * src/insets/insettext.C (GetDrawFont): inserted this function as
529         the drawing-font may differ from the real paragraph font.
530
531         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
532         insets (inset in inset!).
533
534         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
535         function here because we don't want footnotes inside footnotes.
536
537         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
538         Cloned insets.
539         (init): now set the inset_owner in paragraph.C
540         (LocalDispatch): added some resetPos() in the right position
541         (cutSelection): 
542         (copySelection): 
543         (pasteSelection): changed to use the new CutAndPaste-Class.
544
545         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
546         which tells if it is allowed to insert another inset inside this one.
547
548         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
549         SwitchLayoutsBetweenClasses.
550
551         * src/text2.C (InsertInset): checking of the new paragraph-function
552         InsertInsetAllowed.
553         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
554         is not needed anymore here!
555         (CutSelection): 
556         (CopySelection): 
557         (PasteSelection): redone (also with #ifdef) so that now this uses
558         the CutAndPaste-Class.
559         (SwitchLayoutsBetweenClasses): removed here and implemented in the
560         CutAndPaste-Class.
561         
562         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
563         from/to text/insets.
564
565         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
566         so that the paragraph knows if it is inside an (text)-inset.
567         (InsertFromMinibuffer): changed return-value to bool as now it
568         may happen that an inset is not inserted in the paragraph.
569         (InsertInsetAllowed): this checks if it is allowed to insert an
570         inset in this paragraph.
571         (PasteParagraph): 
572         (BreakParagraphConservative): 
573         (BreakParagraph) : small change for the above change of the return
574         value of InsertFromMinibuffer.
575
576         * src/lyxparagraph.h: added inset_owner and the functions to handle
577         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
578
579 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
580
581         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
582         functions from BufferView to BufferView::Pimpl to ease maintence.
583         
584         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
585         correctly. Also use SetCursorIntern instead of SetCursor.
586
587         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
588         correct color.
589
590 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
591
592         * src/WorkArea.C (belowMouse): manually implement below mouse.
593
594         * src/*: Add "explicit" on several constructors, I added probably
595         some unneeded ones. A couple of changes to code because of this.
596
597         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
598         implementation and private parts from the users of BufferView. Not
599         quite finished.
600
601         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
602         implementation and private parts from the users of LyXLex. Not
603         quite finished.
604
605         * src/BufferView_pimpl.[Ch]: new files
606
607         * src/lyxlex_pimpl.[Ch]: new files
608
609         * src/LyXView.[Ch]: some inline functions move out-of-line
610
611 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
612
613         * src/lyxparagraph.h: make struct InsetTable public.
614
615         * src/support/lyxstring.h: change lyxstring::difference_type to be
616         ptrdiff_t. Add std:: modifiers to streams.
617
618         * src/font.C: include the <cctype> header, for islower() and
619         isupper(). 
620
621 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
622
623         * src/font.[Ch]: new files. Contains the metric functions for
624         fonts, takes a LyXFont as parameter. Better separation of concepts.
625         
626         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
627         changes because of this.
628
629         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
630
631         * src/*: compile with -Winline and move functions that don't
632         inline out of line.
633         
634         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
635         instead of strspn.
636
637 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
638
639         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
640         (various files changed because of this)
641
642         * src/Painter.C (text): fixed the drawing of smallcaps.
643
644         * src/lyxfont.[Ch] (drawText): removed unused member func.
645         (drawString): ditto
646
647         * src/*.C: added needed "using" statements and "std::" qualifiers. 
648
649 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
650
651         * src/*.h: removed all use of "using" from header files use
652         qualifier std:: instead. 
653
654 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
655
656         * src/text.C (Backspace): some additional cleanups (we already
657         know whether cursor.pos is 0 or not).
658
659         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
660         automake does not provide one).
661
662         * src/bmtable.h: replace C++ comments with C comments.
663
664 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
665
666         * src/screen.C (ShowCursor): Change the shape of the cursor if
667         the current language is not equal to the language of the document.
668         (If the cursor change its shape unexpectedly, then you've found a bug)
669
670         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
671         bugs [I hope...]
672
673         * src/insets/insetnumber.[Ch]: New files.
674
675         * src/LyXAction.C (init)
676         * src/lyxfunc.C (dispatch): Add command number-inset-insert
677
678         * lyxrc.example
679         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
680
681         * src/lyxparagraph.h
682         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
683         (the vector is kept sorted).
684
685         * src/text.C (GetVisibleRow): Draw selection correctly when there
686         is both LTR and RTL text.
687
688         * src/paragraph.C (Clone): Use the assignment operator for cloning,
689         which is much faster.
690
691         * src/text.C (GetVisibleRow and other): Do not draw the last space 
692         in a row if the direction of the last letter is not equal to the
693         direction of the paragraph.
694
695         * src/lyxfont.C (latexWriteStartChanges):
696         Check that font language is not equal to basefont language.
697         (latexWriteEndChanges): ditto
698
699         * src/lyx_cb.C (StyleReset): Don't change the language while using
700         the font-default command.
701
702         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
703         empty paragraph before a footnote.
704
705         * src/insets/insetcommand.C (draw): Increase x correctly.
706
707         * src/screen.C (ShowCursor): Change cursor shape if
708         current language != document language.
709
710         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
711
712 2000-03-31  Juergen Vigna  <jug@sad.it>
713
714         * src/paragraph.C (GetInset): commented out text[pos] = ' '
715         (Clone): changed mode how the paragraph-data is copied to the
716         new clone-paragraph.
717
718         * src/lyxfunc.C (Dispatch): fixed small problem when calling
719         GetInset(pos) with no inset anymore there (in inset UNDO)
720
721         * src/insets/insetcommand.C (draw): small fix as here x is
722         incremented not as much as width() returns (2 before, 2 behind = 4)
723
724 2000-03-30  Juergen Vigna  <jug@sad.it>
725
726         * src/insets/insettext.C (InsetText): small fix in initialize
727         widthOffset (should not be done in the init() function)
728
729 2000-03-29  Amir Karger <karger@lyx.org>
730
731         * lib/examples/it_ItemizeBullets.lyx: translation by 
732         Stefano Mastella
733
734         * Implemented \textasciitilde and fixed a tiny bug in reLyX
735
736 2000-03-29  Juergen Vigna  <jug@sad.it>
737
738         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
739
740         * src/insets/insetfoot.C (Clone): small change as for the below
741         new init function in the text-inset
742
743         * src/insets/insettext.C (init): new function as I've seen that
744         clone did not copy the Paragraph-Data!
745         (LocalDispatch): Added code so that now we have some sort of Undo
746         functionality (well actually we HAVE Undo ;)
747
748         * src/text.C (Backspace): Small fix for the a | a Backspace problem
749
750 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
751         
752         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
753         were erased)
754
755 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
756
757         * src/main.C: added a runtime check that verifies that the xforms
758         header used when building LyX and the library used when running
759         LyX match. Exit with a message if they don't match. This is a
760         version number check only.
761
762         * src/buffer.C (save): Don't allocate memory on the heap for
763         struct utimbuf times.
764
765         * *: some using changes, use iosfwd instead of the real headers.
766
767         * src/lyxfont.C use char const * instead of string for the static
768         strings. Rewrite some functions to use sstream.
769
770 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
771
772         * src/text.C (Backspace): hopefully fix the dreaded backaspace
773         bug. 
774
775 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
776
777         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
778         of Geodesy (from Martin Vermeer)
779
780         * lib/layouts/svjour.inc: include file for the Springer svjour
781         class. It can be used to support journals other than JoG.
782
783         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
784         Miskiewicz <misiek@pld.org.pl>)
785         * lib/reLyX/Makefile.am: ditto.
786
787 2000-03-27  Juergen Vigna  <jug@sad.it>
788
789         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
790         also some modifications with operations on selected text.
791
792         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
793         problems with clicking on insets (last famous words ;)
794
795         * src/insets/insetcommand.C (draw): 
796         (width): Changed to have a bit of space before and after the inset so
797         that the blinking cursor can be seen (otherwise it was hidden)
798
799 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
800
801         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
802         would not be added to the link list when an installed gettext (not
803         part of libc) is found.
804
805 2000-03-24  Juergen Vigna  <jug@sad.it>
806
807         * src/insets/insetcollapsable.C (Edit): 
808         * src/mathed/formula.C (InsetButtonRelease): 
809         (InsetButtonPress): fixed for new handling of ButtonPress/Release
810         handling.
811
812         * src/BufferView.C (workAreaButtonPress): 
813         (workAreaButtonRelease): 
814         (checkInsetHit): Finally fixed the clicking on insets be handled
815         correctly!
816
817         * src/insets/insetert.C (Edit): inserted this call so that ERT
818         insets work always with LaTeX-font
819
820 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
821
822         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
823         caused lyx to startup with no GUI in place, causing in a crash
824         upon startup when called with arguments.
825
826 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
827
828         * src/FontLoader.C: better initialization of dummyXFontStruct.
829
830 2000-03-20 José Abílio Matos <jamatos@lyx.org>
831
832         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
833         for linuxdoc and docbook import and export format options.
834
835         * lib/lyxrc.example Example of default values for the previous flags.
836
837         * src/lyx_cb.C Use those flags instead of the hardwired values for
838         linuxdoc and docbook export.
839
840         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
841         linuxdoc import.
842
843         * src/menus.C Added menus entries for the new import/exports formats.
844         
845 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
846
847         * src/lyxrc.*: Added support for running without Gui 
848         (\use_gui false)
849           
850         * src/FontLoader.C: sensible defaults if no fonts are needed
851
852         * src/lyx_cb.C: New function ShowMessage (writes either to the
853         minibuffer or cout in case of no gui
854         New function AskOverwrite for common stuff
855         Consequently various changes to call these functions
856
857         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
858         wild guess at sensible screen resolution when having no gui
859
860         * src/lyxfont.C: no gui, no fonts... set some defaults
861
862 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
863
864         * src/LColor.C: made the command inset background a bit lighter.
865
866 2000-03-20  Hartmut Goebel <goebel@noris.net>
867
868         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
869         stdstruct.inc. Koma-Script added some title elements which
870         otherwise have been listed below "bibliography". This split allows
871         adding title elements to where they belong.
872
873         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
874         define the additional tilte elements and then include
875         stdstruct.inc. 
876
877         * many other layout files: changed to include stdtitle.inc just
878         before stdstruct.inc.
879
880 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
881
882         * src/buffer.C: (save) Added the option to store all backup files
883         in a single directory
884
885         * src/lyxrc.[Ch]: Added variable \backupdir_path
886
887         * lib/lyxrc.example: Added descriptions of recently added variables
888
889         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
890         bibtex inset, not closing the bibtex popup when deleting the inset)
891
892 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
893
894         * src/lyx_cb.C: add a couple using directives.
895
896 2000-03-17 José Abílio Matos <jamatos@lyx.org>
897         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
898         import based on the filename.
899         
900         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
901         file would be imported at start, if the filename where of a sgml file.
902
903         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
904         
905         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
906         
907 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
908         * src/lyxfont.h Replaced the member variable bits.direction by the
909         member variable lang. Made many changes in other files.
910         This allows having a multi-lingual document
911
912         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
913         that change the current language to <l>.
914         Removed the command "font-rtl"
915
916         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
917         format for Hebrew documents)
918
919         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
920         When auto_mathmode is "true", pressing a digit key in normal mode 
921         will cause entering into mathmode.
922         If auto_mathmode is "rtl" then this behavior will be active only
923         when writing right-to-left text.
924
925         * src/text2.C (InsertStringA) The string is inserted using the
926         current font.
927
928         * src/paragraph.C (GetEndLabel) Gives a correct result for
929         footnote paragraphs.
930
931         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
932
933 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
934
935         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
936         front of PasteParagraph. Never insert a ' '. This should at least
937         fix some cause for the segfaults that we have been experiencing,
938         it also fixes backspace behaviour slightly. (Phu!)
939
940         * src/support/lstrings.C (compare_no_case): some change to make it
941         compile with gcc 2.95.2 and stdlibc++-v3
942
943         * src/text2.C (MeltFootnoteEnvironment): change type o
944         first_footnote_par_is_not_empty to bool.
945
946         * src/lyxparagraph.h: make text private. Changes in other files
947         because of this.
948         (fitToSize): new function
949         (setContentsFromPar): new function
950         (clearContents): new function
951         (SetChar): new function
952
953         * src/paragraph.C (readSimpleWholeFile): deleted.
954
955         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
956         the file, just use a simple string instead. Also read the file in
957         a more maintainable manner.
958
959         * src/text2.C (InsertStringA): deleted.
960         (InsertStringB): deleted.
961
962 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
963
964         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
965         RedoParagraphs from the doublespace handling part, just set status
966         to NEED_MORE_REFRESH. Also don't update cursor position (should be
967         done, but perhaps not like this.)
968
969 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
970
971         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
972         character when inserting an inset.
973
974 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
975
976         * src/bufferparams.C (readLanguage): now takes "default" into
977         consideration.
978
979         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
980         also initialize the toplevel_keymap with the default bindings from
981         lyxrc. 
982         
983         * src/buffer.C (Buffer): remove lyxrc from the parameters.
984
985         * all files using lyxrc: have lyxrc as a real variable and not a
986         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
987         done in lyxrc.h.
988         
989         * src/lyxrc.C: remove double call to defaultKeyBindings
990
991         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
992         toolbar defauls using lyxlex. Remove enums, structs, functions
993         related to this. 
994
995         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
996         toolbar defaults. Also store default keybindings in a map.
997
998         * src/ToolbarDefaults.[Ch]: New file. This class is used for
999         storing the toolbar defaults without any xforms dependencies. 
1000
1001         * src/insets/figinset.C: patch posted to list by Andre Poenitz
1002         applied. Changed to use iterators.
1003
1004 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
1005
1006         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
1007         systems that don't have LINGUAS set to begin with.
1008
1009 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1010
1011         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
1012         the list by Dekel Tsur.
1013
1014 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1015
1016         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
1017         * src/insets/form_graphics.C: ditto.
1018
1019         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
1020
1021 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1022
1023         * src/bufferparams.C (readLanguage): use the new language map
1024
1025         * src/intl.C (InitKeyMapper): use the new language map
1026
1027         * src/lyx_gui.C (create_forms): use the new language map
1028
1029         * src/language.[Ch]: New files. Used for holding the information
1030         about each language. Now! Use this new language map enhance it and
1031         make it really usable for our needs. 
1032
1033 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
1034         
1035         * screen.C (ShowCursor): Removed duplicate code.
1036         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
1037         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
1038         
1039         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
1040
1041         * src/lyxtext.h
1042         * src/text.C  Added TransformChar method. Used for rendering Arabic
1043         text correctly (change the glyphs of the letter according to the
1044         position in the word)
1045
1046         * src/buffer.C
1047         * src/paragraph.C
1048         * src/lyxrc.h
1049         * src/lyxrc.C  Added lyxrc command {language_command_begin,
1050         language_command_end,language_command_ltr,language_command_rtl,
1051         language_package} which allows the use of either arabtex or Omega
1052         for Arabic
1053
1054         * src/lyx_gui.C (init)
1055         * src/lyxrc.h
1056         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
1057         to use encoding for menu fonts which is different than the encoding
1058         for screen fonts
1059
1060         * src/buffer.C (makeLaTeXFile): If params.language = "default",
1061         do not load the babel package.
1062         To write an English document with Hebrew/Arabic, change the document
1063         language to "english".
1064
1065         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
1066         (alphaCounter): changed to return char
1067         (loweralphaCounter, hebrewCounter, romanCounter): New functions
1068
1069         * lib/lyxrc.example  Added examples for Hebrew/Arabic
1070
1071         * src/layout.h
1072         * src/layout.C  Added layout command endlabeltype
1073
1074         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
1075
1076         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
1077
1078 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1079
1080         * src/mathed/math_delim.C (search_deco): return a
1081         math_deco_struct* instead of index.
1082
1083 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1084
1085         * All files with a USE_OSTREAM_ONLY within: removed all code that
1086         was unused when USE_OSTREAM_ONLY is defined.
1087         
1088         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
1089         of any less. Removed header and using.
1090
1091         * src/text.C (GetVisibleRow): draw the string "Page Break
1092         (top/bottom)" on screen when drawing a pagebreak line.
1093
1094 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1095
1096         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
1097
1098         * src/mathed/math_macro.C (draw): do some cast magic.
1099         (Metrics): ditto.
1100
1101         * src/mathed/math_defs.h: change byte* argument to byte const*.
1102
1103         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
1104
1105         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
1106         know it is right to return InsetFoot* too, but cxx does not like
1107         it...). 
1108
1109         * src/insets/insetcollapsable.[Ch] (Clone): make const.
1110
1111         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
1112
1113         * src/mathed/math_delim.C: change == to proper assignment.
1114
1115 2000-03-09  Juergen Vigna  <jug@sad.it>
1116
1117         * src/insets/insettext.C (setPos): fixed various cursor positioning
1118         problems (via mouse and cursor-keys)
1119         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
1120         inset (still a small display problem but it works ;)
1121
1122         * src/insets/insetcollapsable.C (draw): added button_top_y and
1123         button_bottom_y to have correct values for clicking on the inset.
1124
1125         * src/support/lyxalgo.h: commented out 'using std::less'
1126
1127 2000-03-08  Juergen Vigna  <jug@sad.it>
1128
1129         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
1130         Button-Release event closes as it is alos the Release-Event
1131         which opens it.
1132
1133         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
1134
1135 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
1136
1137         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
1138         can add multiple spaces in Scrap (literate programming) styles...
1139         which, by the way, is how I got hooked on LyX to begin with.
1140  
1141         * src/mathed/formula.C (Write): Added dummy variable to an
1142         inset::Latex() call.
1143         (Latex): Add free_spacing boolean to inset::Latex()
1144
1145         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
1146         
1147         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
1148         virtual function to include the free_spacing boolean from
1149         the containing paragraph's style.
1150  
1151         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
1152         Added free_spacing boolean arg to match inset.h
1153         
1154         * src/insets/insettext.C, src/insets/insettext.h (Latex):
1155         Added free_spacing boolean arg to match inset.h
1156         
1157         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
1158         Added free_spacing boolean and made sure that if in a free_spacing
1159         paragraph, that we output normal space if there is a protected space.
1160         
1161         * src/insets/insetref.C, src/insets/insetref.h (Latex):
1162         Added free_spacing boolean arg to match inset.h
1163         
1164         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
1165         Added free_spacing boolean arg to match inset.h
1166         
1167         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
1168         Added free_spacing boolean arg to match inset.h
1169         
1170         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
1171         Added free_spacing boolean arg to match inset.h
1172         
1173         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
1174         Added free_spacing boolean arg to match inset.h
1175         
1176         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
1177         free_spacing boolean arg to match inset.h 
1178         
1179         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
1180         Added free_spacing boolean arg to match inset.h
1181         
1182         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
1183         Added free_spacing boolean arg to match inset.h
1184         
1185         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
1186         Added free_spacing boolean arg to match inset.h
1187         
1188         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
1189         Added free_spacing boolean arg to match inset.h
1190         
1191         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
1192         Added free_spacing boolean arg to match inset.h
1193         
1194         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
1195         free_spacing boolean arg to match inset.h
1196         
1197         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
1198         free_spacing boolean arg to match inset.h
1199         
1200         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
1201         ignore free_spacing paragraphs. The user's spaces are left
1202         alone. 
1203         
1204         * src/text.C (InsertChar): Fixed the free_spacing layout
1205         attribute behavior. Now, if free_spacing is set, you can
1206         add multiple spaces in a paragraph with impunity (and they
1207         get output verbatim).
1208         (SelectSelectedWord): Added dummy argument to inset::Latex()
1209         call.
1210         
1211         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
1212         calls.
1213         
1214         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
1215         paragraph layouts now only input a simple space instead.
1216         Special character insets don't make any sense in free-spacing
1217         paragraphs.
1218         
1219         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
1220         hard-spaces in the *input* file to simple spaces if the layout
1221         is free-spacing. This converts old files which had to have
1222         hard-spaces in free-spacing layouts where a simple space was
1223         preferrable.
1224         (writeFileAscii): Added free_spacing check to pass to the newly
1225         reworked inset::Latex(...) methods. The inset::Latex() code
1226         ensures that hard-spaces in free-spacing paragraphs get output
1227         as spaces (rather than "~").
1228         
1229 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1230         
1231         * src/mathed/math_delim.C (draw): draw the empty placeholder
1232         delims with a onoffdash line.
1233         (struct math_deco_compare): struct that holds the "functors" used
1234         for the sort and the binary search in math_deco_table.
1235         (class init_deco_table): class used for initial sort of the
1236         math_deco_table. 
1237         (search_deco): use lower_bound to do a binary search in the
1238         math_deco_table.
1239
1240 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1241
1242         * src/lyxrc.C: a small secret thingie...
1243
1244         * src/lyxlex.C (printTable): changed to take a ostream as paramter
1245         and to not flush the stream as often as it used to.
1246
1247         * src/support/lyxalgo.h: new file 
1248         (sorted): template function used for checking if a sequence is
1249         sorted or not. Two versions with and without user supplied
1250         compare. Uses same compare as std::sort.
1251
1252         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
1253         it and give warning on lyxerr.
1254         (pushTable): ditto
1255         (struct compare_tags): struct with function operators used for
1256         checking if sorted, sorting and lower_bound.
1257         (search_kw): use lower_bound instead of manually implemented
1258         binary search.
1259
1260 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1261
1262         * src/insets/insetcollapsable.h: fix Clone() declaration.
1263         * src/insets/insetfoot.h: ditto.
1264
1265         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
1266
1267 2000-03-08  Juergen Vigna  <jug@sad.it>
1268
1269         * src/insets/lyxinset.h: added owner call which tells us if
1270         this inset is inside another inset. Changed also the return-type
1271         of Editable to an enum so it tells clearer what the return-value is.
1272
1273         * src/insets/insettext.C (computeTextRows): fixed computing of
1274         textinsets which split automatically on more rows.
1275
1276         * src/insets/insetert.[Ch]: changed this to be of BaseType
1277         InsetCollapsable.
1278
1279         * src/insets/insetfoot.[Ch]: added footnote inset
1280
1281         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
1282         collapsable insets (like footnote, ert, ...)
1283
1284 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1285
1286         * src/lyxdraw.h: remvoe file
1287
1288         * src/lyxdraw.C: remove file
1289
1290         * src/insets/insettext.C: added <algorithm>.
1291
1292 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1293
1294         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
1295         (matrix_cb): case MM_OK use string stream
1296
1297         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
1298         stream.
1299
1300         * src/mathed/math_macro.C (draw): use string stream
1301         (Metrics): use string stream
1302
1303         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
1304         directly to the ostream.
1305
1306         * src/vspace.C (asString): use string stream.
1307         (asString): use string stream
1308         (asLatexString): use string stream
1309
1310         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
1311         setting Spacing::Other.
1312
1313         * src/LaTeXFeatures.C (getPackages): use string stream instead of
1314         sprintf when creating the stretch vale.
1315
1316         * src/text2.C (alphaCounter): changed to return a string and to
1317         not use a static variable internally. Also fixed a one-off bug.
1318         (SetCounter): changed the drawing of the labels to use string
1319         streams instead of sprintf.
1320
1321         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
1322         manipulator to use a scheme that does not require library support.
1323         This is also the way it is done in the new GNU libstdc++. Should
1324         work with DEC cxx now. 
1325
1326 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1327
1328         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
1329         end. This fixes a bug. 
1330
1331         * src/mathed (all files concerned with file writing): apply the
1332         USE_OSTREAM_ONLY changes to mathed too.
1333         
1334         * src/support/DebugStream.h: make the constructor explicit.
1335
1336         * src/lyxfont.C (latexWriteStartChanges): small bug related to
1337         count and ostream squashed.
1338
1339 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1340
1341         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
1342
1343         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
1344         ostringstream uses STL strings, and we might not.
1345
1346         * src/insets/insetspecialchar.C: add using directive.
1347         * src/insets/insettext.C: ditto.
1348
1349 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1350
1351         * lib/layouts/seminar.layout: feeble attempt at a layout for
1352         seminar.cls, far from completet and could really use some looking
1353         at from people used to write layout files.
1354
1355         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
1356         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
1357         a lot nicer and works nicely with ostreams.
1358
1359         * src/mathed/formula.C (draw): a slightly different solution that
1360         the one posted to the list, but I think this one works too. (font
1361         size wrong in headers.)
1362
1363         * src/insets/insettext.C (computeTextRows): some fiddling on
1364         Jürgens turf, added some comments that he should read.
1365
1366         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
1367         used and it gave compiler warnings.
1368         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
1369         writing of lyxrc.
1370
1371         * src/lyx_gui.C (create_forms): do the right thing when
1372         show_banner is true/false.
1373
1374         * src/lyx_cb.C (TimerCB): no need to close or do anything if
1375         show_banner is false.
1376
1377         * most file writing files: Now use iostreams to do almost all of
1378         the writing. Also instead of passing string &, we now use
1379         stringstreams. mathed output is still not adapted to iostreams.
1380         This change can be turned off by commenting out all the occurences
1381         of the "#define USE_OSTREAM_ONLY 1" lines.
1382         
1383         * src/WorkArea.C (createPixmap): don't output debug messages.
1384         (WorkArea): don't output debug messages.
1385
1386         * lib/lyxrc.example: added a comment about the new variable
1387         \show_banner 
1388
1389         * development/Code_rules/Rules: Added some more commente about how
1390         to build class interfaces and on how better encapsulation can be
1391         achieved. 
1392
1393 2000-03-03  Juergen Vigna  <jug@sad.it>
1394
1395         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
1396         automatically with the width of the LyX-Window
1397
1398         * src/insets/insettext.C (computeTextRows): fixed update bug in
1399         displaying text-insets (scrollvalues where not initialized!)
1400
1401 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1402
1403         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
1404         id in the check of the result from lower_bound is not enough since
1405         lower_bound can return last too, and then res->id will not be a
1406         valid construct.
1407
1408         *  all insets and some code that use them: I have conditionalized
1409         removed the Latex(string & out, ...) this means that only the
1410         Latex(ostream &, ...) will be used. This is a work in progress to
1411         move towards using streams for all output of files. 
1412
1413         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
1414         c to 0.
1415
1416 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1417
1418         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
1419         routine (this fixes bug where greek letters were surrounded by too
1420         much white space).
1421
1422         * src/support/filetools.C (findtexfile): change a bit the search
1423         algorithm, to fix bug introduced in 1.1.4. Note that --format is
1424         no longer passed to kpsewhich, we may have to change that later.
1425
1426         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
1427         warning options to avoid problems with X header files (from Angus
1428         Leeming).
1429         * acinclude.m4: regenerated.
1430
1431 2000-03-02  Juergen Vigna  <jug@sad.it>
1432
1433         * src/insets/insettext.C (WriteParagraphData): Using the
1434         par->writeFile() function for writing paragraph-data.
1435         (Read): Using buffer->parseSingleLyXformat2Token()-function
1436         for parsing paragraph data!
1437
1438         * src/buffer.C (readLyXformat2): removed all parse data and using
1439         the new parseSingleLyXformat2Token()-function.
1440         (parseSingleLyXformat2Token): added this function to parse (read)
1441         lyx-file-format (this is called also from text-insets now!)
1442
1443 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1444
1445         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
1446         and temp.
1447
1448         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
1449         directly instead of going through a func. One very bad thing: a
1450         static LyXFindReplace, but I don't know where to place it. 
1451
1452         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
1453         string instead of char[]. Also changed to static.
1454         (GetSelectionOrWordAtCursor): changed to static inline
1455         (SetSelectionOverLenChars): ditto.
1456
1457         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
1458         current_view and global variables. both classes has changed names
1459         and LyXFindReplace is not inherited from SearchForm.
1460         
1461         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
1462         fl_form_search form.
1463
1464         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
1465
1466 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1467
1468         * lib/bind/*.bind: make sure 'buffer-previous' function is not
1469         bound (from Kayvan).
1470
1471         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
1472
1473         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
1474
1475 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1476
1477         * some things that I should comment but the local pub says head to
1478         swirly... 
1479         
1480         * comment out all code that belongs to the Roff code for Ascii
1481         export of tables. (this is unused)
1482         
1483         * src/LyXView.C: use correct type for global variable
1484         current_layout. (LyXTextClass::size_type)
1485
1486         * some code to get the new insetgraphics closer to working I'd be
1487         grateful for any help.
1488         
1489         * src/BufferView2.C (insertInset): use the return type of
1490         NumberOfLayout properly. (also changes in other files)
1491
1492         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
1493         this as a test. I want to know what breaks because of this.
1494
1495         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
1496
1497 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1498
1499         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
1500         to use a \makebox in the label, this allows proper justification
1501         with out using protected spaces or multiple hfills. Now it is
1502         "label" for left justified, "\hfill label\hfill" for center, and
1503         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
1504         should be changed accordingly. 
1505
1506 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1507
1508         * src/lyxtext.h: change SetLayout() to take a
1509         LyXTextClass::size_type instead of a char (when there is more than
1510         127 layouts in a class); also change type of copylayouttype.
1511         * src/text2.C (SetLayout): ditto.
1512         * src/LyXView.C (updateLayoutChoice): ditto.
1513
1514         * src/LaTeX.C (scanLogFile): errors where the line number was not
1515         given just after the '!'-line were ignored (from Dekel Tsur).
1516
1517         * lib/lyxrc.example: fix description of \date_insert_format
1518
1519         * lib/layouts/llncs.layout: new layout, contributed by Martin
1520         Vermeer. 
1521
1522 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1523
1524         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
1525         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
1526         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
1527         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
1528         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
1529         paragraph.C, text.C, text2.C)
1530
1531 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1532
1533         * src/insets/insettext.C (LocalDispatch): remove extra break
1534         statement. 
1535
1536         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
1537         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
1538
1539         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
1540         * src/insets/insettext.[Ch] (GetCursorPos): ditto
1541
1542         * src/insets/insetbib.h: move InsetBibkey::Holder and
1543         InsetCitation::Holder in public space.
1544
1545 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
1546
1547         * src/insets/insettext.h: small change to get the new files from
1548         Juergen to compile (use "string", not "class string").
1549
1550         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
1551         const & as parameter to LocalDispatch, use LyXFont const & as
1552         paramter to some other func. This also had impacto on lyxinsets.h
1553         and the two mathed insets.
1554
1555 2000-02-24  Juergen Vigna  <jug@sad.it>
1556
1557         * src/buffer.C:
1558         * src/commandtags.h: 
1559         * src/LyXAction.C:
1560         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
1561
1562         * src/BufferView.h
1563         * src/BufferView.C
1564         * src/BufferView2.C: added/updated code for various inset-functions
1565
1566         * src/insets/insetert.[Ch]: added implementation of InsetERT
1567
1568         * src/insets/insettext.[Ch]: added implementation of InsetText
1569
1570         * src/insets/inset.C (Edit): added "unsigned int button" parameter
1571         (draw): added preliminary code for inset scrolling not finshed yet
1572
1573         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
1574         as it is in lyxfunc.C now
1575
1576         * src/insets/lyxinset.h: Added functions for text-insets
1577
1578 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1579
1580         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
1581         BufferView and reimplement the list as a queue put inside its own
1582         class.
1583
1584         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
1585
1586         * several files: use the new interface to the "updateinsetlist"
1587         
1588         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
1589         on doubleclick.
1590         (work_area_handler): call BufferView::trippleClick on trippleclick.
1591
1592         * src/BufferView.C (doubleClick): new function, selects word on
1593         doubleclick. 
1594         (trippleClick): new function, selects line on trippleclick.
1595
1596 2000-02-22  Allan Rae  <rae@lyx.org>
1597
1598         * lib/bind/xemacs.bind: buffer-previous not supported
1599
1600 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1601
1602         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
1603         as const.
1604
1605 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1606
1607         * src/bufferlist.C: get rid of current_view from this file
1608
1609         * src/spellchecker.C: get rid of current_view from this file
1610
1611         * src/vspace.C: get rid of current_view from this file
1612         (inPixels): added BufferView parameter for this func
1613         (asLatexCommand): added a BufferParams for this func
1614
1615         * src/text.C src/text2.C: get rid of current_view from these
1616         files.
1617         
1618         * src/lyxfont.C (getFontDirection): move this function here from
1619         text.C
1620         
1621         * src/bufferparams.C (getDocumentDirection): move this function
1622         here from text.C
1623
1624         * src/paragraph.C (getParDirection): move this function here from
1625         text.C 
1626         (getLetterDirection): ditto
1627         
1628 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
1629
1630         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
1631         resize due to wrong pixmap beeing used. Also took the opurtunity
1632         to make the LyXScreen stateless on regard to WorkArea and some
1633         general cleanup in the same files.
1634         
1635 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1636
1637         * src/Makefile.am: add missing direction.h
1638
1639         * src/PainterBase.h: made the width functions const.
1640         
1641         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
1642         missing ones.
1643         
1644         * src/insets/insetcommand.C (draw): draw Editable as buttons.
1645
1646         * src/insets/insetlatexaccent.C (draw): make the accents draw
1647         better, at present this will only work well with iso8859-1.
1648         
1649         * several files: remove the old drawing code, now we use the new
1650         painter only.
1651
1652         * several files: remove support for mono_video, reverse_video and
1653         fast selection.
1654
1655 2000-02-17  Juergen Vigna  <jug@sad.it>
1656
1657         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
1658         int ** as we have to return the pointer, otherwise we have only
1659         NULL pointers in the returning function.
1660
1661 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1662
1663         * src/LaTeX.C (operator()): quote file name when running latex.
1664
1665 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1666
1667         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
1668         (bubble tip), this removes our special handling of this.
1669
1670         * Remove all code that is unused now that we have the new
1671         workarea. (Code that are not active when NEW_WA is defined.)
1672
1673         * Make the uses of XSync not conditionalized on define USE_XSYNC.
1674         
1675 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1676
1677         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
1678         nonexisting layout; correctly redirect obsoleted layouts.
1679
1680         * lib/lyxrc.example: document \view_dvi_paper_option
1681
1682         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
1683         variable. 
1684
1685         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
1686         (PreviewDVI): handle the view_dvi_paper_option variable.
1687         [Both from Roland Krause]
1688
1689 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1690
1691         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
1692         char const *, int, LyXFont)
1693         (text(int, int, string, LyXFont)): ditto 
1694
1695         * src/text.C (InsertCharInTable): attempt to fix the double-space
1696         feature in tables too.
1697         (BackspaceInTable): ditto.
1698         (GetVisibleRow): make bottom pagebreak line be a onoff line.
1699
1700 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1701
1702         * src/text2.C (owner): only complain if owner_ is set and bv != 0
1703
1704         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
1705         newly found text in textcache to this.
1706         (buffer): set the owner of the text put into the textcache to 0
1707
1708         * src/insets/figinset.C (draw): fixed the drawing of figures with
1709         the new Painter.
1710
1711         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
1712         drawing of mathframe, hfills, protected space, table lines. I have
1713         now no outstanding drawing problems with the new Painter code. 
1714
1715 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1716
1717         * src/PainterBase.C (ellipse, circle): do not specify the default
1718         arguments. 
1719
1720         * src/LColor.h: add using directive.
1721
1722         * src/Painter.[Ch]: change return type of methods from Painter& to
1723         PainterBase&. Add a using directive.
1724
1725         * src/WorkArea.C: wrap xforms callbacks in C functions
1726         C_WorkArea_xxx. 
1727
1728         * lib/layouts/foils.layout: font fix and simplifications from Carl
1729         Ollivier-Gooch.
1730
1731 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1732
1733         * a lot of files: The Painter, LColor and WorkArea from the old
1734         devel branch has been ported to lyx-devel. Some new files and a
1735         lot of #ifdeffed code. The new workarea is enabled by default, but
1736         if you want to test the new Painter and LColor you have to compile
1737         with USE_PAINTER defined (do this in config.h f.ex.) There are
1738         still some rought edges, and I'd like some help to clear those
1739         out. It looks stable (loads and displays the Userguide very well).
1740         
1741
1742 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1743
1744         * src/buffer.C (pop_tag): revert to the previous implementation
1745         (use a global variable for both loops).
1746
1747         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
1748
1749         * src/lyxrc.C (LyXRC): change slightly default date format.
1750
1751         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
1752         there is an English text with a footnote that starts with a Hebrew
1753         paragraph, or vice versa.
1754         (TeXFootnote): ditto.
1755
1756         * src/text.C (LeftMargin): allow for negative values for
1757         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
1758         this out.
1759
1760         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
1761         for input encoding (cyrillic)
1762
1763 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1764
1765         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
1766         Tsur). 
1767
1768         * src/toolbar.C (set): ditto
1769         * src/insets/insetbib.C (create_form_citation_form): ditto
1770
1771         * lib/CREDITS: added Dekel Tsur.
1772
1773         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
1774         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
1775         hebrew supports files from Dekel Tsur.
1776         
1777         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
1778         <tzafrir@technion.ac.il> 
1779
1780         * src/lyxrc.C: put \date_insert_format at the right place.
1781
1782         * src/buffer.C (makeLaTeXFile): fix the handling of
1783         BufferParams::sides when writing out latex files.
1784
1785         * src/BufferView2.C: add a "using" directive.
1786
1787         * src/support/lyxsum.C (sum): when we use lyxstring,
1788         ostringstream::str needs an additional .c_str().
1789
1790 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1791
1792         * src/support/filetools.C (ChangeExtension): patch from Etienne
1793         applied.
1794
1795         * src/TextCache.C (show): remove const_cast and make second
1796         parameter non-const LyXText *.
1797
1798         * src/TextCache.h: use non const LyXText in show.
1799
1800         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
1801         with hebrew.
1802
1803 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1804
1805         * src/support/lyxsum.C: rework to be more flexible.
1806         
1807         * several places: don't check if a pointer is 0 if you are going
1808         to delete it.
1809
1810         * src/text.C: remove some dead code.
1811
1812         * src/insets/figinset.C: remove some dead code
1813         
1814         * src/buffer.C: move the BufferView funcs to BufferView2.C
1815         remove all support for insetlatexdel
1816         remove support for oldpapersize stuff
1817         made some member funcs const
1818
1819         * src/kbmap.C: use a std::list to store the bindings in.
1820         
1821         * src/BufferView2.C: new file
1822
1823         * src/kbsequence.[Ch]: new files
1824         
1825         * src/LyXAction.C + others: remove all trace of buffer-previous
1826         
1827         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
1828         only have one copy in the binary of this table.
1829         
1830         * hebrew patch: moved some functions from LyXText to more
1831         appropriate places. (LyXParagraph, BufferParams, LyXFont)
1832         
1833         * several files: remove support for XForms older than 0.88
1834         whitespace changes.
1835         remove some #if 0 #endif code
1836         
1837         * src/TextCache.[Ch]: new file. Holds the textcache.
1838
1839         * src/BufferView.C: changes to use the new TextCache interface.
1840         (waitForX): remove the now unused code.
1841         
1842         * src/BackStack.h: remove some commented code
1843
1844         * lib/bind/emacs.bind: remove binding for buffer-previous
1845
1846 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1847
1848         * applied the hebrew patch.
1849
1850         * src/lyxrow.h: make sure that all Row variables are initialized.
1851
1852         * src/text2.C (TextHandleUndo): comment out a delete, this might
1853         introduce a memory leak, but should also help us to not try to
1854         read freed memory. We need to look at this one.
1855
1856         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
1857         (LyXParagraph): initalize footnotekind.
1858
1859         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
1860         forgot this when applying the patch. Please heed the warnings.
1861
1862         * src/BufferView.C (buffer): a fix for the buffer-reload problem
1863         (aka. reformat problem)
1864
1865         * src/bufferlist.C (exists): made const, and use const_iterator
1866         (isLoaded): new func.
1867         (release): use std::find to find the correct buffer.
1868
1869         * src/bufferlist.h: made getState a const func.
1870         made empty a const func.
1871         made exists a const func.
1872         new func: isLoaded
1873
1874 2000-02-01  Juergen Vigna  <jug@sad.it>
1875
1876         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
1877
1878         * po/it.po: updated a bit the italian po file and also changed the
1879         'file nuovo' for newfile to 'filenuovo' without a space, this did
1880         annoy me a lot :)
1881         
1882         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
1883         for the new insert_date command.
1884
1885         * src/lyxfunc.C (Dispatch): added support for a insert_date function
1886         from jdblair, to insert a date into the current text conforming to
1887         a strftime format (for now only considering the locale-set and not
1888         the document-language).
1889
1890 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1891
1892         * src/lyxfont.C (textWidth): hopefully better fix for the Array
1893         Bounds Read error seen by purify. The problem was that islower is
1894         a macros which takes an unsigned char and uses it as an index for
1895         in array of characters properties (and is thus subject to the
1896         above error).
1897         (drawText): ditto.
1898
1899         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
1900         correctly the paper sides radio buttons.
1901         (UpdateDocumentButtons): ditto.
1902
1903 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1904
1905         * src/kbmap.C (getsym + others): change to return unsigned int,
1906         returning a long can give problems on 64 bit systems. (I assume
1907         that int is 32bit on 64bit systems)
1908
1909 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1910
1911         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
1912         LyXLookupString to be zero-terminated. Really fixes problems seen
1913         by purify, I think.
1914
1915 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1916
1917         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
1918         write a (char*)0 to the lyxerr stream.
1919
1920         * src/lastfiles.C: move algorithm before the using statemets.
1921
1922 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1923
1924         * src/lastfiles.C: move using directives in global scope (egcs 1.x
1925         complains otherwise).
1926         * src/table.C: ditto
1927
1928         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
1929         directory. 
1930
1931         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
1932         that I removed earlier... It is really needed.
1933
1934         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
1935
1936 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1937
1938         * INSTALL: update xforms home page URL.
1939
1940         * lib/configure.m4: fix a bug with unreadable layout files.
1941
1942         * src/table.C (calculate_width_of_column): add "using std::max"
1943         directive. 
1944
1945 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
1946
1947         * several files: marked several lines with "DEL LINE", this is
1948         lines that can be deleted without changing anything.
1949         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
1950                                    checks this anyway */
1951                 delete <ptr>
1952
1953         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
1954
1955         * src/DepTable.C (update): add a "+" at the end when the checksum
1956         is different. (debugging string only)
1957
1958         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
1959         the next inset to not be displayed. This should also fix the list
1960         of labels in the "Insert Crossreference" dialog.
1961
1962 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1963
1964         * src/support/LSubstring.C (LSubstring): set pos to string::npos
1965         when regex was not found.
1966
1967         * src/support/lstrings.C (lowercase): use handcoded transform always.
1968         (uppercase): ditto
1969
1970         * src/text.C (Delete): fixed the crash. cursor.par->prev and
1971         old_cursor.par->prev could be 0.
1972
1973         * several files: changed post inc/dec to pre inc/dec
1974         
1975         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
1976         write the lastfiles to file.
1977
1978         * src/BufferView.C (buffer): only show TextCache info when debugging
1979         (buffer): ditto
1980         (resizeCurrentBuffer): ditto
1981         (workAreaExpose): ditto
1982
1983         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
1984
1985         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
1986
1987         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
1988         a bit better by removing the special case for \i and \j.
1989
1990 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1991
1992         * src/lyx_main.C (easyParse): remove test for bad comand line
1993         options, since this broke all xforms-related parsing.
1994
1995         * src/kbmap.C (getsym): set return type to unsigned long, as
1996         declared in header. On an alpha, long is _not_ the same as int.
1997
1998         * src/support/LOstream.h: add a "using std::flush;"
1999
2000         * src/insets/figinset.C: ditto.
2001
2002 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2003
2004         * src/bufferlist.C (write): use blinding fast file copy instead of
2005         "a char at a time", now we are doing it the C++ way.
2006
2007         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
2008         std::list<int> instead.
2009         (addpidwait): reflect move to std::list<int>
2010         (sigchldchecker): ditto
2011
2012         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
2013         version also. 
2014
2015         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
2016         that obviously was wrong...
2017
2018         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
2019         c, this avoids warnings with purify and islower.
2020
2021         * src/insets/figinset.C: rename struct queue to struct
2022         queue_element and rewrite to use a std::queue. gsqueue is now a
2023         std::queue<queue_element>
2024         (runqueue): reflect move to std::queue
2025         (addwait): ditto
2026
2027         * src/support/lstrings.h (tostr): specialize for bool, otherwise
2028         we would get "1" "0" instead of "true" "false. Also make the tostr
2029         functions inline.
2030
2031 2000-01-21  Juergen Vigna  <jug@sad.it>
2032
2033         * src/buffer.C (writeFileAscii): Disabled code for special groff
2034         handling of tabulars till I fix this in table.C
2035
2036 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2037
2038         * src/support/mkdir.C (mkdir): change second argument of mkdir to
2039         unsigned long int.
2040         * src/support/lyxlib.h: ditto.
2041
2042 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2043
2044         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
2045         and 'j' look better. This might fix the "macron" bug that has been
2046         observed.
2047
2048         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
2049         functions as one template function. Delete the old versions.
2050
2051         * src/support/lyxsum.C: move using std::ifstream inside
2052         MODERN_STL_STREAMS
2053
2054         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
2055         and putenv.C
2056
2057         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
2058
2059         * src/mathed/formula.C: delete #include "bufferlist.h" never used
2060
2061         * src/insets/figinset.C (InitFigures): use new instead of malloc
2062         to allocate memory for figures and bitmaps.
2063         (DoneFigures): use delete[] instead of free to deallocate memory
2064         for figures and bitmaps.
2065         (runqueue): use new to allocate 
2066         (getfigdata): use new/delete[] instead of malloc/free
2067         (RegisterFigure): ditto
2068
2069         * some files: moved some declarations closer to first use, small
2070         whitespace changes use preincrement instead of postincrement where
2071         it does not make a difference.
2072         
2073         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
2074         step on the way to use stl::containers for key maps. 
2075
2076         * src/bufferlist.h: add a typedef for const_iterator and const
2077         versions of begin and end.
2078
2079         * src/bufferlist.[Ch]: change name of member variable _state to
2080         state_. (avoid reserved names)
2081         (makePup): removed
2082         (getFileNames): returns the filenames of the buffers in a vector.
2083
2084         * configure.in (ALL_LINGUAS): added ro
2085
2086         * src/support/putenv.C: new file
2087
2088         * src/support/mkdir.C: new file
2089
2090 2000-01-20  Allan Rae <rae@lyx.org>
2091
2092         * lib/layouts/IEEEtran.layout: Added several theorem environments
2093
2094         * lib/templates/IEEEtran.lyx: Example theorem environments and a
2095         couple of minor additions.
2096
2097         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
2098         (except for those in footnotes of course)
2099
2100 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2101
2102         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
2103
2104         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
2105         std::sort and std::lower_bound instead of qsort and handwritten
2106         binarysearch.
2107         (struct compara): struct that holds the functors used by std::sort
2108         and std::lower_bound in MathedLookupBOP.
2109
2110 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2111
2112         * src/support/LAssert.h: do not do partial specialization. We do
2113         not really need it.
2114
2115         * src/support/lyxlib.h: note that lyx::getUserName() and
2116         lyx::date() are not in use right now. Should these be suppressed?
2117
2118         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
2119         (makeLinuxDocFile): do not put date and user name in linuxdoc
2120         headers. 
2121
2122         * src/support/lyxlib.h (kill): change first argument to long int,
2123         since that's what solaris uses.
2124
2125         * src/support/kill.C (kill): fix declaration to match prototype.
2126
2127         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
2128         actually check whether namespaces are supported. This is not what
2129         it used to do.
2130
2131         * src/support/lyxsum.C: add a using directive.
2132
2133 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2134
2135         * src/support/kill.C: if we have namespace support we don't have
2136         to include lyxlib.h.
2137
2138         * src/support/lyxlib.h: use namespace lyx if supported.
2139
2140 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2141
2142         * src/support/date.C: new file
2143
2144         * src/support/chdir.C: new file
2145
2146         * src/support/getUserName.C: new file
2147
2148         * src/support/getcwd.C: new file
2149
2150         * src/support/abort.C: new file
2151
2152         * src/support/kill.C: new file
2153
2154         * src/support/lyxlib.h: moved all the functions in this file
2155         insede struct lyx. Added also kill and abort to this struct. This
2156         is a way to avoid the "kill is not defined in <csignal>", we make
2157         C++ wrappers for functions that are not ANSI C or ANSI C++.
2158
2159         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
2160         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
2161         lyx it has been renamed to sum.
2162
2163 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2164
2165         * src/text.C: add using directives for std::min and std::max.
2166
2167 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2168
2169         * src/texrow.C (getIdFromRow): actually return something useful in
2170         id and pos. Hopefully fixes the bug with positionning of errorbox
2171         insets. 
2172
2173         * src/lyx_main.C (easyParse): output an error and exit if an
2174         incorrect command line option has been given.
2175
2176         * src/spellchecker.C (ispell_check_word): document a memory leak.
2177
2178         * src/bufferlist.C (write): fix mismatched allocation/deletion,
2179         where a "struct utimbuf" is allocated with "new" and deleted with
2180         "delete[]". 
2181
2182 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2183
2184         * src/text2.C (CutSelection): don't delete double spaces.
2185         (PasteSelection): ditto
2186         (CopySelection): ditto
2187         
2188         * src/text.C (Backspace): don't delete double spaces.
2189
2190         * src/lyxlex.C (next): fix a bug that were only present with
2191         conformant std::istream::get to read comment lines, use
2192         std::istream::getline instead. This seems to fix the problem.
2193
2194 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2195
2196         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
2197         allowed to insert space before space" editing problem. Please read
2198         commends at the beginning of the function. Comments about usage
2199         are very welcome.
2200
2201         * src/text.C (InsertChar): fix for the "not allowed to insert
2202         space before space" editing problem.
2203
2204         * src/text2.C (DeleteEmptyParagraphMechanism): when
2205         IsEmptyTableRow can only return false this last "else if" will
2206         always be a no-op. Commented out.
2207
2208         * src/text.C (RedoParagraph): As far as I can understand tmp
2209         cursor is not really needed.
2210
2211         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
2212         present it could only return false anyway. 
2213         (several functions): Did something not so smart...added a const
2214         specifier on a lot of methods.
2215         
2216         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
2217         and add a tmp->text.resize. The LyXParagraph constructor does the
2218         resize for us.
2219         (BreakParagraphConservative): ditto
2220
2221         * src/support/path.h (Path): add a define so that the wrong usage
2222         "Path("/tmp") will be flagged as a compilation error:
2223         "`unnamed_Path' undeclared (first use this function)"
2224
2225 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2226
2227         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
2228         which was bogus for several reasons.
2229
2230         * src/LaTeX.C (scanAux): fix the regular expression used to scan
2231         .aux files. 
2232         (runBibTeX): ditto.
2233
2234         * autogen.sh: do not use "type -path" (what's that anyway?).
2235
2236         * src/support/filetools.C (findtexfile): remove extraneous space
2237         which caused a kpsewhich warning (at least with kpathsea version
2238         3.0). 
2239
2240 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2241
2242         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
2243
2244         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
2245
2246         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
2247
2248 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2249
2250         * src/paragraph.C (BreakParagraph): do not reserve space on text
2251         if we don't need to (otherwise, if pos_end < pos, we end up
2252         reserving huge amounts of memory due to bad unsigned karma).
2253         (BreakParagraphConservative): ditto, although I have not seen
2254         evidence the bug can happen here.
2255
2256         * src/lyxparagraph.h: add a using std::list.
2257
2258 2000-01-11  Juergen Vigna  <jug@sad.it>
2259
2260         * src/menus.C (MenuDocu): output an Alert if the documentation-file
2261         could not be found.
2262
2263 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2264
2265         * src/vc-backend.C (doVCCommand): change to be static and take one
2266         more parameter: the path to chdir too be fore executing the command.
2267         (retrive): new function equiv to "co -r"
2268
2269         * src/bufferlist.C (loadLyXFile): implement the missing parts if
2270         file_not_found_hook is true.
2271
2272         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
2273
2274         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
2275         if a file is readwrite,readonly...anything else.
2276
2277 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2278
2279         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
2280         (CreatePostscript): name change from MenuRunDVIPS (or something)
2281         (PreviewPostscript): name change from MenuPreviewPS
2282         (PreviewDVI): name change from MenuPreviewDVI
2283
2284         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
2285         \view_pdf_command., \pdf_to_ps_command
2286
2287         * lib/configure.m4: added search for PDF viewer, and search for
2288         PDF to PS converter. 
2289         (lyxrc.defaults output): add \pdflatex_command,
2290         \view_pdf_command and \pdf_to_ps_command.
2291
2292         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
2293
2294         * src/bufferlist.C (write): we don't use blocksize for anything so
2295         I removed it.
2296
2297 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2298
2299         * src/support/block.h: disable operator T* (), since it causes
2300         problems with both compilers I tried. See comments in the file.
2301
2302         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
2303         --with-lyxname. 
2304
2305         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
2306         variable LYX_DIR_10x to LYX_DIR_11x.
2307
2308         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
2309
2310         * INSTALL: document --with-lyxname.
2311         * NEWS: ditto.
2312
2313         * configure.in: new configure flag --with-lyxname which allows to
2314         choose the name under which lyx is installed. Default is "lyx", of
2315         course. It used to be possible to do this with --program-suffix,
2316         but the later has in fact a different meaning for autoconf.
2317
2318         * src/support/lstrings.h (lstrchr): reformat a bit.
2319
2320         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
2321         * src/mathed/math_defs.h: ditto.
2322
2323 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2324
2325         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
2326         true, decides if we create a backup file or not when saving. New
2327         tag and variable \pdf_mode, defaults to false. New tag and
2328         variable \pdflatex_command, defaults to pdflatex. New tag and
2329         variable \view_pdf_command, defaults to xpdf. New tag and variable
2330         \pdf_to_ps_command, defaults to pdf2ps.
2331
2332 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
2333
2334         * src/bufferlist.C (close): don't call insetUnlock if the buffer
2335         does not have a BufferView.
2336         (unlockInset): ditto + don't access the_locking_inset if the
2337         buffer does not have a BufferView.
2338
2339         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
2340         certain circumstances so that we don't continue a keyboard
2341         operation long after the key was released. Try f.ex. to load a
2342         large document, press PageDown for some seconds and then release
2343         it. Before this change the document would contine to scroll for
2344         some time, with this change it stops imidiatly.
2345
2346         * src/support/block.h: don't allocate more space than needed. As
2347         long as we don't try to write to the arr[x] in a array_type arr[x]
2348         it is perfectly ok. (if you write to it you might segfault).
2349         added operator value_type*() so that is possible to pass the array
2350         to functions expecting a C-pointer.
2351
2352         * lib/Makefile.am (dist-hook): don't fail completely if unable to
2353         cvs.
2354
2355         * intl/*: updated to gettext 0.10.35, tried to add our own
2356         required modifications. Please verify.
2357
2358         * po/*: updated to gettext 0.10.35, tried to add our own required
2359         modifications. Please verify.
2360         
2361         * src/support/lstrings.C (tostr): go at fixing the problem with
2362         cxx and stringstream. When stringstream is used return
2363         oss.str().c_str() so that problems with lyxstring and basic_string
2364         are avoided. Note that the best solution would be for cxx to use
2365         basic_string all the way, but it is not conformant yet. (it seems)
2366
2367         * src/lyx_cb.C + other files: moved several global functions to
2368         class BufferView, some have been moved to BufferView.[Ch] others
2369         are still located in lyx_cb.C. Code changes because of this. (part
2370         of "get rid of current_view project".)
2371
2372         * src/buffer.C + other files: moved several Buffer functions to
2373         class BufferView, the functions are still present in buffer.C.
2374         Code changes because of this.
2375
2376         * config/lcmessage.m4: updated to most recent. used when creating
2377         acinclude.m4.
2378
2379         * config/progtest.m4: updated to most recent. used when creating
2380         acinclude.m4.
2381         
2382         * config/gettext.m4: updated to most recent. applied patch for
2383         tmplinguas.
2384
2385         * config/gettext.m4.patch: new file that shows what changes we
2386         have done to the local copy of gettext.m4.
2387
2388         * config/libtool.m4: new file, used in creation of acinclude.m4
2389
2390         * config/lyxinclude.m4: new file, this is the lyx created m4
2391         macros, used in making acinclude.m4.
2392         
2393         * autogen.sh: GNU m4 discovered as a separate task not as part of
2394         the lib/configure creation. 
2395         Generate acinlucde from files in config. Actually cat
2396         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
2397         easier to upgrade .m4 files that really are external.
2398
2399         * src/Spacing.h: moved using std::istringstream to right after
2400         <sstream>. This should fix the problem seen with some compilers.
2401
2402 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2403
2404         * src/lyx_cb.C: began some work to remove the dependency a lot of
2405         functions have on BufferView::text, even if not really needed.
2406         (GetCurrentTextClass): removed this func, it only hid the
2407         current_view. 
2408
2409         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
2410         forgot this in last commit.
2411
2412         * src/Bullet.C (bulletEntry): use static char const *[] for the
2413         tables, becuase of this the return arg had to change to string.
2414         (bulletSize): ditto
2415         (~Bullet): removed unneeded destructor
2416
2417         * src/BufferView.C (beforeChange): moved from lyx_cb.C
2418         (insetSleep): moved from Buffer
2419         (insetWakeup): moved from Buffer
2420         (insetUnlock): moved from Buffer
2421
2422         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
2423         from Buffer to BufferView.
2424         
2425         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
2426
2427         * config/ltmain.sh: updated to version 1.3.4 of libtool
2428
2429         * config/ltconfig: updated to version 1.3.4 of libtool
2430
2431 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2432
2433
2434         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
2435         Did I get that right?
2436
2437         * src/lyxlex.h: add a "using" directive or two.
2438         * src/Spacing.h: ditto.
2439         * src/insets/figinset.C: ditto.
2440         * src/support/filetools.C: ditto.
2441         * src/support/lstrings.C: ditto.
2442         * src/BufferView.C: ditto.
2443         * src/bufferlist.C: ditto.
2444         * src/lyx_cb.C: ditto.
2445         * src/lyxlex.C: ditto.
2446
2447         * NEWS: add some changes for 1.1.4.
2448         
2449 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2450
2451         * src/BufferView.C: first go at a TextCache to speed up switching
2452         between documents.
2453
2454 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2455
2456         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
2457         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
2458         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
2459         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
2460         Meinen.
2461         
2462         * src/mathed/math_defs.h (MathedRowSt): make sure that all
2463         members of the struct are correctly initialized to 0 (detected by
2464         purify) 
2465         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
2466         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
2467
2468         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
2469         pidwait, since it was allocated with "new". This was potentially
2470         very bad. Thanks to Michael Schmitt for running purify for us.
2471
2472
2473 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2474
2475         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
2476
2477         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
2478
2479 1999-12-30  Allan Rae  <rae@lyx.org>
2480
2481         * lib/templates/IEEEtran.lyx: minor change
2482
2483         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
2484         src/mathed/formula.C (LocalDispatch): askForText changes
2485
2486         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
2487         know when a user has cancelled input. Fixes annoying problems with
2488         inserting labels and version control.
2489
2490 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2491
2492         * src/support/lstrings.C (tostr): rewritten to use strstream and
2493         stringstream
2494
2495 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2496
2497         * src/support/filetools.C (IsFileWriteable): use fstream to check
2498         (IsDirWriteable): use fileinfo to check
2499
2500         * src/support/filetools.h (FilePtr): whole class deleted
2501
2502         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
2503
2504         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
2505
2506         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
2507
2508         * src/bufferlist.C (write): use ifstream and ofstream instead of
2509         FILE*
2510
2511         * src/Spacing.h: use istrstream instead of sscanf
2512
2513         * src/mathed/math_defs.h: change first arg to istream from FILE*
2514
2515         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
2516
2517         * src/mathed/math_parser.C: have yyis to be an istream 
2518         (LexGetArg): use istream (yyis)
2519         (yylex): ditto
2520         (mathed_parse): ditto
2521         (mathed_parser_file): first arg istream instead of FILE*, set yyis
2522
2523         * src/mathed/formula.C (Read): rewritten to use istream
2524
2525         * src/mathed/formulamacro.C (Read): rewritten to use istream
2526
2527         * src/lyxlex.h (~LyXLex): deleted desturctor 
2528         (getStream): new function, returns an istream
2529         (getFile): deleted funtion
2530         (IsOK): return is.good();
2531
2532         * src/lyxlex.C (LyXLex): delete file and owns_file
2533         (setFile): open an filebuf and assign that to a istream instead of
2534         using FILE*
2535         (setStream): new function, takes an istream as arg. 
2536         (setFile): deleted function
2537         (EatLine): rewritten us use istream instead of FILE*
2538         (next): ditto
2539         (nextToken): ditto
2540
2541         * src/table.C (LyXTable): use istream instead of FILE*
2542         (Read): rewritten to take an istream instead of FILE*
2543
2544 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2545
2546         * src/buffer.C (Dispatch): remove an extraneous break statement.
2547
2548         * src/support/filetools.C (QuoteName): change to do simple
2549         'quoting'. More work is necessary. Also changed to do nothing
2550         under emx (needs fix too).
2551         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
2552
2553         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
2554         config.h.in to the AC_DEFINE_UNQUOTED() call.
2555         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
2556         needs char * as argument (because Solaris 7 declares it like
2557         that). 
2558
2559         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
2560         remove definition of BZERO.
2561
2562 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2563
2564         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
2565         defined, "lyxregex.h" if not.
2566
2567         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
2568         pkglib_ to noinst_
2569         (REGEX): new variable that is set to regex.c lyxregex.h when
2570         AM_CONDITIONAL USE_REGEX is set.
2571         (libsupport_la_SOURCES): add $(REGEX)
2572
2573         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
2574         pkglib_ to noinst_
2575
2576         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
2577         pkglib_ to noinst_
2578
2579         * configure.in: add call to LYX_REGEX 
2580
2581         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
2582         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
2583
2584 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2585
2586         * lib/bind/fi_menus.bind: new file, from
2587         pauli.virtanen@saunalahti.fi. 
2588
2589         * src/buffer.C (getBibkeyList): pass the parameter delim to
2590         InsetInclude::getKeys and InsetBibtex::getKeys.
2591
2592         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
2593         is passed to Buffer::getBibkeyList
2594         
2595         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
2596         instead of the hardcoded comma.
2597
2598         * src/insets/insetbib.C (getKeys): make sure that there are not
2599         leading blanks in bibtex keys. Normal latex does not care, but
2600         harvard.sty seems to dislike blanks at the beginning of citation
2601         keys. In particular, the retturn value of the function is
2602
2603         * INSTALL: make it clear that libstdc++ is needed and that gcc
2604         2.7.x probably does not work.
2605
2606         * src/support/filetools.C (findtexfile): make debug message go to
2607         the LATEX channel
2608         * src/insets/insetbib.C (getKeys): ditto
2609
2610         * src/debug.C (showTags): make sure that the output is correctly
2611         aligned. 
2612
2613         * configure.in: add a comment for TWO_COLOR_ICON define.
2614
2615         * acconfig.h: remove all the entries that already defined in
2616         configure.in or acinclude.m4.
2617
2618         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
2619         to avoid user name, date and copyright.
2620
2621 1999-12-21  Juergen Vigna  <jug@sad.it>
2622
2623         * src/table.C (Read): Now read bogus row format informations
2624                 if the format is < 5 so that afterwards the table can
2625                 be read by lyx but without any format-info. Fixed the
2626                 crash we experienced when not doing this.
2627
2628 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2629
2630         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
2631         (RedoDrawingOfParagraph): ditto
2632         (RedoParagraphs): ditto
2633         (RemoveTableRow): ditto
2634
2635         * src/text.C (Fill): rename arg paperwidth -> paper_width
2636
2637         * src/buffer.C (insertLyXFile): rename var filename -> fname
2638         (writeFile): rename arg filename -> fname
2639         (writeFileAscii): ditto
2640         (makeLaTeXFile): ditto
2641         (makeLinuxDocFile): ditto
2642         (makeDocBookFile): ditto
2643
2644         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
2645         (runBibTeX): ditto
2646
2647         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
2648
2649         * src/bmtable.h: add extern "C" on this file when __cplusplus is
2650         defined.
2651
2652         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
2653         compiled by a C compiler not C++. 
2654
2655         * src/layout.h (LyXTextClass): added typedef for const_iterator
2656         (LyXTextClassList): added typedef for const_iterator + member
2657         functions begin and end.
2658
2659         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
2660         iterators to fill the choice_class.
2661         (updateLayoutChoice): rewritten to use iterators to fill the
2662         layoutlist in the toolbar.
2663
2664         * src/BufferView.h (BufferView::work_area_width): removed unused
2665         variable. 
2666
2667         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
2668
2669         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
2670         (sgmlCloseTag): ditto
2671
2672         * src/support/lstrings.h: return type of countChar changed to
2673         unsigned char.
2674
2675         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
2676         what version of this func to use. Also made to return unsigned int.
2677
2678         * configure.in: call LYX_STD_COUNT 
2679
2680         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
2681         conforming std::count. 
2682
2683 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2684
2685         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
2686         and a subscript would give bad display (patch from Dekel Tsur
2687         <dekel@math.tau.ac.il>). 
2688
2689         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
2690
2691         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
2692         please sun CC.
2693
2694         * src/chset.h: add a few 'using' directives
2695
2696         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
2697         triggered when no buffer is active
2698
2699         * src/layout.C: removed `break' after `return' in switch(), since
2700         it is unreachable.
2701
2702         * src/lyx_main.C (init): make sure LyX can be ran in place even
2703         when libtool has done its magic with shared libraries. Fix the
2704         test for the case when the system directory has not been found.
2705
2706         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
2707         name for the latex file.
2708         (MenuMakeHTML): ditto
2709
2710         * src/buffer.h: add an optional boolean argument, which is passed
2711         to ChangeExtension.
2712
2713 1999-12-20  Allan Rae  <rae@lyx.org>
2714
2715         * lib/templates/IEEEtran.lyx: small correction and update.
2716
2717         * configure.in: Attempted to use LYX_PATH_HEADER
2718
2719         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
2720
2721         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
2722         input from JMarc.  Now use preprocessor to find the header.
2723         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
2724         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
2725         LYX_STL_STRING_FWD.  See comments in file.      
2726
2727 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
2728
2729         * The global MiniBuffer * minibuffer variable is dead.
2730         
2731         * The global FD_form_main * fd_form_main variable is dead.
2732
2733 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2734
2735         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
2736
2737         * src/table.h: add the LOstream.h header
2738         * src/debug.h: ditto
2739         
2740         * src/LyXAction.h: change the explaination of the ReadOnly
2741         attribute: is indicates that the function _can_ be used.
2742
2743         * src/LyXAction.C (init): find-replace _can_ be used in read-only
2744         mode. 
2745
2746 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2747
2748         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
2749         unsigned. 
2750         (descent): ditto
2751         (lbearing): ditto
2752         (rbearing): ditto
2753
2754         * src/paragraph.C (GetWord): assert on pos>=0
2755         (GetChar): ditto
2756         
2757         * src/support/lyxstring.C: condition the use of an invariant on
2758         ENABLE_ASSERTIONS 
2759         * src/support/lyxstring.h: ditto
2760
2761         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
2762         Use LAssert.h instead of plain assert().
2763
2764         * src/support/lstrings.h: add LAssert.h, in case it is needed.
2765
2766         * src/lyxfunc.C: do not include LAssert.h, it is not used.
2767         * src/support/filetools.C: ditto
2768
2769         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
2770         is not defined. 
2771
2772         * INSTALL: document the new configure flags
2773         
2774         * configure.in: suppress --with-debug; add --enable-assertions
2775
2776         * acinclude.m4: various changes in alignment of help strings.
2777
2778 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2779
2780         * src/kbmap.C: commented out the use of the hash map in kb_map,
2781         beginning of movement to a stl::container. 
2782
2783         * several files: removed code that was not in effect when
2784         MOVE_TEXT was defined.
2785         
2786         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
2787         for escaping should not be used. We can discuss if the string
2788         should be enclosed in f.ex. [] instead of "".
2789
2790         * src/trans_mgr.C (insert): use the new returned value from
2791         encodeString to get deadkeys and keymaps done correctly.
2792
2793         * src/chset.C (encodeString): changed to return a pair, to tell
2794         what to use if we know the string.
2795
2796         * src/lyxscreen.h (fillArc): new function.
2797
2798         * src/FontInfo.C (resize): rewritten to use more std::string like
2799         structore, especially string::replace.
2800
2801         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
2802         approp. accents.
2803
2804         * configure.in (chmod +x some scripts): remove config/gcc-hack 
2805
2806 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2807
2808         * src/buffer.C (writeFile): change once again the top comment in a
2809         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
2810         instead of an hardcoded version number.
2811         (makeDocBookFile): ditto
2812
2813         * src/version.h: add new define LYX_DOCVERSION
2814
2815         * po/de.po: update from Pit Sütterlin
2816         * lib/bind/de_menus.bind: ditto.
2817         
2818         * src/lyxfunc.C (Dispatch): call MenuExport()
2819         * src/buffer.C (Dispatch): ditto
2820
2821         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
2822         LyXFunc::Dispatch().
2823         (MenuExport): new function, moved from
2824         LyXFunc::Dispatch().
2825
2826         * src/trans_mgr.C (insert): small cleanup
2827         * src/chset.C (loadFile): ditto
2828
2829         * lib/kbd/iso8859-1.cdef: add missing backslashes
2830
2831 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2832
2833         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
2834         help with placing the manually drawn accents better.
2835         (Rbearing): ditto
2836         (Draw): x2 and hg changed to float to minimize rounding errors and
2837         help place the accents better.
2838
2839         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
2840         unsigned short to char is just wrong...cast the char to unsigned
2841         char instead so that the two values can compare sanely. This
2842         should also make the display of insetlatexaccents better and
2843         perhaps also some other insets.
2844         (descent): ditto
2845         (lbearing): new function
2846         (rbearing): ditto
2847
2848 1999-12-15  Allan Rae  <rae@lyx.org>
2849
2850         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
2851         header that provides a wrapper around the very annoying SGI STL header
2852         of the same name.
2853
2854         * src/support/lyxstring.C, src/LString.h:
2855         removed old SGI-STL-compatability attempts.
2856
2857         * configure.in: Use LYX_STL_STRING_FWD.
2858
2859         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
2860         stl_string_fwd.h is around and try to determine it's location.
2861         Major improvement over previous SGI STL 3.2 compatability.
2862         Three small problems remain with this function due to my zero
2863         knowledge of autoconf.  JMarc and lgb see the comments in the code.
2864
2865 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2866
2867         * src/broken_const.h, config/hack-gcc, config/README: removed
2868         
2869         * configure.in: remove --with-gcc-hack option; do not call
2870         LYX_CXX_STL_STACK 
2871
2872         * INSTALL: remove documentation of --with-broken-const and
2873         --with-gcc-hack
2874         
2875         * acconfig.h: remove all trace of BROKEN_CONST define
2876
2877         * src/buffer.C (makeDocBookFile): update version number in output
2878         file. 
2879         (SimpleDocBookOnePar): fix an assert when trying to a character
2880         access beyond string length
2881         [Patch from Jose']
2882
2883 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2884
2885         * po/de.po: fix the Export menu
2886
2887         * lyx.man: update the description of -dbg
2888
2889         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
2890         (commandLineHelp): updated
2891         (easyParse): show list of available debug levels if -dbg is passed
2892         without argument.
2893
2894         * src/Makefile.am: add debug.C
2895
2896         * src/debug.h: moved some code to debug.C
2897
2898         * src/debug.C: new file. Contains code to set and show debug
2899         level. 
2900
2901         * src/layout.C: remove 'break' after 'continue' in switch
2902         statements, since these cannot be reached.
2903
2904 1999-12-13  Allan Rae  <rae@lyx.org>
2905
2906         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
2907         (in_word_set): hash() -> math_hash()
2908
2909         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
2910
2911         * acconfig.h: Added a test for whether we are using exceptions in the
2912         current compilation run. If so USING_EXCEPTIONS is defined.
2913
2914         * config.in: Check for existance of stl_string_fwd.h
2915         * src/LString.h: If compiling --with-included-string and SGI's
2916         STL version 3.2 is present (see above test) we need to block their
2917         forward declaration of string and supply a __get_c_string().
2918         However, it turns out this is only necessary if compiling with
2919         exceptions enabled so I've a bit more to add yet.
2920
2921         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
2922           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
2923           src/support/LRegex.h, src/undo.h:
2924         Shuffle the order of the included files a little to ensure that
2925         LString.h gets included before anything that includes stl_string_fwd.h
2926
2927         *  src/support/lyxstring.C: We need to #include LString.h instead of
2928         lyxstring.h to get the necessary definition of __get_c_string.
2929         (__get_c_string): New function.  This is defined static just like SGI's
2930         although why they need to do this I'm not sure.  Perhaps it should be
2931         in lstrings.C instead.
2932
2933         * lib/templates/IEEEtran.lyx:  New template file.
2934
2935 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2936         
2937         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
2938         * intl/Makefile.in (MKINSTALLDIRS):  ditto
2939
2940         * src/LyXAction.C (init): changed to hold the LFUN data in a
2941         automatic array in stead of in callso to newFunc, this speeds up
2942         compilation a lot. Also all the memory used by the array is
2943         returned when the init is completed.
2944
2945         * a lot of files: compiled with -Wold-style-cast, changed most of
2946         the reported offenders to C++ style casts. Did not change the
2947         offenders in C files. 
2948
2949         * src/trans.h (Match): change argument type to unsigned int.
2950
2951         * src/support/DebugStream.C: fix some types on the streambufs so
2952         that it works on a conforming implementation.
2953
2954 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2955
2956         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
2957
2958         * src/support/lyxstring.C: remove the inline added earlier since
2959         they cause a bunch of unsatisfied symbols when linking with dec
2960         cxx. Cxx likes to have the body of inlines at the place where they
2961         are declared.
2962
2963         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
2964         accessing negative bounds in array. This fixes the crash when
2965         inserting accented characters.
2966         * src/trans.h (Match): ditto
2967
2968         * src/buffer.C (Dispatch): since this is a void, it should not try
2969         to return anything...
2970
2971 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2972
2973         * src/buffer.h: removed the two friends from Buffer. Some changes
2974         because of this. Buffer::getFileName and Buffer::setFileName
2975         renamed to Buffer::fileName() and Buffer::fileName(...).
2976
2977 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
2978
2979         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
2980         and Buffer::update(short) to BufferView. This move is currently
2981         controlled by a define MOVE_TEXT, this will be removed when all
2982         shows to be ok. This move paves the way for better separation
2983         between buffer contents and buffer view. One side effect is that
2984         the BufferView needs a rebreak when swiching buffers, if we want
2985         to avoid this we can add a cache that holds pointers to LyXText's
2986         that is not currently in use. 
2987
2988         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
2989         André Pönitz. 
2990
2991 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
2992
2993         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
2994
2995         * lyx_main.C: new command line option -x (or --execute) and
2996           -e (or --export). Now direct conversion from .lyx to .tex
2997           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
2998           Unfortunately, X is still needed and the GUI pops up during the
2999           process...
3000
3001 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3002
3003         * src/Spacing.C: add a using directive to bring stream stuff into
3004         normal namespace.
3005         * src/paragraph.C: ditto
3006         * src/buffer.C: ditto
3007
3008         * NEWS: updated a bit the new features of 1.1.3 (took a few things
3009         from Lars' announcement).
3010
3011         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
3012         example files from Tino Meinen.
3013         
3014 1999-12-06  Allan Rae  <rae@lyx.org>
3015
3016         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
3017
3018 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3019
3020         * src/support/lyxstring.C: added a lot of inline for no good
3021         reason
3022         
3023         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
3024         latexWriteEndChanges, they were not used.
3025         
3026         * src/layout.h (operator<<): output operator for PageSides
3027
3028         * src/mathed/math_iter.C (my_memcpy): slightly changed.
3029
3030         * some example files: loaded in LyX 1.0.4 and saved again to update
3031         certain constructs (table format) 
3032
3033         * a lot of files: did the change to use fstream/iostream for all
3034         writing of files. Done with a close look at Andre Poenitz's patch.
3035
3036         * some files: whitespace changes.
3037         
3038 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3039
3040         * src/mathed/math_iter.C (my_memcpy): new function. Since the
3041         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
3042         architecture, we provide our own. It is used unconditionnally, but
3043         I do not think this is a performance problem. Thanks to Angus
3044         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
3045         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
3046         first time).
3047         (GetInset): use my_memcpy.
3048         (Insert): ditto
3049         (Copy): ditto
3050
3051         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
3052         it is easier to understand, but it uses less TeX-only constructs now.
3053
3054         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
3055         elements contain spaces
3056
3057         * lib/configure: regenerated
3058         
3059         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
3060         elements contain spaces; display the list of programs that are
3061         tried.
3062
3063         * autogen.sh: make sure lib/configure is executable
3064
3065         * lib/examples/*: rename the tutorial examples to begin with the
3066         two-letters language code.
3067
3068         * src/lyxfunc.C (getStatus): do not query current font if no
3069         buffer exists.
3070
3071         * src/lyx_cb.C (RunScript): use QuoteName
3072         (MenuRunDvips): ditto
3073         (PrintApplyCB): ditto
3074
3075         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
3076         around argument, so that it works well with the current shell.
3077         Does not work properly with OS/2 shells currently.
3078
3079         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
3080         * src/LyXSendto.C (SendtoApplyCB): ditto
3081         * src/lyxfunc.C (Dispatch): ditto
3082         * src/buffer.C (runLaTeX): ditto
3083         (runLiterate): ditto
3084         (buildProgram): ditto
3085         (runChktex): ditto
3086         * src/lyx_cb.C (RunScript): ditto
3087         (MenuMakeLaTeX): ditto
3088         
3089         * src/buffer.h (getLatexName): new method 
3090
3091         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
3092
3093 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3094
3095         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
3096         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
3097         (create_math_panel): ditto
3098
3099         * src/lyxfunc.C (getStatus): re-activate the code which gets
3100         current font and cursor; add test for export to html.
3101
3102         * src/lyxrc.C (read): remove unreachable break statements; add a
3103         few "using".
3104
3105         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
3106         
3107 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3108
3109         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
3110         introduced by faulty regex.
3111         * src/buffer.C: ditto
3112         * src/lastfiles.C: ditto
3113         * src/paragraph.C: ditto
3114         * src/table.C: ditto
3115         * src/vspace.C: ditto
3116         * src/insets/figinset.C: ditto
3117         Note: most of these is absolutely harmless, except the one in
3118         src/mathed formula.C.
3119
3120 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
3121
3122         * src/ImportNoweb.C (documentclass): fixed bounds for substr
3123           operation, yielding correct results for the reLyX command.
3124
3125 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3126
3127         * src/support/filetools.C (ExpandPath): removed an over eager
3128         Assert.
3129         (ReplaceEnvironmentPath): ditto
3130
3131         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
3132         shows that we are doing something fishy in our code...
3133         (BubblePost): ditto
3134         (ToolbarCB): ditto
3135
3136         * src/lyxrc.C (read): use a double switch trick to get more help
3137         from the compiler. (the same trick is used in layout.C)
3138         (write): new function. opens a ofstream and pass that to output
3139         (output): new function, takes a ostream and writes the lyxrc
3140         elemts to it. uses a dummy switch to make sure no elements are
3141         forgotten. 
3142
3143         * src/lyxlex.h: added a struct pushpophelper for use in functions
3144         with more than one exit point.
3145
3146         * src/lyxlex.[Ch] (GetInteger): made it const
3147         (GetFloat): ditto
3148         (GetBool): ditto
3149
3150         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
3151
3152         * src/layout.[hC] : LayoutTags splitted into several enums, new
3153         methods created, better error handling cleaner use of lyxlex. Read
3154         the diff.
3155
3156         * src/bmtable.[Ch]: change some member prototypes because of the
3157         image const changes. 
3158
3159         * commandtags.h, src/LyXAction.C (init): new function:
3160         "preferences-save", saves the lyxrc entries into .lyx/preferences.
3161         This file is not read automatically but you can add \input
3162         preferences to your lyxrc if you want to. We need to discuss how
3163         to handle this. 
3164
3165         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
3166         in .aux, also remove .bib and .bst files from dependencies when
3167         running bibtex.
3168
3169         * src/BufferView.C, src/LyXView.C: add const_cast several places
3170         because of changes to images.
3171
3172         * lib/images/*: same change as for images/*
3173         
3174         * lib/lyxrc.example: Default for accept_compound is false not no.
3175
3176         * images/*: changed to be const, however I have som misgivings
3177         about this change so it might be changed back.
3178
3179 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3180
3181         * lib/configure, po/POTFILES.in: regenerated
3182
3183         * autogen.sh: autogenerate lib/configure from lib/configure.m4
3184
3185         * config/lib_configure.m4: removed
3186         
3187         * lib/configure.m4: new file (was config/lib_configure.m4)
3188
3189         * configure.in: do not test for rtti, since we do not use it.
3190         
3191 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3192
3193         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
3194         doubling of allocated space scheme. This makes it faster for large
3195         strings end to use less memory for small strings. xtra rememoved. 
3196
3197         * src/insets/figinset.C (waitalarm): commented out.
3198         (GhostscriptMsg): use static_cast
3199         (GhostscriptMsg): use new instead of malloc to allocate memory for
3200         cmap. also delete the memory after use.
3201
3202         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
3203
3204         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
3205         for changes in bibtex database or style.
3206         (runBibTeX): remove all .bib and .bst files from dep before we
3207         begin. 
3208         (run): use scanAuc in when dep file already exist.
3209
3210         * src/DepTable.C (remove_files_with_extension): new method
3211         (exist): new method
3212
3213         * src/DepTable.[Ch]: made many of the methods const. 
3214
3215 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3216
3217         * src/bufferparams.C: make sure that the default textclass is
3218         "article". It used to be the first one by description order, but
3219         now the first one is "docbook".
3220
3221         * src/lyx_main.C (setDebuggingLevel): change type of argument to
3222         string; call Debug::value.
3223         (easyParse): pass complete argument to setDebuggingLevel().
3224
3225         * src/debug.h (value): fix the code that parses debug levels.
3226
3227         * src/debug.h: add new debug type ACTION, reserved for LyXAction
3228         class.  
3229
3230         * src/LyXAction.C: use Debug::ACTION as debug channel.
3231
3232         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
3233
3234         * NEWS: updated for the future 1.1.3 release.
3235
3236         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
3237         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
3238         it should. This is of course a controversial change (since many
3239         people will find that their lyx workscreen is suddenly full of
3240         red), but done for the sake of correctness.
3241
3242         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
3243           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
3244
3245         * src/insets/inseterror.h, src/insets/inseturl.h,
3246           src/insets/insetinfo.h, src/insets/figinset.h,
3247           src/mathed/formulamacro.h, src/mathed/math_macro.h
3248           (EditMessage): add a missing const and add _() to make sure that
3249         translation happens
3250
3251         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
3252           src/insets/insetbib.C, src/support/filetools.C: add `using'
3253         directives for cxx.  
3254
3255         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
3256         doing 'Insert index of last word' at the beginning of a paragraph.
3257
3258 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
3259
3260         * several files: white-space changes.
3261
3262         * src/mathed/formula.C: removed IsAlpha and IsDigit
3263
3264         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
3265         .bib file. use a ifstream instead of FilePtr when parsing the .bib
3266         file for keys.
3267
3268         * src/insets/figinset.C (GetPSSizes): don't break when
3269         "EndComments" is seen. But break when a boundingbox is read.
3270
3271         * all classes inherited from Inset: return value of Clone
3272         changed back to Inset *.
3273
3274         * all classes inherited form MathInset: return value of Clone
3275         changed back to MathedInset *.
3276         
3277         * src/insets/figinset.C (runqueue): use a ofstream to output the
3278         gs/ps file. Might need some setpresicion or setw. However I can
3279         see no problem with the current code.
3280         (runqueue): use sleep instead of the alarm/signal code. I just
3281         can't see the difference.
3282
3283         * src/paragraph.C (LyXParagraph): reserve space in the new
3284         paragraph and resize the inserted paragraph to just fit.
3285
3286         * src/lyxfunc.h (operator|=): added operator for func_status.
3287
3288         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
3289         check for readable file.
3290
3291         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
3292         check for readable file.
3293         (MenuMakeLinuxDoc): ditto
3294         (MenuMakeDocBook): ditto
3295         (MenuMakeAscii): ditto
3296         (InsertAsciiFile): split the test for openable and readable
3297
3298         * src/bmtable.C (draw_bitmaptable): use
3299         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
3300
3301         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
3302         findtexfile from LaTeX to filetools.
3303         
3304         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
3305         instead of FilePtr. Needs to be verified by a literate user.
3306
3307 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3308
3309         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
3310         (EditMessage): likewise.
3311
3312         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
3313         respectively as \textasciitilde and \textasciicircum.
3314
3315 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3316
3317         * src/support/lyxstring.h: made the methods that take iterators
3318         use const_iterator.
3319
3320         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
3321         (regexMatch): made is use the real regex class.
3322
3323         * src/support/Makefile.am: changed to use libtool
3324
3325         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
3326
3327         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
3328         of defines.
3329         (MathIsInset ++): changed several macros to be inline functions
3330         instead. 
3331
3332         * src/mathed/Makefile.am: changed to use libtool
3333
3334         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
3335
3336         * src/insets/inset* : Clone changed to const and return type is
3337         the true insettype not just Inset*.
3338         
3339         * src/insets/Makefile.am: changed to use libtool
3340
3341         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
3342
3343         * src/undo.[Ch] : added empty() and changed some of the method
3344         names.
3345         
3346         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
3347
3348         * src/lyxparagraph.h: use id() and id(...) instead of getID and
3349         setID use block<> for the bullets array, added const several places.
3350
3351         * src/lyxfunc.C (getStatus): new function
3352
3353         * src/lyxfunc.[Ch] : small changes to take advantage of the new
3354         LyXAction, added const to several funtions.
3355
3356         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
3357         a std::map, and to store the dir items in a vector.
3358
3359         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
3360         as dependencies.
3361
3362         * src/LyXView.[Ch] + other files : changed currentView to view.
3363         
3364         * src/LyXAction.[Ch] : ported from the old devel branch.
3365         
3366         * src/.cvsignore: added .libs and a.out
3367
3368         * configure.in : changes to use libtool. 
3369
3370         * acinclude.m4 : inserted libtool.m4
3371
3372         * .cvsignore: added libtool
3373
3374 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3375
3376         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
3377         file name in insets and mathed directories (otherwise the
3378         dependency is not taken in account under cygwin).
3379
3380         * src/text2.C (InsertString[AB]): make sure that we do not try to
3381         read characters past the string length.
3382
3383 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3384
3385         * lib/doc/LaTeXConfig.lyx.in, 
3386           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
3387
3388         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
3389         file saying who created them and when this heppened; this is
3390         useless and annoys tools like cvs.
3391
3392         * lib/layouts/g-brief-{en,de}.layout,
3393           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
3394         from Thomas Hartkens <thomas@hartkens.de>.
3395
3396         * src/{insets,mathed}/Makefile.am: do not declare an empty
3397         LDFLAGS, so that it can be set at configure time (useful on Irix
3398         for -n32 flag).
3399
3400         * lib/reLyX/configure.in: make sure that the prefix is set
3401         correctly in LYX_DIR.
3402
3403 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
3404
3405         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
3406         be used by 'command-sequence' this allows to bind a key to a
3407         sequence of LyX-commands
3408         (Example: 'command-sequence math-insert alpha; math-insert beta;")
3409
3410         * src/LyXAction.C: add "command-sequence"
3411
3412         * src/LyXFunction.C: handling of "command-sequence"
3413
3414         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
3415          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
3416
3417         * src/lyxserver.C, src/minibuffer.C: Use this new interface
3418
3419 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3420
3421         * src/buffer.C (writeFile): Do not output a comment giving user
3422         and date at the beginning of a .lyx file. This is useless and
3423         annoys cvs anyway; update version number to 1.1.
3424
3425         * src/Makefile.am (LYX_DIR): add this definition, so that a
3426         default path is hardcoded in LyX.
3427
3428         * configure.in: Use LYX_GNU_GETTEXT.
3429
3430         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
3431         AM_GNU_GETTEXT with a bug fixed. 
3432
3433         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
3434
3435         * src/chset.C: add "using std::ifstream;" to please dec cxx.
3436
3437         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
3438         which is used to point to LyX data is now LYX_DIR_11x.
3439
3440         * lyx.man: convert to a unix text file; small updates.
3441
3442 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3443
3444         * src/support/LSubstring.[Ch]: made the second arg of most of the
3445         constructors be a const reference. 
3446
3447         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
3448         me fixed.
3449
3450         * src/support/lyxstring.[Ch] (swap): added missing member function
3451         and specialization of swap(str, str); 
3452
3453         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
3454
3455         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
3456         trace of the old one.
3457
3458         * src/undo.[Ch]: made the undostack use std::list to store undo's in
3459         put the member definitions in undo.C.
3460
3461         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
3462         NEW_TEXT and have now only code that was included when this was
3463         defined. 
3464
3465         * src/intl.C (LCombo): use static_cast
3466         (LCombo2): ditto
3467         (DispatchCallback): ditto
3468
3469         * src/definitions.h: removed whole file
3470         
3471         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
3472
3473         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
3474         parsing and stores in a std:map. a regex defines the file format.
3475         removed unneeded members.
3476
3477         * src/bufferparams.h: added several enums from definitions.h here.
3478         Removed unsused destructor. Changed some types to use proper enum
3479         types. use block to have the temp_bullets and user_defined_bullets
3480         and to make the whole class assignable.
3481
3482         * src/bufferparams.C (Copy): removed this functions, use a default
3483         assignment instead. 
3484
3485         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
3486         isLiterate const.
3487
3488         * src/buffer.C (readLyXformat2): commend out all that have with
3489         oldpapersize to do. also comment out all that hve to do with
3490         insetlatex and insetlatexdel. 
3491         (setOldPaperStuff): commented out
3492
3493         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
3494
3495         * src/LyXAction.C: remove use of inset-latex-insert
3496
3497         * src/mathed/math_panel.C (button_cb): use static_cast
3498
3499         * src/insets/Makefile.am (insets_o_SOURCES): removed
3500         insetlatex.[Ch] 
3501
3502         * src/support/lyxstring.C (helper): use the unsigned long
3503         specifier, UL, instead of a static_cast.
3504
3505         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
3506
3507         * src/support/block.h: new file. to be used as a c-style array in
3508         classes, so that the class can be assignable.
3509
3510 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3511
3512         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
3513         NULL, make sure to return an empty string (it is not possible to
3514         set a string to NULL).
3515
3516 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3517
3518         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
3519
3520         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
3521
3522         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
3523         link line, so that Irix users (for example) can set it explicitely to
3524         "-n32".
3525         
3526         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
3527         it can be overidden at make time (static or dynamic link, for
3528         example).
3529         
3530         * src/vc-backend.C, src/LaTeXFeatures.h, 
3531           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
3532         statements to bring templates to global namespace.
3533
3534 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3535
3536         * src/support/lyxstring.C (operator[] const): make it standard
3537         conforming. 
3538
3539         * src/minibuffer.C (Init): changed to reflect that more
3540         information is given from the lyxvc and need not be provided here.
3541
3542         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
3543         
3544         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
3545
3546         * src/LyXView.C (UpdateTimerCB): use static_cast
3547         (KeyPressMask_raw_callback): ditto
3548
3549         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
3550         buffer_, a lot of changes because of this. currentBuffer() ->
3551         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
3552         also changes to other files because of this.
3553
3554 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3555
3556         * src/vc-backend.[Ch]: new files. The backends for vc handling,
3557         have no support for RCS and partial support for CVS, will be
3558         improved later.
3559         
3560         * src/insets/ several files: changes because of function name
3561         changes in Bufferview and LyXView.
3562         
3563         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
3564
3565         * src/support/LSubstring.[Ch]: new files. These implement a
3566         Substring that can be very convenient to use. i.e. is this
3567         possible:
3568         string a = "Mary had a little sheep";
3569         Substring(a, "sheep") = "lamb";
3570         a is now "Mary has a little lamb".
3571
3572         * src/support/LRegex.[Ch]: a regex class that can be used to pick
3573         out patterns and subpatterns of strings. It is used by LSubstring
3574         and also by vc-backend.C
3575         
3576         * src/support/lyxstring.C: went over all the assertions used and
3577         tried to correct the wrong ones and flag which of them is required
3578         by the standard. some bugs found because of this. Also removed a
3579         couple of assertions.
3580
3581         * src/support/Makefile.am (libsupport_a_SOURCES): added
3582         LSubstring.[Ch] and LRegex.[Ch]
3583
3584         * src/support/FileInfo.h: have struct stat buf as an object and
3585         not a pointer to one, some changes because of this.
3586
3587         * src/LaTeXFeatures.C (getTClassPreamble): also use the
3588         information in layout when adding the layouts preamble to the
3589         textclass preamble.
3590
3591         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
3592         usage in.
3593
3594         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
3595         because of bug in OS/2.
3596
3597 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3598
3599         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
3600         \verbatim@font instead of \ttfamily, so that it can be redefined.
3601
3602         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
3603           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
3604           src/layout.h, src/text2.C: add 'using' directive to bring the
3605         STL templates we need from the std:: namespace to the global one.
3606         Needed by DEC cxx in strict ansi mode.
3607
3608         * src/support/LIstream.h,src/support/LOstream.h,
3609           src/support/lyxstring.h,src/table.h,
3610           src/lyxlookup.h: do not include <config.h> in header
3611         files. This should be done in the .C files only.
3612
3613         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
3614         (from Kayvan).
3615         
3616
3617 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3618
3619         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
3620         from Kayvan to fix the tth invokation.
3621
3622         * development/lyx.spec.in: updates from Kayvan to reflect the
3623         changes of file names.
3624
3625 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3626
3627         * src/text2.C (InsertStringB): use std::copy
3628         (InsertStringA): use std::copy
3629
3630         * src/bufferlist.C: use a vector to store the buffers in. This is
3631         an internal change and should not affect any other thing.
3632         
3633         * src/BufferView.C (waitForX): use XSync instead of the lengthy
3634         stuff in waitForX.
3635
3636         * src/text.C (Fill): fix potential bug, one off bug.
3637
3638 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
3639
3640         * src/Makefile.am (lyx_main.o): add more files it depends on.
3641
3642         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
3643
3644         * src/support/lyxstring.C: use size_t for the reference count,
3645         size, reserved memory and xtra.
3646         (internal_compare): new private member function. Now the compare
3647         functions should work for std::strings that have embedded '\0'
3648         characters.
3649         (compare): all compare functions rewritten to use
3650         internal_compare.
3651         
3652 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3653
3654         * src/support/lyxstring.C (compare): pass c_str()
3655         (compare): pass c_str
3656         (compare): pass c_str
3657
3658 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3659
3660         * src/support/DebugStream.C: <config.h> was not included correctly.
3661
3662         * lib/configure: forgot to re-generate it :( I'll make this file
3663         auto generated soon.
3664
3665 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3666
3667         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
3668         is used.
3669
3670         * src/support/lyxstring.C: some changes from length() to rep->sz.
3671         avoids a function call.
3672
3673         * src/support/filetools.C (SpaceLess): yet another version of the
3674         algorithm...now per Jean-Marc's suggestions.
3675
3676 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3677
3678         * src/layout.C (less_textclass_desc): functor for use in sorting
3679         of textclasses. 
3680         (LyXTextClass::Read): sort the textclasses after reading.
3681         
3682         * src/support/filetools.C (SpaceLess): new version of the
3683         SpaceLess functions. What problems does this one give? Please
3684         report.
3685
3686         * images/banner_bw.xbm: made the arrays unsigned char *
3687
3688 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3689
3690         * src/support/lyxstring.C (find): remove bogus assertion in the
3691         two versions of find where this has not been done yet.
3692
3693         * src/support/lyxlib.h: add missing int return type to
3694         lyx::chdir(). 
3695
3696         * src/menus.C (ShowFileMenu): disable exporting to html if no
3697         html export command is present.
3698
3699         * config/lib_configure.m4: add a test for an HTML converter. The
3700         programs checked for are, in this order: tth, latex2html and
3701         hevea. 
3702
3703         * lib/configure: generated from config/lib_configure.m4.
3704
3705         * src/lyxfunc.C (Dispatch): update and improve the execution of an
3706         html converter. The parameters are now passed through $$FName and
3707         $$OutName, instead of standard input/output.
3708
3709         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
3710
3711         * lib/lyxrc.example: update description of \html_command. 
3712         add "quotes" around \screen_font_xxx font setting examples to help
3713         people who use fonts with spaces in their names.
3714
3715 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3716
3717         * Distribution files: updates for v1.1.2
3718
3719         * src/support/lyxstring.C (find): remove bogus assert and return
3720         npos for the same condition.
3721
3722 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3723
3724         * added patch for OS/2 from SMiyata.
3725
3726 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3727
3728         * src/text2.C (CutSelection): make space_wrapped a bool
3729         (CutSelection): dont declare int i until we have to.
3730         (alphaCounter): return a char const *.
3731
3732 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3733
3734         * src/support/syscall.C (Systemcalls::kill): 
3735           src/support/filetools.C (PutEnv, PutEnvPath): 
3736           src/lyx_cb.C (addNewlineAndDepth): 
3737           src/FontInfo.C (FontInfo::resize): condition some #warning
3738         directives with WITH_WARNINGS.
3739         
3740
3741 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3742
3743         * src/layout.[Ch] + several files: access to class variables
3744         limited and made accessor functions instead a lot of code changed
3745         becuase of this. Also instead of returning pointers often a const
3746         reference is returned instead.
3747         
3748         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
3749
3750         * src/Makefile.am (dist-hook): added used to remove the CVS from
3751         cheaders upon creating a dist
3752         (EXTRA_DIST): added cheaders
3753
3754         * src/support/lstrings.C (tostr(char)): fix it to handle param as
3755         a character not as a small integer. 
3756
3757         * src/support/lyxstring.C (find): removed Assert and added i >=
3758         rep->sz to the first if.
3759
3760 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3761
3762         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
3763         src/LyXView.C src/buffer.C src/bufferparams.C
3764         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
3765         src/text2.C src/insets/insetinclude.C:
3766         lyxlayout renamed to textclasslist.
3767
3768         * src/layout.C: some lyxerr changes.
3769
3770         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
3771         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
3772         (LyXLayoutList): removed all traces of this class.
3773         (LyXTextClass::Read): rewrote LT_STYLE
3774         (LyXTextClass::hasLayout): new function
3775         (LyXTextClass::GetLayout): rewritten to return an iterator + has
3776         both const and nonconst version.
3777         (LyXTextClass::delete_layout): new function.
3778         (LyXTextClassList::Style): bug fix. do the right thing if layout
3779         is to big.
3780         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
3781         (LyXTextClassList::NameOfLayout): ditto 
3782         (LyXTextClassList::Load): ditto
3783
3784         * src/buffer.C (makeLaTeXFile): new access to layoutlist
3785
3786         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
3787
3788         * src/LyXAction.C (LookupFunc): added a workaround for sun
3789         compiler, on the other hand...we don't know if the current code
3790         compiles on sun at all...
3791
3792         * src/support/filetools.C (CleanupPath): subst fix
3793
3794         * src/insets/insetbib.C (delDatabase): subst fix, this looks
3795         _really_ weird.
3796
3797         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
3798         complained about this one?
3799
3800         * src/insets/insetinclude.C (Latex): subst fix
3801
3802         * src/insets/insetbib.C (getKeys): subst fix
3803
3804         * src/LyXSendto.C (SendtoApplyCB): subst fix
3805
3806         * src/lyx_main.C (init): subst fix
3807
3808         * src/layout.C (Read): subst fix
3809
3810         * src/lyx_sendfax_main.C (button_send): subst fix
3811
3812         * src/buffer.C (RoffAsciiTable): subst fix
3813
3814         * src/lyx_cb.C (MenuFax): subst fix
3815         (PrintApplyCB): subst fix
3816
3817 1999-10-26  Juergen Vigna  <jug@sad.it>
3818
3819         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
3820
3821         (Read): Cleaned up this code so now we read only format vestion >= 5
3822
3823 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3824
3825         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
3826         come nobody has complained about this one?
3827
3828         * src/insets/insetinclude.C (Latex): subst fix
3829
3830         * src/insets/insetbib.C (getKeys): subst fix
3831
3832         * src/lyx_main.C (init): subst fix
3833
3834         * src/layout.C (Read): subst fix
3835
3836         * src/buffer.C (RoffAsciiTable): subst fix
3837
3838         * src/lyx_cb.C (MenuFax): subst fix.
3839
3840         * src/layout.[hC] + some other files: rewrote to use
3841         std::container to store textclasses and layouts in.
3842         Simplified, removed a lot of code. Make all classes
3843         assignable. Further simplifications and review of type
3844         use still to be one. 
3845
3846         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
3847         lastfiles to create the lastfiles partr of the menu.
3848
3849         * src/lastfiles.[Ch]: rewritten to use deque to store the
3850         lastfiles in. Uses fstream for reading and writing. Simplifies
3851         code.
3852
3853         * src/support/syscall.C: remove explicit cast.
3854
3855         * src/BufferView.C (CursorToggleCB): removed code snippets that
3856         were commented out.
3857         use explicat C++ style casts instead of C style casts. also use
3858         u_vdata instea of passing pointers in longs.
3859
3860         * src/PaperLayout.C: removed code snippets that were commented out.
3861
3862         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
3863
3864         * src/lyx_main.C: removed code snippets that wer commented out.
3865
3866         * src/paragraph.C: removed code snippets that were commented out.
3867
3868         * src/lyxvc.C (logClose): use static_cast
3869         (logUpdate): ditto
3870         (viewLog): remove explicit cast to void*
3871         (showLog): removed old commented code
3872
3873         * src/menus.C: use static_cast instead of C style casts. use
3874         u_vdata instead of u_ldata. remove explicit cast to (long) for
3875         pointers. Removed old code that was commented out.
3876
3877         * src/insets/inset.C: removed old commented func
3878
3879         * src/insets/insetref.C (InsetRef): removed old code that had been
3880         commented out for a long time.
3881         (Edit): ditto
3882         (escape): removed C style cast
3883
3884         * src/insets/insetlatexaccent.C (Draw): removed old commented code
3885
3886         * src/insets/insetlatex.C (Draw): removed old commented code
3887         (Read): rewritten to use string
3888
3889         * src/insets/insetlabel.C (escape): removed C style cast
3890
3891         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
3892
3893         * src/insets/insetindex.C: use static_cast and u_vdata, removed
3894         old commented code.
3895
3896         * src/insets/insetinclude.h: removed a couple of stupid bools
3897
3898         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
3899         (Clone): remove C style cast
3900         (getKeys): changed list to lst because of std::list
3901
3902         * src/insets/inseterror.C (Draw): removed som old commented code.
3903
3904         * src/insets/insetcommand.C (Draw): removed some old commented code.
3905
3906         * src/insets/insetbib.C (bibitem_cb): removed code that has been
3907         commented out forever.
3908         (bibitem_cb): use static_cast instead of C style cast
3909         use of vdata changed to u_vdata.
3910
3911         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
3912         parameter.
3913         (CloseUrlCB): use static_cast instead of C style cast.
3914         (CloseUrlCB): added a fl_free form...it seemed to be missing.
3915
3916         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
3917         (C_InsetInfo_CloseInfoCB): forward the ob parameter
3918         (CloseInfoCB): static_cast from ob->u_vdata instead.
3919         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
3920         instead. 
3921
3922         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
3923         (C_InsetError_CloseErrorCB): forward the ob parameter
3924         (CloseErrorCB): static_cast from ob->u_vdata instead.
3925
3926         * src/vspace.h: include LString.h since we use string in this class.
3927
3928         * src/vspace.C (lyx_advance): changed name from advance because of
3929         nameclash with stl. And since we cannot use namespaces yet...I
3930         used a lyx_ prefix instead. Expect this to change when we begin
3931         using namespaces.
3932
3933         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
3934
3935         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
3936         and removed now defunct constructor and deconstructor.
3937
3938         * src/BufferView.h: have backstack as a object not as a pointer.
3939         removed initialization from constructor. added include for BackStack 
3940
3941         * development/lyx.spec.in (%build): add CFLAGS also.
3942
3943         * src/screen.C (drawFrame): removed another warning.
3944
3945 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3946
3947         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
3948         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
3949         README and ANNOUNCE a bit for the next release. More work is
3950         needed, of course.
3951
3952         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
3953         unbreakable if we are in freespacing mode (LyX-Code), but not in
3954         latex mode.
3955
3956 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3957
3958         * src/BackStack.h: fixed initialization order in constructor
3959
3960         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
3961
3962         * acinclude.m4 (VERSION): new rules for when a version is
3963         development, added also a variable for prerelease.
3964         (warnings): we set with_warnings=yes for prereleases
3965         (lyx_opt): prereleases compile with same optimization as development 
3966         (CXXFLAGS): only use pedantic if we are a development version 
3967
3968         * src/BufferView.C (restorePosition): don't do anything if the
3969         backstack is empty.
3970
3971         * src/BackStack.h: added member empty, use this to test if there
3972         is anything to pop...
3973
3974 1999-10-25  Juergen Vigna  <jug@sad.it>
3975
3976         * forms/form1.fd +
3977         * forms/layout_forms.fd +
3978         * forms/latexoptions.fd +
3979         * lyx.fd: changed for various form resize issues
3980
3981         * src/mathed/math_panel.C +
3982         * src/insets/inseterror.C +
3983         * src/insets/insetinfo.C +
3984         * src/insets/inseturl.C +
3985         * src/insets/inseturl.h +
3986         * src/LaTeXLog.C +
3987         * src/LyXSendto.C +
3988         * src/PaperLayout.C +
3989         * src/ParagraphExtra.C +
3990         * src/TableLayout.C +
3991         * src/form1.C +
3992         * src/layout_forms.C +
3993         * src/lyx.C +
3994         * src/lyx_cb.C +
3995         * src/lyx_gui.C +
3996         * src/lyxfr0.C +
3997         * src/lyxfunc.C +
3998         * src/lyxvc.C +
3999         * src/menus.C: fixed various resize issues. So now forms can be
4000         resized savely or not be resized at all.
4001         
4002         * forms/form_url.fd +
4003         * src/insets/form_url.[Ch]: added because it's cleaner and easier
4004         to modify IMO.
4005
4006         * src/insets/Makefile.am: added files form_url.[Ch]
4007         
4008 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4009
4010         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
4011         (and presumably 6.2).
4012
4013         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
4014         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
4015         remaining static member callbacks. 
4016
4017         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
4018         messages. 
4019
4020         * src/support/lyxstring.h: declare struct Srep as friend of
4021         lyxstring, since DEC cxx complains otherwise.
4022
4023 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
4024
4025 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
4026
4027         * src/LaTeX.C (run): made run_bibtex also depend on files with
4028         extension ".bst"
4029         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
4030         are put into the dependency file.
4031
4032         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
4033         the code has shown itself to work
4034         (create_ispell_pipe): removed another warning, added a comment
4035         instead. 
4036
4037         * src/minibuffer.C (ExecutingCB): removed code that has been
4038         commented out a long time
4039
4040         * src/lyxfunc.C (processKeyEvent): removed some very old commented
4041         out code + a warning.
4042
4043         * src/support/lyxstring.h: comment out the three private
4044         operators, when compiling with string ansi conforming compilers
4045         they make problems.
4046
4047         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
4048         unsigned char *.
4049         (pixmapFromBitmapData): change type of bdata to be unsigned char *
4050         (pixmapFromBitmapData): add a reinterpret_cast in the call to
4051         XCreateImage
4052
4053         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
4054         unsigned char *
4055
4056         * src/mathed/math_panel.C (create_math_panel): remove explicit
4057         casts
4058
4059         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
4060         unsigned char *.
4061
4062         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
4063         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
4064         to XCreatePixmapFromBitmapData
4065         (fl_set_bmtable_data): change the last argument to be unsigned
4066         char *
4067         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
4068         and bh to be unsigned int, remove explicit casts in call to
4069         XReadBitmapFileData.
4070
4071         * images/arrows.xbm: made the arrays unsigned char *
4072         * images/varsz.xbm: ditto
4073         * images/misc.xbm: ditto
4074         * images/greek.xbm: ditto
4075         * images/dots.xbm: ditto
4076         * images/brel.xbm: ditto
4077         * images/bop.xbm: ditto
4078
4079         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
4080
4081         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
4082         (LYX_PROG_CXX): added -pedantic to g++ compile options when
4083         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
4084         needed. 
4085         (LYX_CXX_CHEADERS): added <clocale> to the test. 
4086
4087 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
4088
4089         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
4090
4091         * src/support/lyxstring.C (append): fixed something that must be a
4092         bug, rep->assign was used instead of rep->append.
4093
4094         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
4095         and LOstream.h
4096
4097         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
4098         lyx insert double chars. Fix spotted by Kayvan.
4099
4100 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
4101
4102         * Fixed the tth support. I messed up with the Emacs patch apply feature
4103         and omitted the changes in lyxrc.C.
4104
4105 1999-10-22  Juergen Vigna  <jug@sad.it>
4106
4107         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
4108
4109         * src/lyx_cb.C (MenuInsertRef) + 
4110         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
4111         the form cannot be resized under it limits (fixes a segfault)
4112         
4113         * src/lyx.C (create_form_form_ref) +
4114         * forms/lyx.fd: Changed Gravity on name input field so that it is
4115         resized correctly.
4116
4117 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4118
4119         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
4120         <ostream> and <istream>.
4121         
4122         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
4123         whether <fstream> provides the latest standard features, or if we
4124         have an oldstyle library (like in egcs).
4125         (LYX_CXX_STL_STRING): fix the test.
4126
4127         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
4128         code on MODERN_STL_STREAM.
4129
4130         * src/support/lyxstring.h: use L{I,O}stream.h.
4131
4132         * src/support/L{I,O}stream.h: new files, designed to setup
4133         correctly streams for our use
4134           - includes the right header depending on STL capabilities
4135           - puts std::ostream and std::endl (for LOStream.h) or
4136           std::istream (LIStream.h) in toplevel namespace.
4137
4138 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4139
4140         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
4141         was a bib file that had been changed we ensure that bibtex is run.
4142         (runBibTeX): enhanced to extract the names of the bib files and
4143         getting their absolute path and enter them into the dep file.
4144         (findtexfile): static func that is used to look for tex-files,
4145         checks for absolute patchs and tries also with kpsewhich.
4146         Alternative ways of finding the correct files are wanted. Will
4147         probably be moved.
4148         (do_popen): function that runs a command using popen and returns
4149         the whole output of that command in a string. Should be moved to
4150         somewhere else.
4151
4152         * src/DepTable.[Ch] (extchanged): new function that returns true if a
4153         file with extension ext has changed.
4154
4155         * src/insets/figinset.C: added ifdef guards around the fl_free
4156         code that jug commented out. Now it is commented out when
4157         compiling with XForms == 0.89.
4158
4159         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
4160         to lyxstring.C, and only keep a forward declaration in
4161         lyxstring.h. Simplifies the header file a bit and should help a
4162         bit on compile time too. Also changes to Srep will not mandate a
4163         recompile of code just using string.
4164         (~lyxstring): definition moved here since it uses srep.
4165         (size): definition moved here since it uses srep.
4166
4167         * src/support/lyxstring.h: removed a couple of "inline" that should
4168         not be there.
4169
4170 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4171
4172         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
4173         the 'ob' argument.
4174
4175 1999-10-21  Juergen Vigna  <jug@sad.it>
4176
4177         * src/table.C (SetPWidth): Just a small fix so the alignment is not
4178         set to left if I just remove the width entry (or it is empty).
4179
4180         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
4181         paragraph when having dummy paragraphs.
4182
4183 1999-10-20  Juergen Vigna  <jug@sad.it>
4184
4185         * src/insets/figinset.C: just commented some fl_free_form calls
4186         and added warnings so that this calls should be activated later
4187         again. This avoids for now a segfault, but we have a memory leak!
4188
4189         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
4190         'const char * argument' to 'string argument', this should
4191         fix some Asserts() in lyxstring.C.
4192
4193         * src/lyxfunc.h: Removed the function argAsString(const char *)
4194         as it is not used anymore.
4195
4196 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4197
4198         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
4199         get instead of >>
4200
4201         * src/Literate.h: some funcs moved from public to private to make
4202         interface clearer. Unneeded args removed.
4203
4204         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
4205         instead of lyxlex.
4206         (scanBuildLogFile): ditto
4207
4208         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
4209         normal TeX Error. Still room for improvement.
4210
4211         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
4212
4213         * src/buffer.C (insertErrors): changes to make the error
4214         desctription show properly.
4215
4216         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
4217         could never happen
4218
4219         * src/support/lyxstring.C (helper): changed to use
4220         sizeof(object->rep->ref).
4221         (operator>>): changed to use a pointer instead.
4222
4223         * src/support/lyxstring.h: changed const reference & to value_type
4224         const & lets see if that helps.
4225
4226 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4227
4228         * Makefile.am (rpmdist): fixed to have non static package and
4229         verison.
4230
4231         * src/support/lyxstring.C: removed the compilation guards
4232
4233         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
4234         a bit clearer.
4235
4236         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
4237         conditional compile of lyxstring.Ch
4238
4239         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
4240         stupid check, but it is a lot better than the bastring hack. 
4241         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
4242
4243         * several files: changed string::erase into string::clear. Not
4244         really needed.
4245         
4246         * src/chset.C (encodeString): use a char temporary instead
4247
4248         * src/table.C (TexEndOfCell): added tostr around
4249         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
4250         (TexEndOfCell): ditto
4251         (TexEndOfCell): ditto
4252         (TexEndOfCell): ditto
4253         (DocBookEndOfCell): ditto
4254         (DocBookEndOfCell): ditto
4255         (DocBookEndOfCell): ditto
4256         (DocBookEndOfCell): ditto
4257
4258         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
4259
4260         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
4261
4262         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
4263         (MenuBuildProg): added tostr around ret
4264         (MenuRunChktex): added tostr around ret
4265         (DocumentApplyCB): added tostr around ret
4266
4267         * src/chset.C (encodeString): added tostr around t->ic
4268
4269         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
4270         (makeLaTeXFile): added tostr around tocdepth
4271         (makeLaTeXFile): added tostr around ftcound - 1
4272
4273         * src/insets/insetbib.C (setCounter): added tostr around counter.
4274
4275         * src/support/lyxstring.h: added an operator+=(int) to catch more
4276         mistakes. 
4277
4278         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
4279         (lyxstring): We DON'T allow NULL pointers.
4280
4281 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4282
4283         * src/mathed/math_macro.C (MathMacroArgument::Write,
4284         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
4285         when writing them out.
4286
4287         * src/LString.C: remove, since it is not used anymore.
4288         
4289         * src/support/lyxstring.C: condition the content to
4290         USE_INCLUDED_STRING macro.
4291
4292         * src/mathed/math_symbols.C, src/support/lstrings.C,
4293         src/support/lyxstring.C: add `using' directive to specify what
4294         we need in <algorithm>. I do not think that we need to
4295         conditionalize this, but any thought is appreciated.
4296
4297         * many files: change all callback functions to "C" linkage
4298         functions to please strict C++ compilers like DEC cxx 6.1 in mode
4299         strict_ansi. Those who were static are now global. 
4300             The case of callbacks which are static class members is
4301         trickier, since we have to make C wrappers around them (see
4302         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
4303         did not finish this yet, since it defeats the purpose of
4304         encapsulation, and I am not sure what the best route is.
4305
4306 1999-10-19  Juergen Vigna  <jug@sad.it>
4307
4308         * src/support/lyxstring.C (lyxstring): we permit to have a null
4309         pointer as assignment value and just don't assign it.
4310
4311         * src/vspace.C (nextToken): corrected this function substituting
4312         find_first(_not)_of with find_last_of.
4313
4314         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
4315                 (TableOptCloseCB) (TableSpeCloseCB):
4316         inserted fl_set_focus call for problem with fl_hide_form() in
4317         xforms-0.89.
4318
4319 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4320
4321         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
4322         string. 
4323
4324 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4325
4326         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
4327         LyXLex::next() and not eatline() to get its argument.
4328
4329 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4330
4331         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
4332         instead, use fstreams for io of the depfile, removed unneeded
4333         functions and variables. 
4334
4335         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
4336         vector instead, removed all functions and variables that is not in
4337         use.
4338
4339 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4340
4341         * src/buffer.C (insertErrors): use new interface to TeXError
4342
4343         * Makefile.am (rpmdist): added a rpmdist target
4344
4345         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
4346         per Kayvan's instructions.
4347
4348 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4349
4350         * src/Makefile.am: add a definition for localedir, so that locales
4351         are found after installation (Kayvan)
4352
4353 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4354
4355         * development/.cvsignore: new file.
4356
4357 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4358
4359         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
4360         C++ compiler provides wrappers for C headers and use our alternate
4361         version otherwise.
4362
4363         * configure.in: use LYX_CXX_CHEADERS.
4364
4365         * src/cheader/: new directory, populated with cname headers from
4366         libstdc++-2.8.1. They are a bit old, but probably good enough for
4367         what we want (support compilers who lack them).
4368         
4369         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
4370         from includes. It turns out is was stupid.
4371  
4372 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4373
4374         * lib/Makefile.am (install-data-local): forgot a ';'
4375         (install-data-local): forgot a '\'
4376         (libinstalldirs): needed after all. reintroduced.
4377
4378 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
4379
4380         * configure.in (AC_OUTPUT): added lyx.spec
4381
4382         * development/lyx.spec: removed file
4383
4384         * development/lyx.spec.in: new file
4385
4386         * po/*.po: merged with lyx.pot becuase of make distcheck
4387         
4388         * lib/Makefile.am (dist-hook): added dist-hook so that
4389         documentation files will be included when doing a make
4390         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
4391         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
4392         conditional later.
4393         more: tried to make install do the right thing, exclude CVS dirs
4394         etc.
4395
4396         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
4397         Path would fit in more nicely.
4398
4399         * all files that used to use pathstack: uses now Path instead.
4400         This change was a lot easier than expected.
4401         
4402         * src/support/path.h: new file
4403
4404         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
4405
4406         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
4407
4408         * src/support/lyxstring.C (getline): Default arg was given for
4409         para 3. removed.
4410
4411         * Configure.cmd: removed file 
4412
4413 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4414
4415         * src/support/DebugStream.[Ch]: remove the explicit std:: before
4416         streams classes and types, add the proper 'using' statements when
4417         MODERN_STL is defined.
4418         
4419         * src/debug.h: move the << operator definition after the inclusion
4420         of DebugStream.h
4421
4422         * src/support/filetools.C: include "LAssert.h", which is needed
4423         later. 
4424
4425         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
4426         to includes. 
4427
4428         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
4429         include "debug.h" to define a proper ostream.
4430
4431 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
4432
4433         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
4434           method to the SystemCall class which can kill a process, but it's
4435           not fully implemented yet.
4436
4437         * src/*.C: Changed Systemcalls::Startscript() to startscript()
4438
4439         * src/support/FileInfo.h: Better documentation  
4440
4441         * src/lyxfunc.C: Added support for buffer-export html
4442         
4443         * src/menus.C: Added Export->As HTML...
4444         
4445         * lib/bind/*.bind: Added short-cut for buffer-export html
4446
4447         * src/lyxrc.*: Added support for new \tth_command
4448         
4449         * lib/lyxrc.example: Added stuff for new \tth_command
4450
4451 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
4452
4453         * lib/Makefile.am (IMAGES): removed images/README
4454         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
4455         installes in correct place. Check permisions is installed
4456         correctly.
4457
4458         * src/LaTeX.C: some no-op changes moved declaration of some
4459         variables around.
4460
4461         * src/LaTeX.h (LATEX_H): changed include guard name
4462
4463 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4464
4465         * lib/reLyX/Makefile.am: install noweb2lyx.
4466
4467         * lib/Makefile.am: install configure. 
4468
4469         * lib/reLyX/configure.in: declare a config aux dir; set package
4470         name to lyx (not sure what the best solution is); generate noweb2lyx.
4471
4472         * lib/layouts/egs.layout: fix the bibliography layout.
4473
4474 1999-10-08  Jürgen Vigna <jug@sad.it>
4475
4476         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
4477         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
4478         it returned without continuing to search the path.
4479         
4480 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4481
4482         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
4483         also fixes a bug. It is not allowed to do tricks with std::strings
4484         like: string a("hei"); &a[e]; this will not give what you
4485         think... Any reason for the complexity in this func?
4486
4487 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
4488
4489         * Updated README and INSTALL a bit, mostly to check that my
4490         CVS rights are correctly set up.
4491
4492 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4493
4494         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
4495         does not allow '\0' chars but lyxstring and std::string does.
4496
4497 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4498
4499         * autogen.sh (AUTOCONF): let the autogen script create the
4500         POTFILES.in file too. POTFILES.in should perhaps now not be
4501         included in the cvs module.
4502
4503         * some more files changed to use C++ includes instead of C ones.
4504
4505         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
4506         not assigned.
4507         (Reread): added tostr to nlink. buggy output otherwise.
4508         (Reread): added a string() around szMode when assigning to Buffer,
4509         without this I got a log of garbled info strings.
4510
4511         * acconfig.h: commented out the PTR_AS_INT macros. They should not
4512         be needed.
4513
4514         * I have added several ostream & operator<<(ostream &, some_type)
4515         functions. This has been done to avoid casting and warnings when
4516         outputting enums to lyxerr. This as thus eliminated a lot of
4517         explicit casts and has made the code clearer. Among the enums
4518         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
4519         mathed enums, some font enum the Debug::type enum. 
4520
4521         * src/support/lyxstring.h (clear): missing method. equivalent of
4522         erase(0, npos).
4523
4524         * all files that contained "stderr": rewrote constructs that used
4525         stderr to use lyxerr instead. (except bmtable)
4526
4527         * src/support/DebugStream.h (level): and the passed t with
4528         Debug::ANY to avoid spurious bits set.
4529
4530         * src/debug.h (Debug::type value): made it accept strings of the
4531         type INFO,INIT,KEY.
4532
4533         * configure.in (Check for programs): Added a check for kpsewhich,
4534         the latex generation will use this later to better the dicovery of
4535         all used files. 
4536
4537         * src/BufferView.C (create_view): we don't need to cast this to
4538         (void*) that is done automatically.
4539         (WorkAreaButtonPress): removed some dead code.
4540
4541 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4542
4543         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
4544         is not overwritten when translated (David Sua'rez de Lis).
4545
4546         * lib/CREDITS: Added David Sua'rez de Lis
4547
4548         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
4549
4550         * src/bufferparams.C (BufferParams): default input encoding is now
4551         "latin1" 
4552
4553         * acinclude.m4 (cross_compiling): comment out macro
4554         LYX_GXX_STRENGTH_REDUCE. 
4555
4556         * acconfig.h: make sure that const is not defined (to empty) when
4557         we are compiling C++. Remove commented out code using SIZEOF_xx
4558         macros.
4559         
4560         * configure.in : move the test for const and inline as late as
4561         possible so that these C tests do not interefere with C++ ones.
4562         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
4563         has not been proven. 
4564
4565 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4566
4567         * src/table.C (getDocBookAlign): remove bad default value for
4568         isColumn parameter.
4569
4570         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
4571         shortcut. 
4572         (ShowFileMenu2): ditto.
4573
4574         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
4575         of files to ignore.
4576
4577 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4578
4579         * Most files: finished the change from the old error code to use
4580         DebugStream for all lyxerr debugging. Only minor changes remain
4581         (e.g. the setting of debug levels using strings instead of number) 
4582
4583 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4584
4585         * src/layout.C (Add): Changed to use compare_no_case instead of
4586         strcasecmp.
4587
4588         * src/FontInfo.C: changed loop variable type too string::size_type.
4589
4590 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4591
4592         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
4593         set ETAGS_ARGS to --c++ 
4594
4595 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
4596
4597         * src/table.C (DocBookEndOfCell): commented out two unused variables
4598
4599         * src/paragraph.C: commented out four unused variables. 
4600
4601         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
4602         insed a if clause with type string::size_type.
4603
4604         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
4605         string::size_type.
4606
4607         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
4608
4609         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
4610         variable, also changed loop to go from 0 to lenght + 1, instead of
4611         -1 to length. This should be correct.
4612
4613         * src/LaTeX.C (scanError): use string::size_type as loop variable
4614         type.
4615
4616         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
4617         (l.896) since y_tmp and row was not used anyway.
4618
4619         * src/insets/insetref.C (escape): use string::size_type as loop
4620         variable type.
4621
4622         * src/insets/insetquotes.C (Width): use string::size_type as loop
4623         variable type.
4624         (Draw): use string::size_type as loop variable type.
4625
4626         * src/insets/insetlatexaccent.C (checkContents): use
4627         string::size_type as loop variable type.
4628
4629         * src/insets/insetlabel.C (escape): use string::size_type as loop
4630         variable type.
4631
4632         * src/insets/insetinfo.C: added an extern for current_view.
4633
4634         * src/insets/insetcommand.C (scanCommand): use string::size_type
4635         as loop variable type.
4636
4637         * most files: removed the RCS tags. With them we had to recompile
4638         a lot of files after a simple cvs commit. Also we have never used
4639         them for anything meaningful. 
4640
4641         * most files: tags-query-replace NULL 0. As adviced several plases
4642         we now use "0" instead of "NULL" in our code. 
4643
4644         * src/support/filetools.C (SpaceLess): use string::size_type as
4645         loop variable type.
4646
4647 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
4648
4649         * src/paragraph.C: fixed up some more string stuff.
4650
4651 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4652
4653         * src/support/filetools.h: make modestr a std::string.
4654
4655         * src/filetools.C (GetEnv): made ch really const.
4656
4657         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
4658         made code that used these use max/min from <algorithm> instead.
4659
4660         * changed several c library include files to their equivalent c++
4661         library include files. All is not changed yet.
4662
4663         * created a support subdir in src, put lyxstring and lstrings
4664         there + the extra files atexit, fileblock, strerror. Created
4665         Makefile.am. edited configure.in and src/Makefile.am to use this
4666         new subdir. More files moved to support.
4667
4668         * imported som of the functions from repository lyx, filetools
4669         
4670         * ran tags-query-replace on LString -> string, corrected the bogus
4671         cases. Tried to make use of lstrings.[hC], debugged a lot. There
4672         is still some errors in there. This is errors where too much or
4673         too litle get deleted from strings (string::erase, string::substr,
4674         string::replace), there can also be some off by one errors, or
4675         just plain wrong use of functions from lstrings. Viewing of quotes
4676         is wrong. 
4677
4678         * LyX is now running fairly well with string, but there are
4679         certainly some bugs yet (see above) also string is quite different
4680         from LString among others in that it does not allow null pointers
4681         passed in and will abort if it gets any.
4682         
4683         * Added the revtex4 files I forgot when setting up the repository.
4684
4685 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4686
4687         * All over: Tried to clean everything up so that only the files
4688           that we really need are included in the cvs repository.
4689         * Switched to use automake.
4690         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
4691         * Install has not been checked.
4692
4693 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4694
4695         * po/pt.po: Three errors:
4696                l.533 and l.538 format specification error
4697                l. 402 duplicate entry, I just deleted it.
4698