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