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