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