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