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