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