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