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