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