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