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