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