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