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