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