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