]> git.lyx.org Git - features.git/blob - ChangeLog
Add missing const to some insettoc methods
[features.git] / ChangeLog
1 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
4         as const.
5
6 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
7
8         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
9         resize due to wrong pixmap beeing used. Also took the opurtunity
10         to make the LyXScreen stateless on regard to WorkArea and some
11         general cleanup in the same files.
12         
13 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
14
15         * src/Makefile.am: add missing direction.h
16
17         * src/PainterBase.h: made the width functions const.
18         
19         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
20         missing ones.
21         
22         * src/insets/insetcommand.C (draw): draw Editable as buttons.
23
24         * src/insets/insetlatexaccent.C (draw): make the accents draw
25         better, at present this will only work well with iso8859-1.
26         
27         * several files: remove the old drawing code, now we use the new
28         painter only.
29
30         * several files: remove support for mono_video, reverse_video and
31         fast selection.
32
33 2000-02-17  Juergen Vigna  <jug@sad.it>
34
35         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
36         int ** as we have to return the pointer, otherwise we have only
37         NULL pointers in the returning function.
38
39 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
40
41         * src/LaTeX.C (operator()): quote file name when running latex.
42
43 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
44
45         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
46         (bubble tip), this removes our special handling of this.
47
48         * Remove all code that is unused now that we have the new
49         workarea. (Code that are not active when NEW_WA is defined.)
50
51         * Make the uses of XSync not conditionalized on define USE_XSYNC.
52         
53 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
54
55         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
56         nonexisting layout; correctly redirect obsoleted layouts.
57
58         * lib/lyxrc.example: document \view_dvi_paper_option
59
60         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
61         variable. 
62
63         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
64         (PreviewDVI): handle the view_dvi_paper_option variable.
65         [Both from Roland Krause]
66
67 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
68
69         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
70         char const *, int, LyXFont)
71         (text(int, int, string, LyXFont)): ditto 
72
73         * src/text.C (InsertCharInTable): attempt to fix the double-space
74         feature in tables too.
75         (BackspaceInTable): ditto.
76         (GetVisibleRow): make bottom pagebreak line be a onoff line.
77
78 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
79
80         * src/text2.C (owner): only complain if owner_ is set and bv != 0
81
82         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
83         newly found text in textcache to this.
84         (buffer): set the owner of the text put into the textcache to 0
85
86         * src/insets/figinset.C (draw): fixed the drawing of figures with
87         the new Painter.
88
89         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
90         drawing of mathframe, hfills, protected space, table lines. I have
91         now no outstanding drawing problems with the new Painter code. 
92
93 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
94
95         * src/PainterBase.C (ellipse, circle): do not specify the default
96         arguments. 
97
98         * src/LColor.h: add using directive.
99
100         * src/Painter.[Ch]: change return type of methods from Painter& to
101         PainterBase&. Add a using directive.
102
103         * src/WorkArea.C: wrap xforms callbacks in C functions
104         C_WorkArea_xxx. 
105
106         * lib/layouts/foils.layout: font fix and simplifications from Carl
107         Ollivier-Gooch.
108
109 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
110
111         * a lot of files: The Painter, LColor and WorkArea from the old
112         devel branch has been ported to lyx-devel. Some new files and a
113         lot of #ifdeffed code. The new workarea is enabled by default, but
114         if you want to test the new Painter and LColor you have to compile
115         with USE_PAINTER defined (do this in config.h f.ex.) There are
116         still some rought edges, and I'd like some help to clear those
117         out. It looks stable (loads and displays the Userguide very well).
118         
119
120 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
121
122         * src/buffer.C (pop_tag): revert to the previous implementation
123         (use a global variable for both loops).
124
125         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
126
127         * src/lyxrc.C (LyXRC): change slightly default date format.
128
129         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
130         there is an English text with a footnote that starts with a Hebrew
131         paragraph, or vice versa.
132         (TeXFootnote): ditto.
133
134         * src/text.C (LeftMargin): allow for negative values for
135         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
136         this out.
137
138         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
139         for input encoding (cyrillic)
140
141 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
144         Tsur). 
145
146         * src/toolbar.C (set): ditto
147         * src/insets/insetbib.C (create_form_citation_form): ditto
148
149         * lib/CREDITS: added Dekel Tsur.
150
151         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
152         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
153         hebrew supports files from Dekel Tsur.
154         
155         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
156         <tzafrir@technion.ac.il> 
157
158         * src/lyxrc.C: put \date_insert_format at the right place.
159
160         * src/buffer.C (makeLaTeXFile): fix the handling of
161         BufferParams::sides when writing out latex files.
162
163         * src/BufferView2.C: add a "using" directive.
164
165         * src/support/lyxsum.C (sum): when we use lyxstring,
166         ostringstream::str needs an additional .c_str().
167
168 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
169
170         * src/support/filetools.C (ChangeExtension): patch from Etienne
171         applied.
172
173         * src/TextCache.C (show): remove const_cast and make second
174         parameter non-const LyXText *.
175
176         * src/TextCache.h: use non const LyXText in show.
177
178         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
179         with hebrew.
180
181 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
182
183         * src/support/lyxsum.C: rework to be more flexible.
184         
185         * several places: don't check if a pointer is 0 if you are going
186         to delete it.
187
188         * src/text.C: remove some dead code.
189
190         * src/insets/figinset.C: remove some dead code
191         
192         * src/buffer.C: move the BufferView funcs to BufferView2.C
193         remove all support for insetlatexdel
194         remove support for oldpapersize stuff
195         made some member funcs const
196
197         * src/kbmap.C: use a std::list to store the bindings in.
198         
199         * src/BufferView2.C: new file
200
201         * src/kbsequence.[Ch]: new files
202         
203         * src/LyXAction.C + others: remove all trace of buffer-previous
204         
205         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
206         only have one copy in the binary of this table.
207         
208         * hebrew patch: moved some functions from LyXText to more
209         appropriate places. (LyXParagraph, BufferParams, LyXFont)
210         
211         * several files: remove support for XForms older than 0.88
212         whitespace changes.
213         remove some #if 0 #endif code
214         
215         * src/TextCache.[Ch]: new file. Holds the textcache.
216
217         * src/BufferView.C: changes to use the new TextCache interface.
218         (waitForX): remove the now unused code.
219         
220         * src/BackStack.h: remove some commented code
221
222         * lib/bind/emacs.bind: remove binding for buffer-previous
223
224 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
225
226         * applied the hebrew patch.
227
228         * src/lyxrow.h: make sure that all Row variables are initialized.
229
230         * src/text2.C (TextHandleUndo): comment out a delete, this might
231         introduce a memory leak, but should also help us to not try to
232         read freed memory. We need to look at this one.
233
234         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
235         (LyXParagraph): initalize footnotekind.
236
237         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
238         forgot this when applying the patch. Please heed the warnings.
239
240         * src/BufferView.C (buffer): a fix for the buffer-reload problem
241         (aka. reformat problem)
242
243         * src/bufferlist.C (exists): made const, and use const_iterator
244         (isLoaded): new func.
245         (release): use std::find to find the correct buffer.
246
247         * src/bufferlist.h: made getState a const func.
248         made empty a const func.
249         made exists a const func.
250         new func: isLoaded
251
252 2000-02-01  Juergen Vigna  <jug@sad.it>
253
254         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
255
256         * po/it.po: updated a bit the italian po file and also changed the
257         'file nuovo' for newfile to 'filenuovo' without a space, this did
258         annoy me a lot :)
259         
260         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
261         for the new insert_date command.
262
263         * src/lyxfunc.C (Dispatch): added support for a insert_date function
264         from jdblair, to insert a date into the current text conforming to
265         a strftime format (for now only considering the locale-set and not
266         the document-language).
267
268 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
269
270         * src/lyxfont.C (textWidth): hopefully better fix for the Array
271         Bounds Read error seen by purify. The problem was that islower is
272         a macros which takes an unsigned char and uses it as an index for
273         in array of characters properties (and is thus subject to the
274         above error).
275         (drawText): ditto.
276
277         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
278         correctly the paper sides radio buttons.
279         (UpdateDocumentButtons): ditto.
280
281 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
282
283         * src/kbmap.C (getsym + others): change to return unsigned int,
284         returning a long can give problems on 64 bit systems. (I assume
285         that int is 32bit on 64bit systems)
286
287 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
288
289         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
290         LyXLookupString to be zero-terminated. Really fixes problems seen
291         by purify, I think.
292
293 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
294
295         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
296         write a (char*)0 to the lyxerr stream.
297
298         * src/lastfiles.C: move algorithm before the using statemets.
299
300 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
301
302         * src/lastfiles.C: move using directives in global scope (egcs 1.x
303         complains otherwise).
304         * src/table.C: ditto
305
306         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
307         directory. 
308
309         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
310         that I removed earlier... It is really needed.
311
312         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
313
314 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
315
316         * INSTALL: update xforms home page URL.
317
318         * lib/configure.m4: fix a bug with unreadable layout files.
319
320         * src/table.C (calculate_width_of_column): add "using std::max"
321         directive. 
322
323 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
324
325         * several files: marked several lines with "DEL LINE", this is
326         lines that can be deleted without changing anything.
327         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
328                                    checks this anyway */
329                 delete <ptr>
330
331         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
332
333         * src/DepTable.C (update): add a "+" at the end when the checksum
334         is different. (debugging string only)
335
336         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
337         the next inset to not be displayed. This should also fix the list
338         of labels in the "Insert Crossreference" dialog.
339
340 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
341
342         * src/support/LSubstring.C (LSubstring): set pos to string::npos
343         when regex was not found.
344
345         * src/support/lstrings.C (lowercase): use handcoded transform always.
346         (uppercase): ditto
347
348         * src/text.C (Delete): fixed the crash. cursor.par->prev and
349         old_cursor.par->prev could be 0.
350
351         * several files: changed post inc/dec to pre inc/dec
352         
353         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
354         write the lastfiles to file.
355
356         * src/BufferView.C (buffer): only show TextCache info when debugging
357         (buffer): ditto
358         (resizeCurrentBuffer): ditto
359         (workAreaExpose): ditto
360
361         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
362
363         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
364
365         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
366         a bit better by removing the special case for \i and \j.
367
368 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
369
370         * src/lyx_main.C (easyParse): remove test for bad comand line
371         options, since this broke all xforms-related parsing.
372
373         * src/kbmap.C (getsym): set return type to unsigned long, as
374         declared in header. On an alpha, long is _not_ the same as int.
375
376         * src/support/LOstream.h: add a "using std::flush;"
377
378         * src/insets/figinset.C: ditto.
379
380 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
381
382         * src/bufferlist.C (write): use blinding fast file copy instead of
383         "a char at a time", now we are doing it the C++ way.
384
385         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
386         std::list<int> instead.
387         (addpidwait): reflect move to std::list<int>
388         (sigchldchecker): ditto
389
390         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
391         version also. 
392
393         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
394         that obviously was wrong...
395
396         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
397         c, this avoids warnings with purify and islower.
398
399         * src/insets/figinset.C: rename struct queue to struct
400         queue_element and rewrite to use a std::queue. gsqueue is now a
401         std::queue<queue_element>
402         (runqueue): reflect move to std::queue
403         (addwait): ditto
404
405         * src/support/lstrings.h (tostr): specialize for bool, otherwise
406         we would get "1" "0" instead of "true" "false. Also make the tostr
407         functions inline.
408
409 2000-01-21  Juergen Vigna  <jug@sad.it>
410
411         * src/buffer.C (writeFileAscii): Disabled code for special groff
412         handling of tabulars till I fix this in table.C
413
414 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
415
416         * src/support/mkdir.C (mkdir): change second argument of mkdir to
417         unsigned long int.
418         * src/support/lyxlib.h: ditto.
419
420 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
421
422         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
423         and 'j' look better. This might fix the "macron" bug that has been
424         observed.
425
426         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
427         functions as one template function. Delete the old versions.
428
429         * src/support/lyxsum.C: move using std::ifstream inside
430         MODERN_STL_STREAMS
431
432         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
433         and putenv.C
434
435         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
436
437         * src/mathed/formula.C: delete #include "bufferlist.h" never used
438
439         * src/insets/figinset.C (InitFigures): use new instead of malloc
440         to allocate memory for figures and bitmaps.
441         (DoneFigures): use delete[] instead of free to deallocate memory
442         for figures and bitmaps.
443         (runqueue): use new to allocate 
444         (getfigdata): use new/delete[] instead of malloc/free
445         (RegisterFigure): ditto
446
447         * some files: moved some declarations closer to first use, small
448         whitespace changes use preincrement instead of postincrement where
449         it does not make a difference.
450         
451         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
452         step on the way to use stl::containers for key maps. 
453
454         * src/bufferlist.h: add a typedef for const_iterator and const
455         versions of begin and end.
456
457         * src/bufferlist.[Ch]: change name of member variable _state to
458         state_. (avoid reserved names)
459         (makePup): removed
460         (getFileNames): returns the filenames of the buffers in a vector.
461
462         * configure.in (ALL_LINGUAS): added ro
463
464         * src/support/putenv.C: new file
465
466         * src/support/mkdir.C: new file
467
468 2000-01-20  Allan Rae <rae@lyx.org>
469
470         * lib/layouts/IEEEtran.layout: Added several theorem environments
471
472         * lib/templates/IEEEtran.lyx: Example theorem environments and a
473         couple of minor additions.
474
475         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
476         (except for those in footnotes of course)
477
478 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
479
480         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
481
482         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
483         std::sort and std::lower_bound instead of qsort and handwritten
484         binarysearch.
485         (struct compara): struct that holds the functors used by std::sort
486         and std::lower_bound in MathedLookupBOP.
487
488 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
489
490         * src/support/LAssert.h: do not do partial specialization. We do
491         not really need it.
492
493         * src/support/lyxlib.h: note that lyx::getUserName() and
494         lyx::date() are not in use right now. Should these be suppressed?
495
496         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
497         (makeLinuxDocFile): do not put date and user name in linuxdoc
498         headers. 
499
500         * src/support/lyxlib.h (kill): change first argument to long int,
501         since that's what solaris uses.
502
503         * src/support/kill.C (kill): fix declaration to match prototype.
504
505         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
506         actually check whether namespaces are supported. This is not what
507         it used to do.
508
509         * src/support/lyxsum.C: add a using directive.
510
511 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
512
513         * src/support/kill.C: if we have namespace support we don't have
514         to include lyxlib.h.
515
516         * src/support/lyxlib.h: use namespace lyx if supported.
517
518 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
519
520         * src/support/date.C: new file
521
522         * src/support/chdir.C: new file
523
524         * src/support/getUserName.C: new file
525
526         * src/support/getcwd.C: new file
527
528         * src/support/abort.C: new file
529
530         * src/support/kill.C: new file
531
532         * src/support/lyxlib.h: moved all the functions in this file
533         insede struct lyx. Added also kill and abort to this struct. This
534         is a way to avoid the "kill is not defined in <csignal>", we make
535         C++ wrappers for functions that are not ANSI C or ANSI C++.
536
537         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
538         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
539         lyx it has been renamed to sum.
540
541 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
542
543         * src/text.C: add using directives for std::min and std::max.
544
545 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
546
547         * src/texrow.C (getIdFromRow): actually return something useful in
548         id and pos. Hopefully fixes the bug with positionning of errorbox
549         insets. 
550
551         * src/lyx_main.C (easyParse): output an error and exit if an
552         incorrect command line option has been given.
553
554         * src/spellchecker.C (ispell_check_word): document a memory leak.
555
556         * src/bufferlist.C (write): fix mismatched allocation/deletion,
557         where a "struct utimbuf" is allocated with "new" and deleted with
558         "delete[]". 
559
560 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
561
562         * src/text2.C (CutSelection): don't delete double spaces.
563         (PasteSelection): ditto
564         (CopySelection): ditto
565         
566         * src/text.C (Backspace): don't delete double spaces.
567
568         * src/lyxlex.C (next): fix a bug that were only present with
569         conformant std::istream::get to read comment lines, use
570         std::istream::getline instead. This seems to fix the problem.
571
572 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
573
574         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
575         allowed to insert space before space" editing problem. Please read
576         commends at the beginning of the function. Comments about usage
577         are very welcome.
578
579         * src/text.C (InsertChar): fix for the "not allowed to insert
580         space before space" editing problem.
581
582         * src/text2.C (DeleteEmptyParagraphMechanism): when
583         IsEmptyTableRow can only return false this last "else if" will
584         always be a no-op. Commented out.
585
586         * src/text.C (RedoParagraph): As far as I can understand tmp
587         cursor is not really needed.
588
589         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
590         present it could only return false anyway. 
591         (several functions): Did something not so smart...added a const
592         specifier on a lot of methods.
593         
594         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
595         and add a tmp->text.resize. The LyXParagraph constructor does the
596         resize for us.
597         (BreakParagraphConservative): ditto
598
599         * src/support/path.h (Path): add a define so that the wrong usage
600         "Path("/tmp") will be flagged as a compilation error:
601         "`unnamed_Path' undeclared (first use this function)"
602
603 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
604
605         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
606         which was bogus for several reasons.
607
608         * src/LaTeX.C (scanAux): fix the regular expression used to scan
609         .aux files. 
610         (runBibTeX): ditto.
611
612         * autogen.sh: do not use "type -path" (what's that anyway?).
613
614         * src/support/filetools.C (findtexfile): remove extraneous space
615         which caused a kpsewhich warning (at least with kpathsea version
616         3.0). 
617
618 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
619
620         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
621
622         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
623
624         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
625
626 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
627
628         * src/paragraph.C (BreakParagraph): do not reserve space on text
629         if we don't need to (otherwise, if pos_end < pos, we end up
630         reserving huge amounts of memory due to bad unsigned karma).
631         (BreakParagraphConservative): ditto, although I have not seen
632         evidence the bug can happen here.
633
634         * src/lyxparagraph.h: add a using std::list.
635
636 2000-01-11  Juergen Vigna  <jug@sad.it>
637
638         * src/menus.C (MenuDocu): output an Alert if the documentation-file
639         could not be found.
640
641 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
642
643         * src/vc-backend.C (doVCCommand): change to be static and take one
644         more parameter: the path to chdir too be fore executing the command.
645         (retrive): new function equiv to "co -r"
646
647         * src/bufferlist.C (loadLyXFile): implement the missing parts if
648         file_not_found_hook is true.
649
650         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
651
652         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
653         if a file is readwrite,readonly...anything else.
654
655 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
656
657         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
658         (CreatePostscript): name change from MenuRunDVIPS (or something)
659         (PreviewPostscript): name change from MenuPreviewPS
660         (PreviewDVI): name change from MenuPreviewDVI
661
662         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
663         \view_pdf_command., \pdf_to_ps_command
664
665         * lib/configure.m4: added search for PDF viewer, and search for
666         PDF to PS converter. 
667         (lyxrc.defaults output): add \pdflatex_command,
668         \view_pdf_command and \pdf_to_ps_command.
669
670         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
671
672         * src/bufferlist.C (write): we don't use blocksize for anything so
673         I removed it.
674
675 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
676
677         * src/support/block.h: disable operator T* (), since it causes
678         problems with both compilers I tried. See comments in the file.
679
680         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
681         --with-lyxname. 
682
683         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
684         variable LYX_DIR_10x to LYX_DIR_11x.
685
686         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
687
688         * INSTALL: document --with-lyxname.
689         * NEWS: ditto.
690
691         * configure.in: new configure flag --with-lyxname which allows to
692         choose the name under which lyx is installed. Default is "lyx", of
693         course. It used to be possible to do this with --program-suffix,
694         but the later has in fact a different meaning for autoconf.
695
696         * src/support/lstrings.h (lstrchr): reformat a bit.
697
698         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
699         * src/mathed/math_defs.h: ditto.
700
701 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
702
703         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
704         true, decides if we create a backup file or not when saving. New
705         tag and variable \pdf_mode, defaults to false. New tag and
706         variable \pdflatex_command, defaults to pdflatex. New tag and
707         variable \view_pdf_command, defaults to xpdf. New tag and variable
708         \pdf_to_ps_command, defaults to pdf2ps.
709
710 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
711
712         * src/bufferlist.C (close): don't call insetUnlock if the buffer
713         does not have a BufferView.
714         (unlockInset): ditto + don't access the_locking_inset if the
715         buffer does not have a BufferView.
716
717         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
718         certain circumstances so that we don't continue a keyboard
719         operation long after the key was released. Try f.ex. to load a
720         large document, press PageDown for some seconds and then release
721         it. Before this change the document would contine to scroll for
722         some time, with this change it stops imidiatly.
723
724         * src/support/block.h: don't allocate more space than needed. As
725         long as we don't try to write to the arr[x] in a array_type arr[x]
726         it is perfectly ok. (if you write to it you might segfault).
727         added operator value_type*() so that is possible to pass the array
728         to functions expecting a C-pointer.
729
730         * lib/Makefile.am (dist-hook): don't fail completely if unable to
731         cvs.
732
733         * intl/*: updated to gettext 0.10.35, tried to add our own
734         required modifications. Please verify.
735
736         * po/*: updated to gettext 0.10.35, tried to add our own required
737         modifications. Please verify.
738         
739         * src/support/lstrings.C (tostr): go at fixing the problem with
740         cxx and stringstream. When stringstream is used return
741         oss.str().c_str() so that problems with lyxstring and basic_string
742         are avoided. Note that the best solution would be for cxx to use
743         basic_string all the way, but it is not conformant yet. (it seems)
744
745         * src/lyx_cb.C + other files: moved several global functions to
746         class BufferView, some have been moved to BufferView.[Ch] others
747         are still located in lyx_cb.C. Code changes because of this. (part
748         of "get rid of current_view project".)
749
750         * src/buffer.C + other files: moved several Buffer functions to
751         class BufferView, the functions are still present in buffer.C.
752         Code changes because of this.
753
754         * config/lcmessage.m4: updated to most recent. used when creating
755         acinclude.m4.
756
757         * config/progtest.m4: updated to most recent. used when creating
758         acinclude.m4.
759         
760         * config/gettext.m4: updated to most recent. applied patch for
761         tmplinguas.
762
763         * config/gettext.m4.patch: new file that shows what changes we
764         have done to the local copy of gettext.m4.
765
766         * config/libtool.m4: new file, used in creation of acinclude.m4
767
768         * config/lyxinclude.m4: new file, this is the lyx created m4
769         macros, used in making acinclude.m4.
770         
771         * autogen.sh: GNU m4 discovered as a separate task not as part of
772         the lib/configure creation. 
773         Generate acinlucde from files in config. Actually cat
774         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
775         easier to upgrade .m4 files that really are external.
776
777         * src/Spacing.h: moved using std::istringstream to right after
778         <sstream>. This should fix the problem seen with some compilers.
779
780 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
781
782         * src/lyx_cb.C: began some work to remove the dependency a lot of
783         functions have on BufferView::text, even if not really needed.
784         (GetCurrentTextClass): removed this func, it only hid the
785         current_view. 
786
787         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
788         forgot this in last commit.
789
790         * src/Bullet.C (bulletEntry): use static char const *[] for the
791         tables, becuase of this the return arg had to change to string.
792         (bulletSize): ditto
793         (~Bullet): removed unneeded destructor
794
795         * src/BufferView.C (beforeChange): moved from lyx_cb.C
796         (insetSleep): moved from Buffer
797         (insetWakeup): moved from Buffer
798         (insetUnlock): moved from Buffer
799
800         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
801         from Buffer to BufferView.
802         
803         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
804
805         * config/ltmain.sh: updated to version 1.3.4 of libtool
806
807         * config/ltconfig: updated to version 1.3.4 of libtool
808
809 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
810
811
812         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
813         Did I get that right?
814
815         * src/lyxlex.h: add a "using" directive or two.
816         * src/Spacing.h: ditto.
817         * src/insets/figinset.C: ditto.
818         * src/support/filetools.C: ditto.
819         * src/support/lstrings.C: ditto.
820         * src/BufferView.C: ditto.
821         * src/bufferlist.C: ditto.
822         * src/lyx_cb.C: ditto.
823         * src/lyxlex.C: ditto.
824
825         * NEWS: add some changes for 1.1.4.
826         
827 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
828
829         * src/BufferView.C: first go at a TextCache to speed up switching
830         between documents.
831
832 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
833
834         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
835         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
836         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
837         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
838         Meinen.
839         
840         * src/mathed/math_defs.h (MathedRowSt): make sure that all
841         members of the struct are correctly initialized to 0 (detected by
842         purify) 
843         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
844         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
845
846         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
847         pidwait, since it was allocated with "new". This was potentially
848         very bad. Thanks to Michael Schmitt for running purify for us.
849
850
851 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
852
853         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
854
855         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
856
857 1999-12-30  Allan Rae  <rae@lyx.org>
858
859         * lib/templates/IEEEtran.lyx: minor change
860
861         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
862         src/mathed/formula.C (LocalDispatch): askForText changes
863
864         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
865         know when a user has cancelled input. Fixes annoying problems with
866         inserting labels and version control.
867
868 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
869
870         * src/support/lstrings.C (tostr): rewritten to use strstream and
871         stringstream
872
873 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
874
875         * src/support/filetools.C (IsFileWriteable): use fstream to check
876         (IsDirWriteable): use fileinfo to check
877
878         * src/support/filetools.h (FilePtr): whole class deleted
879
880         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
881
882         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
883
884         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
885
886         * src/bufferlist.C (write): use ifstream and ofstream instead of
887         FILE*
888
889         * src/Spacing.h: use istrstream instead of sscanf
890
891         * src/mathed/math_defs.h: change first arg to istream from FILE*
892
893         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
894
895         * src/mathed/math_parser.C: have yyis to be an istream 
896         (LexGetArg): use istream (yyis)
897         (yylex): ditto
898         (mathed_parse): ditto
899         (mathed_parser_file): first arg istream instead of FILE*, set yyis
900
901         * src/mathed/formula.C (Read): rewritten to use istream
902
903         * src/mathed/formulamacro.C (Read): rewritten to use istream
904
905         * src/lyxlex.h (~LyXLex): deleted desturctor 
906         (getStream): new function, returns an istream
907         (getFile): deleted funtion
908         (IsOK): return is.good();
909
910         * src/lyxlex.C (LyXLex): delete file and owns_file
911         (setFile): open an filebuf and assign that to a istream instead of
912         using FILE*
913         (setStream): new function, takes an istream as arg. 
914         (setFile): deleted function
915         (EatLine): rewritten us use istream instead of FILE*
916         (next): ditto
917         (nextToken): ditto
918
919         * src/table.C (LyXTable): use istream instead of FILE*
920         (Read): rewritten to take an istream instead of FILE*
921
922 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
923
924         * src/buffer.C (Dispatch): remove an extraneous break statement.
925
926         * src/support/filetools.C (QuoteName): change to do simple
927         'quoting'. More work is necessary. Also changed to do nothing
928         under emx (needs fix too).
929         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
930
931         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
932         config.h.in to the AC_DEFINE_UNQUOTED() call.
933         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
934         needs char * as argument (because Solaris 7 declares it like
935         that). 
936
937         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
938         remove definition of BZERO.
939
940 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
941
942         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
943         defined, "lyxregex.h" if not.
944
945         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
946         pkglib_ to noinst_
947         (REGEX): new variable that is set to regex.c lyxregex.h when
948         AM_CONDITIONAL USE_REGEX is set.
949         (libsupport_la_SOURCES): add $(REGEX)
950
951         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
952         pkglib_ to noinst_
953
954         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
955         pkglib_ to noinst_
956
957         * configure.in: add call to LYX_REGEX 
958
959         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
960         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
961
962 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
963
964         * lib/bind/fi_menus.bind: new file, from
965         pauli.virtanen@saunalahti.fi. 
966
967         * src/buffer.C (getBibkeyList): pass the parameter delim to
968         InsetInclude::getKeys and InsetBibtex::getKeys.
969
970         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
971         is passed to Buffer::getBibkeyList
972         
973         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
974         instead of the hardcoded comma.
975
976         * src/insets/insetbib.C (getKeys): make sure that there are not
977         leading blanks in bibtex keys. Normal latex does not care, but
978         harvard.sty seems to dislike blanks at the beginning of citation
979         keys. In particular, the retturn value of the function is
980
981         * INSTALL: make it clear that libstdc++ is needed and that gcc
982         2.7.x probably does not work.
983
984         * src/support/filetools.C (findtexfile): make debug message go to
985         the LATEX channel
986         * src/insets/insetbib.C (getKeys): ditto
987
988         * src/debug.C (showTags): make sure that the output is correctly
989         aligned. 
990
991         * configure.in: add a comment for TWO_COLOR_ICON define.
992
993         * acconfig.h: remove all the entries that already defined in
994         configure.in or acinclude.m4.
995
996         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
997         to avoid user name, date and copyright.
998
999 1999-12-21  Juergen Vigna  <jug@sad.it>
1000
1001         * src/table.C (Read): Now read bogus row format informations
1002                 if the format is < 5 so that afterwards the table can
1003                 be read by lyx but without any format-info. Fixed the
1004                 crash we experienced when not doing this.
1005
1006 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
1007
1008         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
1009         (RedoDrawingOfParagraph): ditto
1010         (RedoParagraphs): ditto
1011         (RemoveTableRow): ditto
1012
1013         * src/text.C (Fill): rename arg paperwidth -> paper_width
1014
1015         * src/buffer.C (insertLyXFile): rename var filename -> fname
1016         (writeFile): rename arg filename -> fname
1017         (writeFileAscii): ditto
1018         (makeLaTeXFile): ditto
1019         (makeLinuxDocFile): ditto
1020         (makeDocBookFile): ditto
1021
1022         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
1023         (runBibTeX): ditto
1024
1025         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
1026
1027         * src/bmtable.h: add extern "C" on this file when __cplusplus is
1028         defined.
1029
1030         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
1031         compiled by a C compiler not C++. 
1032
1033         * src/layout.h (LyXTextClass): added typedef for const_iterator
1034         (LyXTextClassList): added typedef for const_iterator + member
1035         functions begin and end.
1036
1037         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
1038         iterators to fill the choice_class.
1039         (updateLayoutChoice): rewritten to use iterators to fill the
1040         layoutlist in the toolbar.
1041
1042         * src/BufferView.h (BufferView::work_area_width): removed unused
1043         variable. 
1044
1045         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
1046
1047         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
1048         (sgmlCloseTag): ditto
1049
1050         * src/support/lstrings.h: return type of countChar changed to
1051         unsigned char.
1052
1053         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
1054         what version of this func to use. Also made to return unsigned int.
1055
1056         * configure.in: call LYX_STD_COUNT 
1057
1058         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
1059         conforming std::count. 
1060
1061 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1062
1063         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
1064         and a subscript would give bad display (patch from Dekel Tsur
1065         <dekel@math.tau.ac.il>). 
1066
1067         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
1068
1069         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
1070         please sun CC.
1071
1072         * src/chset.h: add a few 'using' directives
1073
1074         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
1075         triggered when no buffer is active
1076
1077         * src/layout.C: removed `break' after `return' in switch(), since
1078         it is unreachable.
1079
1080         * src/lyx_main.C (init): make sure LyX can be ran in place even
1081         when libtool has done its magic with shared libraries. Fix the
1082         test for the case when the system directory has not been found.
1083
1084         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
1085         name for the latex file.
1086         (MenuMakeHTML): ditto
1087
1088         * src/buffer.h: add an optional boolean argument, which is passed
1089         to ChangeExtension.
1090
1091 1999-12-20  Allan Rae  <rae@lyx.org>
1092
1093         * lib/templates/IEEEtran.lyx: small correction and update.
1094
1095         * configure.in: Attempted to use LYX_PATH_HEADER
1096
1097         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
1098
1099         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
1100         input from JMarc.  Now use preprocessor to find the header.
1101         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
1102         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
1103         LYX_STL_STRING_FWD.  See comments in file.      
1104
1105 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
1106
1107         * The global MiniBuffer * minibuffer variable is dead.
1108         
1109         * The global FD_form_main * fd_form_main variable is dead.
1110
1111 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1112
1113         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
1114
1115         * src/table.h: add the LOstream.h header
1116         * src/debug.h: ditto
1117         
1118         * src/LyXAction.h: change the explaination of the ReadOnly
1119         attribute: is indicates that the function _can_ be used.
1120
1121         * src/LyXAction.C (init): find-replace _can_ be used in read-only
1122         mode. 
1123
1124 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1125
1126         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
1127         unsigned. 
1128         (descent): ditto
1129         (lbearing): ditto
1130         (rbearing): ditto
1131
1132         * src/paragraph.C (GetWord): assert on pos>=0
1133         (GetChar): ditto
1134         
1135         * src/support/lyxstring.C: condition the use of an invariant on
1136         ENABLE_ASSERTIONS 
1137         * src/support/lyxstring.h: ditto
1138
1139         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
1140         Use LAssert.h instead of plain assert().
1141
1142         * src/support/lstrings.h: add LAssert.h, in case it is needed.
1143
1144         * src/lyxfunc.C: do not include LAssert.h, it is not used.
1145         * src/support/filetools.C: ditto
1146
1147         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
1148         is not defined. 
1149
1150         * INSTALL: document the new configure flags
1151         
1152         * configure.in: suppress --with-debug; add --enable-assertions
1153
1154         * acinclude.m4: various changes in alignment of help strings.
1155
1156 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1157
1158         * src/kbmap.C: commented out the use of the hash map in kb_map,
1159         beginning of movement to a stl::container. 
1160
1161         * several files: removed code that was not in effect when
1162         MOVE_TEXT was defined.
1163         
1164         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
1165         for escaping should not be used. We can discuss if the string
1166         should be enclosed in f.ex. [] instead of "".
1167
1168         * src/trans_mgr.C (insert): use the new returned value from
1169         encodeString to get deadkeys and keymaps done correctly.
1170
1171         * src/chset.C (encodeString): changed to return a pair, to tell
1172         what to use if we know the string.
1173
1174         * src/lyxscreen.h (fillArc): new function.
1175
1176         * src/FontInfo.C (resize): rewritten to use more std::string like
1177         structore, especially string::replace.
1178
1179         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
1180         approp. accents.
1181
1182         * configure.in (chmod +x some scripts): remove config/gcc-hack 
1183
1184 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1185
1186         * src/buffer.C (writeFile): change once again the top comment in a
1187         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
1188         instead of an hardcoded version number.
1189         (makeDocBookFile): ditto
1190
1191         * src/version.h: add new define LYX_DOCVERSION
1192
1193         * po/de.po: update from Pit Sütterlin
1194         * lib/bind/de_menus.bind: ditto.
1195         
1196         * src/lyxfunc.C (Dispatch): call MenuExport()
1197         * src/buffer.C (Dispatch): ditto
1198
1199         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
1200         LyXFunc::Dispatch().
1201         (MenuExport): new function, moved from
1202         LyXFunc::Dispatch().
1203
1204         * src/trans_mgr.C (insert): small cleanup
1205         * src/chset.C (loadFile): ditto
1206
1207         * lib/kbd/iso8859-1.cdef: add missing backslashes
1208
1209 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1210
1211         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
1212         help with placing the manually drawn accents better.
1213         (Rbearing): ditto
1214         (Draw): x2 and hg changed to float to minimize rounding errors and
1215         help place the accents better.
1216
1217         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
1218         unsigned short to char is just wrong...cast the char to unsigned
1219         char instead so that the two values can compare sanely. This
1220         should also make the display of insetlatexaccents better and
1221         perhaps also some other insets.
1222         (descent): ditto
1223         (lbearing): new function
1224         (rbearing): ditto
1225
1226 1999-12-15  Allan Rae  <rae@lyx.org>
1227
1228         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
1229         header that provides a wrapper around the very annoying SGI STL header
1230         of the same name.
1231
1232         * src/support/lyxstring.C, src/LString.h:
1233         removed old SGI-STL-compatability attempts.
1234
1235         * configure.in: Use LYX_STL_STRING_FWD.
1236
1237         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
1238         stl_string_fwd.h is around and try to determine it's location.
1239         Major improvement over previous SGI STL 3.2 compatability.
1240         Three small problems remain with this function due to my zero
1241         knowledge of autoconf.  JMarc and lgb see the comments in the code.
1242
1243 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1244
1245         * src/broken_const.h, config/hack-gcc, config/README: removed
1246         
1247         * configure.in: remove --with-gcc-hack option; do not call
1248         LYX_CXX_STL_STACK 
1249
1250         * INSTALL: remove documentation of --with-broken-const and
1251         --with-gcc-hack
1252         
1253         * acconfig.h: remove all trace of BROKEN_CONST define
1254
1255         * src/buffer.C (makeDocBookFile): update version number in output
1256         file. 
1257         (SimpleDocBookOnePar): fix an assert when trying to a character
1258         access beyond string length
1259         [Patch from Jose']
1260
1261 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1262
1263         * po/de.po: fix the Export menu
1264
1265         * lyx.man: update the description of -dbg
1266
1267         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
1268         (commandLineHelp): updated
1269         (easyParse): show list of available debug levels if -dbg is passed
1270         without argument.
1271
1272         * src/Makefile.am: add debug.C
1273
1274         * src/debug.h: moved some code to debug.C
1275
1276         * src/debug.C: new file. Contains code to set and show debug
1277         level. 
1278
1279         * src/layout.C: remove 'break' after 'continue' in switch
1280         statements, since these cannot be reached.
1281
1282 1999-12-13  Allan Rae  <rae@lyx.org>
1283
1284         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
1285         (in_word_set): hash() -> math_hash()
1286
1287         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
1288
1289         * acconfig.h: Added a test for whether we are using exceptions in the
1290         current compilation run. If so USING_EXCEPTIONS is defined.
1291
1292         * config.in: Check for existance of stl_string_fwd.h
1293         * src/LString.h: If compiling --with-included-string and SGI's
1294         STL version 3.2 is present (see above test) we need to block their
1295         forward declaration of string and supply a __get_c_string().
1296         However, it turns out this is only necessary if compiling with
1297         exceptions enabled so I've a bit more to add yet.
1298
1299         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
1300           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
1301           src/support/LRegex.h, src/undo.h:
1302         Shuffle the order of the included files a little to ensure that
1303         LString.h gets included before anything that includes stl_string_fwd.h
1304
1305         *  src/support/lyxstring.C: We need to #include LString.h instead of
1306         lyxstring.h to get the necessary definition of __get_c_string.
1307         (__get_c_string): New function.  This is defined static just like SGI's
1308         although why they need to do this I'm not sure.  Perhaps it should be
1309         in lstrings.C instead.
1310
1311         * lib/templates/IEEEtran.lyx:  New template file.
1312
1313 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1314         
1315         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
1316         * intl/Makefile.in (MKINSTALLDIRS):  ditto
1317
1318         * src/LyXAction.C (init): changed to hold the LFUN data in a
1319         automatic array in stead of in callso to newFunc, this speeds up
1320         compilation a lot. Also all the memory used by the array is
1321         returned when the init is completed.
1322
1323         * a lot of files: compiled with -Wold-style-cast, changed most of
1324         the reported offenders to C++ style casts. Did not change the
1325         offenders in C files. 
1326
1327         * src/trans.h (Match): change argument type to unsigned int.
1328
1329         * src/support/DebugStream.C: fix some types on the streambufs so
1330         that it works on a conforming implementation.
1331
1332 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1333
1334         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
1335
1336         * src/support/lyxstring.C: remove the inline added earlier since
1337         they cause a bunch of unsatisfied symbols when linking with dec
1338         cxx. Cxx likes to have the body of inlines at the place where they
1339         are declared.
1340
1341         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
1342         accessing negative bounds in array. This fixes the crash when
1343         inserting accented characters.
1344         * src/trans.h (Match): ditto
1345
1346         * src/buffer.C (Dispatch): since this is a void, it should not try
1347         to return anything...
1348
1349 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1350
1351         * src/buffer.h: removed the two friends from Buffer. Some changes
1352         because of this. Buffer::getFileName and Buffer::setFileName
1353         renamed to Buffer::fileName() and Buffer::fileName(...).
1354
1355 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
1356
1357         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
1358         and Buffer::update(short) to BufferView. This move is currently
1359         controlled by a define MOVE_TEXT, this will be removed when all
1360         shows to be ok. This move paves the way for better separation
1361         between buffer contents and buffer view. One side effect is that
1362         the BufferView needs a rebreak when swiching buffers, if we want
1363         to avoid this we can add a cache that holds pointers to LyXText's
1364         that is not currently in use. 
1365
1366         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
1367         André Pönitz. 
1368
1369 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1370
1371         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
1372
1373         * lyx_main.C: new command line option -x (or --execute) and
1374           -e (or --export). Now direct conversion from .lyx to .tex
1375           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
1376           Unfortunately, X is still needed and the GUI pops up during the
1377           process...
1378
1379 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1380
1381         * src/Spacing.C: add a using directive to bring stream stuff into
1382         normal namespace.
1383         * src/paragraph.C: ditto
1384         * src/buffer.C: ditto
1385
1386         * NEWS: updated a bit the new features of 1.1.3 (took a few things
1387         from Lars' announcement).
1388
1389         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
1390         example files from Tino Meinen.
1391         
1392 1999-12-06  Allan Rae  <rae@lyx.org>
1393
1394         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
1395
1396 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1397
1398         * src/support/lyxstring.C: added a lot of inline for no good
1399         reason
1400         
1401         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
1402         latexWriteEndChanges, they were not used.
1403         
1404         * src/layout.h (operator<<): output operator for PageSides
1405
1406         * src/mathed/math_iter.C (my_memcpy): slightly changed.
1407
1408         * some example files: loaded in LyX 1.0.4 and saved again to update
1409         certain constructs (table format) 
1410
1411         * a lot of files: did the change to use fstream/iostream for all
1412         writing of files. Done with a close look at Andre Poenitz's patch.
1413
1414         * some files: whitespace changes.
1415         
1416 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1417
1418         * src/mathed/math_iter.C (my_memcpy): new function. Since the
1419         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
1420         architecture, we provide our own. It is used unconditionnally, but
1421         I do not think this is a performance problem. Thanks to Angus
1422         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
1423         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
1424         first time).
1425         (GetInset): use my_memcpy.
1426         (Insert): ditto
1427         (Copy): ditto
1428
1429         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
1430         it is easier to understand, but it uses less TeX-only constructs now.
1431
1432         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
1433         elements contain spaces
1434
1435         * lib/configure: regenerated
1436         
1437         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
1438         elements contain spaces; display the list of programs that are
1439         tried.
1440
1441         * autogen.sh: make sure lib/configure is executable
1442
1443         * lib/examples/*: rename the tutorial examples to begin with the
1444         two-letters language code.
1445
1446         * src/lyxfunc.C (getStatus): do not query current font if no
1447         buffer exists.
1448
1449         * src/lyx_cb.C (RunScript): use QuoteName
1450         (MenuRunDvips): ditto
1451         (PrintApplyCB): ditto
1452
1453         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
1454         around argument, so that it works well with the current shell.
1455         Does not work properly with OS/2 shells currently.
1456
1457         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
1458         * src/LyXSendto.C (SendtoApplyCB): ditto
1459         * src/lyxfunc.C (Dispatch): ditto
1460         * src/buffer.C (runLaTeX): ditto
1461         (runLiterate): ditto
1462         (buildProgram): ditto
1463         (runChktex): ditto
1464         * src/lyx_cb.C (RunScript): ditto
1465         (MenuMakeLaTeX): ditto
1466         
1467         * src/buffer.h (getLatexName): new method 
1468
1469         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
1470
1471 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1472
1473         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
1474         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
1475         (create_math_panel): ditto
1476
1477         * src/lyxfunc.C (getStatus): re-activate the code which gets
1478         current font and cursor; add test for export to html.
1479
1480         * src/lyxrc.C (read): remove unreachable break statements; add a
1481         few "using".
1482
1483         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
1484         
1485 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1486
1487         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
1488         introduced by faulty regex.
1489         * src/buffer.C: ditto
1490         * src/lastfiles.C: ditto
1491         * src/paragraph.C: ditto
1492         * src/table.C: ditto
1493         * src/vspace.C: ditto
1494         * src/insets/figinset.C: ditto
1495         Note: most of these is absolutely harmless, except the one in
1496         src/mathed formula.C.
1497
1498 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
1499
1500         * src/ImportNoweb.C (documentclass): fixed bounds for substr
1501           operation, yielding correct results for the reLyX command.
1502
1503 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1504
1505         * src/support/filetools.C (ExpandPath): removed an over eager
1506         Assert.
1507         (ReplaceEnvironmentPath): ditto
1508
1509         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
1510         shows that we are doing something fishy in our code...
1511         (BubblePost): ditto
1512         (ToolbarCB): ditto
1513
1514         * src/lyxrc.C (read): use a double switch trick to get more help
1515         from the compiler. (the same trick is used in layout.C)
1516         (write): new function. opens a ofstream and pass that to output
1517         (output): new function, takes a ostream and writes the lyxrc
1518         elemts to it. uses a dummy switch to make sure no elements are
1519         forgotten. 
1520
1521         * src/lyxlex.h: added a struct pushpophelper for use in functions
1522         with more than one exit point.
1523
1524         * src/lyxlex.[Ch] (GetInteger): made it const
1525         (GetFloat): ditto
1526         (GetBool): ditto
1527
1528         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
1529
1530         * src/layout.[hC] : LayoutTags splitted into several enums, new
1531         methods created, better error handling cleaner use of lyxlex. Read
1532         the diff.
1533
1534         * src/bmtable.[Ch]: change some member prototypes because of the
1535         image const changes. 
1536
1537         * commandtags.h, src/LyXAction.C (init): new function:
1538         "preferences-save", saves the lyxrc entries into .lyx/preferences.
1539         This file is not read automatically but you can add \input
1540         preferences to your lyxrc if you want to. We need to discuss how
1541         to handle this. 
1542
1543         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
1544         in .aux, also remove .bib and .bst files from dependencies when
1545         running bibtex.
1546
1547         * src/BufferView.C, src/LyXView.C: add const_cast several places
1548         because of changes to images.
1549
1550         * lib/images/*: same change as for images/*
1551         
1552         * lib/lyxrc.example: Default for accept_compound is false not no.
1553
1554         * images/*: changed to be const, however I have som misgivings
1555         about this change so it might be changed back.
1556
1557 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1558
1559         * lib/configure, po/POTFILES.in: regenerated
1560
1561         * autogen.sh: autogenerate lib/configure from lib/configure.m4
1562
1563         * config/lib_configure.m4: removed
1564         
1565         * lib/configure.m4: new file (was config/lib_configure.m4)
1566
1567         * configure.in: do not test for rtti, since we do not use it.
1568         
1569 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1570
1571         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
1572         doubling of allocated space scheme. This makes it faster for large
1573         strings end to use less memory for small strings. xtra rememoved. 
1574
1575         * src/insets/figinset.C (waitalarm): commented out.
1576         (GhostscriptMsg): use static_cast
1577         (GhostscriptMsg): use new instead of malloc to allocate memory for
1578         cmap. also delete the memory after use.
1579
1580         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
1581
1582         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
1583         for changes in bibtex database or style.
1584         (runBibTeX): remove all .bib and .bst files from dep before we
1585         begin. 
1586         (run): use scanAuc in when dep file already exist.
1587
1588         * src/DepTable.C (remove_files_with_extension): new method
1589         (exist): new method
1590
1591         * src/DepTable.[Ch]: made many of the methods const. 
1592
1593 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1594
1595         * src/bufferparams.C: make sure that the default textclass is
1596         "article". It used to be the first one by description order, but
1597         now the first one is "docbook".
1598
1599         * src/lyx_main.C (setDebuggingLevel): change type of argument to
1600         string; call Debug::value.
1601         (easyParse): pass complete argument to setDebuggingLevel().
1602
1603         * src/debug.h (value): fix the code that parses debug levels.
1604
1605         * src/debug.h: add new debug type ACTION, reserved for LyXAction
1606         class.  
1607
1608         * src/LyXAction.C: use Debug::ACTION as debug channel.
1609
1610         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
1611
1612         * NEWS: updated for the future 1.1.3 release.
1613
1614         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
1615         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
1616         it should. This is of course a controversial change (since many
1617         people will find that their lyx workscreen is suddenly full of
1618         red), but done for the sake of correctness.
1619
1620         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
1621           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
1622
1623         * src/insets/inseterror.h, src/insets/inseturl.h,
1624           src/insets/insetinfo.h, src/insets/figinset.h,
1625           src/mathed/formulamacro.h, src/mathed/math_macro.h
1626           (EditMessage): add a missing const and add _() to make sure that
1627         translation happens
1628
1629         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
1630           src/insets/insetbib.C, src/support/filetools.C: add `using'
1631         directives for cxx.  
1632
1633         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
1634         doing 'Insert index of last word' at the beginning of a paragraph.
1635
1636 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1637
1638         * several files: white-space changes.
1639
1640         * src/mathed/formula.C: removed IsAlpha and IsDigit
1641
1642         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
1643         .bib file. use a ifstream instead of FilePtr when parsing the .bib
1644         file for keys.
1645
1646         * src/insets/figinset.C (GetPSSizes): don't break when
1647         "EndComments" is seen. But break when a boundingbox is read.
1648
1649         * all classes inherited from Inset: return value of Clone
1650         changed back to Inset *.
1651
1652         * all classes inherited form MathInset: return value of Clone
1653         changed back to MathedInset *.
1654         
1655         * src/insets/figinset.C (runqueue): use a ofstream to output the
1656         gs/ps file. Might need some setpresicion or setw. However I can
1657         see no problem with the current code.
1658         (runqueue): use sleep instead of the alarm/signal code. I just
1659         can't see the difference.
1660
1661         * src/paragraph.C (LyXParagraph): reserve space in the new
1662         paragraph and resize the inserted paragraph to just fit.
1663
1664         * src/lyxfunc.h (operator|=): added operator for func_status.
1665
1666         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
1667         check for readable file.
1668
1669         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
1670         check for readable file.
1671         (MenuMakeLinuxDoc): ditto
1672         (MenuMakeDocBook): ditto
1673         (MenuMakeAscii): ditto
1674         (InsertAsciiFile): split the test for openable and readable
1675
1676         * src/bmtable.C (draw_bitmaptable): use
1677         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
1678
1679         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
1680         findtexfile from LaTeX to filetools.
1681         
1682         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
1683         instead of FilePtr. Needs to be verified by a literate user.
1684
1685 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1686
1687         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
1688         (EditMessage): likewise.
1689
1690         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
1691         respectively as \textasciitilde and \textasciicircum.
1692
1693 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1694
1695         * src/support/lyxstring.h: made the methods that take iterators
1696         use const_iterator.
1697
1698         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
1699         (regexMatch): made is use the real regex class.
1700
1701         * src/support/Makefile.am: changed to use libtool
1702
1703         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
1704
1705         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
1706         of defines.
1707         (MathIsInset ++): changed several macros to be inline functions
1708         instead. 
1709
1710         * src/mathed/Makefile.am: changed to use libtool
1711
1712         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
1713
1714         * src/insets/inset* : Clone changed to const and return type is
1715         the true insettype not just Inset*.
1716         
1717         * src/insets/Makefile.am: changed to use libtool
1718
1719         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
1720
1721         * src/undo.[Ch] : added empty() and changed some of the method
1722         names.
1723         
1724         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
1725
1726         * src/lyxparagraph.h: use id() and id(...) instead of getID and
1727         setID use block<> for the bullets array, added const several places.
1728
1729         * src/lyxfunc.C (getStatus): new function
1730
1731         * src/lyxfunc.[Ch] : small changes to take advantage of the new
1732         LyXAction, added const to several funtions.
1733
1734         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
1735         a std::map, and to store the dir items in a vector.
1736
1737         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
1738         as dependencies.
1739
1740         * src/LyXView.[Ch] + other files : changed currentView to view.
1741         
1742         * src/LyXAction.[Ch] : ported from the old devel branch.
1743         
1744         * src/.cvsignore: added .libs and a.out
1745
1746         * configure.in : changes to use libtool. 
1747
1748         * acinclude.m4 : inserted libtool.m4
1749
1750         * .cvsignore: added libtool
1751
1752 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1753
1754         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
1755         file name in insets and mathed directories (otherwise the
1756         dependency is not taken in account under cygwin).
1757
1758         * src/text2.C (InsertString[AB]): make sure that we do not try to
1759         read characters past the string length.
1760
1761 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1762
1763         * lib/doc/LaTeXConfig.lyx.in, 
1764           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
1765
1766         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
1767         file saying who created them and when this heppened; this is
1768         useless and annoys tools like cvs.
1769
1770         * lib/layouts/g-brief-{en,de}.layout,
1771           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
1772         from Thomas Hartkens <thomas@hartkens.de>.
1773
1774         * src/{insets,mathed}/Makefile.am: do not declare an empty
1775         LDFLAGS, so that it can be set at configure time (useful on Irix
1776         for -n32 flag).
1777
1778         * lib/reLyX/configure.in: make sure that the prefix is set
1779         correctly in LYX_DIR.
1780
1781 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1782
1783         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
1784         be used by 'command-sequence' this allows to bind a key to a
1785         sequence of LyX-commands
1786         (Example: 'command-sequence math-insert alpha; math-insert beta;")
1787
1788         * src/LyXAction.C: add "command-sequence"
1789
1790         * src/LyXFunction.C: handling of "command-sequence"
1791
1792         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
1793          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
1794
1795         * src/lyxserver.C, src/minibuffer.C: Use this new interface
1796
1797 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1798
1799         * src/buffer.C (writeFile): Do not output a comment giving user
1800         and date at the beginning of a .lyx file. This is useless and
1801         annoys cvs anyway; update version number to 1.1.
1802
1803         * src/Makefile.am (LYX_DIR): add this definition, so that a
1804         default path is hardcoded in LyX.
1805
1806         * configure.in: Use LYX_GNU_GETTEXT.
1807
1808         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
1809         AM_GNU_GETTEXT with a bug fixed. 
1810
1811         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
1812
1813         * src/chset.C: add "using std::ifstream;" to please dec cxx.
1814
1815         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
1816         which is used to point to LyX data is now LYX_DIR_11x.
1817
1818         * lyx.man: convert to a unix text file; small updates.
1819
1820 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1821
1822         * src/support/LSubstring.[Ch]: made the second arg of most of the
1823         constructors be a const reference. 
1824
1825         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
1826         me fixed.
1827
1828         * src/support/lyxstring.[Ch] (swap): added missing member function
1829         and specialization of swap(str, str); 
1830
1831         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
1832
1833         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
1834         trace of the old one.
1835
1836         * src/undo.[Ch]: made the undostack use std::list to store undo's in
1837         put the member definitions in undo.C.
1838
1839         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
1840         NEW_TEXT and have now only code that was included when this was
1841         defined. 
1842
1843         * src/intl.C (LCombo): use static_cast
1844         (LCombo2): ditto
1845         (DispatchCallback): ditto
1846
1847         * src/definitions.h: removed whole file
1848         
1849         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
1850
1851         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
1852         parsing and stores in a std:map. a regex defines the file format.
1853         removed unneeded members.
1854
1855         * src/bufferparams.h: added several enums from definitions.h here.
1856         Removed unsused destructor. Changed some types to use proper enum
1857         types. use block to have the temp_bullets and user_defined_bullets
1858         and to make the whole class assignable.
1859
1860         * src/bufferparams.C (Copy): removed this functions, use a default
1861         assignment instead. 
1862
1863         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
1864         isLiterate const.
1865
1866         * src/buffer.C (readLyXformat2): commend out all that have with
1867         oldpapersize to do. also comment out all that hve to do with
1868         insetlatex and insetlatexdel. 
1869         (setOldPaperStuff): commented out
1870
1871         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
1872
1873         * src/LyXAction.C: remove use of inset-latex-insert
1874
1875         * src/mathed/math_panel.C (button_cb): use static_cast
1876
1877         * src/insets/Makefile.am (insets_o_SOURCES): removed
1878         insetlatex.[Ch] 
1879
1880         * src/support/lyxstring.C (helper): use the unsigned long
1881         specifier, UL, instead of a static_cast.
1882
1883         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
1884
1885         * src/support/block.h: new file. to be used as a c-style array in
1886         classes, so that the class can be assignable.
1887
1888 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1889
1890         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
1891         NULL, make sure to return an empty string (it is not possible to
1892         set a string to NULL).
1893
1894 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1895
1896         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
1897
1898         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
1899
1900         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
1901         link line, so that Irix users (for example) can set it explicitely to
1902         "-n32".
1903         
1904         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
1905         it can be overidden at make time (static or dynamic link, for
1906         example).
1907         
1908         * src/vc-backend.C, src/LaTeXFeatures.h, 
1909           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
1910         statements to bring templates to global namespace.
1911
1912 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1913
1914         * src/support/lyxstring.C (operator[] const): make it standard
1915         conforming. 
1916
1917         * src/minibuffer.C (Init): changed to reflect that more
1918         information is given from the lyxvc and need not be provided here.
1919
1920         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
1921         
1922         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
1923
1924         * src/LyXView.C (UpdateTimerCB): use static_cast
1925         (KeyPressMask_raw_callback): ditto
1926
1927         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
1928         buffer_, a lot of changes because of this. currentBuffer() ->
1929         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
1930         also changes to other files because of this.
1931
1932 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1933
1934         * src/vc-backend.[Ch]: new files. The backends for vc handling,
1935         have no support for RCS and partial support for CVS, will be
1936         improved later.
1937         
1938         * src/insets/ several files: changes because of function name
1939         changes in Bufferview and LyXView.
1940         
1941         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
1942
1943         * src/support/LSubstring.[Ch]: new files. These implement a
1944         Substring that can be very convenient to use. i.e. is this
1945         possible:
1946         string a = "Mary had a little sheep";
1947         Substring(a, "sheep") = "lamb";
1948         a is now "Mary has a little lamb".
1949
1950         * src/support/LRegex.[Ch]: a regex class that can be used to pick
1951         out patterns and subpatterns of strings. It is used by LSubstring
1952         and also by vc-backend.C
1953         
1954         * src/support/lyxstring.C: went over all the assertions used and
1955         tried to correct the wrong ones and flag which of them is required
1956         by the standard. some bugs found because of this. Also removed a
1957         couple of assertions.
1958
1959         * src/support/Makefile.am (libsupport_a_SOURCES): added
1960         LSubstring.[Ch] and LRegex.[Ch]
1961
1962         * src/support/FileInfo.h: have struct stat buf as an object and
1963         not a pointer to one, some changes because of this.
1964
1965         * src/LaTeXFeatures.C (getTClassPreamble): also use the
1966         information in layout when adding the layouts preamble to the
1967         textclass preamble.
1968
1969         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
1970         usage in.
1971
1972         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
1973         because of bug in OS/2.
1974
1975 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1976
1977         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
1978         \verbatim@font instead of \ttfamily, so that it can be redefined.
1979
1980         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
1981           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
1982           src/layout.h, src/text2.C: add 'using' directive to bring the
1983         STL templates we need from the std:: namespace to the global one.
1984         Needed by DEC cxx in strict ansi mode.
1985
1986         * src/support/LIstream.h,src/support/LOstream.h,
1987           src/support/lyxstring.h,src/table.h,
1988           src/lyxlookup.h: do not include <config.h> in header
1989         files. This should be done in the .C files only.
1990
1991         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
1992         (from Kayvan).
1993         
1994
1995 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1996
1997         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
1998         from Kayvan to fix the tth invokation.
1999
2000         * development/lyx.spec.in: updates from Kayvan to reflect the
2001         changes of file names.
2002
2003 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2004
2005         * src/text2.C (InsertStringB): use std::copy
2006         (InsertStringA): use std::copy
2007
2008         * src/bufferlist.C: use a vector to store the buffers in. This is
2009         an internal change and should not affect any other thing.
2010         
2011         * src/BufferView.C (waitForX): use XSync instead of the lengthy
2012         stuff in waitForX.
2013
2014         * src/text.C (Fill): fix potential bug, one off bug.
2015
2016 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2017
2018         * src/Makefile.am (lyx_main.o): add more files it depends on.
2019
2020         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
2021
2022         * src/support/lyxstring.C: use size_t for the reference count,
2023         size, reserved memory and xtra.
2024         (internal_compare): new private member function. Now the compare
2025         functions should work for std::strings that have embedded '\0'
2026         characters.
2027         (compare): all compare functions rewritten to use
2028         internal_compare.
2029         
2030 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2031
2032         * src/support/lyxstring.C (compare): pass c_str()
2033         (compare): pass c_str
2034         (compare): pass c_str
2035
2036 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2037
2038         * src/support/DebugStream.C: <config.h> was not included correctly.
2039
2040         * lib/configure: forgot to re-generate it :( I'll make this file
2041         auto generated soon.
2042
2043 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2044
2045         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
2046         is used.
2047
2048         * src/support/lyxstring.C: some changes from length() to rep->sz.
2049         avoids a function call.
2050
2051         * src/support/filetools.C (SpaceLess): yet another version of the
2052         algorithm...now per Jean-Marc's suggestions.
2053
2054 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2055
2056         * src/layout.C (less_textclass_desc): functor for use in sorting
2057         of textclasses. 
2058         (LyXTextClass::Read): sort the textclasses after reading.
2059         
2060         * src/support/filetools.C (SpaceLess): new version of the
2061         SpaceLess functions. What problems does this one give? Please
2062         report.
2063
2064         * images/banner_bw.xbm: made the arrays unsigned char *
2065
2066 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2067
2068         * src/support/lyxstring.C (find): remove bogus assertion in the
2069         two versions of find where this has not been done yet.
2070
2071         * src/support/lyxlib.h: add missing int return type to
2072         lyx::chdir(). 
2073
2074         * src/menus.C (ShowFileMenu): disable exporting to html if no
2075         html export command is present.
2076
2077         * config/lib_configure.m4: add a test for an HTML converter. The
2078         programs checked for are, in this order: tth, latex2html and
2079         hevea. 
2080
2081         * lib/configure: generated from config/lib_configure.m4.
2082
2083         * src/lyxfunc.C (Dispatch): update and improve the execution of an
2084         html converter. The parameters are now passed through $$FName and
2085         $$OutName, instead of standard input/output.
2086
2087         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
2088
2089         * lib/lyxrc.example: update description of \html_command. 
2090         add "quotes" around \screen_font_xxx font setting examples to help
2091         people who use fonts with spaces in their names.
2092
2093 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2094
2095         * Distribution files: updates for v1.1.2
2096
2097         * src/support/lyxstring.C (find): remove bogus assert and return
2098         npos for the same condition.
2099
2100 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2101
2102         * added patch for OS/2 from SMiyata.
2103
2104 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2105
2106         * src/text2.C (CutSelection): make space_wrapped a bool
2107         (CutSelection): dont declare int i until we have to.
2108         (alphaCounter): return a char const *.
2109
2110 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2111
2112         * src/support/syscall.C (Systemcalls::kill): 
2113           src/support/filetools.C (PutEnv, PutEnvPath): 
2114           src/lyx_cb.C (addNewlineAndDepth): 
2115           src/FontInfo.C (FontInfo::resize): condition some #warning
2116         directives with WITH_WARNINGS.
2117         
2118
2119 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2120
2121         * src/layout.[Ch] + several files: access to class variables
2122         limited and made accessor functions instead a lot of code changed
2123         becuase of this. Also instead of returning pointers often a const
2124         reference is returned instead.
2125         
2126         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
2127
2128         * src/Makefile.am (dist-hook): added used to remove the CVS from
2129         cheaders upon creating a dist
2130         (EXTRA_DIST): added cheaders
2131
2132         * src/support/lstrings.C (tostr(char)): fix it to handle param as
2133         a character not as a small integer. 
2134
2135         * src/support/lyxstring.C (find): removed Assert and added i >=
2136         rep->sz to the first if.
2137
2138 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2139
2140         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
2141         src/LyXView.C src/buffer.C src/bufferparams.C
2142         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
2143         src/text2.C src/insets/insetinclude.C:
2144         lyxlayout renamed to textclasslist.
2145
2146         * src/layout.C: some lyxerr changes.
2147
2148         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
2149         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
2150         (LyXLayoutList): removed all traces of this class.
2151         (LyXTextClass::Read): rewrote LT_STYLE
2152         (LyXTextClass::hasLayout): new function
2153         (LyXTextClass::GetLayout): rewritten to return an iterator + has
2154         both const and nonconst version.
2155         (LyXTextClass::delete_layout): new function.
2156         (LyXTextClassList::Style): bug fix. do the right thing if layout
2157         is to big.
2158         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
2159         (LyXTextClassList::NameOfLayout): ditto 
2160         (LyXTextClassList::Load): ditto
2161
2162         * src/buffer.C (makeLaTeXFile): new access to layoutlist
2163
2164         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
2165
2166         * src/LyXAction.C (LookupFunc): added a workaround for sun
2167         compiler, on the other hand...we don't know if the current code
2168         compiles on sun at all...
2169
2170         * src/support/filetools.C (CleanupPath): subst fix
2171
2172         * src/insets/insetbib.C (delDatabase): subst fix, this looks
2173         _really_ weird.
2174
2175         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
2176         complained about this one?
2177
2178         * src/insets/insetinclude.C (Latex): subst fix
2179
2180         * src/insets/insetbib.C (getKeys): subst fix
2181
2182         * src/LyXSendto.C (SendtoApplyCB): subst fix
2183
2184         * src/lyx_main.C (init): subst fix
2185
2186         * src/layout.C (Read): subst fix
2187
2188         * src/lyx_sendfax_main.C (button_send): subst fix
2189
2190         * src/buffer.C (RoffAsciiTable): subst fix
2191
2192         * src/lyx_cb.C (MenuFax): subst fix
2193         (PrintApplyCB): subst fix
2194
2195 1999-10-26  Juergen Vigna  <jug@sad.it>
2196
2197         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
2198
2199         (Read): Cleaned up this code so now we read only format vestion >= 5
2200
2201 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2202
2203         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
2204         come nobody has complained about this one?
2205
2206         * src/insets/insetinclude.C (Latex): subst fix
2207
2208         * src/insets/insetbib.C (getKeys): subst fix
2209
2210         * src/lyx_main.C (init): subst fix
2211
2212         * src/layout.C (Read): subst fix
2213
2214         * src/buffer.C (RoffAsciiTable): subst fix
2215
2216         * src/lyx_cb.C (MenuFax): subst fix.
2217
2218         * src/layout.[hC] + some other files: rewrote to use
2219         std::container to store textclasses and layouts in.
2220         Simplified, removed a lot of code. Make all classes
2221         assignable. Further simplifications and review of type
2222         use still to be one. 
2223
2224         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
2225         lastfiles to create the lastfiles partr of the menu.
2226
2227         * src/lastfiles.[Ch]: rewritten to use deque to store the
2228         lastfiles in. Uses fstream for reading and writing. Simplifies
2229         code.
2230
2231         * src/support/syscall.C: remove explicit cast.
2232
2233         * src/BufferView.C (CursorToggleCB): removed code snippets that
2234         were commented out.
2235         use explicat C++ style casts instead of C style casts. also use
2236         u_vdata instea of passing pointers in longs.
2237
2238         * src/PaperLayout.C: removed code snippets that were commented out.
2239
2240         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
2241
2242         * src/lyx_main.C: removed code snippets that wer commented out.
2243
2244         * src/paragraph.C: removed code snippets that were commented out.
2245
2246         * src/lyxvc.C (logClose): use static_cast
2247         (logUpdate): ditto
2248         (viewLog): remove explicit cast to void*
2249         (showLog): removed old commented code
2250
2251         * src/menus.C: use static_cast instead of C style casts. use
2252         u_vdata instead of u_ldata. remove explicit cast to (long) for
2253         pointers. Removed old code that was commented out.
2254
2255         * src/insets/inset.C: removed old commented func
2256
2257         * src/insets/insetref.C (InsetRef): removed old code that had been
2258         commented out for a long time.
2259         (Edit): ditto
2260         (escape): removed C style cast
2261
2262         * src/insets/insetlatexaccent.C (Draw): removed old commented code
2263
2264         * src/insets/insetlatex.C (Draw): removed old commented code
2265         (Read): rewritten to use string
2266
2267         * src/insets/insetlabel.C (escape): removed C style cast
2268
2269         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
2270
2271         * src/insets/insetindex.C: use static_cast and u_vdata, removed
2272         old commented code.
2273
2274         * src/insets/insetinclude.h: removed a couple of stupid bools
2275
2276         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
2277         (Clone): remove C style cast
2278         (getKeys): changed list to lst because of std::list
2279
2280         * src/insets/inseterror.C (Draw): removed som old commented code.
2281
2282         * src/insets/insetcommand.C (Draw): removed some old commented code.
2283
2284         * src/insets/insetbib.C (bibitem_cb): removed code that has been
2285         commented out forever.
2286         (bibitem_cb): use static_cast instead of C style cast
2287         use of vdata changed to u_vdata.
2288
2289         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
2290         parameter.
2291         (CloseUrlCB): use static_cast instead of C style cast.
2292         (CloseUrlCB): added a fl_free form...it seemed to be missing.
2293
2294         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
2295         (C_InsetInfo_CloseInfoCB): forward the ob parameter
2296         (CloseInfoCB): static_cast from ob->u_vdata instead.
2297         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
2298         instead. 
2299
2300         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
2301         (C_InsetError_CloseErrorCB): forward the ob parameter
2302         (CloseErrorCB): static_cast from ob->u_vdata instead.
2303
2304         * src/vspace.h: include LString.h since we use string in this class.
2305
2306         * src/vspace.C (lyx_advance): changed name from advance because of
2307         nameclash with stl. And since we cannot use namespaces yet...I
2308         used a lyx_ prefix instead. Expect this to change when we begin
2309         using namespaces.
2310
2311         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
2312
2313         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
2314         and removed now defunct constructor and deconstructor.
2315
2316         * src/BufferView.h: have backstack as a object not as a pointer.
2317         removed initialization from constructor. added include for BackStack 
2318
2319         * development/lyx.spec.in (%build): add CFLAGS also.
2320
2321         * src/screen.C (drawFrame): removed another warning.
2322
2323 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2324
2325         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
2326         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
2327         README and ANNOUNCE a bit for the next release. More work is
2328         needed, of course.
2329
2330         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
2331         unbreakable if we are in freespacing mode (LyX-Code), but not in
2332         latex mode.
2333
2334 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2335
2336         * src/BackStack.h: fixed initialization order in constructor
2337
2338         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
2339
2340         * acinclude.m4 (VERSION): new rules for when a version is
2341         development, added also a variable for prerelease.
2342         (warnings): we set with_warnings=yes for prereleases
2343         (lyx_opt): prereleases compile with same optimization as development 
2344         (CXXFLAGS): only use pedantic if we are a development version 
2345
2346         * src/BufferView.C (restorePosition): don't do anything if the
2347         backstack is empty.
2348
2349         * src/BackStack.h: added member empty, use this to test if there
2350         is anything to pop...
2351
2352 1999-10-25  Juergen Vigna  <jug@sad.it>
2353
2354         * forms/form1.fd +
2355         * forms/layout_forms.fd +
2356         * forms/latexoptions.fd +
2357         * lyx.fd: changed for various form resize issues
2358
2359         * src/mathed/math_panel.C +
2360         * src/insets/inseterror.C +
2361         * src/insets/insetinfo.C +
2362         * src/insets/inseturl.C +
2363         * src/insets/inseturl.h +
2364         * src/LaTeXLog.C +
2365         * src/LyXSendto.C +
2366         * src/PaperLayout.C +
2367         * src/ParagraphExtra.C +
2368         * src/TableLayout.C +
2369         * src/form1.C +
2370         * src/layout_forms.C +
2371         * src/lyx.C +
2372         * src/lyx_cb.C +
2373         * src/lyx_gui.C +
2374         * src/lyxfr0.C +
2375         * src/lyxfunc.C +
2376         * src/lyxvc.C +
2377         * src/menus.C: fixed various resize issues. So now forms can be
2378         resized savely or not be resized at all.
2379         
2380         * forms/form_url.fd +
2381         * src/insets/form_url.[Ch]: added because it's cleaner and easier
2382         to modify IMO.
2383
2384         * src/insets/Makefile.am: added files form_url.[Ch]
2385         
2386 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2387
2388         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
2389         (and presumably 6.2).
2390
2391         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
2392         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
2393         remaining static member callbacks. 
2394
2395         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
2396         messages. 
2397
2398         * src/support/lyxstring.h: declare struct Srep as friend of
2399         lyxstring, since DEC cxx complains otherwise.
2400
2401 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2402
2403 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2404
2405         * src/LaTeX.C (run): made run_bibtex also depend on files with
2406         extension ".bst"
2407         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
2408         are put into the dependency file.
2409
2410         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
2411         the code has shown itself to work
2412         (create_ispell_pipe): removed another warning, added a comment
2413         instead. 
2414
2415         * src/minibuffer.C (ExecutingCB): removed code that has been
2416         commented out a long time
2417
2418         * src/lyxfunc.C (processKeyEvent): removed some very old commented
2419         out code + a warning.
2420
2421         * src/support/lyxstring.h: comment out the three private
2422         operators, when compiling with string ansi conforming compilers
2423         they make problems.
2424
2425         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
2426         unsigned char *.
2427         (pixmapFromBitmapData): change type of bdata to be unsigned char *
2428         (pixmapFromBitmapData): add a reinterpret_cast in the call to
2429         XCreateImage
2430
2431         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
2432         unsigned char *
2433
2434         * src/mathed/math_panel.C (create_math_panel): remove explicit
2435         casts
2436
2437         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
2438         unsigned char *.
2439
2440         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
2441         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
2442         to XCreatePixmapFromBitmapData
2443         (fl_set_bmtable_data): change the last argument to be unsigned
2444         char *
2445         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
2446         and bh to be unsigned int, remove explicit casts in call to
2447         XReadBitmapFileData.
2448
2449         * images/arrows.xbm: made the arrays unsigned char *
2450         * images/varsz.xbm: ditto
2451         * images/misc.xbm: ditto
2452         * images/greek.xbm: ditto
2453         * images/dots.xbm: ditto
2454         * images/brel.xbm: ditto
2455         * images/bop.xbm: ditto
2456
2457         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
2458
2459         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
2460         (LYX_PROG_CXX): added -pedantic to g++ compile options when
2461         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
2462         needed. 
2463         (LYX_CXX_CHEADERS): added <clocale> to the test. 
2464
2465 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
2466
2467         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
2468
2469         * src/support/lyxstring.C (append): fixed something that must be a
2470         bug, rep->assign was used instead of rep->append.
2471
2472         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
2473         and LOstream.h
2474
2475         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
2476         lyx insert double chars. Fix spotted by Kayvan.
2477
2478 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2479
2480         * Fixed the tth support. I messed up with the Emacs patch apply feature
2481         and omitted the changes in lyxrc.C.
2482
2483 1999-10-22  Juergen Vigna  <jug@sad.it>
2484
2485         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
2486
2487         * src/lyx_cb.C (MenuInsertRef) + 
2488         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
2489         the form cannot be resized under it limits (fixes a segfault)
2490         
2491         * src/lyx.C (create_form_form_ref) +
2492         * forms/lyx.fd: Changed Gravity on name input field so that it is
2493         resized correctly.
2494
2495 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2496
2497         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
2498         <ostream> and <istream>.
2499         
2500         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
2501         whether <fstream> provides the latest standard features, or if we
2502         have an oldstyle library (like in egcs).
2503         (LYX_CXX_STL_STRING): fix the test.
2504
2505         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
2506         code on MODERN_STL_STREAM.
2507
2508         * src/support/lyxstring.h: use L{I,O}stream.h.
2509
2510         * src/support/L{I,O}stream.h: new files, designed to setup
2511         correctly streams for our use
2512           - includes the right header depending on STL capabilities
2513           - puts std::ostream and std::endl (for LOStream.h) or
2514           std::istream (LIStream.h) in toplevel namespace.
2515
2516 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2517
2518         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
2519         was a bib file that had been changed we ensure that bibtex is run.
2520         (runBibTeX): enhanced to extract the names of the bib files and
2521         getting their absolute path and enter them into the dep file.
2522         (findtexfile): static func that is used to look for tex-files,
2523         checks for absolute patchs and tries also with kpsewhich.
2524         Alternative ways of finding the correct files are wanted. Will
2525         probably be moved.
2526         (do_popen): function that runs a command using popen and returns
2527         the whole output of that command in a string. Should be moved to
2528         somewhere else.
2529
2530         * src/DepTable.[Ch] (extchanged): new function that returns true if a
2531         file with extension ext has changed.
2532
2533         * src/insets/figinset.C: added ifdef guards around the fl_free
2534         code that jug commented out. Now it is commented out when
2535         compiling with XForms == 0.89.
2536
2537         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
2538         to lyxstring.C, and only keep a forward declaration in
2539         lyxstring.h. Simplifies the header file a bit and should help a
2540         bit on compile time too. Also changes to Srep will not mandate a
2541         recompile of code just using string.
2542         (~lyxstring): definition moved here since it uses srep.
2543         (size): definition moved here since it uses srep.
2544
2545         * src/support/lyxstring.h: removed a couple of "inline" that should
2546         not be there.
2547
2548 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2549
2550         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
2551         the 'ob' argument.
2552
2553 1999-10-21  Juergen Vigna  <jug@sad.it>
2554
2555         * src/table.C (SetPWidth): Just a small fix so the alignment is not
2556         set to left if I just remove the width entry (or it is empty).
2557
2558         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
2559         paragraph when having dummy paragraphs.
2560
2561 1999-10-20  Juergen Vigna  <jug@sad.it>
2562
2563         * src/insets/figinset.C: just commented some fl_free_form calls
2564         and added warnings so that this calls should be activated later
2565         again. This avoids for now a segfault, but we have a memory leak!
2566
2567         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
2568         'const char * argument' to 'string argument', this should
2569         fix some Asserts() in lyxstring.C.
2570
2571         * src/lyxfunc.h: Removed the function argAsString(const char *)
2572         as it is not used anymore.
2573
2574 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2575
2576         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
2577         get instead of >>
2578
2579         * src/Literate.h: some funcs moved from public to private to make
2580         interface clearer. Unneeded args removed.
2581
2582         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
2583         instead of lyxlex.
2584         (scanBuildLogFile): ditto
2585
2586         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
2587         normal TeX Error. Still room for improvement.
2588
2589         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
2590
2591         * src/buffer.C (insertErrors): changes to make the error
2592         desctription show properly.
2593
2594         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
2595         could never happen
2596
2597         * src/support/lyxstring.C (helper): changed to use
2598         sizeof(object->rep->ref).
2599         (operator>>): changed to use a pointer instead.
2600
2601         * src/support/lyxstring.h: changed const reference & to value_type
2602         const & lets see if that helps.
2603
2604 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2605
2606         * Makefile.am (rpmdist): fixed to have non static package and
2607         verison.
2608
2609         * src/support/lyxstring.C: removed the compilation guards
2610
2611         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
2612         a bit clearer.
2613
2614         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
2615         conditional compile of lyxstring.Ch
2616
2617         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
2618         stupid check, but it is a lot better than the bastring hack. 
2619         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
2620
2621         * several files: changed string::erase into string::clear. Not
2622         really needed.
2623         
2624         * src/chset.C (encodeString): use a char temporary instead
2625
2626         * src/table.C (TexEndOfCell): added tostr around
2627         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
2628         (TexEndOfCell): ditto
2629         (TexEndOfCell): ditto
2630         (TexEndOfCell): ditto
2631         (DocBookEndOfCell): ditto
2632         (DocBookEndOfCell): ditto
2633         (DocBookEndOfCell): ditto
2634         (DocBookEndOfCell): ditto
2635
2636         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
2637
2638         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
2639
2640         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
2641         (MenuBuildProg): added tostr around ret
2642         (MenuRunChktex): added tostr around ret
2643         (DocumentApplyCB): added tostr around ret
2644
2645         * src/chset.C (encodeString): added tostr around t->ic
2646
2647         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
2648         (makeLaTeXFile): added tostr around tocdepth
2649         (makeLaTeXFile): added tostr around ftcound - 1
2650
2651         * src/insets/insetbib.C (setCounter): added tostr around counter.
2652
2653         * src/support/lyxstring.h: added an operator+=(int) to catch more
2654         mistakes. 
2655
2656         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
2657         (lyxstring): We DON'T allow NULL pointers.
2658
2659 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2660
2661         * src/mathed/math_macro.C (MathMacroArgument::Write,
2662         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
2663         when writing them out.
2664
2665         * src/LString.C: remove, since it is not used anymore.
2666         
2667         * src/support/lyxstring.C: condition the content to
2668         USE_INCLUDED_STRING macro.
2669
2670         * src/mathed/math_symbols.C, src/support/lstrings.C,
2671         src/support/lyxstring.C: add `using' directive to specify what
2672         we need in <algorithm>. I do not think that we need to
2673         conditionalize this, but any thought is appreciated.
2674
2675         * many files: change all callback functions to "C" linkage
2676         functions to please strict C++ compilers like DEC cxx 6.1 in mode
2677         strict_ansi. Those who were static are now global. 
2678             The case of callbacks which are static class members is
2679         trickier, since we have to make C wrappers around them (see
2680         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
2681         did not finish this yet, since it defeats the purpose of
2682         encapsulation, and I am not sure what the best route is.
2683
2684 1999-10-19  Juergen Vigna  <jug@sad.it>
2685
2686         * src/support/lyxstring.C (lyxstring): we permit to have a null
2687         pointer as assignment value and just don't assign it.
2688
2689         * src/vspace.C (nextToken): corrected this function substituting
2690         find_first(_not)_of with find_last_of.
2691
2692         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
2693                 (TableOptCloseCB) (TableSpeCloseCB):
2694         inserted fl_set_focus call for problem with fl_hide_form() in
2695         xforms-0.89.
2696
2697 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2698
2699         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
2700         string. 
2701
2702 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2703
2704         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
2705         LyXLex::next() and not eatline() to get its argument.
2706
2707 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2708
2709         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
2710         instead, use fstreams for io of the depfile, removed unneeded
2711         functions and variables. 
2712
2713         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
2714         vector instead, removed all functions and variables that is not in
2715         use.
2716
2717 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2718
2719         * src/buffer.C (insertErrors): use new interface to TeXError
2720
2721         * Makefile.am (rpmdist): added a rpmdist target
2722
2723         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
2724         per Kayvan's instructions.
2725
2726 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2727
2728         * src/Makefile.am: add a definition for localedir, so that locales
2729         are found after installation (Kayvan)
2730
2731 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2732
2733         * development/.cvsignore: new file.
2734
2735 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2736
2737         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
2738         C++ compiler provides wrappers for C headers and use our alternate
2739         version otherwise.
2740
2741         * configure.in: use LYX_CXX_CHEADERS.
2742
2743         * src/cheader/: new directory, populated with cname headers from
2744         libstdc++-2.8.1. They are a bit old, but probably good enough for
2745         what we want (support compilers who lack them).
2746         
2747         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
2748         from includes. It turns out is was stupid.
2749  
2750 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2751
2752         * lib/Makefile.am (install-data-local): forgot a ';'
2753         (install-data-local): forgot a '\'
2754         (libinstalldirs): needed after all. reintroduced.
2755
2756 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2757
2758         * configure.in (AC_OUTPUT): added lyx.spec
2759
2760         * development/lyx.spec: removed file
2761
2762         * development/lyx.spec.in: new file
2763
2764         * po/*.po: merged with lyx.pot becuase of make distcheck
2765         
2766         * lib/Makefile.am (dist-hook): added dist-hook so that
2767         documentation files will be included when doing a make
2768         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
2769         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
2770         conditional later.
2771         more: tried to make install do the right thing, exclude CVS dirs
2772         etc.
2773
2774         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
2775         Path would fit in more nicely.
2776
2777         * all files that used to use pathstack: uses now Path instead.
2778         This change was a lot easier than expected.
2779         
2780         * src/support/path.h: new file
2781
2782         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
2783
2784         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
2785
2786         * src/support/lyxstring.C (getline): Default arg was given for
2787         para 3. removed.
2788
2789         * Configure.cmd: removed file 
2790
2791 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2792
2793         * src/support/DebugStream.[Ch]: remove the explicit std:: before
2794         streams classes and types, add the proper 'using' statements when
2795         MODERN_STL is defined.
2796         
2797         * src/debug.h: move the << operator definition after the inclusion
2798         of DebugStream.h
2799
2800         * src/support/filetools.C: include "LAssert.h", which is needed
2801         later. 
2802
2803         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
2804         to includes. 
2805
2806         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
2807         include "debug.h" to define a proper ostream.
2808
2809 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2810
2811         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
2812           method to the SystemCall class which can kill a process, but it's
2813           not fully implemented yet.
2814
2815         * src/*.C: Changed Systemcalls::Startscript() to startscript()
2816
2817         * src/support/FileInfo.h: Better documentation  
2818
2819         * src/lyxfunc.C: Added support for buffer-export html
2820         
2821         * src/menus.C: Added Export->As HTML...
2822         
2823         * lib/bind/*.bind: Added short-cut for buffer-export html
2824
2825         * src/lyxrc.*: Added support for new \tth_command
2826         
2827         * lib/lyxrc.example: Added stuff for new \tth_command
2828
2829 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2830
2831         * lib/Makefile.am (IMAGES): removed images/README
2832         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
2833         installes in correct place. Check permisions is installed
2834         correctly.
2835
2836         * src/LaTeX.C: some no-op changes moved declaration of some
2837         variables around.
2838
2839         * src/LaTeX.h (LATEX_H): changed include guard name
2840
2841 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2842
2843         * lib/reLyX/Makefile.am: install noweb2lyx.
2844
2845         * lib/Makefile.am: install configure. 
2846
2847         * lib/reLyX/configure.in: declare a config aux dir; set package
2848         name to lyx (not sure what the best solution is); generate noweb2lyx.
2849
2850         * lib/layouts/egs.layout: fix the bibliography layout.
2851
2852 1999-10-08  Jürgen Vigna <jug@sad.it>
2853
2854         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
2855         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
2856         it returned without continuing to search the path.
2857         
2858 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2859
2860         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
2861         also fixes a bug. It is not allowed to do tricks with std::strings
2862         like: string a("hei"); &a[e]; this will not give what you
2863         think... Any reason for the complexity in this func?
2864
2865 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
2866
2867         * Updated README and INSTALL a bit, mostly to check that my
2868         CVS rights are correctly set up.
2869
2870 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2871
2872         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
2873         does not allow '\0' chars but lyxstring and std::string does.
2874
2875 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2876
2877         * autogen.sh (AUTOCONF): let the autogen script create the
2878         POTFILES.in file too. POTFILES.in should perhaps now not be
2879         included in the cvs module.
2880
2881         * some more files changed to use C++ includes instead of C ones.
2882
2883         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
2884         not assigned.
2885         (Reread): added tostr to nlink. buggy output otherwise.
2886         (Reread): added a string() around szMode when assigning to Buffer,
2887         without this I got a log of garbled info strings.
2888
2889         * acconfig.h: commented out the PTR_AS_INT macros. They should not
2890         be needed.
2891
2892         * I have added several ostream & operator<<(ostream &, some_type)
2893         functions. This has been done to avoid casting and warnings when
2894         outputting enums to lyxerr. This as thus eliminated a lot of
2895         explicit casts and has made the code clearer. Among the enums
2896         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
2897         mathed enums, some font enum the Debug::type enum. 
2898
2899         * src/support/lyxstring.h (clear): missing method. equivalent of
2900         erase(0, npos).
2901
2902         * all files that contained "stderr": rewrote constructs that used
2903         stderr to use lyxerr instead. (except bmtable)
2904
2905         * src/support/DebugStream.h (level): and the passed t with
2906         Debug::ANY to avoid spurious bits set.
2907
2908         * src/debug.h (Debug::type value): made it accept strings of the
2909         type INFO,INIT,KEY.
2910
2911         * configure.in (Check for programs): Added a check for kpsewhich,
2912         the latex generation will use this later to better the dicovery of
2913         all used files. 
2914
2915         * src/BufferView.C (create_view): we don't need to cast this to
2916         (void*) that is done automatically.
2917         (WorkAreaButtonPress): removed some dead code.
2918
2919 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2920
2921         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
2922         is not overwritten when translated (David Sua'rez de Lis).
2923
2924         * lib/CREDITS: Added David Sua'rez de Lis
2925
2926         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
2927
2928         * src/bufferparams.C (BufferParams): default input encoding is now
2929         "latin1" 
2930
2931         * acinclude.m4 (cross_compiling): comment out macro
2932         LYX_GXX_STRENGTH_REDUCE. 
2933
2934         * acconfig.h: make sure that const is not defined (to empty) when
2935         we are compiling C++. Remove commented out code using SIZEOF_xx
2936         macros.
2937         
2938         * configure.in : move the test for const and inline as late as
2939         possible so that these C tests do not interefere with C++ ones.
2940         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
2941         has not been proven. 
2942
2943 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2944
2945         * src/table.C (getDocBookAlign): remove bad default value for
2946         isColumn parameter.
2947
2948         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
2949         shortcut. 
2950         (ShowFileMenu2): ditto.
2951
2952         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
2953         of files to ignore.
2954
2955 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2956
2957         * Most files: finished the change from the old error code to use
2958         DebugStream for all lyxerr debugging. Only minor changes remain
2959         (e.g. the setting of debug levels using strings instead of number) 
2960
2961 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2962
2963         * src/layout.C (Add): Changed to use compare_no_case instead of
2964         strcasecmp.
2965
2966         * src/FontInfo.C: changed loop variable type too string::size_type.
2967
2968 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2969
2970         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
2971         set ETAGS_ARGS to --c++ 
2972
2973 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
2974
2975         * src/table.C (DocBookEndOfCell): commented out two unused variables
2976
2977         * src/paragraph.C: commented out four unused variables. 
2978
2979         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
2980         insed a if clause with type string::size_type.
2981
2982         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
2983         string::size_type.
2984
2985         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
2986
2987         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
2988         variable, also changed loop to go from 0 to lenght + 1, instead of
2989         -1 to length. This should be correct.
2990
2991         * src/LaTeX.C (scanError): use string::size_type as loop variable
2992         type.
2993
2994         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
2995         (l.896) since y_tmp and row was not used anyway.
2996
2997         * src/insets/insetref.C (escape): use string::size_type as loop
2998         variable type.
2999
3000         * src/insets/insetquotes.C (Width): use string::size_type as loop
3001         variable type.
3002         (Draw): use string::size_type as loop variable type.
3003
3004         * src/insets/insetlatexaccent.C (checkContents): use
3005         string::size_type as loop variable type.
3006
3007         * src/insets/insetlabel.C (escape): use string::size_type as loop
3008         variable type.
3009
3010         * src/insets/insetinfo.C: added an extern for current_view.
3011
3012         * src/insets/insetcommand.C (scanCommand): use string::size_type
3013         as loop variable type.
3014
3015         * most files: removed the RCS tags. With them we had to recompile
3016         a lot of files after a simple cvs commit. Also we have never used
3017         them for anything meaningful. 
3018
3019         * most files: tags-query-replace NULL 0. As adviced several plases
3020         we now use "0" instead of "NULL" in our code. 
3021
3022         * src/support/filetools.C (SpaceLess): use string::size_type as
3023         loop variable type.
3024
3025 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3026
3027         * src/paragraph.C: fixed up some more string stuff.
3028
3029 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3030
3031         * src/support/filetools.h: make modestr a std::string.
3032
3033         * src/filetools.C (GetEnv): made ch really const.
3034
3035         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
3036         made code that used these use max/min from <algorithm> instead.
3037
3038         * changed several c library include files to their equivalent c++
3039         library include files. All is not changed yet.
3040
3041         * created a support subdir in src, put lyxstring and lstrings
3042         there + the extra files atexit, fileblock, strerror. Created
3043         Makefile.am. edited configure.in and src/Makefile.am to use this
3044         new subdir. More files moved to support.
3045
3046         * imported som of the functions from repository lyx, filetools
3047         
3048         * ran tags-query-replace on LString -> string, corrected the bogus
3049         cases. Tried to make use of lstrings.[hC], debugged a lot. There
3050         is still some errors in there. This is errors where too much or
3051         too litle get deleted from strings (string::erase, string::substr,
3052         string::replace), there can also be some off by one errors, or
3053         just plain wrong use of functions from lstrings. Viewing of quotes
3054         is wrong. 
3055
3056         * LyX is now running fairly well with string, but there are
3057         certainly some bugs yet (see above) also string is quite different
3058         from LString among others in that it does not allow null pointers
3059         passed in and will abort if it gets any.
3060         
3061         * Added the revtex4 files I forgot when setting up the repository.
3062
3063 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3064
3065         * All over: Tried to clean everything up so that only the files
3066           that we really need are included in the cvs repository.
3067         * Switched to use automake.
3068         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
3069         * Install has not been checked.
3070
3071 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3072
3073         * po/pt.po: Three errors:
3074                l.533 and l.538 format specification error
3075                l. 402 duplicate entry, I just deleted it.
3076