This commit was manufactured by cvs2svn to create tag 'lyx-20000221'.
[lyx.git] / ChangeLog
blobc9e712ec00bae59d3ad93d4ecbbc62674a7a4a5c
1 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
4         as const.
6 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
8         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
9         resize due to wrong pixmap beeing used. Also took the opurtunity
10         to make the LyXScreen stateless on regard to WorkArea and some
11         general cleanup in the same files.
12         
13 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
15         * src/Makefile.am: add missing direction.h
17         * src/PainterBase.h: made the width functions const.
18         
19         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
20         missing ones.
21         
22         * src/insets/insetcommand.C (draw): draw Editable as buttons.
24         * src/insets/insetlatexaccent.C (draw): make the accents draw
25         better, at present this will only work well with iso8859-1.
26         
27         * several files: remove the old drawing code, now we use the new
28         painter only.
30         * several files: remove support for mono_video, reverse_video and
31         fast selection.
33 2000-02-17  Juergen Vigna  <jug@sad.it>
35         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
36         int ** as we have to return the pointer, otherwise we have only
37         NULL pointers in the returning function.
39 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
41         * src/LaTeX.C (operator()): quote file name when running latex.
43 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
45         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
46         (bubble tip), this removes our special handling of this.
48         * Remove all code that is unused now that we have the new
49         workarea. (Code that are not active when NEW_WA is defined.)
51         * Make the uses of XSync not conditionalized on define USE_XSYNC.
52         
53 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
55         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
56         nonexisting layout; correctly redirect obsoleted layouts.
58         * lib/lyxrc.example: document \view_dvi_paper_option
60         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
61         variable. 
63         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
64         (PreviewDVI): handle the view_dvi_paper_option variable.
65         [Both from Roland Krause]
67 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
69         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
70         char const *, int, LyXFont)
71         (text(int, int, string, LyXFont)): ditto 
73         * src/text.C (InsertCharInTable): attempt to fix the double-space
74         feature in tables too.
75         (BackspaceInTable): ditto.
76         (GetVisibleRow): make bottom pagebreak line be a onoff line.
78 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
80         * src/text2.C (owner): only complain if owner_ is set and bv != 0
82         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
83         newly found text in textcache to this.
84         (buffer): set the owner of the text put into the textcache to 0
86         * src/insets/figinset.C (draw): fixed the drawing of figures with
87         the new Painter.
89         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
90         drawing of mathframe, hfills, protected space, table lines. I have
91         now no outstanding drawing problems with the new Painter code. 
93 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
95         * src/PainterBase.C (ellipse, circle): do not specify the default
96         arguments. 
98         * src/LColor.h: add using directive.
100         * src/Painter.[Ch]: change return type of methods from Painter& to
101         PainterBase&. Add a using directive.
103         * src/WorkArea.C: wrap xforms callbacks in C functions
104         C_WorkArea_xxx. 
106         * lib/layouts/foils.layout: font fix and simplifications from Carl
107         Ollivier-Gooch.
109 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
111         * a lot of files: The Painter, LColor and WorkArea from the old
112         devel branch has been ported to lyx-devel. Some new files and a
113         lot of #ifdeffed code. The new workarea is enabled by default, but
114         if you want to test the new Painter and LColor you have to compile
115         with USE_PAINTER defined (do this in config.h f.ex.) There are
116         still some rought edges, and I'd like some help to clear those
117         out. It looks stable (loads and displays the Userguide very well).
118         
120 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
122         * src/buffer.C (pop_tag): revert to the previous implementation
123         (use a global variable for both loops).
125         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
127         * src/lyxrc.C (LyXRC): change slightly default date format.
129         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
130         there is an English text with a footnote that starts with a Hebrew
131         paragraph, or vice versa.
132         (TeXFootnote): ditto.
134         * src/text.C (LeftMargin): allow for negative values for
135         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
136         this out.
138         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
139         for input encoding (cyrillic)
141 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
143         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
144         Tsur). 
146         * src/toolbar.C (set): ditto
147         * src/insets/insetbib.C (create_form_citation_form): ditto
149         * lib/CREDITS: added Dekel Tsur.
151         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
152         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
153         hebrew supports files from Dekel Tsur.
154         
155         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
156         <tzafrir@technion.ac.il> 
158         * src/lyxrc.C: put \date_insert_format at the right place.
160         * src/buffer.C (makeLaTeXFile): fix the handling of
161         BufferParams::sides when writing out latex files.
163         * src/BufferView2.C: add a "using" directive.
165         * src/support/lyxsum.C (sum): when we use lyxstring,
166         ostringstream::str needs an additional .c_str().
168 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
170         * src/support/filetools.C (ChangeExtension): patch from Etienne
171         applied.
173         * src/TextCache.C (show): remove const_cast and make second
174         parameter non-const LyXText *.
176         * src/TextCache.h: use non const LyXText in show.
178         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
179         with hebrew.
181 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
183         * src/support/lyxsum.C: rework to be more flexible.
184         
185         * several places: don't check if a pointer is 0 if you are going
186         to delete it.
188         * src/text.C: remove some dead code.
190         * src/insets/figinset.C: remove some dead code
191         
192         * src/buffer.C: move the BufferView funcs to BufferView2.C
193         remove all support for insetlatexdel
194         remove support for oldpapersize stuff
195         made some member funcs const
197         * src/kbmap.C: use a std::list to store the bindings in.
198         
199         * src/BufferView2.C: new file
201         * src/kbsequence.[Ch]: new files
202         
203         * src/LyXAction.C + others: remove all trace of buffer-previous
204         
205         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
206         only have one copy in the binary of this table.
207         
208         * hebrew patch: moved some functions from LyXText to more
209         appropriate places. (LyXParagraph, BufferParams, LyXFont)
210         
211         * several files: remove support for XForms older than 0.88
212         whitespace changes.
213         remove some #if 0 #endif code
214         
215         * src/TextCache.[Ch]: new file. Holds the textcache.
217         * src/BufferView.C: changes to use the new TextCache interface.
218         (waitForX): remove the now unused code.
219         
220         * src/BackStack.h: remove some commented code
222         * lib/bind/emacs.bind: remove binding for buffer-previous
224 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
226         * applied the hebrew patch.
228         * src/lyxrow.h: make sure that all Row variables are initialized.
230         * src/text2.C (TextHandleUndo): comment out a delete, this might
231         introduce a memory leak, but should also help us to not try to
232         read freed memory. We need to look at this one.
234         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
235         (LyXParagraph): initalize footnotekind.
237         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
238         forgot this when applying the patch. Please heed the warnings.
240         * src/BufferView.C (buffer): a fix for the buffer-reload problem
241         (aka. reformat problem)
243         * src/bufferlist.C (exists): made const, and use const_iterator
244         (isLoaded): new func.
245         (release): use std::find to find the correct buffer.
247         * src/bufferlist.h: made getState a const func.
248         made empty a const func.
249         made exists a const func.
250         new func: isLoaded
252 2000-02-01  Juergen Vigna  <jug@sad.it>
254         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
256         * po/it.po: updated a bit the italian po file and also changed the
257         'file nuovo' for newfile to 'filenuovo' without a space, this did
258         annoy me a lot :)
259         
260         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
261         for the new insert_date command.
263         * src/lyxfunc.C (Dispatch): added support for a insert_date function
264         from jdblair, to insert a date into the current text conforming to
265         a strftime format (for now only considering the locale-set and not
266         the document-language).
268 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
270         * src/lyxfont.C (textWidth): hopefully better fix for the Array
271         Bounds Read error seen by purify. The problem was that islower is
272         a macros which takes an unsigned char and uses it as an index for
273         in array of characters properties (and is thus subject to the
274         above error).
275         (drawText): ditto.
277         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
278         correctly the paper sides radio buttons.
279         (UpdateDocumentButtons): ditto.
281 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
283         * src/kbmap.C (getsym + others): change to return unsigned int,
284         returning a long can give problems on 64 bit systems. (I assume
285         that int is 32bit on 64bit systems)
287 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
289         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
290         LyXLookupString to be zero-terminated. Really fixes problems seen
291         by purify, I think.
293 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
295         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
296         write a (char*)0 to the lyxerr stream.
298         * src/lastfiles.C: move algorithm before the using statemets.
300 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
302         * src/lastfiles.C: move using directives in global scope (egcs 1.x
303         complains otherwise).
304         * src/table.C: ditto
306         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
307         directory. 
309         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
310         that I removed earlier... It is really needed.
312         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
314 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
316         * INSTALL: update xforms home page URL.
318         * lib/configure.m4: fix a bug with unreadable layout files.
320         * src/table.C (calculate_width_of_column): add "using std::max"
321         directive. 
323 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
325         * several files: marked several lines with "DEL LINE", this is
326         lines that can be deleted without changing anything.
327         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
328                                    checks this anyway */
329                 delete <ptr>
331         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
333         * src/DepTable.C (update): add a "+" at the end when the checksum
334         is different. (debugging string only)
336         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
337         the next inset to not be displayed. This should also fix the list
338         of labels in the "Insert Crossreference" dialog.
340 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
342         * src/support/LSubstring.C (LSubstring): set pos to string::npos
343         when regex was not found.
345         * src/support/lstrings.C (lowercase): use handcoded transform always.
346         (uppercase): ditto
348         * src/text.C (Delete): fixed the crash. cursor.par->prev and
349         old_cursor.par->prev could be 0.
351         * several files: changed post inc/dec to pre inc/dec
352         
353         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
354         write the lastfiles to file.
356         * src/BufferView.C (buffer): only show TextCache info when debugging
357         (buffer): ditto
358         (resizeCurrentBuffer): ditto
359         (workAreaExpose): ditto
361         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
363         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
365         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
366         a bit better by removing the special case for \i and \j.
368 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
370         * src/lyx_main.C (easyParse): remove test for bad comand line
371         options, since this broke all xforms-related parsing.
373         * src/kbmap.C (getsym): set return type to unsigned long, as
374         declared in header. On an alpha, long is _not_ the same as int.
376         * src/support/LOstream.h: add a "using std::flush;"
378         * src/insets/figinset.C: ditto.
380 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
382         * src/bufferlist.C (write): use blinding fast file copy instead of
383         "a char at a time", now we are doing it the C++ way.
385         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
386         std::list<int> instead.
387         (addpidwait): reflect move to std::list<int>
388         (sigchldchecker): ditto
390         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
391         version also. 
393         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
394         that obviously was wrong...
396         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
397         c, this avoids warnings with purify and islower.
399         * src/insets/figinset.C: rename struct queue to struct
400         queue_element and rewrite to use a std::queue. gsqueue is now a
401         std::queue<queue_element>
402         (runqueue): reflect move to std::queue
403         (addwait): ditto
405         * src/support/lstrings.h (tostr): specialize for bool, otherwise
406         we would get "1" "0" instead of "true" "false. Also make the tostr
407         functions inline.
409 2000-01-21  Juergen Vigna  <jug@sad.it>
411         * src/buffer.C (writeFileAscii): Disabled code for special groff
412         handling of tabulars till I fix this in table.C
414 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
416         * src/support/mkdir.C (mkdir): change second argument of mkdir to
417         unsigned long int.
418         * src/support/lyxlib.h: ditto.
420 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
422         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
423         and 'j' look better. This might fix the "macron" bug that has been
424         observed.
426         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
427         functions as one template function. Delete the old versions.
429         * src/support/lyxsum.C: move using std::ifstream inside
430         MODERN_STL_STREAMS
432         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
433         and putenv.C
435         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
437         * src/mathed/formula.C: delete #include "bufferlist.h" never used
439         * src/insets/figinset.C (InitFigures): use new instead of malloc
440         to allocate memory for figures and bitmaps.
441         (DoneFigures): use delete[] instead of free to deallocate memory
442         for figures and bitmaps.
443         (runqueue): use new to allocate 
444         (getfigdata): use new/delete[] instead of malloc/free
445         (RegisterFigure): ditto
447         * some files: moved some declarations closer to first use, small
448         whitespace changes use preincrement instead of postincrement where
449         it does not make a difference.
450         
451         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
452         step on the way to use stl::containers for key maps. 
454         * src/bufferlist.h: add a typedef for const_iterator and const
455         versions of begin and end.
457         * src/bufferlist.[Ch]: change name of member variable _state to
458         state_. (avoid reserved names)
459         (makePup): removed
460         (getFileNames): returns the filenames of the buffers in a vector.
462         * configure.in (ALL_LINGUAS): added ro
464         * src/support/putenv.C: new file
466         * src/support/mkdir.C: new file
468 2000-01-20  Allan Rae <rae@lyx.org>
470         * lib/layouts/IEEEtran.layout: Added several theorem environments
472         * lib/templates/IEEEtran.lyx: Example theorem environments and a
473         couple of minor additions.
475         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
476         (except for those in footnotes of course)
478 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
480         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
482         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
483         std::sort and std::lower_bound instead of qsort and handwritten
484         binarysearch.
485         (struct compara): struct that holds the functors used by std::sort
486         and std::lower_bound in MathedLookupBOP.
488 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
490         * src/support/LAssert.h: do not do partial specialization. We do
491         not really need it.
493         * src/support/lyxlib.h: note that lyx::getUserName() and
494         lyx::date() are not in use right now. Should these be suppressed?
496         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
497         (makeLinuxDocFile): do not put date and user name in linuxdoc
498         headers. 
500         * src/support/lyxlib.h (kill): change first argument to long int,
501         since that's what solaris uses.
503         * src/support/kill.C (kill): fix declaration to match prototype.
505         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
506         actually check whether namespaces are supported. This is not what
507         it used to do.
509         * src/support/lyxsum.C: add a using directive.
511 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
513         * src/support/kill.C: if we have namespace support we don't have
514         to include lyxlib.h.
516         * src/support/lyxlib.h: use namespace lyx if supported.
518 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
520         * src/support/date.C: new file
522         * src/support/chdir.C: new file
524         * src/support/getUserName.C: new file
526         * src/support/getcwd.C: new file
528         * src/support/abort.C: new file
530         * src/support/kill.C: new file
532         * src/support/lyxlib.h: moved all the functions in this file
533         insede struct lyx. Added also kill and abort to this struct. This
534         is a way to avoid the "kill is not defined in <csignal>", we make
535         C++ wrappers for functions that are not ANSI C or ANSI C++.
537         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
538         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
539         lyx it has been renamed to sum.
541 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
543         * src/text.C: add using directives for std::min and std::max.
545 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
547         * src/texrow.C (getIdFromRow): actually return something useful in
548         id and pos. Hopefully fixes the bug with positionning of errorbox
549         insets. 
551         * src/lyx_main.C (easyParse): output an error and exit if an
552         incorrect command line option has been given.
554         * src/spellchecker.C (ispell_check_word): document a memory leak.
556         * src/bufferlist.C (write): fix mismatched allocation/deletion,
557         where a "struct utimbuf" is allocated with "new" and deleted with
558         "delete[]". 
560 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
562         * src/text2.C (CutSelection): don't delete double spaces.
563         (PasteSelection): ditto
564         (CopySelection): ditto
565         
566         * src/text.C (Backspace): don't delete double spaces.
568         * src/lyxlex.C (next): fix a bug that were only present with
569         conformant std::istream::get to read comment lines, use
570         std::istream::getline instead. This seems to fix the problem.
572 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
574         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
575         allowed to insert space before space" editing problem. Please read
576         commends at the beginning of the function. Comments about usage
577         are very welcome.
579         * src/text.C (InsertChar): fix for the "not allowed to insert
580         space before space" editing problem.
582         * src/text2.C (DeleteEmptyParagraphMechanism): when
583         IsEmptyTableRow can only return false this last "else if" will
584         always be a no-op. Commented out.
586         * src/text.C (RedoParagraph): As far as I can understand tmp
587         cursor is not really needed.
589         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
590         present it could only return false anyway. 
591         (several functions): Did something not so smart...added a const
592         specifier on a lot of methods.
593         
594         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
595         and add a tmp->text.resize. The LyXParagraph constructor does the
596         resize for us.
597         (BreakParagraphConservative): ditto
599         * src/support/path.h (Path): add a define so that the wrong usage
600         "Path("/tmp") will be flagged as a compilation error:
601         "`unnamed_Path' undeclared (first use this function)"
603 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
605         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
606         which was bogus for several reasons.
608         * src/LaTeX.C (scanAux): fix the regular expression used to scan
609         .aux files. 
610         (runBibTeX): ditto.
612         * autogen.sh: do not use "type -path" (what's that anyway?).
614         * src/support/filetools.C (findtexfile): remove extraneous space
615         which caused a kpsewhich warning (at least with kpathsea version
616         3.0). 
618 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
620         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
622         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
624         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
626 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
628         * src/paragraph.C (BreakParagraph): do not reserve space on text
629         if we don't need to (otherwise, if pos_end < pos, we end up
630         reserving huge amounts of memory due to bad unsigned karma).
631         (BreakParagraphConservative): ditto, although I have not seen
632         evidence the bug can happen here.
634         * src/lyxparagraph.h: add a using std::list.
636 2000-01-11  Juergen Vigna  <jug@sad.it>
638         * src/menus.C (MenuDocu): output an Alert if the documentation-file
639         could not be found.
641 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
643         * src/vc-backend.C (doVCCommand): change to be static and take one
644         more parameter: the path to chdir too be fore executing the command.
645         (retrive): new function equiv to "co -r"
647         * src/bufferlist.C (loadLyXFile): implement the missing parts if
648         file_not_found_hook is true.
650         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
652         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
653         if a file is readwrite,readonly...anything else.
655 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
657         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
658         (CreatePostscript): name change from MenuRunDVIPS (or something)
659         (PreviewPostscript): name change from MenuPreviewPS
660         (PreviewDVI): name change from MenuPreviewDVI
662         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
663         \view_pdf_command., \pdf_to_ps_command
665         * lib/configure.m4: added search for PDF viewer, and search for
666         PDF to PS converter. 
667         (lyxrc.defaults output): add \pdflatex_command,
668         \view_pdf_command and \pdf_to_ps_command.
670         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
672         * src/bufferlist.C (write): we don't use blocksize for anything so
673         I removed it.
675 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
677         * src/support/block.h: disable operator T* (), since it causes
678         problems with both compilers I tried. See comments in the file.
680         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
681         --with-lyxname. 
683         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
684         variable LYX_DIR_10x to LYX_DIR_11x.
686         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
688         * INSTALL: document --with-lyxname.
689         * NEWS: ditto.
691         * configure.in: new configure flag --with-lyxname which allows to
692         choose the name under which lyx is installed. Default is "lyx", of
693         course. It used to be possible to do this with --program-suffix,
694         but the later has in fact a different meaning for autoconf.
696         * src/support/lstrings.h (lstrchr): reformat a bit.
698         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
699         * src/mathed/math_defs.h: ditto.
701 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
703         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
704         true, decides if we create a backup file or not when saving. New
705         tag and variable \pdf_mode, defaults to false. New tag and
706         variable \pdflatex_command, defaults to pdflatex. New tag and
707         variable \view_pdf_command, defaults to xpdf. New tag and variable
708         \pdf_to_ps_command, defaults to pdf2ps.
710 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
712         * src/bufferlist.C (close): don't call insetUnlock if the buffer
713         does not have a BufferView.
714         (unlockInset): ditto + don't access the_locking_inset if the
715         buffer does not have a BufferView.
717         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
718         certain circumstances so that we don't continue a keyboard
719         operation long after the key was released. Try f.ex. to load a
720         large document, press PageDown for some seconds and then release
721         it. Before this change the document would contine to scroll for
722         some time, with this change it stops imidiatly.
724         * src/support/block.h: don't allocate more space than needed. As
725         long as we don't try to write to the arr[x] in a array_type arr[x]
726         it is perfectly ok. (if you write to it you might segfault).
727         added operator value_type*() so that is possible to pass the array
728         to functions expecting a C-pointer.
730         * lib/Makefile.am (dist-hook): don't fail completely if unable to
731         cvs.
733         * intl/*: updated to gettext 0.10.35, tried to add our own
734         required modifications. Please verify.
736         * po/*: updated to gettext 0.10.35, tried to add our own required
737         modifications. Please verify.
738         
739         * src/support/lstrings.C (tostr): go at fixing the problem with
740         cxx and stringstream. When stringstream is used return
741         oss.str().c_str() so that problems with lyxstring and basic_string
742         are avoided. Note that the best solution would be for cxx to use
743         basic_string all the way, but it is not conformant yet. (it seems)
745         * src/lyx_cb.C + other files: moved several global functions to
746         class BufferView, some have been moved to BufferView.[Ch] others
747         are still located in lyx_cb.C. Code changes because of this. (part
748         of "get rid of current_view project".)
750         * src/buffer.C + other files: moved several Buffer functions to
751         class BufferView, the functions are still present in buffer.C.
752         Code changes because of this.
754         * config/lcmessage.m4: updated to most recent. used when creating
755         acinclude.m4.
757         * config/progtest.m4: updated to most recent. used when creating
758         acinclude.m4.
759         
760         * config/gettext.m4: updated to most recent. applied patch for
761         tmplinguas.
763         * config/gettext.m4.patch: new file that shows what changes we
764         have done to the local copy of gettext.m4.
766         * config/libtool.m4: new file, used in creation of acinclude.m4
768         * config/lyxinclude.m4: new file, this is the lyx created m4
769         macros, used in making acinclude.m4.
770         
771         * autogen.sh: GNU m4 discovered as a separate task not as part of
772         the lib/configure creation. 
773         Generate acinlucde from files in config. Actually cat
774         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
775         easier to upgrade .m4 files that really are external.
777         * src/Spacing.h: moved using std::istringstream to right after
778         <sstream>. This should fix the problem seen with some compilers.
780 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
782         * src/lyx_cb.C: began some work to remove the dependency a lot of
783         functions have on BufferView::text, even if not really needed.
784         (GetCurrentTextClass): removed this func, it only hid the
785         current_view. 
787         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
788         forgot this in last commit.
790         * src/Bullet.C (bulletEntry): use static char const *[] for the
791         tables, becuase of this the return arg had to change to string.
792         (bulletSize): ditto
793         (~Bullet): removed unneeded destructor
795         * src/BufferView.C (beforeChange): moved from lyx_cb.C
796         (insetSleep): moved from Buffer
797         (insetWakeup): moved from Buffer
798         (insetUnlock): moved from Buffer
800         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
801         from Buffer to BufferView.
802         
803         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
805         * config/ltmain.sh: updated to version 1.3.4 of libtool
807         * config/ltconfig: updated to version 1.3.4 of libtool
809 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
812         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
813         Did I get that right?
815         * src/lyxlex.h: add a "using" directive or two.
816         * src/Spacing.h: ditto.
817         * src/insets/figinset.C: ditto.
818         * src/support/filetools.C: ditto.
819         * src/support/lstrings.C: ditto.
820         * src/BufferView.C: ditto.
821         * src/bufferlist.C: ditto.
822         * src/lyx_cb.C: ditto.
823         * src/lyxlex.C: ditto.
825         * NEWS: add some changes for 1.1.4.
826         
827 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
829         * src/BufferView.C: first go at a TextCache to speed up switching
830         between documents.
832 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
834         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
835         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
836         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
837         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
838         Meinen.
839         
840         * src/mathed/math_defs.h (MathedRowSt): make sure that all
841         members of the struct are correctly initialized to 0 (detected by
842         purify) 
843         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
844         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
846         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
847         pidwait, since it was allocated with "new". This was potentially
848         very bad. Thanks to Michael Schmitt for running purify for us.
851 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
853         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
855         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
857 1999-12-30  Allan Rae  <rae@lyx.org>
859         * lib/templates/IEEEtran.lyx: minor change
861         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
862         src/mathed/formula.C (LocalDispatch): askForText changes
864         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
865         know when a user has cancelled input. Fixes annoying problems with
866         inserting labels and version control.
868 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
870         * src/support/lstrings.C (tostr): rewritten to use strstream and
871         stringstream
873 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
875         * src/support/filetools.C (IsFileWriteable): use fstream to check
876         (IsDirWriteable): use fileinfo to check
878         * src/support/filetools.h (FilePtr): whole class deleted
880         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
882         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
884         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
886         * src/bufferlist.C (write): use ifstream and ofstream instead of
887         FILE*
889         * src/Spacing.h: use istrstream instead of sscanf
891         * src/mathed/math_defs.h: change first arg to istream from FILE*
893         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
895         * src/mathed/math_parser.C: have yyis to be an istream 
896         (LexGetArg): use istream (yyis)
897         (yylex): ditto
898         (mathed_parse): ditto
899         (mathed_parser_file): first arg istream instead of FILE*, set yyis
901         * src/mathed/formula.C (Read): rewritten to use istream
903         * src/mathed/formulamacro.C (Read): rewritten to use istream
905         * src/lyxlex.h (~LyXLex): deleted desturctor 
906         (getStream): new function, returns an istream
907         (getFile): deleted funtion
908         (IsOK): return is.good();
910         * src/lyxlex.C (LyXLex): delete file and owns_file
911         (setFile): open an filebuf and assign that to a istream instead of
912         using FILE*
913         (setStream): new function, takes an istream as arg. 
914         (setFile): deleted function
915         (EatLine): rewritten us use istream instead of FILE*
916         (next): ditto
917         (nextToken): ditto
919         * src/table.C (LyXTable): use istream instead of FILE*
920         (Read): rewritten to take an istream instead of FILE*
922 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
924         * src/buffer.C (Dispatch): remove an extraneous break statement.
926         * src/support/filetools.C (QuoteName): change to do simple
927         'quoting'. More work is necessary. Also changed to do nothing
928         under emx (needs fix too).
929         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
931         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
932         config.h.in to the AC_DEFINE_UNQUOTED() call.
933         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
934         needs char * as argument (because Solaris 7 declares it like
935         that). 
937         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
938         remove definition of BZERO.
940 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
942         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
943         defined, "lyxregex.h" if not.
945         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
946         pkglib_ to noinst_
947         (REGEX): new variable that is set to regex.c lyxregex.h when
948         AM_CONDITIONAL USE_REGEX is set.
949         (libsupport_la_SOURCES): add $(REGEX)
951         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
952         pkglib_ to noinst_
954         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
955         pkglib_ to noinst_
957         * configure.in: add call to LYX_REGEX 
959         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
960         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
962 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
964         * lib/bind/fi_menus.bind: new file, from
965         pauli.virtanen@saunalahti.fi. 
967         * src/buffer.C (getBibkeyList): pass the parameter delim to
968         InsetInclude::getKeys and InsetBibtex::getKeys.
970         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
971         is passed to Buffer::getBibkeyList
972         
973         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
974         instead of the hardcoded comma.
976         * src/insets/insetbib.C (getKeys): make sure that there are not
977         leading blanks in bibtex keys. Normal latex does not care, but
978         harvard.sty seems to dislike blanks at the beginning of citation
979         keys. In particular, the retturn value of the function is
981         * INSTALL: make it clear that libstdc++ is needed and that gcc
982         2.7.x probably does not work.
984         * src/support/filetools.C (findtexfile): make debug message go to
985         the LATEX channel
986         * src/insets/insetbib.C (getKeys): ditto
988         * src/debug.C (showTags): make sure that the output is correctly
989         aligned. 
991         * configure.in: add a comment for TWO_COLOR_ICON define.
993         * acconfig.h: remove all the entries that already defined in
994         configure.in or acinclude.m4.
996         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
997         to avoid user name, date and copyright.
999 1999-12-21  Juergen Vigna  <jug@sad.it>
1001         * src/table.C (Read): Now read bogus row format informations
1002                 if the format is < 5 so that afterwards the table can
1003                 be read by lyx but without any format-info. Fixed the
1004                 crash we experienced when not doing this.
1006 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
1008         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
1009         (RedoDrawingOfParagraph): ditto
1010         (RedoParagraphs): ditto
1011         (RemoveTableRow): ditto
1013         * src/text.C (Fill): rename arg paperwidth -> paper_width
1015         * src/buffer.C (insertLyXFile): rename var filename -> fname
1016         (writeFile): rename arg filename -> fname
1017         (writeFileAscii): ditto
1018         (makeLaTeXFile): ditto
1019         (makeLinuxDocFile): ditto
1020         (makeDocBookFile): ditto
1022         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
1023         (runBibTeX): ditto
1025         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
1027         * src/bmtable.h: add extern "C" on this file when __cplusplus is
1028         defined.
1030         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
1031         compiled by a C compiler not C++. 
1033         * src/layout.h (LyXTextClass): added typedef for const_iterator
1034         (LyXTextClassList): added typedef for const_iterator + member
1035         functions begin and end.
1037         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
1038         iterators to fill the choice_class.
1039         (updateLayoutChoice): rewritten to use iterators to fill the
1040         layoutlist in the toolbar.
1042         * src/BufferView.h (BufferView::work_area_width): removed unused
1043         variable. 
1045         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
1047         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
1048         (sgmlCloseTag): ditto
1050         * src/support/lstrings.h: return type of countChar changed to
1051         unsigned char.
1053         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
1054         what version of this func to use. Also made to return unsigned int.
1056         * configure.in: call LYX_STD_COUNT 
1058         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
1059         conforming std::count. 
1061 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1063         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
1064         and a subscript would give bad display (patch from Dekel Tsur
1065         <dekel@math.tau.ac.il>). 
1067         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
1069         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
1070         please sun CC.
1072         * src/chset.h: add a few 'using' directives
1074         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
1075         triggered when no buffer is active
1077         * src/layout.C: removed `break' after `return' in switch(), since
1078         it is unreachable.
1080         * src/lyx_main.C (init): make sure LyX can be ran in place even
1081         when libtool has done its magic with shared libraries. Fix the
1082         test for the case when the system directory has not been found.
1084         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
1085         name for the latex file.
1086         (MenuMakeHTML): ditto
1088         * src/buffer.h: add an optional boolean argument, which is passed
1089         to ChangeExtension.
1091 1999-12-20  Allan Rae  <rae@lyx.org>
1093         * lib/templates/IEEEtran.lyx: small correction and update.
1095         * configure.in: Attempted to use LYX_PATH_HEADER
1097         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
1099         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
1100         input from JMarc.  Now use preprocessor to find the header.
1101         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
1102         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
1103         LYX_STL_STRING_FWD.  See comments in file.      
1105 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
1107         * The global MiniBuffer * minibuffer variable is dead.
1108         
1109         * The global FD_form_main * fd_form_main variable is dead.
1111 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1113         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
1115         * src/table.h: add the LOstream.h header
1116         * src/debug.h: ditto
1117         
1118         * src/LyXAction.h: change the explaination of the ReadOnly
1119         attribute: is indicates that the function _can_ be used.
1121         * src/LyXAction.C (init): find-replace _can_ be used in read-only
1122         mode. 
1124 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1126         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
1127         unsigned. 
1128         (descent): ditto
1129         (lbearing): ditto
1130         (rbearing): ditto
1132         * src/paragraph.C (GetWord): assert on pos>=0
1133         (GetChar): ditto
1134         
1135         * src/support/lyxstring.C: condition the use of an invariant on
1136         ENABLE_ASSERTIONS 
1137         * src/support/lyxstring.h: ditto
1139         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
1140         Use LAssert.h instead of plain assert().
1142         * src/support/lstrings.h: add LAssert.h, in case it is needed.
1144         * src/lyxfunc.C: do not include LAssert.h, it is not used.
1145         * src/support/filetools.C: ditto
1147         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
1148         is not defined. 
1150         * INSTALL: document the new configure flags
1151         
1152         * configure.in: suppress --with-debug; add --enable-assertions
1154         * acinclude.m4: various changes in alignment of help strings.
1156 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1158         * src/kbmap.C: commented out the use of the hash map in kb_map,
1159         beginning of movement to a stl::container. 
1161         * several files: removed code that was not in effect when
1162         MOVE_TEXT was defined.
1163         
1164         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
1165         for escaping should not be used. We can discuss if the string
1166         should be enclosed in f.ex. [] instead of "".
1168         * src/trans_mgr.C (insert): use the new returned value from
1169         encodeString to get deadkeys and keymaps done correctly.
1171         * src/chset.C (encodeString): changed to return a pair, to tell
1172         what to use if we know the string.
1174         * src/lyxscreen.h (fillArc): new function.
1176         * src/FontInfo.C (resize): rewritten to use more std::string like
1177         structore, especially string::replace.
1179         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
1180         approp. accents.
1182         * configure.in (chmod +x some scripts): remove config/gcc-hack 
1184 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1186         * src/buffer.C (writeFile): change once again the top comment in a
1187         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
1188         instead of an hardcoded version number.
1189         (makeDocBookFile): ditto
1191         * src/version.h: add new define LYX_DOCVERSION
1193         * po/de.po: update from Pit Sütterlin
1194         * lib/bind/de_menus.bind: ditto.
1195         
1196         * src/lyxfunc.C (Dispatch): call MenuExport()
1197         * src/buffer.C (Dispatch): ditto
1199         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
1200         LyXFunc::Dispatch().
1201         (MenuExport): new function, moved from
1202         LyXFunc::Dispatch().
1204         * src/trans_mgr.C (insert): small cleanup
1205         * src/chset.C (loadFile): ditto
1207         * lib/kbd/iso8859-1.cdef: add missing backslashes
1209 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1211         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
1212         help with placing the manually drawn accents better.
1213         (Rbearing): ditto
1214         (Draw): x2 and hg changed to float to minimize rounding errors and
1215         help place the accents better.
1217         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
1218         unsigned short to char is just wrong...cast the char to unsigned
1219         char instead so that the two values can compare sanely. This
1220         should also make the display of insetlatexaccents better and
1221         perhaps also some other insets.
1222         (descent): ditto
1223         (lbearing): new function
1224         (rbearing): ditto
1226 1999-12-15  Allan Rae  <rae@lyx.org>
1228         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
1229         header that provides a wrapper around the very annoying SGI STL header
1230         of the same name.
1232         * src/support/lyxstring.C, src/LString.h:
1233         removed old SGI-STL-compatability attempts.
1235         * configure.in: Use LYX_STL_STRING_FWD.
1237         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
1238         stl_string_fwd.h is around and try to determine it's location.
1239         Major improvement over previous SGI STL 3.2 compatability.
1240         Three small problems remain with this function due to my zero
1241         knowledge of autoconf.  JMarc and lgb see the comments in the code.
1243 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1245         * src/broken_const.h, config/hack-gcc, config/README: removed
1246         
1247         * configure.in: remove --with-gcc-hack option; do not call
1248         LYX_CXX_STL_STACK 
1250         * INSTALL: remove documentation of --with-broken-const and
1251         --with-gcc-hack
1252         
1253         * acconfig.h: remove all trace of BROKEN_CONST define
1255         * src/buffer.C (makeDocBookFile): update version number in output
1256         file. 
1257         (SimpleDocBookOnePar): fix an assert when trying to a character
1258         access beyond string length
1259         [Patch from Jose']
1261 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1263         * po/de.po: fix the Export menu
1265         * lyx.man: update the description of -dbg
1267         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
1268         (commandLineHelp): updated
1269         (easyParse): show list of available debug levels if -dbg is passed
1270         without argument.
1272         * src/Makefile.am: add debug.C
1274         * src/debug.h: moved some code to debug.C
1276         * src/debug.C: new file. Contains code to set and show debug
1277         level. 
1279         * src/layout.C: remove 'break' after 'continue' in switch
1280         statements, since these cannot be reached.
1282 1999-12-13  Allan Rae  <rae@lyx.org>
1284         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
1285         (in_word_set): hash() -> math_hash()
1287         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
1289         * acconfig.h: Added a test for whether we are using exceptions in the
1290         current compilation run. If so USING_EXCEPTIONS is defined.
1292         * config.in: Check for existance of stl_string_fwd.h
1293         * src/LString.h: If compiling --with-included-string and SGI's
1294         STL version 3.2 is present (see above test) we need to block their
1295         forward declaration of string and supply a __get_c_string().
1296         However, it turns out this is only necessary if compiling with
1297         exceptions enabled so I've a bit more to add yet.
1299         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
1300           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
1301           src/support/LRegex.h, src/undo.h:
1302         Shuffle the order of the included files a little to ensure that
1303         LString.h gets included before anything that includes stl_string_fwd.h
1305         *  src/support/lyxstring.C: We need to #include LString.h instead of
1306         lyxstring.h to get the necessary definition of __get_c_string.
1307         (__get_c_string): New function.  This is defined static just like SGI's
1308         although why they need to do this I'm not sure.  Perhaps it should be
1309         in lstrings.C instead.
1311         * lib/templates/IEEEtran.lyx:  New template file.
1313 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1314         
1315         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
1316         * intl/Makefile.in (MKINSTALLDIRS):  ditto
1318         * src/LyXAction.C (init): changed to hold the LFUN data in a
1319         automatic array in stead of in callso to newFunc, this speeds up
1320         compilation a lot. Also all the memory used by the array is
1321         returned when the init is completed.
1323         * a lot of files: compiled with -Wold-style-cast, changed most of
1324         the reported offenders to C++ style casts. Did not change the
1325         offenders in C files. 
1327         * src/trans.h (Match): change argument type to unsigned int.
1329         * src/support/DebugStream.C: fix some types on the streambufs so
1330         that it works on a conforming implementation.
1332 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1334         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
1336         * src/support/lyxstring.C: remove the inline added earlier since
1337         they cause a bunch of unsatisfied symbols when linking with dec
1338         cxx. Cxx likes to have the body of inlines at the place where they
1339         are declared.
1341         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
1342         accessing negative bounds in array. This fixes the crash when
1343         inserting accented characters.
1344         * src/trans.h (Match): ditto
1346         * src/buffer.C (Dispatch): since this is a void, it should not try
1347         to return anything...
1349 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1351         * src/buffer.h: removed the two friends from Buffer. Some changes
1352         because of this. Buffer::getFileName and Buffer::setFileName
1353         renamed to Buffer::fileName() and Buffer::fileName(...).
1355 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
1357         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
1358         and Buffer::update(short) to BufferView. This move is currently
1359         controlled by a define MOVE_TEXT, this will be removed when all
1360         shows to be ok. This move paves the way for better separation
1361         between buffer contents and buffer view. One side effect is that
1362         the BufferView needs a rebreak when swiching buffers, if we want
1363         to avoid this we can add a cache that holds pointers to LyXText's
1364         that is not currently in use. 
1366         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
1367         André Pönitz. 
1369 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1371         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
1373         * lyx_main.C: new command line option -x (or --execute) and
1374           -e (or --export). Now direct conversion from .lyx to .tex
1375           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
1376           Unfortunately, X is still needed and the GUI pops up during the
1377           process...
1379 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1381         * src/Spacing.C: add a using directive to bring stream stuff into
1382         normal namespace.
1383         * src/paragraph.C: ditto
1384         * src/buffer.C: ditto
1386         * NEWS: updated a bit the new features of 1.1.3 (took a few things
1387         from Lars' announcement).
1389         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
1390         example files from Tino Meinen.
1391         
1392 1999-12-06  Allan Rae  <rae@lyx.org>
1394         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
1396 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1398         * src/support/lyxstring.C: added a lot of inline for no good
1399         reason
1400         
1401         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
1402         latexWriteEndChanges, they were not used.
1403         
1404         * src/layout.h (operator<<): output operator for PageSides
1406         * src/mathed/math_iter.C (my_memcpy): slightly changed.
1408         * some example files: loaded in LyX 1.0.4 and saved again to update
1409         certain constructs (table format) 
1411         * a lot of files: did the change to use fstream/iostream for all
1412         writing of files. Done with a close look at Andre Poenitz's patch.
1414         * some files: whitespace changes.
1415         
1416 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1418         * src/mathed/math_iter.C (my_memcpy): new function. Since the
1419         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
1420         architecture, we provide our own. It is used unconditionnally, but
1421         I do not think this is a performance problem. Thanks to Angus
1422         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
1423         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
1424         first time).
1425         (GetInset): use my_memcpy.
1426         (Insert): ditto
1427         (Copy): ditto
1429         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
1430         it is easier to understand, but it uses less TeX-only constructs now.
1432         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
1433         elements contain spaces
1435         * lib/configure: regenerated
1436         
1437         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
1438         elements contain spaces; display the list of programs that are
1439         tried.
1441         * autogen.sh: make sure lib/configure is executable
1443         * lib/examples/*: rename the tutorial examples to begin with the
1444         two-letters language code.
1446         * src/lyxfunc.C (getStatus): do not query current font if no
1447         buffer exists.
1449         * src/lyx_cb.C (RunScript): use QuoteName
1450         (MenuRunDvips): ditto
1451         (PrintApplyCB): ditto
1453         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
1454         around argument, so that it works well with the current shell.
1455         Does not work properly with OS/2 shells currently.
1457         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
1458         * src/LyXSendto.C (SendtoApplyCB): ditto
1459         * src/lyxfunc.C (Dispatch): ditto
1460         * src/buffer.C (runLaTeX): ditto
1461         (runLiterate): ditto
1462         (buildProgram): ditto
1463         (runChktex): ditto
1464         * src/lyx_cb.C (RunScript): ditto
1465         (MenuMakeLaTeX): ditto
1466         
1467         * src/buffer.h (getLatexName): new method 
1469         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
1471 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1473         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
1474         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
1475         (create_math_panel): ditto
1477         * src/lyxfunc.C (getStatus): re-activate the code which gets
1478         current font and cursor; add test for export to html.
1480         * src/lyxrc.C (read): remove unreachable break statements; add a
1481         few "using".
1483         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
1484         
1485 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1487         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
1488         introduced by faulty regex.
1489         * src/buffer.C: ditto
1490         * src/lastfiles.C: ditto
1491         * src/paragraph.C: ditto
1492         * src/table.C: ditto
1493         * src/vspace.C: ditto
1494         * src/insets/figinset.C: ditto
1495         Note: most of these is absolutely harmless, except the one in
1496         src/mathed formula.C.
1498 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
1500         * src/ImportNoweb.C (documentclass): fixed bounds for substr
1501           operation, yielding correct results for the reLyX command.
1503 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1505         * src/support/filetools.C (ExpandPath): removed an over eager
1506         Assert.
1507         (ReplaceEnvironmentPath): ditto
1509         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
1510         shows that we are doing something fishy in our code...
1511         (BubblePost): ditto
1512         (ToolbarCB): ditto
1514         * src/lyxrc.C (read): use a double switch trick to get more help
1515         from the compiler. (the same trick is used in layout.C)
1516         (write): new function. opens a ofstream and pass that to output
1517         (output): new function, takes a ostream and writes the lyxrc
1518         elemts to it. uses a dummy switch to make sure no elements are
1519         forgotten. 
1521         * src/lyxlex.h: added a struct pushpophelper for use in functions
1522         with more than one exit point.
1524         * src/lyxlex.[Ch] (GetInteger): made it const
1525         (GetFloat): ditto
1526         (GetBool): ditto
1528         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
1530         * src/layout.[hC] : LayoutTags splitted into several enums, new
1531         methods created, better error handling cleaner use of lyxlex. Read
1532         the diff.
1534         * src/bmtable.[Ch]: change some member prototypes because of the
1535         image const changes. 
1537         * commandtags.h, src/LyXAction.C (init): new function:
1538         "preferences-save", saves the lyxrc entries into .lyx/preferences.
1539         This file is not read automatically but you can add \input
1540         preferences to your lyxrc if you want to. We need to discuss how
1541         to handle this. 
1543         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
1544         in .aux, also remove .bib and .bst files from dependencies when
1545         running bibtex.
1547         * src/BufferView.C, src/LyXView.C: add const_cast several places
1548         because of changes to images.
1550         * lib/images/*: same change as for images/*
1551         
1552         * lib/lyxrc.example: Default for accept_compound is false not no.
1554         * images/*: changed to be const, however I have som misgivings
1555         about this change so it might be changed back.
1557 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1559         * lib/configure, po/POTFILES.in: regenerated
1561         * autogen.sh: autogenerate lib/configure from lib/configure.m4
1563         * config/lib_configure.m4: removed
1564         
1565         * lib/configure.m4: new file (was config/lib_configure.m4)
1567         * configure.in: do not test for rtti, since we do not use it.
1568         
1569 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1571         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
1572         doubling of allocated space scheme. This makes it faster for large
1573         strings end to use less memory for small strings. xtra rememoved. 
1575         * src/insets/figinset.C (waitalarm): commented out.
1576         (GhostscriptMsg): use static_cast
1577         (GhostscriptMsg): use new instead of malloc to allocate memory for
1578         cmap. also delete the memory after use.
1580         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
1582         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
1583         for changes in bibtex database or style.
1584         (runBibTeX): remove all .bib and .bst files from dep before we
1585         begin. 
1586         (run): use scanAuc in when dep file already exist.
1588         * src/DepTable.C (remove_files_with_extension): new method
1589         (exist): new method
1591         * src/DepTable.[Ch]: made many of the methods const. 
1593 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1595         * src/bufferparams.C: make sure that the default textclass is
1596         "article". It used to be the first one by description order, but
1597         now the first one is "docbook".
1599         * src/lyx_main.C (setDebuggingLevel): change type of argument to
1600         string; call Debug::value.
1601         (easyParse): pass complete argument to setDebuggingLevel().
1603         * src/debug.h (value): fix the code that parses debug levels.
1605         * src/debug.h: add new debug type ACTION, reserved for LyXAction
1606         class.  
1608         * src/LyXAction.C: use Debug::ACTION as debug channel.
1610         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
1612         * NEWS: updated for the future 1.1.3 release.
1614         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
1615         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
1616         it should. This is of course a controversial change (since many
1617         people will find that their lyx workscreen is suddenly full of
1618         red), but done for the sake of correctness.
1620         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
1621           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
1623         * src/insets/inseterror.h, src/insets/inseturl.h,
1624           src/insets/insetinfo.h, src/insets/figinset.h,
1625           src/mathed/formulamacro.h, src/mathed/math_macro.h
1626           (EditMessage): add a missing const and add _() to make sure that
1627         translation happens
1629         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
1630           src/insets/insetbib.C, src/support/filetools.C: add `using'
1631         directives for cxx.  
1633         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
1634         doing 'Insert index of last word' at the beginning of a paragraph.
1636 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1638         * several files: white-space changes.
1640         * src/mathed/formula.C: removed IsAlpha and IsDigit
1642         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
1643         .bib file. use a ifstream instead of FilePtr when parsing the .bib
1644         file for keys.
1646         * src/insets/figinset.C (GetPSSizes): don't break when
1647         "EndComments" is seen. But break when a boundingbox is read.
1649         * all classes inherited from Inset: return value of Clone
1650         changed back to Inset *.
1652         * all classes inherited form MathInset: return value of Clone
1653         changed back to MathedInset *.
1654         
1655         * src/insets/figinset.C (runqueue): use a ofstream to output the
1656         gs/ps file. Might need some setpresicion or setw. However I can
1657         see no problem with the current code.
1658         (runqueue): use sleep instead of the alarm/signal code. I just
1659         can't see the difference.
1661         * src/paragraph.C (LyXParagraph): reserve space in the new
1662         paragraph and resize the inserted paragraph to just fit.
1664         * src/lyxfunc.h (operator|=): added operator for func_status.
1666         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
1667         check for readable file.
1669         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
1670         check for readable file.
1671         (MenuMakeLinuxDoc): ditto
1672         (MenuMakeDocBook): ditto
1673         (MenuMakeAscii): ditto
1674         (InsertAsciiFile): split the test for openable and readable
1676         * src/bmtable.C (draw_bitmaptable): use
1677         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
1679         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
1680         findtexfile from LaTeX to filetools.
1681         
1682         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
1683         instead of FilePtr. Needs to be verified by a literate user.
1685 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1687         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
1688         (EditMessage): likewise.
1690         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
1691         respectively as \textasciitilde and \textasciicircum.
1693 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1695         * src/support/lyxstring.h: made the methods that take iterators
1696         use const_iterator.
1698         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
1699         (regexMatch): made is use the real regex class.
1701         * src/support/Makefile.am: changed to use libtool
1703         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
1705         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
1706         of defines.
1707         (MathIsInset ++): changed several macros to be inline functions
1708         instead. 
1710         * src/mathed/Makefile.am: changed to use libtool
1712         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
1714         * src/insets/inset* : Clone changed to const and return type is
1715         the true insettype not just Inset*.
1716         
1717         * src/insets/Makefile.am: changed to use libtool
1719         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
1721         * src/undo.[Ch] : added empty() and changed some of the method
1722         names.
1723         
1724         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
1726         * src/lyxparagraph.h: use id() and id(...) instead of getID and
1727         setID use block<> for the bullets array, added const several places.
1729         * src/lyxfunc.C (getStatus): new function
1731         * src/lyxfunc.[Ch] : small changes to take advantage of the new
1732         LyXAction, added const to several funtions.
1734         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
1735         a std::map, and to store the dir items in a vector.
1737         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
1738         as dependencies.
1740         * src/LyXView.[Ch] + other files : changed currentView to view.
1741         
1742         * src/LyXAction.[Ch] : ported from the old devel branch.
1743         
1744         * src/.cvsignore: added .libs and a.out
1746         * configure.in : changes to use libtool. 
1748         * acinclude.m4 : inserted libtool.m4
1750         * .cvsignore: added libtool
1752 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1754         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
1755         file name in insets and mathed directories (otherwise the
1756         dependency is not taken in account under cygwin).
1758         * src/text2.C (InsertString[AB]): make sure that we do not try to
1759         read characters past the string length.
1761 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1763         * lib/doc/LaTeXConfig.lyx.in, 
1764           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
1766         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
1767         file saying who created them and when this heppened; this is
1768         useless and annoys tools like cvs.
1770         * lib/layouts/g-brief-{en,de}.layout,
1771           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
1772         from Thomas Hartkens <thomas@hartkens.de>.
1774         * src/{insets,mathed}/Makefile.am: do not declare an empty
1775         LDFLAGS, so that it can be set at configure time (useful on Irix
1776         for -n32 flag).
1778         * lib/reLyX/configure.in: make sure that the prefix is set
1779         correctly in LYX_DIR.
1781 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1783         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
1784         be used by 'command-sequence' this allows to bind a key to a
1785         sequence of LyX-commands
1786         (Example: 'command-sequence math-insert alpha; math-insert beta;")
1788         * src/LyXAction.C: add "command-sequence"
1790         * src/LyXFunction.C: handling of "command-sequence"
1792         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
1793          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
1795         * src/lyxserver.C, src/minibuffer.C: Use this new interface
1797 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1799         * src/buffer.C (writeFile): Do not output a comment giving user
1800         and date at the beginning of a .lyx file. This is useless and
1801         annoys cvs anyway; update version number to 1.1.
1803         * src/Makefile.am (LYX_DIR): add this definition, so that a
1804         default path is hardcoded in LyX.
1806         * configure.in: Use LYX_GNU_GETTEXT.
1808         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
1809         AM_GNU_GETTEXT with a bug fixed. 
1811         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
1813         * src/chset.C: add "using std::ifstream;" to please dec cxx.
1815         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
1816         which is used to point to LyX data is now LYX_DIR_11x.
1818         * lyx.man: convert to a unix text file; small updates.
1820 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1822         * src/support/LSubstring.[Ch]: made the second arg of most of the
1823         constructors be a const reference. 
1825         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
1826         me fixed.
1828         * src/support/lyxstring.[Ch] (swap): added missing member function
1829         and specialization of swap(str, str); 
1831         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
1833         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
1834         trace of the old one.
1836         * src/undo.[Ch]: made the undostack use std::list to store undo's in
1837         put the member definitions in undo.C.
1839         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
1840         NEW_TEXT and have now only code that was included when this was
1841         defined. 
1843         * src/intl.C (LCombo): use static_cast
1844         (LCombo2): ditto
1845         (DispatchCallback): ditto
1847         * src/definitions.h: removed whole file
1848         
1849         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
1851         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
1852         parsing and stores in a std:map. a regex defines the file format.
1853         removed unneeded members.
1855         * src/bufferparams.h: added several enums from definitions.h here.
1856         Removed unsused destructor. Changed some types to use proper enum
1857         types. use block to have the temp_bullets and user_defined_bullets
1858         and to make the whole class assignable.
1860         * src/bufferparams.C (Copy): removed this functions, use a default
1861         assignment instead. 
1863         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
1864         isLiterate const.
1866         * src/buffer.C (readLyXformat2): commend out all that have with
1867         oldpapersize to do. also comment out all that hve to do with
1868         insetlatex and insetlatexdel. 
1869         (setOldPaperStuff): commented out
1871         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
1873         * src/LyXAction.C: remove use of inset-latex-insert
1875         * src/mathed/math_panel.C (button_cb): use static_cast
1877         * src/insets/Makefile.am (insets_o_SOURCES): removed
1878         insetlatex.[Ch] 
1880         * src/support/lyxstring.C (helper): use the unsigned long
1881         specifier, UL, instead of a static_cast.
1883         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
1885         * src/support/block.h: new file. to be used as a c-style array in
1886         classes, so that the class can be assignable.
1888 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1890         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
1891         NULL, make sure to return an empty string (it is not possible to
1892         set a string to NULL).
1894 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1896         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
1898         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
1900         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
1901         link line, so that Irix users (for example) can set it explicitely to
1902         "-n32".
1903         
1904         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
1905         it can be overidden at make time (static or dynamic link, for
1906         example).
1907         
1908         * src/vc-backend.C, src/LaTeXFeatures.h, 
1909           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
1910         statements to bring templates to global namespace.
1912 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1914         * src/support/lyxstring.C (operator[] const): make it standard
1915         conforming. 
1917         * src/minibuffer.C (Init): changed to reflect that more
1918         information is given from the lyxvc and need not be provided here.
1920         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
1921         
1922         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
1924         * src/LyXView.C (UpdateTimerCB): use static_cast
1925         (KeyPressMask_raw_callback): ditto
1927         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
1928         buffer_, a lot of changes because of this. currentBuffer() ->
1929         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
1930         also changes to other files because of this.
1932 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1934         * src/vc-backend.[Ch]: new files. The backends for vc handling,
1935         have no support for RCS and partial support for CVS, will be
1936         improved later.
1937         
1938         * src/insets/ several files: changes because of function name
1939         changes in Bufferview and LyXView.
1940         
1941         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
1943         * src/support/LSubstring.[Ch]: new files. These implement a
1944         Substring that can be very convenient to use. i.e. is this
1945         possible:
1946         string a = "Mary had a little sheep";
1947         Substring(a, "sheep") = "lamb";
1948         a is now "Mary has a little lamb".
1950         * src/support/LRegex.[Ch]: a regex class that can be used to pick
1951         out patterns and subpatterns of strings. It is used by LSubstring
1952         and also by vc-backend.C
1953         
1954         * src/support/lyxstring.C: went over all the assertions used and
1955         tried to correct the wrong ones and flag which of them is required
1956         by the standard. some bugs found because of this. Also removed a
1957         couple of assertions.
1959         * src/support/Makefile.am (libsupport_a_SOURCES): added
1960         LSubstring.[Ch] and LRegex.[Ch]
1962         * src/support/FileInfo.h: have struct stat buf as an object and
1963         not a pointer to one, some changes because of this.
1965         * src/LaTeXFeatures.C (getTClassPreamble): also use the
1966         information in layout when adding the layouts preamble to the
1967         textclass preamble.
1969         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
1970         usage in.
1972         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
1973         because of bug in OS/2.
1975 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1977         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
1978         \verbatim@font instead of \ttfamily, so that it can be redefined.
1980         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
1981           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
1982           src/layout.h, src/text2.C: add 'using' directive to bring the
1983         STL templates we need from the std:: namespace to the global one.
1984         Needed by DEC cxx in strict ansi mode.
1986         * src/support/LIstream.h,src/support/LOstream.h,
1987           src/support/lyxstring.h,src/table.h,
1988           src/lyxlookup.h: do not include <config.h> in header
1989         files. This should be done in the .C files only.
1991         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
1992         (from Kayvan).
1993         
1995 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1997         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
1998         from Kayvan to fix the tth invokation.
2000         * development/lyx.spec.in: updates from Kayvan to reflect the
2001         changes of file names.
2003 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2005         * src/text2.C (InsertStringB): use std::copy
2006         (InsertStringA): use std::copy
2008         * src/bufferlist.C: use a vector to store the buffers in. This is
2009         an internal change and should not affect any other thing.
2010         
2011         * src/BufferView.C (waitForX): use XSync instead of the lengthy
2012         stuff in waitForX.
2014         * src/text.C (Fill): fix potential bug, one off bug.
2016 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2018         * src/Makefile.am (lyx_main.o): add more files it depends on.
2020         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
2022         * src/support/lyxstring.C: use size_t for the reference count,
2023         size, reserved memory and xtra.
2024         (internal_compare): new private member function. Now the compare
2025         functions should work for std::strings that have embedded '\0'
2026         characters.
2027         (compare): all compare functions rewritten to use
2028         internal_compare.
2029         
2030 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2032         * src/support/lyxstring.C (compare): pass c_str()
2033         (compare): pass c_str
2034         (compare): pass c_str
2036 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2038         * src/support/DebugStream.C: <config.h> was not included correctly.
2040         * lib/configure: forgot to re-generate it :( I'll make this file
2041         auto generated soon.
2043 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2045         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
2046         is used.
2048         * src/support/lyxstring.C: some changes from length() to rep->sz.
2049         avoids a function call.
2051         * src/support/filetools.C (SpaceLess): yet another version of the
2052         algorithm...now per Jean-Marc's suggestions.
2054 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2056         * src/layout.C (less_textclass_desc): functor for use in sorting
2057         of textclasses. 
2058         (LyXTextClass::Read): sort the textclasses after reading.
2059         
2060         * src/support/filetools.C (SpaceLess): new version of the
2061         SpaceLess functions. What problems does this one give? Please
2062         report.
2064         * images/banner_bw.xbm: made the arrays unsigned char *
2066 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2068         * src/support/lyxstring.C (find): remove bogus assertion in the
2069         two versions of find where this has not been done yet.
2071         * src/support/lyxlib.h: add missing int return type to
2072         lyx::chdir(). 
2074         * src/menus.C (ShowFileMenu): disable exporting to html if no
2075         html export command is present.
2077         * config/lib_configure.m4: add a test for an HTML converter. The
2078         programs checked for are, in this order: tth, latex2html and
2079         hevea. 
2081         * lib/configure: generated from config/lib_configure.m4.
2083         * src/lyxfunc.C (Dispatch): update and improve the execution of an
2084         html converter. The parameters are now passed through $$FName and
2085         $$OutName, instead of standard input/output.
2087         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
2089         * lib/lyxrc.example: update description of \html_command. 
2090         add "quotes" around \screen_font_xxx font setting examples to help
2091         people who use fonts with spaces in their names.
2093 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2095         * Distribution files: updates for v1.1.2
2097         * src/support/lyxstring.C (find): remove bogus assert and return
2098         npos for the same condition.
2100 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2102         * added patch for OS/2 from SMiyata.
2104 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2106         * src/text2.C (CutSelection): make space_wrapped a bool
2107         (CutSelection): dont declare int i until we have to.
2108         (alphaCounter): return a char const *.
2110 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2112         * src/support/syscall.C (Systemcalls::kill): 
2113           src/support/filetools.C (PutEnv, PutEnvPath): 
2114           src/lyx_cb.C (addNewlineAndDepth): 
2115           src/FontInfo.C (FontInfo::resize): condition some #warning
2116         directives with WITH_WARNINGS.
2117         
2119 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2121         * src/layout.[Ch] + several files: access to class variables
2122         limited and made accessor functions instead a lot of code changed
2123         becuase of this. Also instead of returning pointers often a const
2124         reference is returned instead.
2125         
2126         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
2128         * src/Makefile.am (dist-hook): added used to remove the CVS from
2129         cheaders upon creating a dist
2130         (EXTRA_DIST): added cheaders
2132         * src/support/lstrings.C (tostr(char)): fix it to handle param as
2133         a character not as a small integer. 
2135         * src/support/lyxstring.C (find): removed Assert and added i >=
2136         rep->sz to the first if.
2138 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2140         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
2141         src/LyXView.C src/buffer.C src/bufferparams.C
2142         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
2143         src/text2.C src/insets/insetinclude.C:
2144         lyxlayout renamed to textclasslist.
2146         * src/layout.C: some lyxerr changes.
2148         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
2149         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
2150         (LyXLayoutList): removed all traces of this class.
2151         (LyXTextClass::Read): rewrote LT_STYLE
2152         (LyXTextClass::hasLayout): new function
2153         (LyXTextClass::GetLayout): rewritten to return an iterator + has
2154         both const and nonconst version.
2155         (LyXTextClass::delete_layout): new function.
2156         (LyXTextClassList::Style): bug fix. do the right thing if layout
2157         is to big.
2158         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
2159         (LyXTextClassList::NameOfLayout): ditto 
2160         (LyXTextClassList::Load): ditto
2162         * src/buffer.C (makeLaTeXFile): new access to layoutlist
2164         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
2166         * src/LyXAction.C (LookupFunc): added a workaround for sun
2167         compiler, on the other hand...we don't know if the current code
2168         compiles on sun at all...
2170         * src/support/filetools.C (CleanupPath): subst fix
2172         * src/insets/insetbib.C (delDatabase): subst fix, this looks
2173         _really_ weird.
2175         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
2176         complained about this one?
2178         * src/insets/insetinclude.C (Latex): subst fix
2180         * src/insets/insetbib.C (getKeys): subst fix
2182         * src/LyXSendto.C (SendtoApplyCB): subst fix
2184         * src/lyx_main.C (init): subst fix
2186         * src/layout.C (Read): subst fix
2188         * src/lyx_sendfax_main.C (button_send): subst fix
2190         * src/buffer.C (RoffAsciiTable): subst fix
2192         * src/lyx_cb.C (MenuFax): subst fix
2193         (PrintApplyCB): subst fix
2195 1999-10-26  Juergen Vigna  <jug@sad.it>
2197         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
2199         (Read): Cleaned up this code so now we read only format vestion >= 5
2201 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2203         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
2204         come nobody has complained about this one?
2206         * src/insets/insetinclude.C (Latex): subst fix
2208         * src/insets/insetbib.C (getKeys): subst fix
2210         * src/lyx_main.C (init): subst fix
2212         * src/layout.C (Read): subst fix
2214         * src/buffer.C (RoffAsciiTable): subst fix
2216         * src/lyx_cb.C (MenuFax): subst fix.
2218         * src/layout.[hC] + some other files: rewrote to use
2219         std::container to store textclasses and layouts in.
2220         Simplified, removed a lot of code. Make all classes
2221         assignable. Further simplifications and review of type
2222         use still to be one. 
2224         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
2225         lastfiles to create the lastfiles partr of the menu.
2227         * src/lastfiles.[Ch]: rewritten to use deque to store the
2228         lastfiles in. Uses fstream for reading and writing. Simplifies
2229         code.
2231         * src/support/syscall.C: remove explicit cast.
2233         * src/BufferView.C (CursorToggleCB): removed code snippets that
2234         were commented out.
2235         use explicat C++ style casts instead of C style casts. also use
2236         u_vdata instea of passing pointers in longs.
2238         * src/PaperLayout.C: removed code snippets that were commented out.
2240         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
2242         * src/lyx_main.C: removed code snippets that wer commented out.
2244         * src/paragraph.C: removed code snippets that were commented out.
2246         * src/lyxvc.C (logClose): use static_cast
2247         (logUpdate): ditto
2248         (viewLog): remove explicit cast to void*
2249         (showLog): removed old commented code
2251         * src/menus.C: use static_cast instead of C style casts. use
2252         u_vdata instead of u_ldata. remove explicit cast to (long) for
2253         pointers. Removed old code that was commented out.
2255         * src/insets/inset.C: removed old commented func
2257         * src/insets/insetref.C (InsetRef): removed old code that had been
2258         commented out for a long time.
2259         (Edit): ditto
2260         (escape): removed C style cast
2262         * src/insets/insetlatexaccent.C (Draw): removed old commented code
2264         * src/insets/insetlatex.C (Draw): removed old commented code
2265         (Read): rewritten to use string
2267         * src/insets/insetlabel.C (escape): removed C style cast
2269         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
2271         * src/insets/insetindex.C: use static_cast and u_vdata, removed
2272         old commented code.
2274         * src/insets/insetinclude.h: removed a couple of stupid bools
2276         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
2277         (Clone): remove C style cast
2278         (getKeys): changed list to lst because of std::list
2280         * src/insets/inseterror.C (Draw): removed som old commented code.
2282         * src/insets/insetcommand.C (Draw): removed some old commented code.
2284         * src/insets/insetbib.C (bibitem_cb): removed code that has been
2285         commented out forever.
2286         (bibitem_cb): use static_cast instead of C style cast
2287         use of vdata changed to u_vdata.
2289         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
2290         parameter.
2291         (CloseUrlCB): use static_cast instead of C style cast.
2292         (CloseUrlCB): added a fl_free form...it seemed to be missing.
2294         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
2295         (C_InsetInfo_CloseInfoCB): forward the ob parameter
2296         (CloseInfoCB): static_cast from ob->u_vdata instead.
2297         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
2298         instead. 
2300         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
2301         (C_InsetError_CloseErrorCB): forward the ob parameter
2302         (CloseErrorCB): static_cast from ob->u_vdata instead.
2304         * src/vspace.h: include LString.h since we use string in this class.
2306         * src/vspace.C (lyx_advance): changed name from advance because of
2307         nameclash with stl. And since we cannot use namespaces yet...I
2308         used a lyx_ prefix instead. Expect this to change when we begin
2309         using namespaces.
2311         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
2313         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
2314         and removed now defunct constructor and deconstructor.
2316         * src/BufferView.h: have backstack as a object not as a pointer.
2317         removed initialization from constructor. added include for BackStack 
2319         * development/lyx.spec.in (%build): add CFLAGS also.
2321         * src/screen.C (drawFrame): removed another warning.
2323 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2325         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
2326         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
2327         README and ANNOUNCE a bit for the next release. More work is
2328         needed, of course.
2330         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
2331         unbreakable if we are in freespacing mode (LyX-Code), but not in
2332         latex mode.
2334 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2336         * src/BackStack.h: fixed initialization order in constructor
2338         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
2340         * acinclude.m4 (VERSION): new rules for when a version is
2341         development, added also a variable for prerelease.
2342         (warnings): we set with_warnings=yes for prereleases
2343         (lyx_opt): prereleases compile with same optimization as development 
2344         (CXXFLAGS): only use pedantic if we are a development version 
2346         * src/BufferView.C (restorePosition): don't do anything if the
2347         backstack is empty.
2349         * src/BackStack.h: added member empty, use this to test if there
2350         is anything to pop...
2352 1999-10-25  Juergen Vigna  <jug@sad.it>
2354         * forms/form1.fd +
2355         * forms/layout_forms.fd +
2356         * forms/latexoptions.fd +
2357         * lyx.fd: changed for various form resize issues
2359         * src/mathed/math_panel.C +
2360         * src/insets/inseterror.C +
2361         * src/insets/insetinfo.C +
2362         * src/insets/inseturl.C +
2363         * src/insets/inseturl.h +
2364         * src/LaTeXLog.C +
2365         * src/LyXSendto.C +
2366         * src/PaperLayout.C +
2367         * src/ParagraphExtra.C +
2368         * src/TableLayout.C +
2369         * src/form1.C +
2370         * src/layout_forms.C +
2371         * src/lyx.C +
2372         * src/lyx_cb.C +
2373         * src/lyx_gui.C +
2374         * src/lyxfr0.C +
2375         * src/lyxfunc.C +
2376         * src/lyxvc.C +
2377         * src/menus.C: fixed various resize issues. So now forms can be
2378         resized savely or not be resized at all.
2379         
2380         * forms/form_url.fd +
2381         * src/insets/form_url.[Ch]: added because it's cleaner and easier
2382         to modify IMO.
2384         * src/insets/Makefile.am: added files form_url.[Ch]
2385         
2386 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2388         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
2389         (and presumably 6.2).
2391         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
2392         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
2393         remaining static member callbacks. 
2395         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
2396         messages. 
2398         * src/support/lyxstring.h: declare struct Srep as friend of
2399         lyxstring, since DEC cxx complains otherwise.
2401 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2403 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2405         * src/LaTeX.C (run): made run_bibtex also depend on files with
2406         extension ".bst"
2407         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
2408         are put into the dependency file.
2410         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
2411         the code has shown itself to work
2412         (create_ispell_pipe): removed another warning, added a comment
2413         instead. 
2415         * src/minibuffer.C (ExecutingCB): removed code that has been
2416         commented out a long time
2418         * src/lyxfunc.C (processKeyEvent): removed some very old commented
2419         out code + a warning.
2421         * src/support/lyxstring.h: comment out the three private
2422         operators, when compiling with string ansi conforming compilers
2423         they make problems.
2425         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
2426         unsigned char *.
2427         (pixmapFromBitmapData): change type of bdata to be unsigned char *
2428         (pixmapFromBitmapData): add a reinterpret_cast in the call to
2429         XCreateImage
2431         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
2432         unsigned char *
2434         * src/mathed/math_panel.C (create_math_panel): remove explicit
2435         casts
2437         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
2438         unsigned char *.
2440         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
2441         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
2442         to XCreatePixmapFromBitmapData
2443         (fl_set_bmtable_data): change the last argument to be unsigned
2444         char *
2445         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
2446         and bh to be unsigned int, remove explicit casts in call to
2447         XReadBitmapFileData.
2449         * images/arrows.xbm: made the arrays unsigned char *
2450         * images/varsz.xbm: ditto
2451         * images/misc.xbm: ditto
2452         * images/greek.xbm: ditto
2453         * images/dots.xbm: ditto
2454         * images/brel.xbm: ditto
2455         * images/bop.xbm: ditto
2457         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
2459         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
2460         (LYX_PROG_CXX): added -pedantic to g++ compile options when
2461         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
2462         needed. 
2463         (LYX_CXX_CHEADERS): added <clocale> to the test. 
2465 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
2467         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
2469         * src/support/lyxstring.C (append): fixed something that must be a
2470         bug, rep->assign was used instead of rep->append.
2472         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
2473         and LOstream.h
2475         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
2476         lyx insert double chars. Fix spotted by Kayvan.
2478 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2480         * Fixed the tth support. I messed up with the Emacs patch apply feature
2481         and omitted the changes in lyxrc.C.
2483 1999-10-22  Juergen Vigna  <jug@sad.it>
2485         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
2487         * src/lyx_cb.C (MenuInsertRef) + 
2488         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
2489         the form cannot be resized under it limits (fixes a segfault)
2490         
2491         * src/lyx.C (create_form_form_ref) +
2492         * forms/lyx.fd: Changed Gravity on name input field so that it is
2493         resized correctly.
2495 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2497         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
2498         <ostream> and <istream>.
2499         
2500         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
2501         whether <fstream> provides the latest standard features, or if we
2502         have an oldstyle library (like in egcs).
2503         (LYX_CXX_STL_STRING): fix the test.
2505         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
2506         code on MODERN_STL_STREAM.
2508         * src/support/lyxstring.h: use L{I,O}stream.h.
2510         * src/support/L{I,O}stream.h: new files, designed to setup
2511         correctly streams for our use
2512           - includes the right header depending on STL capabilities
2513           - puts std::ostream and std::endl (for LOStream.h) or
2514           std::istream (LIStream.h) in toplevel namespace.
2516 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2518         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
2519         was a bib file that had been changed we ensure that bibtex is run.
2520         (runBibTeX): enhanced to extract the names of the bib files and
2521         getting their absolute path and enter them into the dep file.
2522         (findtexfile): static func that is used to look for tex-files,
2523         checks for absolute patchs and tries also with kpsewhich.
2524         Alternative ways of finding the correct files are wanted. Will
2525         probably be moved.
2526         (do_popen): function that runs a command using popen and returns
2527         the whole output of that command in a string. Should be moved to
2528         somewhere else.
2530         * src/DepTable.[Ch] (extchanged): new function that returns true if a
2531         file with extension ext has changed.
2533         * src/insets/figinset.C: added ifdef guards around the fl_free
2534         code that jug commented out. Now it is commented out when
2535         compiling with XForms == 0.89.
2537         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
2538         to lyxstring.C, and only keep a forward declaration in
2539         lyxstring.h. Simplifies the header file a bit and should help a
2540         bit on compile time too. Also changes to Srep will not mandate a
2541         recompile of code just using string.
2542         (~lyxstring): definition moved here since it uses srep.
2543         (size): definition moved here since it uses srep.
2545         * src/support/lyxstring.h: removed a couple of "inline" that should
2546         not be there.
2548 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2550         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
2551         the 'ob' argument.
2553 1999-10-21  Juergen Vigna  <jug@sad.it>
2555         * src/table.C (SetPWidth): Just a small fix so the alignment is not
2556         set to left if I just remove the width entry (or it is empty).
2558         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
2559         paragraph when having dummy paragraphs.
2561 1999-10-20  Juergen Vigna  <jug@sad.it>
2563         * src/insets/figinset.C: just commented some fl_free_form calls
2564         and added warnings so that this calls should be activated later
2565         again. This avoids for now a segfault, but we have a memory leak!
2567         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
2568         'const char * argument' to 'string argument', this should
2569         fix some Asserts() in lyxstring.C.
2571         * src/lyxfunc.h: Removed the function argAsString(const char *)
2572         as it is not used anymore.
2574 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2576         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
2577         get instead of >>
2579         * src/Literate.h: some funcs moved from public to private to make
2580         interface clearer. Unneeded args removed.
2582         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
2583         instead of lyxlex.
2584         (scanBuildLogFile): ditto
2586         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
2587         normal TeX Error. Still room for improvement.
2589         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
2591         * src/buffer.C (insertErrors): changes to make the error
2592         desctription show properly.
2594         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
2595         could never happen
2597         * src/support/lyxstring.C (helper): changed to use
2598         sizeof(object->rep->ref).
2599         (operator>>): changed to use a pointer instead.
2601         * src/support/lyxstring.h: changed const reference & to value_type
2602         const & lets see if that helps.
2604 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2606         * Makefile.am (rpmdist): fixed to have non static package and
2607         verison.
2609         * src/support/lyxstring.C: removed the compilation guards
2611         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
2612         a bit clearer.
2614         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
2615         conditional compile of lyxstring.Ch
2617         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
2618         stupid check, but it is a lot better than the bastring hack. 
2619         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
2621         * several files: changed string::erase into string::clear. Not
2622         really needed.
2623         
2624         * src/chset.C (encodeString): use a char temporary instead
2626         * src/table.C (TexEndOfCell): added tostr around
2627         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
2628         (TexEndOfCell): ditto
2629         (TexEndOfCell): ditto
2630         (TexEndOfCell): ditto
2631         (DocBookEndOfCell): ditto
2632         (DocBookEndOfCell): ditto
2633         (DocBookEndOfCell): ditto
2634         (DocBookEndOfCell): ditto
2636         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
2638         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
2640         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
2641         (MenuBuildProg): added tostr around ret
2642         (MenuRunChktex): added tostr around ret
2643         (DocumentApplyCB): added tostr around ret
2645         * src/chset.C (encodeString): added tostr around t->ic
2647         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
2648         (makeLaTeXFile): added tostr around tocdepth
2649         (makeLaTeXFile): added tostr around ftcound - 1
2651         * src/insets/insetbib.C (setCounter): added tostr around counter.
2653         * src/support/lyxstring.h: added an operator+=(int) to catch more
2654         mistakes. 
2656         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
2657         (lyxstring): We DON'T allow NULL pointers.
2659 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2661         * src/mathed/math_macro.C (MathMacroArgument::Write,
2662         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
2663         when writing them out.
2665         * src/LString.C: remove, since it is not used anymore.
2666         
2667         * src/support/lyxstring.C: condition the content to
2668         USE_INCLUDED_STRING macro.
2670         * src/mathed/math_symbols.C, src/support/lstrings.C,
2671         src/support/lyxstring.C: add `using' directive to specify what
2672         we need in <algorithm>. I do not think that we need to
2673         conditionalize this, but any thought is appreciated.
2675         * many files: change all callback functions to "C" linkage
2676         functions to please strict C++ compilers like DEC cxx 6.1 in mode
2677         strict_ansi. Those who were static are now global. 
2678             The case of callbacks which are static class members is
2679         trickier, since we have to make C wrappers around them (see
2680         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
2681         did not finish this yet, since it defeats the purpose of
2682         encapsulation, and I am not sure what the best route is.
2684 1999-10-19  Juergen Vigna  <jug@sad.it>
2686         * src/support/lyxstring.C (lyxstring): we permit to have a null
2687         pointer as assignment value and just don't assign it.
2689         * src/vspace.C (nextToken): corrected this function substituting
2690         find_first(_not)_of with find_last_of.
2692         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
2693                 (TableOptCloseCB) (TableSpeCloseCB):
2694         inserted fl_set_focus call for problem with fl_hide_form() in
2695         xforms-0.89.
2697 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2699         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
2700         string. 
2702 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2704         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
2705         LyXLex::next() and not eatline() to get its argument.
2707 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2709         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
2710         instead, use fstreams for io of the depfile, removed unneeded
2711         functions and variables. 
2713         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
2714         vector instead, removed all functions and variables that is not in
2715         use.
2717 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2719         * src/buffer.C (insertErrors): use new interface to TeXError
2721         * Makefile.am (rpmdist): added a rpmdist target
2723         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
2724         per Kayvan's instructions.
2726 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2728         * src/Makefile.am: add a definition for localedir, so that locales
2729         are found after installation (Kayvan)
2731 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2733         * development/.cvsignore: new file.
2735 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2737         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
2738         C++ compiler provides wrappers for C headers and use our alternate
2739         version otherwise.
2741         * configure.in: use LYX_CXX_CHEADERS.
2743         * src/cheader/: new directory, populated with cname headers from
2744         libstdc++-2.8.1. They are a bit old, but probably good enough for
2745         what we want (support compilers who lack them).
2746         
2747         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
2748         from includes. It turns out is was stupid.
2750 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2752         * lib/Makefile.am (install-data-local): forgot a ';'
2753         (install-data-local): forgot a '\'
2754         (libinstalldirs): needed after all. reintroduced.
2756 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2758         * configure.in (AC_OUTPUT): added lyx.spec
2760         * development/lyx.spec: removed file
2762         * development/lyx.spec.in: new file
2764         * po/*.po: merged with lyx.pot becuase of make distcheck
2765         
2766         * lib/Makefile.am (dist-hook): added dist-hook so that
2767         documentation files will be included when doing a make
2768         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
2769         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
2770         conditional later.
2771         more: tried to make install do the right thing, exclude CVS dirs
2772         etc.
2774         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
2775         Path would fit in more nicely.
2777         * all files that used to use pathstack: uses now Path instead.
2778         This change was a lot easier than expected.
2779         
2780         * src/support/path.h: new file
2782         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
2784         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
2786         * src/support/lyxstring.C (getline): Default arg was given for
2787         para 3. removed.
2789         * Configure.cmd: removed file 
2791 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2793         * src/support/DebugStream.[Ch]: remove the explicit std:: before
2794         streams classes and types, add the proper 'using' statements when
2795         MODERN_STL is defined.
2796         
2797         * src/debug.h: move the << operator definition after the inclusion
2798         of DebugStream.h
2800         * src/support/filetools.C: include "LAssert.h", which is needed
2801         later. 
2803         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
2804         to includes. 
2806         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
2807         include "debug.h" to define a proper ostream.
2809 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2811         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
2812           method to the SystemCall class which can kill a process, but it's
2813           not fully implemented yet.
2815         * src/*.C: Changed Systemcalls::Startscript() to startscript()
2817         * src/support/FileInfo.h: Better documentation  
2819         * src/lyxfunc.C: Added support for buffer-export html
2820         
2821         * src/menus.C: Added Export->As HTML...
2822         
2823         * lib/bind/*.bind: Added short-cut for buffer-export html
2825         * src/lyxrc.*: Added support for new \tth_command
2826         
2827         * lib/lyxrc.example: Added stuff for new \tth_command
2829 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2831         * lib/Makefile.am (IMAGES): removed images/README
2832         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
2833         installes in correct place. Check permisions is installed
2834         correctly.
2836         * src/LaTeX.C: some no-op changes moved declaration of some
2837         variables around.
2839         * src/LaTeX.h (LATEX_H): changed include guard name
2841 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2843         * lib/reLyX/Makefile.am: install noweb2lyx.
2845         * lib/Makefile.am: install configure. 
2847         * lib/reLyX/configure.in: declare a config aux dir; set package
2848         name to lyx (not sure what the best solution is); generate noweb2lyx.
2850         * lib/layouts/egs.layout: fix the bibliography layout.
2852 1999-10-08  Jürgen Vigna <jug@sad.it>
2854         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
2855         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
2856         it returned without continuing to search the path.
2857         
2858 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2860         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
2861         also fixes a bug. It is not allowed to do tricks with std::strings
2862         like: string a("hei"); &a[e]; this will not give what you
2863         think... Any reason for the complexity in this func?
2865 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
2867         * Updated README and INSTALL a bit, mostly to check that my
2868         CVS rights are correctly set up.
2870 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2872         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
2873         does not allow '\0' chars but lyxstring and std::string does.
2875 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2877         * autogen.sh (AUTOCONF): let the autogen script create the
2878         POTFILES.in file too. POTFILES.in should perhaps now not be
2879         included in the cvs module.
2881         * some more files changed to use C++ includes instead of C ones.
2883         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
2884         not assigned.
2885         (Reread): added tostr to nlink. buggy output otherwise.
2886         (Reread): added a string() around szMode when assigning to Buffer,
2887         without this I got a log of garbled info strings.
2889         * acconfig.h: commented out the PTR_AS_INT macros. They should not
2890         be needed.
2892         * I have added several ostream & operator<<(ostream &, some_type)
2893         functions. This has been done to avoid casting and warnings when
2894         outputting enums to lyxerr. This as thus eliminated a lot of
2895         explicit casts and has made the code clearer. Among the enums
2896         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
2897         mathed enums, some font enum the Debug::type enum. 
2899         * src/support/lyxstring.h (clear): missing method. equivalent of
2900         erase(0, npos).
2902         * all files that contained "stderr": rewrote constructs that used
2903         stderr to use lyxerr instead. (except bmtable)
2905         * src/support/DebugStream.h (level): and the passed t with
2906         Debug::ANY to avoid spurious bits set.
2908         * src/debug.h (Debug::type value): made it accept strings of the
2909         type INFO,INIT,KEY.
2911         * configure.in (Check for programs): Added a check for kpsewhich,
2912         the latex generation will use this later to better the dicovery of
2913         all used files. 
2915         * src/BufferView.C (create_view): we don't need to cast this to
2916         (void*) that is done automatically.
2917         (WorkAreaButtonPress): removed some dead code.
2919 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2921         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
2922         is not overwritten when translated (David Sua'rez de Lis).
2924         * lib/CREDITS: Added David Sua'rez de Lis
2926         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
2928         * src/bufferparams.C (BufferParams): default input encoding is now
2929         "latin1" 
2931         * acinclude.m4 (cross_compiling): comment out macro
2932         LYX_GXX_STRENGTH_REDUCE. 
2934         * acconfig.h: make sure that const is not defined (to empty) when
2935         we are compiling C++. Remove commented out code using SIZEOF_xx
2936         macros.
2937         
2938         * configure.in : move the test for const and inline as late as
2939         possible so that these C tests do not interefere with C++ ones.
2940         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
2941         has not been proven. 
2943 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2945         * src/table.C (getDocBookAlign): remove bad default value for
2946         isColumn parameter.
2948         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
2949         shortcut. 
2950         (ShowFileMenu2): ditto.
2952         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
2953         of files to ignore.
2955 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2957         * Most files: finished the change from the old error code to use
2958         DebugStream for all lyxerr debugging. Only minor changes remain
2959         (e.g. the setting of debug levels using strings instead of number) 
2961 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2963         * src/layout.C (Add): Changed to use compare_no_case instead of
2964         strcasecmp.
2966         * src/FontInfo.C: changed loop variable type too string::size_type.
2968 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2970         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
2971         set ETAGS_ARGS to --c++ 
2973 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
2975         * src/table.C (DocBookEndOfCell): commented out two unused variables
2977         * src/paragraph.C: commented out four unused variables. 
2979         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
2980         insed a if clause with type string::size_type.
2982         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
2983         string::size_type.
2985         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
2987         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
2988         variable, also changed loop to go from 0 to lenght + 1, instead of
2989         -1 to length. This should be correct.
2991         * src/LaTeX.C (scanError): use string::size_type as loop variable
2992         type.
2994         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
2995         (l.896) since y_tmp and row was not used anyway.
2997         * src/insets/insetref.C (escape): use string::size_type as loop
2998         variable type.
3000         * src/insets/insetquotes.C (Width): use string::size_type as loop
3001         variable type.
3002         (Draw): use string::size_type as loop variable type.
3004         * src/insets/insetlatexaccent.C (checkContents): use
3005         string::size_type as loop variable type.
3007         * src/insets/insetlabel.C (escape): use string::size_type as loop
3008         variable type.
3010         * src/insets/insetinfo.C: added an extern for current_view.
3012         * src/insets/insetcommand.C (scanCommand): use string::size_type
3013         as loop variable type.
3015         * most files: removed the RCS tags. With them we had to recompile
3016         a lot of files after a simple cvs commit. Also we have never used
3017         them for anything meaningful. 
3019         * most files: tags-query-replace NULL 0. As adviced several plases
3020         we now use "0" instead of "NULL" in our code. 
3022         * src/support/filetools.C (SpaceLess): use string::size_type as
3023         loop variable type.
3025 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3027         * src/paragraph.C: fixed up some more string stuff.
3029 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3031         * src/support/filetools.h: make modestr a std::string.
3033         * src/filetools.C (GetEnv): made ch really const.
3035         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
3036         made code that used these use max/min from <algorithm> instead.
3038         * changed several c library include files to their equivalent c++
3039         library include files. All is not changed yet.
3041         * created a support subdir in src, put lyxstring and lstrings
3042         there + the extra files atexit, fileblock, strerror. Created
3043         Makefile.am. edited configure.in and src/Makefile.am to use this
3044         new subdir. More files moved to support.
3046         * imported som of the functions from repository lyx, filetools
3047         
3048         * ran tags-query-replace on LString -> string, corrected the bogus
3049         cases. Tried to make use of lstrings.[hC], debugged a lot. There
3050         is still some errors in there. This is errors where too much or
3051         too litle get deleted from strings (string::erase, string::substr,
3052         string::replace), there can also be some off by one errors, or
3053         just plain wrong use of functions from lstrings. Viewing of quotes
3054         is wrong. 
3056         * LyX is now running fairly well with string, but there are
3057         certainly some bugs yet (see above) also string is quite different
3058         from LString among others in that it does not allow null pointers
3059         passed in and will abort if it gets any.
3060         
3061         * Added the revtex4 files I forgot when setting up the repository.
3063 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3065         * All over: Tried to clean everything up so that only the files
3066           that we really need are included in the cvs repository.
3067         * Switched to use automake.
3068         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
3069         * Install has not been checked.
3071 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3073         * po/pt.po: Three errors:
3074                l.533 and l.538 format specification error
3075                l. 402 duplicate entry, I just deleted it.