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