]> git.lyx.org Git - lyx.git/blob - ChangeLog
2af69b377db073ad9b8ad498502604344ea0b6ec
[lyx.git] / ChangeLog
1 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/support/lyxstring.C (operator[] const): make it standard
4         conforming. 
5
6         * src/minibuffer.C (Init): changed to reflect that more
7         information is given from the lyxvc and need not be provided here.
8
9         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
10         
11         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
12
13         * src/LyXView.C (UpdateTimerCB): use static_cast
14         (KeyPressMask_raw_callback): ditto
15
16         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
17         buffer_, a lot of changes because of this. currentBuffer() ->
18         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
19         also changes to other files because of this.
20
21 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
22
23         * src/vc-backend.[Ch]: new files. The backends for vc handling,
24         have no support for RCS and partial support for CVS, will be
25         improved later.
26         
27         * src/insets/ several files: changes because of function name
28         changes in Bufferview and LyXView.
29         
30         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
31
32         * src/support/LSubstring.[Ch]: new files. These implement a
33         Substring that can be very convenient to use. i.e. is this
34         possible:
35         string a = "Mary had a little sheep";
36         Substring(a, "sheep") = "lamb";
37         a is now "Mary has a little lamb".
38
39         * src/support/LRegex.[Ch]: a regex class that can be used to pick
40         out patterns and subpatterns of strings. It is used by LSubstring
41         and also by vc-backend.C
42         
43         * src/support/lyxstring.C: went over all the assertions used and
44         tried to correct the wrong ones and flag which of them is required
45         by the standard. some bugs found because of this. Also removed a
46         couple of assertions.
47
48         * src/support/Makefile.am (libsupport_a_SOURCES): added
49         LSubstring.[Ch] and LRegex.[Ch]
50
51         * src/support/FileInfo.h: have struct stat buf as an object and
52         not a pointer to one, some changes because of this.
53
54         * src/LaTeXFeatures.C (getTClassPreamble): also use the
55         information in layout when addint he layouts preamble to the
56         textclass preamble.
57
58         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
59         usage in.
60
61         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
62         because of bug in OS/2.
63
64 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
65
66         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
67         \verbatim@font instead of \ttfamily, so that it can be redefined.
68
69         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
70           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
71           src/layout.h, src/text2.C: add 'using' directive to bring the
72         STL templates we need from the std:: namespace to the global one.
73         Needed by DEC cxx in strict ansi mode.
74
75         * src/support/LIstream.h,src/support/LOstream.h,
76           src/support/lyxstring.h,src/table.h,
77           src/lyxlookup.h: do not include <config.h> in header
78         files. This should be done in the .C files only.
79
80         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
81         (from Kayvan).
82         
83
84 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
85
86         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
87         from Kayvan to fix the tth invokation.
88
89         * development/lyx.spec.in: updates from Kayvan to reflect the
90         changes of file names.
91
92 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
93
94         * src/text2.C (InsertStringB): use std::copy
95         (InsertStringA): use std::copy
96
97         * src/bufferlist.C: use a vector to store the buffers in. This is
98         an internal change and should not affect any other thing.
99         
100         * src/BufferView.C (waitForX): use XSync instead of the lengthy
101         stuff in waitForX.
102
103         * src/text.C (Fill): fix potential bug, one off bug.
104
105 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
106
107         * src/Makefile.am (lyx_main.o): add more files it depends on.
108
109         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
110
111         * src/support/lyxstring.C: use size_t for the reference count,
112         size, reserved memory and xtra.
113         (internal_compare): new private member function. Now the compare
114         functions should work for std::strings that have embedded '\0'
115         characters.
116         (compare): all compare functions rewritten to use
117         internal_compare.
118         
119 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
120
121         * src/support/lyxstring.C (compare): pass c_str()
122         (compare): pass c_str
123         (compare): pass c_str
124
125 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
126
127         * src/support/DebugStream.C: <config.h> was not included correctly.
128
129         * lib/configure: forgot to re-generate it :( I'll make this file
130         auto generated soon.
131
132 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
133
134         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
135         is used.
136
137         * src/support/lyxstring.C: some changes from length() to rep->sz.
138         avoids a function call.
139
140         * src/support/filetools.C (SpaceLess): yet another version of the
141         algorithm...now per Jean-Marc's suggestions.
142
143 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
144
145         * src/layout.C (less_textclass_desc): functor for use in sorting
146         of textclasses. 
147         (LyXTextClass::Read): sort the textclasses after reading.
148         
149         * src/support/filetools.C (SpaceLess): new version of the
150         SpaceLess functions. What problems does this one give? Please
151         report.
152
153         * images/banner_bw.xbm: made the arrays unsigned char *
154
155 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
156
157         * src/support/lyxstring.C (find): remove bogus assertion in the
158         two versions of find where this has not been done yet.
159
160         * src/support/lyxlib.h: add missing int return type to
161         lyx::chdir(). 
162
163         * src/menus.C (ShowFileMenu): disable exporting to html if no
164         html export command is present.
165
166         * config/lib_configure.m4: add a test for an HTML converter. The
167         programs checked for are, in this order: tth, latex2html and
168         hevea. 
169
170         * lib/configure: generated from config/lib_configure.m4.
171
172         * src/lyxfunc.C (Dispatch): update and improve the execution of an
173         html converter. The parameters are now passed through $$FName and
174         $$OutName, instead of standard input/output.
175
176         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
177
178         * lib/lyxrc.example: update description of \html_command. 
179         add "quotes" around \screen_font_xxx font setting examples to help
180         people who use fonts with spaces in their names.
181
182 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
183
184         * Distribution files: updates for v1.1.2
185
186         * src/support/lyxstring.C (find): remove bogus assert and return
187         npos for the same condition.
188
189 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
190
191         * added patch for OS/2 from SMiyata.
192
193 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
194
195         * src/text2.C (CutSelection): make space_wrapped a bool
196         (CutSelection): dont declare int i until we have to.
197         (alphaCounter): return a char const *.
198
199 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
200
201         * src/support/syscall.C (Systemcalls::kill): 
202           src/support/filetools.C (PutEnv, PutEnvPath): 
203           src/lyx_cb.C (addNewlineAndDepth): 
204           src/FontInfo.C (FontInfo::resize): condition some #warning
205         directives with WITH_WARNINGS.
206         
207
208 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
209
210         * src/layout.[Ch] + several files: access to class variables
211         limited and made accessor functions instead a lot of code changed
212         becuase of this. Also instead of returning pointers often a const
213         reference is returned instead.
214         
215         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
216
217         * src/Makefile.am (dist-hook): added used to remove the CVS from
218         cheaders upon creating a dist
219         (EXTRA_DIST): added cheaders
220
221         * src/support/lstrings.C (tostr(char)): fix it to handle param as
222         a character not as a small integer. 
223
224         * src/support/lyxstring.C (find): removed Assert and added i >=
225         rep->sz to the first if.
226
227 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
228
229         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
230         src/LyXView.C src/buffer.C src/bufferparams.C
231         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
232         src/text2.C src/insets/insetinclude.C:
233         lyxlayout renamed to textclasslist.
234
235         * src/layout.C: some lyxerr changes.
236
237         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
238         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
239         (LyXLayoutList): removed all traces of this class.
240         (LyXTextClass::Read): rewrote LT_STYLE
241         (LyXTextClass::hasLayout): new function
242         (LyXTextClass::GetLayout): rewritten to return an iterator + has
243         both const and nonconst version.
244         (LyXTextClass::delete_layout): new function.
245         (LyXTextClassList::Style): bug fix. do the right thing if layout
246         is to big.
247         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
248         (LyXTextClassList::NameOfLayout): ditto 
249         (LyXTextClassList::Load): ditto
250
251         * src/buffer.C (makeLaTeXFile): new access to layoutlist
252
253         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
254
255         * src/LyXAction.C (LookupFunc): added a workaround for sun
256         compiler, on the other hand...we don't know if the current code
257         compiles on sun at all...
258
259         * src/support/filetools.C (CleanupPath): subst fix
260
261         * src/insets/insetbib.C (delDatabase): subst fix, this looks
262         _really_ weird.
263
264         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
265         complained about this one?
266
267         * src/insets/insetinclude.C (Latex): subst fix
268
269         * src/insets/insetbib.C (getKeys): subst fix
270
271         * src/LyXSendto.C (SendtoApplyCB): subst fix
272
273         * src/lyx_main.C (init): subst fix
274
275         * src/layout.C (Read): subst fix
276
277         * src/lyx_sendfax_main.C (button_send): subst fix
278
279         * src/buffer.C (RoffAsciiTable): subst fix
280
281         * src/lyx_cb.C (MenuFax): subst fix
282         (PrintApplyCB): subst fix
283
284 1999-10-26  Juergen Vigna  <jug@sad.it>
285
286         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
287
288         (Read): Cleaned up this code so now we read only format vestion >= 5
289
290 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
291
292         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
293         come nobody has complained about this one?
294
295         * src/insets/insetinclude.C (Latex): subst fix
296
297         * src/insets/insetbib.C (getKeys): subst fix
298
299         * src/lyx_main.C (init): subst fix
300
301         * src/layout.C (Read): subst fix
302
303         * src/buffer.C (RoffAsciiTable): subst fix
304
305         * src/lyx_cb.C (MenuFax): subst fix.
306
307         * src/layout.[hC] + some other files: rewrote to use
308         std::container to store textclasses and layouts in.
309         Simplified, removed a lot of code. Make all classes
310         assignable. Further simplifications and review of type
311         use still to be one. 
312
313         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
314         lastfiles to create the lastfiles partr of the menu.
315
316         * src/lastfiles.[Ch]: rewritten to use deque to store the
317         lastfiles in. Uses fstream for reading and writing. Simplifies
318         code.
319
320         * src/support/syscall.C: remove explicit cast.
321
322         * src/BufferView.C (CursorToggleCB): removed code snippets that
323         were commented out.
324         use explicat C++ style casts instead of C style casts. also use
325         u_vdata instea of passing pointers in longs.
326
327         * src/PaperLayout.C: removed code snippets that were commented out.
328
329         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
330
331         * src/lyx_main.C: removed code snippets that wer commented out.
332
333         * src/paragraph.C: removed code snippets that were commented out.
334
335         * src/lyxvc.C (logClose): use static_cast
336         (logUpdate): ditto
337         (viewLog): remove explicit cast to void*
338         (showLog): removed old commented code
339
340         * src/menus.C: use static_cast instead of C style casts. use
341         u_vdata instead of u_ldata. remove explicit cast to (long) for
342         pointers. Removed old code that was commented out.
343
344         * src/insets/inset.C: removed old commented func
345
346         * src/insets/insetref.C (InsetRef): removed old code that had been
347         commented out for a long time.
348         (Edit): ditto
349         (escape): removed C style cast
350
351         * src/insets/insetlatexaccent.C (Draw): removed old commented code
352
353         * src/insets/insetlatex.C (Draw): removed old commented code
354         (Read): rewritten to use string
355
356         * src/insets/insetlabel.C (escape): removed C style cast
357
358         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
359
360         * src/insets/insetindex.C: use static_cast and u_vdata, removed
361         old commented code.
362
363         * src/insets/insetinclude.h: removed a couple of stupid bools
364
365         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
366         (Clone): remove C style cast
367         (getKeys): changed list to lst because of std::list
368
369         * src/insets/inseterror.C (Draw): removed som old commented code.
370
371         * src/insets/insetcommand.C (Draw): removed some old commented code.
372
373         * src/insets/insetbib.C (bibitem_cb): removed code that has been
374         commented out forever.
375         (bibitem_cb): use static_cast instead of C style cast
376         use of vdata changed to u_vdata.
377
378         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
379         parameter.
380         (CloseUrlCB): use static_cast instead of C style cast.
381         (CloseUrlCB): added a fl_free form...it seemed to be missing.
382
383         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
384         (C_InsetInfo_CloseInfoCB): forward the ob parameter
385         (CloseInfoCB): static_cast from ob->u_vdata instead.
386         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
387         instead. 
388
389         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
390         (C_InsetError_CloseErrorCB): forward the ob parameter
391         (CloseErrorCB): static_cast from ob->u_vdata instead.
392
393         * src/vspace.h: include LString.h since we use string in this class.
394
395         * src/vspace.C (lyx_advance): changed name from advance because of
396         nameclash with stl. And since we cannot use namespaces yet...I
397         used a lyx_ prefix instead. Expect this to change when we begin
398         using namespaces.
399
400         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
401
402         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
403         and removed now defunct constructor and deconstructor.
404
405         * src/BufferView.h: have backstack as a object not as a pointer.
406         removed initialization from constructor. added include for BackStack 
407
408         * development/lyx.spec.in (%build): add CFLAGS also.
409
410         * src/screen.C (drawFrame): removed another warning.
411
412 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
413
414         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
415         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
416         README and ANNOUNCE a bit for the next release. More work is
417         needed, of course.
418
419         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
420         unbreakable if we are in freespacing mode (LyX-Code), but not in
421         latex mode.
422
423 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
424
425         * src/BackStack.h: fixed initialization order in constructor
426
427         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
428
429         * acinclude.m4 (VERSION): new rules for when a version is
430         development, added also a variable for prerelease.
431         (warnings): we set with_warnings=yes for prereleases
432         (lyx_opt): prereleases compile with same optimization as development 
433         (CXXFLAGS): only use pedantic if we are a development version 
434
435         * src/BufferView.C (restorePosition): don't do anything if the
436         backstack is empty.
437
438         * src/BackStack.h: added member empty, use this to test if there
439         is anything to pop...
440
441 1999-10-25  Juergen Vigna  <jug@sad.it>
442
443         * forms/form1.fd +
444         * forms/layout_forms.fd +
445         * forms/latexoptions.fd +
446         * lyx.fd: changed for various form resize issues
447
448         * src/mathed/math_panel.C +
449         * src/insets/inseterror.C +
450         * src/insets/insetinfo.C +
451         * src/insets/inseturl.C +
452         * src/insets/inseturl.h +
453         * src/LaTeXLog.C +
454         * src/LyXSendto.C +
455         * src/PaperLayout.C +
456         * src/ParagraphExtra.C +
457         * src/TableLayout.C +
458         * src/form1.C +
459         * src/layout_forms.C +
460         * src/lyx.C +
461         * src/lyx_cb.C +
462         * src/lyx_gui.C +
463         * src/lyxfr0.C +
464         * src/lyxfunc.C +
465         * src/lyxvc.C +
466         * src/menus.C: fixed various resize issues. So now forms can be
467         resized savely or not be resized at all.
468         
469         * forms/form_url.fd +
470         * src/insets/form_url.[Ch]: added because it's cleaner and easier
471         to modify IMO.
472
473         * src/insets/Makefile.am: added files form_url.[Ch]
474         
475 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
476
477         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
478         (and presumably 6.2).
479
480         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
481         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
482         remaining static member callbacks. 
483
484         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
485         messages. 
486
487         * src/support/lyxstring.h: declare struct Srep as friend of
488         lyxstring, since DEC cxx complains otherwise.
489
490 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
491
492 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
493
494         * src/LaTeX.C (run): made run_bibtex also depend on files with
495         extension ".bst"
496         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
497         are put into the dependency file.
498
499         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
500         the code has shown itself to work
501         (create_ispell_pipe): removed another warning, added a comment
502         instead. 
503
504         * src/minibuffer.C (ExecutingCB): removed code that has been
505         commented out a long time
506
507         * src/lyxfunc.C (processKeyEvent): removed some very old commented
508         out code + a warning.
509
510         * src/support/lyxstring.h: comment out the three private
511         operators, when compiling with string ansi conforming compilers
512         they make problems.
513
514         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
515         unsigned char *.
516         (pixmapFromBitmapData): change type of bdata to be unsigned char *
517         (pixmapFromBitmapData): add a reinterpret_cast in the call to
518         XCreateImage
519
520         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
521         unsigned char *
522
523         * src/mathed/math_panel.C (create_math_panel): remove explicit
524         casts
525
526         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
527         unsigned char *.
528
529         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
530         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
531         to XCreatePixmapFromBitmapData
532         (fl_set_bmtable_data): change the last argument to be unsigned
533         char *
534         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
535         and bh to be unsigned int, remove explicit casts in call to
536         XReadBitmapFileData.
537
538         * images/arrows.xbm: made the arrays unsigned char *
539         * images/varsz.xbm: ditto
540         * images/misc.xbm: ditto
541         * images/greek.xbm: ditto
542         * images/dots.xbm: ditto
543         * images/brel.xbm: ditto
544         * images/bop.xbm: ditto
545
546         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
547
548         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
549         (LYX_PROG_CXX): added -pedantic to g++ compile options when
550         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
551         needed. 
552         (LYX_CXX_CHEADERS): added <clocale> to the test. 
553
554 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
555
556         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
557
558         * src/support/lyxstring.C (append): fixed something that must be a
559         bug, rep->assign was used instead of rep->append.
560
561         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
562         and LOstream.h
563
564         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
565         lyx insert double chars. Fix spotted by Kayvan.
566
567 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
568
569         * Fixed the tth support. I messed up with the Emacs patch apply feature
570         and omitted the changes in lyxrc.C.
571
572 1999-10-22  Juergen Vigna  <jug@sad.it>
573
574         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
575
576         * src/lyx_cb.C (MenuInsertRef) + 
577         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
578         the form cannot be resized under it limits (fixes a segfault)
579         
580         * src/lyx.C (create_form_form_ref) +
581         * forms/lyx.fd: Changed Gravity on name input field so that it is
582         resized correctly.
583
584 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
585
586         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
587         <ostream> and <istream>.
588         
589         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
590         whether <fstream> provides the latest standard features, or if we
591         have an oldstyle library (like in egcs).
592         (LYX_CXX_STL_STRING): fix the test.
593
594         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
595         code on MODERN_STL_STREAM.
596
597         * src/support/lyxstring.h: use L{I,O}stream.h.
598
599         * src/support/L{I,O}stream.h: new files, designed to setup
600         correctly streams for our use
601           - includes the right header depending on STL capabilities
602           - puts std::ostream and std::endl (for LOStream.h) or
603           std::istream (LIStream.h) in toplevel namespace.
604
605 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
606
607         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
608         was a bib file that had been changed we ensure that bibtex is run.
609         (runBibTeX): enhanced to extract the names of the bib files and
610         getting their absolute path and enter them into the dep file.
611         (findtexfile): static func that is used to look for tex-files,
612         checks for absolute patchs and tries also with kpsewhich.
613         Alternative ways of finding the correct files are wanted. Will
614         probably be moved.
615         (do_popen): function that runs a command using popen and returns
616         the whole output of that command in a string. Should be moved to
617         somewhere else.
618
619         * src/DepTable.[Ch] (extchanged): new function that returns true if a
620         file with extension ext has changed.
621
622         * src/insets/figinset.C: added ifdef guards around the fl_free
623         code that jug commented out. Now it is commented out when
624         compiling with XForms == 0.89.
625
626         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
627         to lyxstring.C, and only keep a forward declaration in
628         lyxstring.h. Simplifies the header file a bit and should help a
629         bit on compile time too. Also changes to Srep will not mandate a
630         recompile of code just using string.
631         (~lyxstring): definition moved here since it uses srep.
632         (size): definition moved here since it uses srep.
633
634         * src/support/lyxstring.h: removed a couple of "inline" that should
635         not be there.
636
637 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
638
639         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
640         the 'ob' argument.
641
642 1999-10-21  Juergen Vigna  <jug@sad.it>
643
644         * src/table.C (SetPWidth): Just a small fix so the alignment is not
645         set to left if I just remove the width entry (or it is empty).
646
647         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
648         paragraph when having dummy paragraphs.
649
650 1999-10-20  Juergen Vigna  <jug@sad.it>
651
652         * src/insets/figinset.C: just commented some fl_free_form calls
653         and added warnings so that this calls should be activated later
654         again. This avoids for now a segfault, but we have a memory leak!
655
656         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
657         'const char * argument' to 'string argument', this should
658         fix some Asserts() in lyxstring.C.
659
660         * src/lyxfunc.h: Removed the function argAsString(const char *)
661         as it is not used anymore.
662
663 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
664
665         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
666         get instead of >>
667
668         * src/Literate.h: some funcs moved from public to private to make
669         interface clearer. Unneeded args removed.
670
671         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
672         instead of lyxlex.
673         (scanBuildLogFile): ditto
674
675         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
676         normal TeX Error. Still room for improvement.
677
678         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
679
680         * src/buffer.C (insertErrors): changes to make the error
681         desctription show properly.
682
683         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
684         could never happen
685
686         * src/support/lyxstring.C (helper): changed to use
687         sizeof(object->rep->ref).
688         (operator>>): changed to use a pointer instead.
689
690         * src/support/lyxstring.h: changed const reference & to value_type
691         const & lets see if that helps.
692
693 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
694
695         * Makefile.am (rpmdist): fixed to have non static package and
696         verison.
697
698         * src/support/lyxstring.C: removed the compilation guards
699
700         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
701         a bit clearer.
702
703         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
704         conditional compile of lyxstring.Ch
705
706         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
707         stupid check, but it is a lot better than the bastring hack. 
708         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
709
710         * several files: changed string::erase into string::clear. Not
711         really needed.
712         
713         * src/chset.C (encodeString): use a char temporary instead
714
715         * src/table.C (TexEndOfCell): added tostr around
716         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
717         (TexEndOfCell): ditto
718         (TexEndOfCell): ditto
719         (TexEndOfCell): ditto
720         (DocBookEndOfCell): ditto
721         (DocBookEndOfCell): ditto
722         (DocBookEndOfCell): ditto
723         (DocBookEndOfCell): ditto
724
725         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
726
727         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
728
729         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
730         (MenuBuildProg): added tostr around ret
731         (MenuRunChktex): added tostr around ret
732         (DocumentApplyCB): added tostr around ret
733
734         * src/chset.C (encodeString): added tostr around t->ic
735
736         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
737         (makeLaTeXFile): added tostr around tocdepth
738         (makeLaTeXFile): added tostr around ftcound - 1
739
740         * src/insets/insetbib.C (setCounter): added tostr around counter.
741
742         * src/support/lyxstring.h: added an operator+=(int) to catch more
743         mistakes. 
744
745         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
746         (lyxstring): We DON'T allow NULL pointers.
747
748 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
749
750         * src/mathed/math_macro.C (MathMacroArgument::Write,
751         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
752         when writing them out.
753
754         * src/LString.C: remove, since it is not used anymore.
755         
756         * src/support/lyxstring.C: condition the content to
757         USE_INCLUDED_STRING macro.
758
759         * src/mathed/math_symbols.C, src/support/lstrings.C,
760         src/support/lyxstring.C: add `using' directive to specify what
761         we need in <algorithm>. I do not think that we need to
762         conditionalize this, but any thought is appreciated.
763
764         * many files: change all callback functions to "C" linkage
765         functions to please strict C++ compilers like DEC cxx 6.1 in mode
766         strict_ansi. Those who were static are now global. 
767             The case of callbacks which are static class members is
768         trickier, since we have to make C wrappers around them (see
769         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
770         did not finish this yet, since it defeats the purpose of
771         encapsulation, and I am not sure what the best route is.
772
773 1999-10-19  Juergen Vigna  <jug@sad.it>
774
775         * src/support/lyxstring.C (lyxstring): we permit to have a null
776         pointer as assignment value and just don't assign it.
777
778         * src/vspace.C (nextToken): corrected this function substituting
779         find_first(_not)_of with find_last_of.
780
781         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
782                 (TableOptCloseCB) (TableSpeCloseCB):
783         inserted fl_set_focus call for problem with fl_hide_form() in
784         xforms-0.89.
785
786 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
787
788         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
789         string. 
790
791 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
792
793         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
794         LyXLex::next() and not eatline() to get its argument.
795
796 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
797
798         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
799         instead, use fstreams for io of the depfile, removed unneeded
800         functions and variables. 
801
802         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
803         vector instead, removed all functions and variables that is not in
804         use.
805
806 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
807
808         * src/buffer.C (insertErrors): use new interface to TeXError
809
810         * Makefile.am (rpmdist): added a rpmdist target
811
812         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
813         per Kayvan's instructions.
814
815 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
816
817         * src/Makefile.am: add a definition for localedir, so that locales
818         are found after installation (Kayvan)
819
820 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
821
822         * development/.cvsignore: new file.
823
824 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
827         C++ compiler provides wrappers for C headers and use our alternate
828         version otherwise.
829
830         * configure.in: use LYX_CXX_CHEADERS.
831
832         * src/cheader/: new directory, populated with cname headers from
833         libstdc++-2.8.1. They are a bit old, but probably good enough for
834         what we want (support compilers who lack them).
835         
836         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
837         from includes. It turns out is was stupid.
838  
839 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
840
841         * lib/Makefile.am (install-data-local): forgot a ';'
842         (install-data-local): forgot a '\'
843         (libinstalldirs): needed after all. reintroduced.
844
845 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
846
847         * configure.in (AC_OUTPUT): added lyx.spec
848
849         * development/lyx.spec: removed file
850
851         * development/lyx.spec.in: new file
852
853         * po/*.po: merged with lyx.pot becuase of make distcheck
854         
855         * lib/Makefile.am (dist-hook): added dist-hook so that
856         documentation files will be included when doing a make
857         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
858         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
859         conditional later.
860         more: tried to make install do the right thing, exclude CVS dirs
861         etc.
862
863         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
864         Path would fit in more nicely.
865
866         * all files that used to use pathstack: uses now Path instead.
867         This change was a lot easier than expected.
868         
869         * src/support/path.h: new file
870
871         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
872
873         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
874
875         * src/support/lyxstring.C (getline): Default arg was given for
876         para 3. removed.
877
878         * Configure.cmd: removed file 
879
880 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
881
882         * src/support/DebugStream.[Ch]: remove the explicit std:: before
883         streams classes and types, add the proper 'using' statements when
884         MODERN_STL is defined.
885         
886         * src/debug.h: move the << operator definition after the inclusion
887         of DebugStream.h
888
889         * src/support/filetools.C: include "LAssert.h", which is needed
890         later. 
891
892         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
893         to includes. 
894
895         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
896         include "debug.h" to define a proper ostream.
897
898 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
899
900         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
901           method to the SystemCall class which can kill a process, but it's
902           not fully implemented yet.
903
904         * src/*.C: Changed Systemcalls::Startscript() to startscript()
905
906         * src/support/FileInfo.h: Better documentation  
907
908         * src/lyxfunc.C: Added support for buffer-export html
909         
910         * src/menus.C: Added Export->As HTML...
911         
912         * lib/bind/*.bind: Added short-cut for buffer-export html
913
914         * src/lyxrc.*: Added support for new \tth_command
915         
916         * lib/lyxrc.example: Added stuff for new \tth_command
917
918 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
919
920         * lib/Makefile.am (IMAGES): removed images/README
921         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
922         installes in correct place. Check permisions is installed
923         correctly.
924
925         * src/LaTeX.C: some no-op changes moved declaration of some
926         variables around.
927
928         * src/LaTeX.h (LATEX_H): changed include guard name
929
930 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
931
932         * lib/reLyX/Makefile.am: install noweb2lyx.
933
934         * lib/Makefile.am: install configure. 
935
936         * lib/reLyX/configure.in: declare a config aux dir; set package
937         name to lyx (not sure what the best solution is); generate noweb2lyx.
938
939         * lib/layouts/egs.layout: fix the bibliography layout.
940
941 1999-10-08  Jürgen Vigna <jug@sad.it>
942
943         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
944         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
945         it returned without continuing to search the path.
946         
947 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
948
949         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
950         also fixes a bug. It is not allowed to do tricks with std::strings
951         like: string a("hei"); &a[e]; this will not give what you
952         think... Any reason for the complexity in this func?
953
954 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
955
956         * Updated README and INSTALL a bit, mostly to check that my
957         CVS rights are correctly set up.
958
959 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
960
961         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
962         does not allow '\0' chars but lyxstring and std::string does.
963
964 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
965
966         * autogen.sh (AUTOCONF): let the autogen script create the
967         POTFILES.in file too. POTFILES.in should perhaps now not be
968         included in the cvs module.
969
970         * some more files changed to use C++ includes instead of C ones.
971
972         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
973         not assigned.
974         (Reread): added tostr to nlink. buggy output otherwise.
975         (Reread): added a string() around szMode when assigning to Buffer,
976         without this I got a log of garbled info strings.
977
978         * acconfig.h: commented out the PTR_AS_INT macros. They should not
979         be needed.
980
981         * I have added several ostream & operator<<(ostream &, some_type)
982         functions. This has been done to avoid casting and warnings when
983         outputting enums to lyxerr. This as thus eliminated a lot of
984         explicit casts and has made the code clearer. Among the enums
985         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
986         mathed enums, some font enum the Debug::type enum. 
987
988         * src/support/lyxstring.h (clear): missing method. equivalent of
989         erase(0, npos).
990
991         * all files that contained "stderr": rewrote constructs that used
992         stderr to use lyxerr instead. (except bmtable)
993
994         * src/support/DebugStream.h (level): and the passed t with
995         Debug::ANY to avoid spurious bits set.
996
997         * src/debug.h (Debug::type value): made it accept strings of the
998         type INFO,INIT,KEY.
999
1000         * configure.in (Check for programs): Added a check for kpsewhich,
1001         the latex generation will use this later to better the dicovery of
1002         all used files. 
1003
1004         * src/BufferView.C (create_view): we don't need to cast this to
1005         (void*) that is done automatically.
1006         (WorkAreaButtonPress): removed some dead code.
1007
1008 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1009
1010         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
1011         is not overwritten when translated (David Sua'rez de Lis).
1012
1013         * lib/CREDITS: Added David Sua'rez de Lis
1014
1015         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
1016
1017         * src/bufferparams.C (BufferParams): default input encoding is now
1018         "latin1" 
1019
1020         * acinclude.m4 (cross_compiling): comment out macro
1021         LYX_GXX_STRENGTH_REDUCE. 
1022
1023         * acconfig.h: make sure that const is not defined (to empty) when
1024         we are compiling C++. Remove commented out code using SIZEOF_xx
1025         macros.
1026         
1027         * configure.in : move the test for const and inline as late as
1028         possible so that these C tests do not interefere with C++ ones.
1029         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
1030         has not been proven. 
1031
1032 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1033
1034         * src/table.C (getDocBookAlign): remove bad default value for
1035         isColumn parameter.
1036
1037         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
1038         shortcut. 
1039         (ShowFileMenu2): ditto.
1040
1041         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
1042         of files to ignore.
1043
1044 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1045
1046         * Most files: finished the change from the old error code to use
1047         DebugStream for all lyxerr debugging. Only minor changes remain
1048         (e.g. the setting of debug levels using strings instead of number) 
1049
1050 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1051
1052         * src/layout.C (Add): Changed to use compare_no_case instead of
1053         strcasecmp.
1054
1055         * src/FontInfo.C: changed loop variable type too string::size_type.
1056
1057 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1058
1059         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
1060         set ETAGS_ARGS to --c++ 
1061
1062 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
1063
1064         * src/table.C (DocBookEndOfCell): commented out two unused variables
1065
1066         * src/paragraph.C: commented out four unused variables. 
1067
1068         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
1069         insed a if clause with type string::size_type.
1070
1071         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
1072         string::size_type.
1073
1074         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
1075
1076         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
1077         variable, also changed loop to go from 0 to lenght + 1, instead of
1078         -1 to length. This should be correct.
1079
1080         * src/LaTeX.C (scanError): use string::size_type as loop variable
1081         type.
1082
1083         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
1084         (l.896) since y_tmp and row was not used anyway.
1085
1086         * src/insets/insetref.C (escape): use string::size_type as loop
1087         variable type.
1088
1089         * src/insets/insetquotes.C (Width): use string::size_type as loop
1090         variable type.
1091         (Draw): use string::size_type as loop variable type.
1092
1093         * src/insets/insetlatexaccent.C (checkContents): use
1094         string::size_type as loop variable type.
1095
1096         * src/insets/insetlabel.C (escape): use string::size_type as loop
1097         variable type.
1098
1099         * src/insets/insetinfo.C: added an extern for current_view.
1100
1101         * src/insets/insetcommand.C (scanCommand): use string::size_type
1102         as loop variable type.
1103
1104         * most files: removed the RCS tags. With them we had to recompile
1105         a lot of files after a simple cvs commit. Also we have never used
1106         them for anything meaningful. 
1107
1108         * most files: tags-query-replace NULL 0. As adviced several plases
1109         we now use "0" instead of "NULL" in our code. 
1110
1111         * src/support/filetools.C (SpaceLess): use string::size_type as
1112         loop variable type.
1113
1114 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1115
1116         * src/paragraph.C: fixed up some more string stuff.
1117
1118 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1119
1120         * src/support/filetools.h: make modestr a std::string.
1121
1122         * src/filetools.C (GetEnv): made ch really const.
1123
1124         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
1125         made code that used these use max/min from <algorithm> instead.
1126
1127         * changed several c library include files to their equivalent c++
1128         library include files. All is not changed yet.
1129
1130         * created a support subdir in src, put lyxstring and lstrings
1131         there + the extra files atexit, fileblock, strerror. Created
1132         Makefile.am. edited configure.in and src/Makefile.am to use this
1133         new subdir. More files moved to support.
1134
1135         * imported som of the functions from repository lyx, filetools
1136         
1137         * ran tags-query-replace on LString -> string, corrected the bogus
1138         cases. Tried to make use of lstrings.[hC], debugged a lot. There
1139         is still some errors in there. This is errors where too much or
1140         too litle get deleted from strings (string::erase, string::substr,
1141         string::replace), there can also be some off by one errors, or
1142         just plain wrong use of functions from lstrings. Viewing of quotes
1143         is wrong. 
1144
1145         * LyX is now running fairly well with string, but there are
1146         certainly some bugs yet (see above) also string is quite different
1147         from LString among others in that it does not allow null pointers
1148         passed in and will abort if it gets any.
1149         
1150         * Added the revtex4 files I forgot when setting up the repository.
1151
1152 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1153
1154         * All over: Tried to clean everything up so that only the files
1155           that we really need are included in the cvs repository.
1156         * Switched to use automake.
1157         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
1158         * Install has not been checked.
1159
1160 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1161
1162         * po/pt.po: Three errors:
1163                l.533 and l.538 format specification error
1164                l. 402 duplicate entry, I just deleted it.
1165