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