]> git.lyx.org Git - lyx.git/blob - ChangeLog
f9d8153506e497368b946d678acbe0e9d29ff1f4
[lyx.git] / ChangeLog
1 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
4         link line, so that Irix users (for example) can set it explicitely to
5         "-n32".
6         
7         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
8         it can be overidden at make time (static or dynamic link, for
9         example).
10         
11         * src/vc-backend.C, src/LaTeXFeatures.h, 
12           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
13         statements to bring templates to global namespace.
14
15 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
16
17         * src/support/lyxstring.C (operator[] const): make it standard
18         conforming. 
19
20         * src/minibuffer.C (Init): changed to reflect that more
21         information is given from the lyxvc and need not be provided here.
22
23         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
24         
25         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
26
27         * src/LyXView.C (UpdateTimerCB): use static_cast
28         (KeyPressMask_raw_callback): ditto
29
30         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
31         buffer_, a lot of changes because of this. currentBuffer() ->
32         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
33         also changes to other files because of this.
34
35 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
36
37         * src/vc-backend.[Ch]: new files. The backends for vc handling,
38         have no support for RCS and partial support for CVS, will be
39         improved later.
40         
41         * src/insets/ several files: changes because of function name
42         changes in Bufferview and LyXView.
43         
44         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
45
46         * src/support/LSubstring.[Ch]: new files. These implement a
47         Substring that can be very convenient to use. i.e. is this
48         possible:
49         string a = "Mary had a little sheep";
50         Substring(a, "sheep") = "lamb";
51         a is now "Mary has a little lamb".
52
53         * src/support/LRegex.[Ch]: a regex class that can be used to pick
54         out patterns and subpatterns of strings. It is used by LSubstring
55         and also by vc-backend.C
56         
57         * src/support/lyxstring.C: went over all the assertions used and
58         tried to correct the wrong ones and flag which of them is required
59         by the standard. some bugs found because of this. Also removed a
60         couple of assertions.
61
62         * src/support/Makefile.am (libsupport_a_SOURCES): added
63         LSubstring.[Ch] and LRegex.[Ch]
64
65         * src/support/FileInfo.h: have struct stat buf as an object and
66         not a pointer to one, some changes because of this.
67
68         * src/LaTeXFeatures.C (getTClassPreamble): also use the
69         information in layout when addint he layouts preamble to the
70         textclass preamble.
71
72         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
73         usage in.
74
75         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
76         because of bug in OS/2.
77
78 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
81         \verbatim@font instead of \ttfamily, so that it can be redefined.
82
83         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
84           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
85           src/layout.h, src/text2.C: add 'using' directive to bring the
86         STL templates we need from the std:: namespace to the global one.
87         Needed by DEC cxx in strict ansi mode.
88
89         * src/support/LIstream.h,src/support/LOstream.h,
90           src/support/lyxstring.h,src/table.h,
91           src/lyxlookup.h: do not include <config.h> in header
92         files. This should be done in the .C files only.
93
94         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
95         (from Kayvan).
96         
97
98 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
99
100         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
101         from Kayvan to fix the tth invokation.
102
103         * development/lyx.spec.in: updates from Kayvan to reflect the
104         changes of file names.
105
106 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
107
108         * src/text2.C (InsertStringB): use std::copy
109         (InsertStringA): use std::copy
110
111         * src/bufferlist.C: use a vector to store the buffers in. This is
112         an internal change and should not affect any other thing.
113         
114         * src/BufferView.C (waitForX): use XSync instead of the lengthy
115         stuff in waitForX.
116
117         * src/text.C (Fill): fix potential bug, one off bug.
118
119 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
120
121         * src/Makefile.am (lyx_main.o): add more files it depends on.
122
123         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
124
125         * src/support/lyxstring.C: use size_t for the reference count,
126         size, reserved memory and xtra.
127         (internal_compare): new private member function. Now the compare
128         functions should work for std::strings that have embedded '\0'
129         characters.
130         (compare): all compare functions rewritten to use
131         internal_compare.
132         
133 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
134
135         * src/support/lyxstring.C (compare): pass c_str()
136         (compare): pass c_str
137         (compare): pass c_str
138
139 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
140
141         * src/support/DebugStream.C: <config.h> was not included correctly.
142
143         * lib/configure: forgot to re-generate it :( I'll make this file
144         auto generated soon.
145
146 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
147
148         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
149         is used.
150
151         * src/support/lyxstring.C: some changes from length() to rep->sz.
152         avoids a function call.
153
154         * src/support/filetools.C (SpaceLess): yet another version of the
155         algorithm...now per Jean-Marc's suggestions.
156
157 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
158
159         * src/layout.C (less_textclass_desc): functor for use in sorting
160         of textclasses. 
161         (LyXTextClass::Read): sort the textclasses after reading.
162         
163         * src/support/filetools.C (SpaceLess): new version of the
164         SpaceLess functions. What problems does this one give? Please
165         report.
166
167         * images/banner_bw.xbm: made the arrays unsigned char *
168
169 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
170
171         * src/support/lyxstring.C (find): remove bogus assertion in the
172         two versions of find where this has not been done yet.
173
174         * src/support/lyxlib.h: add missing int return type to
175         lyx::chdir(). 
176
177         * src/menus.C (ShowFileMenu): disable exporting to html if no
178         html export command is present.
179
180         * config/lib_configure.m4: add a test for an HTML converter. The
181         programs checked for are, in this order: tth, latex2html and
182         hevea. 
183
184         * lib/configure: generated from config/lib_configure.m4.
185
186         * src/lyxfunc.C (Dispatch): update and improve the execution of an
187         html converter. The parameters are now passed through $$FName and
188         $$OutName, instead of standard input/output.
189
190         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
191
192         * lib/lyxrc.example: update description of \html_command. 
193         add "quotes" around \screen_font_xxx font setting examples to help
194         people who use fonts with spaces in their names.
195
196 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
197
198         * Distribution files: updates for v1.1.2
199
200         * src/support/lyxstring.C (find): remove bogus assert and return
201         npos for the same condition.
202
203 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
204
205         * added patch for OS/2 from SMiyata.
206
207 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
208
209         * src/text2.C (CutSelection): make space_wrapped a bool
210         (CutSelection): dont declare int i until we have to.
211         (alphaCounter): return a char const *.
212
213 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
214
215         * src/support/syscall.C (Systemcalls::kill): 
216           src/support/filetools.C (PutEnv, PutEnvPath): 
217           src/lyx_cb.C (addNewlineAndDepth): 
218           src/FontInfo.C (FontInfo::resize): condition some #warning
219         directives with WITH_WARNINGS.
220         
221
222 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
223
224         * src/layout.[Ch] + several files: access to class variables
225         limited and made accessor functions instead a lot of code changed
226         becuase of this. Also instead of returning pointers often a const
227         reference is returned instead.
228         
229         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
230
231         * src/Makefile.am (dist-hook): added used to remove the CVS from
232         cheaders upon creating a dist
233         (EXTRA_DIST): added cheaders
234
235         * src/support/lstrings.C (tostr(char)): fix it to handle param as
236         a character not as a small integer. 
237
238         * src/support/lyxstring.C (find): removed Assert and added i >=
239         rep->sz to the first if.
240
241 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
242
243         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
244         src/LyXView.C src/buffer.C src/bufferparams.C
245         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
246         src/text2.C src/insets/insetinclude.C:
247         lyxlayout renamed to textclasslist.
248
249         * src/layout.C: some lyxerr changes.
250
251         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
252         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
253         (LyXLayoutList): removed all traces of this class.
254         (LyXTextClass::Read): rewrote LT_STYLE
255         (LyXTextClass::hasLayout): new function
256         (LyXTextClass::GetLayout): rewritten to return an iterator + has
257         both const and nonconst version.
258         (LyXTextClass::delete_layout): new function.
259         (LyXTextClassList::Style): bug fix. do the right thing if layout
260         is to big.
261         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
262         (LyXTextClassList::NameOfLayout): ditto 
263         (LyXTextClassList::Load): ditto
264
265         * src/buffer.C (makeLaTeXFile): new access to layoutlist
266
267         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
268
269         * src/LyXAction.C (LookupFunc): added a workaround for sun
270         compiler, on the other hand...we don't know if the current code
271         compiles on sun at all...
272
273         * src/support/filetools.C (CleanupPath): subst fix
274
275         * src/insets/insetbib.C (delDatabase): subst fix, this looks
276         _really_ weird.
277
278         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
279         complained about this one?
280
281         * src/insets/insetinclude.C (Latex): subst fix
282
283         * src/insets/insetbib.C (getKeys): subst fix
284
285         * src/LyXSendto.C (SendtoApplyCB): subst fix
286
287         * src/lyx_main.C (init): subst fix
288
289         * src/layout.C (Read): subst fix
290
291         * src/lyx_sendfax_main.C (button_send): subst fix
292
293         * src/buffer.C (RoffAsciiTable): subst fix
294
295         * src/lyx_cb.C (MenuFax): subst fix
296         (PrintApplyCB): subst fix
297
298 1999-10-26  Juergen Vigna  <jug@sad.it>
299
300         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
301
302         (Read): Cleaned up this code so now we read only format vestion >= 5
303
304 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
305
306         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
307         come nobody has complained about this one?
308
309         * src/insets/insetinclude.C (Latex): subst fix
310
311         * src/insets/insetbib.C (getKeys): subst fix
312
313         * src/lyx_main.C (init): subst fix
314
315         * src/layout.C (Read): subst fix
316
317         * src/buffer.C (RoffAsciiTable): subst fix
318
319         * src/lyx_cb.C (MenuFax): subst fix.
320
321         * src/layout.[hC] + some other files: rewrote to use
322         std::container to store textclasses and layouts in.
323         Simplified, removed a lot of code. Make all classes
324         assignable. Further simplifications and review of type
325         use still to be one. 
326
327         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
328         lastfiles to create the lastfiles partr of the menu.
329
330         * src/lastfiles.[Ch]: rewritten to use deque to store the
331         lastfiles in. Uses fstream for reading and writing. Simplifies
332         code.
333
334         * src/support/syscall.C: remove explicit cast.
335
336         * src/BufferView.C (CursorToggleCB): removed code snippets that
337         were commented out.
338         use explicat C++ style casts instead of C style casts. also use
339         u_vdata instea of passing pointers in longs.
340
341         * src/PaperLayout.C: removed code snippets that were commented out.
342
343         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
344
345         * src/lyx_main.C: removed code snippets that wer commented out.
346
347         * src/paragraph.C: removed code snippets that were commented out.
348
349         * src/lyxvc.C (logClose): use static_cast
350         (logUpdate): ditto
351         (viewLog): remove explicit cast to void*
352         (showLog): removed old commented code
353
354         * src/menus.C: use static_cast instead of C style casts. use
355         u_vdata instead of u_ldata. remove explicit cast to (long) for
356         pointers. Removed old code that was commented out.
357
358         * src/insets/inset.C: removed old commented func
359
360         * src/insets/insetref.C (InsetRef): removed old code that had been
361         commented out for a long time.
362         (Edit): ditto
363         (escape): removed C style cast
364
365         * src/insets/insetlatexaccent.C (Draw): removed old commented code
366
367         * src/insets/insetlatex.C (Draw): removed old commented code
368         (Read): rewritten to use string
369
370         * src/insets/insetlabel.C (escape): removed C style cast
371
372         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
373
374         * src/insets/insetindex.C: use static_cast and u_vdata, removed
375         old commented code.
376
377         * src/insets/insetinclude.h: removed a couple of stupid bools
378
379         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
380         (Clone): remove C style cast
381         (getKeys): changed list to lst because of std::list
382
383         * src/insets/inseterror.C (Draw): removed som old commented code.
384
385         * src/insets/insetcommand.C (Draw): removed some old commented code.
386
387         * src/insets/insetbib.C (bibitem_cb): removed code that has been
388         commented out forever.
389         (bibitem_cb): use static_cast instead of C style cast
390         use of vdata changed to u_vdata.
391
392         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
393         parameter.
394         (CloseUrlCB): use static_cast instead of C style cast.
395         (CloseUrlCB): added a fl_free form...it seemed to be missing.
396
397         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
398         (C_InsetInfo_CloseInfoCB): forward the ob parameter
399         (CloseInfoCB): static_cast from ob->u_vdata instead.
400         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
401         instead. 
402
403         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
404         (C_InsetError_CloseErrorCB): forward the ob parameter
405         (CloseErrorCB): static_cast from ob->u_vdata instead.
406
407         * src/vspace.h: include LString.h since we use string in this class.
408
409         * src/vspace.C (lyx_advance): changed name from advance because of
410         nameclash with stl. And since we cannot use namespaces yet...I
411         used a lyx_ prefix instead. Expect this to change when we begin
412         using namespaces.
413
414         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
415
416         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
417         and removed now defunct constructor and deconstructor.
418
419         * src/BufferView.h: have backstack as a object not as a pointer.
420         removed initialization from constructor. added include for BackStack 
421
422         * development/lyx.spec.in (%build): add CFLAGS also.
423
424         * src/screen.C (drawFrame): removed another warning.
425
426 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
427
428         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
429         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
430         README and ANNOUNCE a bit for the next release. More work is
431         needed, of course.
432
433         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
434         unbreakable if we are in freespacing mode (LyX-Code), but not in
435         latex mode.
436
437 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
438
439         * src/BackStack.h: fixed initialization order in constructor
440
441         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
442
443         * acinclude.m4 (VERSION): new rules for when a version is
444         development, added also a variable for prerelease.
445         (warnings): we set with_warnings=yes for prereleases
446         (lyx_opt): prereleases compile with same optimization as development 
447         (CXXFLAGS): only use pedantic if we are a development version 
448
449         * src/BufferView.C (restorePosition): don't do anything if the
450         backstack is empty.
451
452         * src/BackStack.h: added member empty, use this to test if there
453         is anything to pop...
454
455 1999-10-25  Juergen Vigna  <jug@sad.it>
456
457         * forms/form1.fd +
458         * forms/layout_forms.fd +
459         * forms/latexoptions.fd +
460         * lyx.fd: changed for various form resize issues
461
462         * src/mathed/math_panel.C +
463         * src/insets/inseterror.C +
464         * src/insets/insetinfo.C +
465         * src/insets/inseturl.C +
466         * src/insets/inseturl.h +
467         * src/LaTeXLog.C +
468         * src/LyXSendto.C +
469         * src/PaperLayout.C +
470         * src/ParagraphExtra.C +
471         * src/TableLayout.C +
472         * src/form1.C +
473         * src/layout_forms.C +
474         * src/lyx.C +
475         * src/lyx_cb.C +
476         * src/lyx_gui.C +
477         * src/lyxfr0.C +
478         * src/lyxfunc.C +
479         * src/lyxvc.C +
480         * src/menus.C: fixed various resize issues. So now forms can be
481         resized savely or not be resized at all.
482         
483         * forms/form_url.fd +
484         * src/insets/form_url.[Ch]: added because it's cleaner and easier
485         to modify IMO.
486
487         * src/insets/Makefile.am: added files form_url.[Ch]
488         
489 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
490
491         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
492         (and presumably 6.2).
493
494         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
495         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
496         remaining static member callbacks. 
497
498         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
499         messages. 
500
501         * src/support/lyxstring.h: declare struct Srep as friend of
502         lyxstring, since DEC cxx complains otherwise.
503
504 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
505
506 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
507
508         * src/LaTeX.C (run): made run_bibtex also depend on files with
509         extension ".bst"
510         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
511         are put into the dependency file.
512
513         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
514         the code has shown itself to work
515         (create_ispell_pipe): removed another warning, added a comment
516         instead. 
517
518         * src/minibuffer.C (ExecutingCB): removed code that has been
519         commented out a long time
520
521         * src/lyxfunc.C (processKeyEvent): removed some very old commented
522         out code + a warning.
523
524         * src/support/lyxstring.h: comment out the three private
525         operators, when compiling with string ansi conforming compilers
526         they make problems.
527
528         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
529         unsigned char *.
530         (pixmapFromBitmapData): change type of bdata to be unsigned char *
531         (pixmapFromBitmapData): add a reinterpret_cast in the call to
532         XCreateImage
533
534         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
535         unsigned char *
536
537         * src/mathed/math_panel.C (create_math_panel): remove explicit
538         casts
539
540         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
541         unsigned char *.
542
543         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
544         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
545         to XCreatePixmapFromBitmapData
546         (fl_set_bmtable_data): change the last argument to be unsigned
547         char *
548         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
549         and bh to be unsigned int, remove explicit casts in call to
550         XReadBitmapFileData.
551
552         * images/arrows.xbm: made the arrays unsigned char *
553         * images/varsz.xbm: ditto
554         * images/misc.xbm: ditto
555         * images/greek.xbm: ditto
556         * images/dots.xbm: ditto
557         * images/brel.xbm: ditto
558         * images/bop.xbm: ditto
559
560         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
561
562         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
563         (LYX_PROG_CXX): added -pedantic to g++ compile options when
564         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
565         needed. 
566         (LYX_CXX_CHEADERS): added <clocale> to the test. 
567
568 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
569
570         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
571
572         * src/support/lyxstring.C (append): fixed something that must be a
573         bug, rep->assign was used instead of rep->append.
574
575         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
576         and LOstream.h
577
578         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
579         lyx insert double chars. Fix spotted by Kayvan.
580
581 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
582
583         * Fixed the tth support. I messed up with the Emacs patch apply feature
584         and omitted the changes in lyxrc.C.
585
586 1999-10-22  Juergen Vigna  <jug@sad.it>
587
588         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
589
590         * src/lyx_cb.C (MenuInsertRef) + 
591         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
592         the form cannot be resized under it limits (fixes a segfault)
593         
594         * src/lyx.C (create_form_form_ref) +
595         * forms/lyx.fd: Changed Gravity on name input field so that it is
596         resized correctly.
597
598 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
599
600         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
601         <ostream> and <istream>.
602         
603         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
604         whether <fstream> provides the latest standard features, or if we
605         have an oldstyle library (like in egcs).
606         (LYX_CXX_STL_STRING): fix the test.
607
608         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
609         code on MODERN_STL_STREAM.
610
611         * src/support/lyxstring.h: use L{I,O}stream.h.
612
613         * src/support/L{I,O}stream.h: new files, designed to setup
614         correctly streams for our use
615           - includes the right header depending on STL capabilities
616           - puts std::ostream and std::endl (for LOStream.h) or
617           std::istream (LIStream.h) in toplevel namespace.
618
619 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
620
621         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
622         was a bib file that had been changed we ensure that bibtex is run.
623         (runBibTeX): enhanced to extract the names of the bib files and
624         getting their absolute path and enter them into the dep file.
625         (findtexfile): static func that is used to look for tex-files,
626         checks for absolute patchs and tries also with kpsewhich.
627         Alternative ways of finding the correct files are wanted. Will
628         probably be moved.
629         (do_popen): function that runs a command using popen and returns
630         the whole output of that command in a string. Should be moved to
631         somewhere else.
632
633         * src/DepTable.[Ch] (extchanged): new function that returns true if a
634         file with extension ext has changed.
635
636         * src/insets/figinset.C: added ifdef guards around the fl_free
637         code that jug commented out. Now it is commented out when
638         compiling with XForms == 0.89.
639
640         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
641         to lyxstring.C, and only keep a forward declaration in
642         lyxstring.h. Simplifies the header file a bit and should help a
643         bit on compile time too. Also changes to Srep will not mandate a
644         recompile of code just using string.
645         (~lyxstring): definition moved here since it uses srep.
646         (size): definition moved here since it uses srep.
647
648         * src/support/lyxstring.h: removed a couple of "inline" that should
649         not be there.
650
651 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
652
653         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
654         the 'ob' argument.
655
656 1999-10-21  Juergen Vigna  <jug@sad.it>
657
658         * src/table.C (SetPWidth): Just a small fix so the alignment is not
659         set to left if I just remove the width entry (or it is empty).
660
661         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
662         paragraph when having dummy paragraphs.
663
664 1999-10-20  Juergen Vigna  <jug@sad.it>
665
666         * src/insets/figinset.C: just commented some fl_free_form calls
667         and added warnings so that this calls should be activated later
668         again. This avoids for now a segfault, but we have a memory leak!
669
670         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
671         'const char * argument' to 'string argument', this should
672         fix some Asserts() in lyxstring.C.
673
674         * src/lyxfunc.h: Removed the function argAsString(const char *)
675         as it is not used anymore.
676
677 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
678
679         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
680         get instead of >>
681
682         * src/Literate.h: some funcs moved from public to private to make
683         interface clearer. Unneeded args removed.
684
685         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
686         instead of lyxlex.
687         (scanBuildLogFile): ditto
688
689         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
690         normal TeX Error. Still room for improvement.
691
692         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
693
694         * src/buffer.C (insertErrors): changes to make the error
695         desctription show properly.
696
697         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
698         could never happen
699
700         * src/support/lyxstring.C (helper): changed to use
701         sizeof(object->rep->ref).
702         (operator>>): changed to use a pointer instead.
703
704         * src/support/lyxstring.h: changed const reference & to value_type
705         const & lets see if that helps.
706
707 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
708
709         * Makefile.am (rpmdist): fixed to have non static package and
710         verison.
711
712         * src/support/lyxstring.C: removed the compilation guards
713
714         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
715         a bit clearer.
716
717         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
718         conditional compile of lyxstring.Ch
719
720         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
721         stupid check, but it is a lot better than the bastring hack. 
722         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
723
724         * several files: changed string::erase into string::clear. Not
725         really needed.
726         
727         * src/chset.C (encodeString): use a char temporary instead
728
729         * src/table.C (TexEndOfCell): added tostr around
730         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
731         (TexEndOfCell): ditto
732         (TexEndOfCell): ditto
733         (TexEndOfCell): ditto
734         (DocBookEndOfCell): ditto
735         (DocBookEndOfCell): ditto
736         (DocBookEndOfCell): ditto
737         (DocBookEndOfCell): ditto
738
739         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
740
741         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
742
743         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
744         (MenuBuildProg): added tostr around ret
745         (MenuRunChktex): added tostr around ret
746         (DocumentApplyCB): added tostr around ret
747
748         * src/chset.C (encodeString): added tostr around t->ic
749
750         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
751         (makeLaTeXFile): added tostr around tocdepth
752         (makeLaTeXFile): added tostr around ftcound - 1
753
754         * src/insets/insetbib.C (setCounter): added tostr around counter.
755
756         * src/support/lyxstring.h: added an operator+=(int) to catch more
757         mistakes. 
758
759         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
760         (lyxstring): We DON'T allow NULL pointers.
761
762 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
763
764         * src/mathed/math_macro.C (MathMacroArgument::Write,
765         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
766         when writing them out.
767
768         * src/LString.C: remove, since it is not used anymore.
769         
770         * src/support/lyxstring.C: condition the content to
771         USE_INCLUDED_STRING macro.
772
773         * src/mathed/math_symbols.C, src/support/lstrings.C,
774         src/support/lyxstring.C: add `using' directive to specify what
775         we need in <algorithm>. I do not think that we need to
776         conditionalize this, but any thought is appreciated.
777
778         * many files: change all callback functions to "C" linkage
779         functions to please strict C++ compilers like DEC cxx 6.1 in mode
780         strict_ansi. Those who were static are now global. 
781             The case of callbacks which are static class members is
782         trickier, since we have to make C wrappers around them (see
783         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
784         did not finish this yet, since it defeats the purpose of
785         encapsulation, and I am not sure what the best route is.
786
787 1999-10-19  Juergen Vigna  <jug@sad.it>
788
789         * src/support/lyxstring.C (lyxstring): we permit to have a null
790         pointer as assignment value and just don't assign it.
791
792         * src/vspace.C (nextToken): corrected this function substituting
793         find_first(_not)_of with find_last_of.
794
795         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
796                 (TableOptCloseCB) (TableSpeCloseCB):
797         inserted fl_set_focus call for problem with fl_hide_form() in
798         xforms-0.89.
799
800 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
801
802         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
803         string. 
804
805 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
806
807         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
808         LyXLex::next() and not eatline() to get its argument.
809
810 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
811
812         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
813         instead, use fstreams for io of the depfile, removed unneeded
814         functions and variables. 
815
816         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
817         vector instead, removed all functions and variables that is not in
818         use.
819
820 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
821
822         * src/buffer.C (insertErrors): use new interface to TeXError
823
824         * Makefile.am (rpmdist): added a rpmdist target
825
826         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
827         per Kayvan's instructions.
828
829 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
830
831         * src/Makefile.am: add a definition for localedir, so that locales
832         are found after installation (Kayvan)
833
834 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
835
836         * development/.cvsignore: new file.
837
838 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
839
840         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
841         C++ compiler provides wrappers for C headers and use our alternate
842         version otherwise.
843
844         * configure.in: use LYX_CXX_CHEADERS.
845
846         * src/cheader/: new directory, populated with cname headers from
847         libstdc++-2.8.1. They are a bit old, but probably good enough for
848         what we want (support compilers who lack them).
849         
850         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
851         from includes. It turns out is was stupid.
852  
853 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
854
855         * lib/Makefile.am (install-data-local): forgot a ';'
856         (install-data-local): forgot a '\'
857         (libinstalldirs): needed after all. reintroduced.
858
859 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
860
861         * configure.in (AC_OUTPUT): added lyx.spec
862
863         * development/lyx.spec: removed file
864
865         * development/lyx.spec.in: new file
866
867         * po/*.po: merged with lyx.pot becuase of make distcheck
868         
869         * lib/Makefile.am (dist-hook): added dist-hook so that
870         documentation files will be included when doing a make
871         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
872         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
873         conditional later.
874         more: tried to make install do the right thing, exclude CVS dirs
875         etc.
876
877         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
878         Path would fit in more nicely.
879
880         * all files that used to use pathstack: uses now Path instead.
881         This change was a lot easier than expected.
882         
883         * src/support/path.h: new file
884
885         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
886
887         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
888
889         * src/support/lyxstring.C (getline): Default arg was given for
890         para 3. removed.
891
892         * Configure.cmd: removed file 
893
894 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
895
896         * src/support/DebugStream.[Ch]: remove the explicit std:: before
897         streams classes and types, add the proper 'using' statements when
898         MODERN_STL is defined.
899         
900         * src/debug.h: move the << operator definition after the inclusion
901         of DebugStream.h
902
903         * src/support/filetools.C: include "LAssert.h", which is needed
904         later. 
905
906         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
907         to includes. 
908
909         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
910         include "debug.h" to define a proper ostream.
911
912 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
913
914         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
915           method to the SystemCall class which can kill a process, but it's
916           not fully implemented yet.
917
918         * src/*.C: Changed Systemcalls::Startscript() to startscript()
919
920         * src/support/FileInfo.h: Better documentation  
921
922         * src/lyxfunc.C: Added support for buffer-export html
923         
924         * src/menus.C: Added Export->As HTML...
925         
926         * lib/bind/*.bind: Added short-cut for buffer-export html
927
928         * src/lyxrc.*: Added support for new \tth_command
929         
930         * lib/lyxrc.example: Added stuff for new \tth_command
931
932 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
933
934         * lib/Makefile.am (IMAGES): removed images/README
935         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
936         installes in correct place. Check permisions is installed
937         correctly.
938
939         * src/LaTeX.C: some no-op changes moved declaration of some
940         variables around.
941
942         * src/LaTeX.h (LATEX_H): changed include guard name
943
944 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
945
946         * lib/reLyX/Makefile.am: install noweb2lyx.
947
948         * lib/Makefile.am: install configure. 
949
950         * lib/reLyX/configure.in: declare a config aux dir; set package
951         name to lyx (not sure what the best solution is); generate noweb2lyx.
952
953         * lib/layouts/egs.layout: fix the bibliography layout.
954
955 1999-10-08  Jürgen Vigna <jug@sad.it>
956
957         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
958         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
959         it returned without continuing to search the path.
960         
961 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
962
963         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
964         also fixes a bug. It is not allowed to do tricks with std::strings
965         like: string a("hei"); &a[e]; this will not give what you
966         think... Any reason for the complexity in this func?
967
968 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
969
970         * Updated README and INSTALL a bit, mostly to check that my
971         CVS rights are correctly set up.
972
973 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
974
975         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
976         does not allow '\0' chars but lyxstring and std::string does.
977
978 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
979
980         * autogen.sh (AUTOCONF): let the autogen script create the
981         POTFILES.in file too. POTFILES.in should perhaps now not be
982         included in the cvs module.
983
984         * some more files changed to use C++ includes instead of C ones.
985
986         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
987         not assigned.
988         (Reread): added tostr to nlink. buggy output otherwise.
989         (Reread): added a string() around szMode when assigning to Buffer,
990         without this I got a log of garbled info strings.
991
992         * acconfig.h: commented out the PTR_AS_INT macros. They should not
993         be needed.
994
995         * I have added several ostream & operator<<(ostream &, some_type)
996         functions. This has been done to avoid casting and warnings when
997         outputting enums to lyxerr. This as thus eliminated a lot of
998         explicit casts and has made the code clearer. Among the enums
999         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
1000         mathed enums, some font enum the Debug::type enum. 
1001
1002         * src/support/lyxstring.h (clear): missing method. equivalent of
1003         erase(0, npos).
1004
1005         * all files that contained "stderr": rewrote constructs that used
1006         stderr to use lyxerr instead. (except bmtable)
1007
1008         * src/support/DebugStream.h (level): and the passed t with
1009         Debug::ANY to avoid spurious bits set.
1010
1011         * src/debug.h (Debug::type value): made it accept strings of the
1012         type INFO,INIT,KEY.
1013
1014         * configure.in (Check for programs): Added a check for kpsewhich,
1015         the latex generation will use this later to better the dicovery of
1016         all used files. 
1017
1018         * src/BufferView.C (create_view): we don't need to cast this to
1019         (void*) that is done automatically.
1020         (WorkAreaButtonPress): removed some dead code.
1021
1022 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1023
1024         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
1025         is not overwritten when translated (David Sua'rez de Lis).
1026
1027         * lib/CREDITS: Added David Sua'rez de Lis
1028
1029         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
1030
1031         * src/bufferparams.C (BufferParams): default input encoding is now
1032         "latin1" 
1033
1034         * acinclude.m4 (cross_compiling): comment out macro
1035         LYX_GXX_STRENGTH_REDUCE. 
1036
1037         * acconfig.h: make sure that const is not defined (to empty) when
1038         we are compiling C++. Remove commented out code using SIZEOF_xx
1039         macros.
1040         
1041         * configure.in : move the test for const and inline as late as
1042         possible so that these C tests do not interefere with C++ ones.
1043         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
1044         has not been proven. 
1045
1046 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1047
1048         * src/table.C (getDocBookAlign): remove bad default value for
1049         isColumn parameter.
1050
1051         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
1052         shortcut. 
1053         (ShowFileMenu2): ditto.
1054
1055         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
1056         of files to ignore.
1057
1058 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1059
1060         * Most files: finished the change from the old error code to use
1061         DebugStream for all lyxerr debugging. Only minor changes remain
1062         (e.g. the setting of debug levels using strings instead of number) 
1063
1064 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1065
1066         * src/layout.C (Add): Changed to use compare_no_case instead of
1067         strcasecmp.
1068
1069         * src/FontInfo.C: changed loop variable type too string::size_type.
1070
1071 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1072
1073         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
1074         set ETAGS_ARGS to --c++ 
1075
1076 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
1077
1078         * src/table.C (DocBookEndOfCell): commented out two unused variables
1079
1080         * src/paragraph.C: commented out four unused variables. 
1081
1082         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
1083         insed a if clause with type string::size_type.
1084
1085         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
1086         string::size_type.
1087
1088         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
1089
1090         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
1091         variable, also changed loop to go from 0 to lenght + 1, instead of
1092         -1 to length. This should be correct.
1093
1094         * src/LaTeX.C (scanError): use string::size_type as loop variable
1095         type.
1096
1097         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
1098         (l.896) since y_tmp and row was not used anyway.
1099
1100         * src/insets/insetref.C (escape): use string::size_type as loop
1101         variable type.
1102
1103         * src/insets/insetquotes.C (Width): use string::size_type as loop
1104         variable type.
1105         (Draw): use string::size_type as loop variable type.
1106
1107         * src/insets/insetlatexaccent.C (checkContents): use
1108         string::size_type as loop variable type.
1109
1110         * src/insets/insetlabel.C (escape): use string::size_type as loop
1111         variable type.
1112
1113         * src/insets/insetinfo.C: added an extern for current_view.
1114
1115         * src/insets/insetcommand.C (scanCommand): use string::size_type
1116         as loop variable type.
1117
1118         * most files: removed the RCS tags. With them we had to recompile
1119         a lot of files after a simple cvs commit. Also we have never used
1120         them for anything meaningful. 
1121
1122         * most files: tags-query-replace NULL 0. As adviced several plases
1123         we now use "0" instead of "NULL" in our code. 
1124
1125         * src/support/filetools.C (SpaceLess): use string::size_type as
1126         loop variable type.
1127
1128 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1129
1130         * src/paragraph.C: fixed up some more string stuff.
1131
1132 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1133
1134         * src/support/filetools.h: make modestr a std::string.
1135
1136         * src/filetools.C (GetEnv): made ch really const.
1137
1138         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
1139         made code that used these use max/min from <algorithm> instead.
1140
1141         * changed several c library include files to their equivalent c++
1142         library include files. All is not changed yet.
1143
1144         * created a support subdir in src, put lyxstring and lstrings
1145         there + the extra files atexit, fileblock, strerror. Created
1146         Makefile.am. edited configure.in and src/Makefile.am to use this
1147         new subdir. More files moved to support.
1148
1149         * imported som of the functions from repository lyx, filetools
1150         
1151         * ran tags-query-replace on LString -> string, corrected the bogus
1152         cases. Tried to make use of lstrings.[hC], debugged a lot. There
1153         is still some errors in there. This is errors where too much or
1154         too litle get deleted from strings (string::erase, string::substr,
1155         string::replace), there can also be some off by one errors, or
1156         just plain wrong use of functions from lstrings. Viewing of quotes
1157         is wrong. 
1158
1159         * LyX is now running fairly well with string, but there are
1160         certainly some bugs yet (see above) also string is quite different
1161         from LString among others in that it does not allow null pointers
1162         passed in and will abort if it gets any.
1163         
1164         * Added the revtex4 files I forgot when setting up the repository.
1165
1166 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1167
1168         * All over: Tried to clean everything up so that only the files
1169           that we really need are included in the cvs repository.
1170         * Switched to use automake.
1171         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
1172         * Install has not been checked.
1173
1174 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1175
1176         * po/pt.po: Three errors:
1177                l.533 and l.538 format specification error
1178                l. 402 duplicate entry, I just deleted it.
1179