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